diff --git a/app/src/main/java/eu/faircode/netguard/ActivityDns.java b/app/src/main/java/eu/faircode/netguard/ActivityDns.java index 1b3d57a0..6dc5e1e4 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityDns.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityDns.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Intent; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java b/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java index 7518e07c..e269fe40 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityForwardApproval.java @@ -17,7 +17,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.Activity; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java b/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java index 0b15a8c6..9237afb3 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityForwarding.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.DialogInterface; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityLog.java b/app/src/main/java/eu/faircode/netguard/ActivityLog.java index ec4d645d..4a4e726d 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityLog.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityLog.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.ClipData; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityMain.java b/app/src/main/java/eu/faircode/netguard/ActivityMain.java index 8e130dad..177a397c 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityMain.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityMain.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/eu/faircode/netguard/ActivityPro.java b/app/src/main/java/eu/faircode/netguard/ActivityPro.java index 32622ef7..7599bba0 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivityPro.java +++ b/app/src/main/java/eu/faircode/netguard/ActivityPro.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/ActivitySettings.java b/app/src/main/java/eu/faircode/netguard/ActivitySettings.java index 6da88653..638b0266 100644 --- a/app/src/main/java/eu/faircode/netguard/ActivitySettings.java +++ b/app/src/main/java/eu/faircode/netguard/ActivitySettings.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.Manifest; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterAccess.java b/app/src/main/java/eu/faircode/netguard/AdapterAccess.java index cddeec02..c4cf3bd3 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterAccess.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterAccess.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterDns.java b/app/src/main/java/eu/faircode/netguard/AdapterDns.java index 7e7d40af..ac836966 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterDns.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterDns.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java b/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java index 2d943028..44ceaa06 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterForwarding.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterLog.java b/app/src/main/java/eu/faircode/netguard/AdapterLog.java index d46ff42a..751656f3 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterLog.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterLog.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/AdapterRule.java b/app/src/main/java/eu/faircode/netguard/AdapterRule.java index 44d7791a..20de2732 100644 --- a/app/src/main/java/eu/faircode/netguard/AdapterRule.java +++ b/app/src/main/java/eu/faircode/netguard/AdapterRule.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/Allowed.java b/app/src/main/java/eu/faircode/netguard/Allowed.java index 68b03c37..c854d388 100644 --- a/app/src/main/java/eu/faircode/netguard/Allowed.java +++ b/app/src/main/java/eu/faircode/netguard/Allowed.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ public class Allowed { diff --git a/app/src/main/java/eu/faircode/netguard/ApplicationEx.java b/app/src/main/java/eu/faircode/netguard/ApplicationEx.java index 2395ebb0..d88a17bb 100644 --- a/app/src/main/java/eu/faircode/netguard/ApplicationEx.java +++ b/app/src/main/java/eu/faircode/netguard/ApplicationEx.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java index cfe4d65d..e951eb84 100644 --- a/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java +++ b/app/src/main/java/eu/faircode/netguard/DatabaseHelper.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.ContentValues; diff --git a/app/src/main/java/eu/faircode/netguard/DownloadTask.java b/app/src/main/java/eu/faircode/netguard/DownloadTask.java index ae5e3091..00aaf5b6 100644 --- a/app/src/main/java/eu/faircode/netguard/DownloadTask.java +++ b/app/src/main/java/eu/faircode/netguard/DownloadTask.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.Activity; diff --git a/app/src/main/java/eu/faircode/netguard/ExpandedListView.java b/app/src/main/java/eu/faircode/netguard/ExpandedListView.java index fbb7c8c5..ba3a6843 100644 --- a/app/src/main/java/eu/faircode/netguard/ExpandedListView.java +++ b/app/src/main/java/eu/faircode/netguard/ExpandedListView.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/Forward.java b/app/src/main/java/eu/faircode/netguard/Forward.java index d57b3d86..675d7822 100644 --- a/app/src/main/java/eu/faircode/netguard/Forward.java +++ b/app/src/main/java/eu/faircode/netguard/Forward.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ public class Forward { diff --git a/app/src/main/java/eu/faircode/netguard/FragmentSettings.java b/app/src/main/java/eu/faircode/netguard/FragmentSettings.java index 9cba3985..df8b3d3b 100644 --- a/app/src/main/java/eu/faircode/netguard/FragmentSettings.java +++ b/app/src/main/java/eu/faircode/netguard/FragmentSettings.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.os.Bundle; diff --git a/app/src/main/java/eu/faircode/netguard/IAB.java b/app/src/main/java/eu/faircode/netguard/IAB.java index 047e03aa..91f52751 100644 --- a/app/src/main/java/eu/faircode/netguard/IAB.java +++ b/app/src/main/java/eu/faircode/netguard/IAB.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/IPUtil.java b/app/src/main/java/eu/faircode/netguard/IPUtil.java index 81636f6e..a6038841 100644 --- a/app/src/main/java/eu/faircode/netguard/IPUtil.java +++ b/app/src/main/java/eu/faircode/netguard/IPUtil.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.util.Log; diff --git a/app/src/main/java/eu/faircode/netguard/Packet.java b/app/src/main/java/eu/faircode/netguard/Packet.java index 3aac07f3..5460add5 100644 --- a/app/src/main/java/eu/faircode/netguard/Packet.java +++ b/app/src/main/java/eu/faircode/netguard/Packet.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ public class Packet { diff --git a/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java b/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java index 991e6623..f2de0c81 100644 --- a/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java +++ b/app/src/main/java/eu/faircode/netguard/ReceiverAutostart.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java b/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java index 158a6ad4..c7f1bbd6 100644 --- a/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java +++ b/app/src/main/java/eu/faircode/netguard/ReceiverPackageRemoved.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.BroadcastReceiver; diff --git a/app/src/main/java/eu/faircode/netguard/ResourceRecord.java b/app/src/main/java/eu/faircode/netguard/ResourceRecord.java index 60af7f4e..0d689d1f 100644 --- a/app/src/main/java/eu/faircode/netguard/ResourceRecord.java +++ b/app/src/main/java/eu/faircode/netguard/ResourceRecord.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import java.text.DateFormat; diff --git a/app/src/main/java/eu/faircode/netguard/Rule.java b/app/src/main/java/eu/faircode/netguard/Rule.java index 1adde38f..f9139075 100644 --- a/app/src/main/java/eu/faircode/netguard/Rule.java +++ b/app/src/main/java/eu/faircode/netguard/Rule.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceExternal.java b/app/src/main/java/eu/faircode/netguard/ServiceExternal.java index 6f2fc8ae..69ad805e 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceExternal.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceExternal.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.IntentService; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java b/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java index 82b806df..3a28aba0 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceSinkhole.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.annotation.TargetApi; diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java b/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java index 1b70d8e7..1a244ffa 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileFilter.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java b/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java index 9cd4ee64..ddf6f003 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileGraph.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java b/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java index 43262c4c..be50f03e 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileLockdown.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java b/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java index 2ccd6faa..bb198027 100644 --- a/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java +++ b/app/src/main/java/eu/faircode/netguard/ServiceTileMain.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ diff --git a/app/src/main/java/eu/faircode/netguard/SwitchPreference.java b/app/src/main/java/eu/faircode/netguard/SwitchPreference.java index 92aca236..c8192c6c 100644 --- a/app/src/main/java/eu/faircode/netguard/SwitchPreference.java +++ b/app/src/main/java/eu/faircode/netguard/SwitchPreference.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.content.Context; diff --git a/app/src/main/java/eu/faircode/netguard/Usage.java b/app/src/main/java/eu/faircode/netguard/Usage.java index b012a0ae..ccfcb7e6 100644 --- a/app/src/main/java/eu/faircode/netguard/Usage.java +++ b/app/src/main/java/eu/faircode/netguard/Usage.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import java.text.DateFormat; diff --git a/app/src/main/java/eu/faircode/netguard/Util.java b/app/src/main/java/eu/faircode/netguard/Util.java index c1662fcb..bc601fe3 100644 --- a/app/src/main/java/eu/faircode/netguard/Util.java +++ b/app/src/main/java/eu/faircode/netguard/Util.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.Manifest; diff --git a/app/src/main/java/eu/faircode/netguard/Version.java b/app/src/main/java/eu/faircode/netguard/Version.java index a40f298f..7d791913 100644 --- a/app/src/main/java/eu/faircode/netguard/Version.java +++ b/app/src/main/java/eu/faircode/netguard/Version.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ public class Version implements Comparable { diff --git a/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java b/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java index c2aac1c9..9e5f3898 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetAdmin.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.AlarmManager; diff --git a/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java b/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java index c5a1107d..f8727e1c 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetLockdown.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/java/eu/faircode/netguard/WidgetMain.java b/app/src/main/java/eu/faircode/netguard/WidgetMain.java index 76686b19..99ec1da8 100644 --- a/app/src/main/java/eu/faircode/netguard/WidgetMain.java +++ b/app/src/main/java/eu/faircode/netguard/WidgetMain.java @@ -16,7 +16,7 @@ package eu.faircode.netguard; You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ import android.app.PendingIntent; diff --git a/app/src/main/jni/netguard/dhcp.c b/app/src/main/jni/netguard/dhcp.c index be7dee0e..d4bb7212 100644 --- a/app/src/main/jni/netguard/dhcp.c +++ b/app/src/main/jni/netguard/dhcp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/dns.c b/app/src/main/jni/netguard/dns.c index 0a11e4ec..c987629b 100644 --- a/app/src/main/jni/netguard/dns.c +++ b/app/src/main/jni/netguard/dns.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/icmp.c b/app/src/main/jni/netguard/icmp.c index 35232cd2..1c60d96c 100644 --- a/app/src/main/jni/netguard/icmp.c +++ b/app/src/main/jni/netguard/icmp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/ip.c b/app/src/main/jni/netguard/ip.c index 39a30944..47b3d93d 100644 --- a/app/src/main/jni/netguard/ip.c +++ b/app/src/main/jni/netguard/ip.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/netguard.c b/app/src/main/jni/netguard/netguard.c index 1a14ce99..a583cd1a 100644 --- a/app/src/main/jni/netguard/netguard.c +++ b/app/src/main/jni/netguard/netguard.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/pcap.c b/app/src/main/jni/netguard/pcap.c index bf0fa3a8..1209d300 100644 --- a/app/src/main/jni/netguard/pcap.c +++ b/app/src/main/jni/netguard/pcap.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/session.c b/app/src/main/jni/netguard/session.c index d3a089bb..25926ecd 100644 --- a/app/src/main/jni/netguard/session.c +++ b/app/src/main/jni/netguard/session.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/tcp.c b/app/src/main/jni/netguard/tcp.c index b2305994..6c4a85c9 100644 --- a/app/src/main/jni/netguard/tcp.c +++ b/app/src/main/jni/netguard/tcp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/udp.c b/app/src/main/jni/netguard/udp.c index ff2e97b5..f2623036 100644 --- a/app/src/main/jni/netguard/udp.c +++ b/app/src/main/jni/netguard/udp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/jni/netguard/util.c b/app/src/main/jni/netguard/util.c index 03c5960c..f77f5ae8 100644 --- a/app/src/main/jni/netguard/util.c +++ b/app/src/main/jni/netguard/util.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with NetGuard. If not, see . - Copyright 2015-2018 by Marcel Bokhorst (M66B) + Copyright 2015-2019 by Marcel Bokhorst (M66B) */ #include "netguard.h" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 97543ec4..7050405c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ NetGuard NetGuard provides simple and advanced ways to block access to the internet - no root required. Apps and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection. - Copyright \u00A9 2015–2018 by M. Bokhorst (M66B) + Copyright \u00A9 2015–2019 by M. Bokhorst (M66B) NetGuard requires Android 5.1 or later Xposed causes too many crashes, which might result in NetGuard being removed from the Google Play Store, therefore NetGuard isn\'t supported while Xposed is installed THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.