aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-15 13:21:20 -0500
committerJesús <heckyel@hyperbola.info>2020-03-15 13:21:20 -0500
commitc4b1ad4739a609987d688487c39db94e896f2e24 (patch)
treeac551a8639848c6eebc4fcd220651c5bc6207f17 /js
parent0abc2a48aed57ce2d50b17d3a4a3bc3eace3cf98 (diff)
downloadematrix-c4b1ad4739a609987d688487c39db94e896f2e24.tar.lz
ematrix-c4b1ad4739a609987d688487c39db94e896f2e24.tar.xz
ematrix-c4b1ad4739a609987d688487c39db94e896f2e24.zip
Update copyright notice
Diffstat (limited to 'js')
-rw-r--r--js/about.js2
-rw-r--r--js/asset-viewer.js2
-rw-r--r--js/assets.js2
-rw-r--r--js/background.js2
-rw-r--r--js/browsercache.js2
-rw-r--r--js/cloud-ui.js2
-rw-r--r--js/contentscript-start.js2
-rw-r--r--js/contentscript.js2
-rw-r--r--js/cookies.js2
-rw-r--r--js/dashboard-common.js2
-rw-r--r--js/dashboard.js2
-rw-r--r--js/hosts-files.js2
-rw-r--r--js/httpsb.js2
-rw-r--r--js/i18n.js2
-rw-r--r--js/liquid-dict.js2
-rw-r--r--js/logger-ui.js2
-rw-r--r--js/logger.js2
-rw-r--r--js/main-blocked.js2
-rw-r--r--js/matrix.js2
-rw-r--r--js/messaging.js2
-rw-r--r--js/pagestats.js2
-rw-r--r--js/polyfill.js2
-rw-r--r--js/popup.js2
-rw-r--r--js/profiler.js2
-rw-r--r--js/raw-settings.js2
-rw-r--r--js/settings.js2
-rw-r--r--js/start.js2
-rw-r--r--js/storage.js2
-rw-r--r--js/tab.js2
-rw-r--r--js/traffic.js2
-rw-r--r--js/udom.js2
-rw-r--r--js/uritools.js2
-rw-r--r--js/user-rules.js2
-rw-r--r--js/usersettings.js2
-rw-r--r--js/utils.js2
-rw-r--r--js/vapi-background.js2
-rw-r--r--js/vapi-browser.js2
-rw-r--r--js/vapi-client.js2
-rw-r--r--js/vapi-cloud.js2
-rw-r--r--js/vapi-common.js2
-rw-r--r--js/vapi-contextmenu.js2
-rw-r--r--js/vapi-cookies.js2
-rw-r--r--js/vapi-core.js2
-rw-r--r--js/vapi-messaging.js2
-rw-r--r--js/vapi-net.js2
-rw-r--r--js/vapi-popup.js2
-rw-r--r--js/vapi-storage.js2
-rw-r--r--js/vapi-tabs.js2
-rw-r--r--js/vapi-window.js2
-rw-r--r--js/xal.js2
50 files changed, 50 insertions, 50 deletions
diff --git a/js/about.js b/js/about.js
index 098bb5e..f4d63fc 100644
--- a/js/about.js
+++ b/js/about.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/asset-viewer.js b/js/asset-viewer.js
index 0185ff1..d78cffc 100644
--- a/js/asset-viewer.js
+++ b/js/asset-viewer.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/assets.js b/js/assets.js
index ec06c62..146de0f 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2013-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/background.js b/js/background.js
index 9f14a36..0db8cc6 100644
--- a/js/background.js
+++ b/js/background.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/browsercache.js b/js/browsercache.js
index bc2fdd2..2eca33c 100644
--- a/js/browsercache.js
+++ b/js/browsercache.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2015-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/cloud-ui.js b/js/cloud-ui.js
index fed262a..a52e11b 100644
--- a/js/cloud-ui.js
+++ b/js/cloud-ui.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2015-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/contentscript-start.js b/js/contentscript-start.js
index 4c320f8..ab55456 100644
--- a/js/contentscript-start.js
+++ b/js/contentscript-start.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2017-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/contentscript.js b/js/contentscript.js
index 14d44e0..ef37923 100644
--- a/js/contentscript.js
+++ b/js/contentscript.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/cookies.js b/js/cookies.js
index 2e15e03..13bbf74 100644
--- a/js/cookies.js
+++ b/js/cookies.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2013-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/dashboard-common.js b/js/dashboard-common.js
index 9eba87c..0dd25a7 100644
--- a/js/dashboard-common.js
+++ b/js/dashboard-common.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/dashboard.js b/js/dashboard.js
index 196d900..6e75f6f 100644
--- a/js/dashboard.js
+++ b/js/dashboard.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/hosts-files.js b/js/hosts-files.js
index ba57bde..5afaafa 100644
--- a/js/hosts-files.js
+++ b/js/hosts-files.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/httpsb.js b/js/httpsb.js
index 824a302..ed97c4c 100644
--- a/js/httpsb.js
+++ b/js/httpsb.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/i18n.js b/js/i18n.js
index 7c377bb..1225f3b 100644
--- a/js/i18n.js
+++ b/js/i18n.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/liquid-dict.js b/js/liquid-dict.js
index 3284aed..dcc73c8 100644
--- a/js/liquid-dict.js
+++ b/js/liquid-dict.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/logger-ui.js b/js/logger-ui.js
index aefb733..d075ac6 100644
--- a/js/logger-ui.js
+++ b/js/logger-ui.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2015-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/logger.js b/js/logger.js
index 56be185..7cf85e7 100644
--- a/js/logger.js
+++ b/js/logger.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2015-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/main-blocked.js b/js/main-blocked.js
index 80ac9d3..5a045f2 100644
--- a/js/main-blocked.js
+++ b/js/main-blocked.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2015-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/matrix.js b/js/matrix.js
index 9a74cc7..745055b 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/messaging.js b/js/messaging.js
index 4864e90..6cda29b 100644
--- a/js/messaging.js
+++ b/js/messaging.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/pagestats.js b/js/pagestats.js
index 3490071..ac3bf44 100644
--- a/js/pagestats.js
+++ b/js/pagestats.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2013-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/polyfill.js b/js/polyfill.js
index 65ba414..ca91858 100644
--- a/js/polyfill.js
+++ b/js/polyfill.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2017-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/popup.js b/js/popup.js
index a5a48d7..de47e2b 100644
--- a/js/popup.js
+++ b/js/popup.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/profiler.js b/js/profiler.js
index 5170cf8..fc34c54 100644
--- a/js/profiler.js
+++ b/js/profiler.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/raw-settings.js b/js/raw-settings.js
index 6c3bb70..2f7ffa6 100644
--- a/js/raw-settings.js
+++ b/js/raw-settings.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2018-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/settings.js b/js/settings.js
index 6984b2e..10cc256 100644
--- a/js/settings.js
+++ b/js/settings.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/start.js b/js/start.js
index 09492d4..28876d1 100644
--- a/js/start.js
+++ b/js/start.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/storage.js b/js/storage.js
index 012d2f2..dbdf5b5 100644
--- a/js/storage.js
+++ b/js/storage.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/tab.js b/js/tab.js
index b34d923..0ce0e1e 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/traffic.js b/js/traffic.js
index eafaa08..75fb1a4 100644
--- a/js/traffic.js
+++ b/js/traffic.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/udom.js b/js/udom.js
index f33a958..494a621 100644
--- a/js/udom.js
+++ b/js/udom.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/uritools.js b/js/uritools.js
index d60af04..38d1403 100644
--- a/js/uritools.js
+++ b/js/uritools.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/user-rules.js b/js/user-rules.js
index 4ab850b..c660636 100644
--- a/js/user-rules.js
+++ b/js/user-rules.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/usersettings.js b/js/usersettings.js
index e2655b6..54dca16 100644
--- a/js/usersettings.js
+++ b/js/usersettings.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/utils.js b/js/utils.js
index 05d5253..4ca2c10 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-background.js b/js/vapi-background.js
index d738504..f9b219b 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-browser.js b/js/vapi-browser.js
index 7d4d4e2..8be7cbf 100644
--- a/js/vapi-browser.js
+++ b/js/vapi-browser.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-client.js b/js/vapi-client.js
index 68da828..ff76e73 100644
--- a/js/vapi-client.js
+++ b/js/vapi-client.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-cloud.js b/js/vapi-cloud.js
index e3cb56b..891a1d7 100644
--- a/js/vapi-cloud.js
+++ b/js/vapi-cloud.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-common.js b/js/vapi-common.js
index 5304e5a..3eb5739 100644
--- a/js/vapi-common.js
+++ b/js/vapi-common.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-contextmenu.js b/js/vapi-contextmenu.js
index 7cf8568..674f94b 100644
--- a/js/vapi-contextmenu.js
+++ b/js/vapi-contextmenu.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-cookies.js b/js/vapi-cookies.js
index b1e2fb3..92defc5 100644
--- a/js/vapi-cookies.js
+++ b/js/vapi-cookies.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-core.js b/js/vapi-core.js
index fe80d7c..65cb05e 100644
--- a/js/vapi-core.js
+++ b/js/vapi-core.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js
index 3c8ab02..5551c79 100644
--- a/js/vapi-messaging.js
+++ b/js/vapi-messaging.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-net.js b/js/vapi-net.js
index 086e596..18da373 100644
--- a/js/vapi-net.js
+++ b/js/vapi-net.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-popup.js b/js/vapi-popup.js
index c9075b3..2c837b5 100644
--- a/js/vapi-popup.js
+++ b/js/vapi-popup.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-storage.js b/js/vapi-storage.js
index c94f595..7b45ef1 100644
--- a/js/vapi-storage.js
+++ b/js/vapi-storage.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-tabs.js b/js/vapi-tabs.js
index bf1aeea..911740d 100644
--- a/js/vapi-tabs.js
+++ b/js/vapi-tabs.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/vapi-window.js b/js/vapi-window.js
index c512135..ca7f1db 100644
--- a/js/vapi-window.js
+++ b/js/vapi-window.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 The uMatrix/uBlock Origin authors
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/js/xal.js b/js/xal.js
index 3f30ce2..41885e7 100644
--- a/js/xal.js
+++ b/js/xal.js
@@ -2,7 +2,7 @@
ηMatrix - a browser extension to black/white list requests.
Copyright (C) 2014-2019 Raymond Hill
- Copyright (C) 2019 Alessio Vanni
+ Copyright (C) 2019-2020 Alessio Vanni
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by