aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--about.html20
-rw-r--r--asset-viewer.html20
-rw-r--r--background.html20
-rw-r--r--chrome.manifest20
-rw-r--r--cloud-ui.html20
-rw-r--r--css/cloud-ui.css21
-rw-r--r--css/common.css21
-rw-r--r--css/dashboard-common.css21
-rw-r--r--css/dashboard.css21
-rw-r--r--css/hosts-files.css21
-rw-r--r--css/legacy-toolbar-button.css23
-rw-r--r--css/logger-ui.css21
-rw-r--r--css/popup.css21
-rw-r--r--css/raw-settings.css21
-rw-r--r--css/user-rules.css21
-rw-r--r--dashboard.html20
-rw-r--r--hosts-files.html20
-rw-r--r--install.rdf20
-rw-r--r--lib/punycode.js22
-rw-r--r--logger-ui.html20
-rw-r--r--main-blocked.html20
-rw-r--r--options.xul22
-rw-r--r--popup.html20
-rw-r--r--raw-settings.html20
-rw-r--r--settings.html20
-rw-r--r--user-rules.html20
26 files changed, 534 insertions, 2 deletions
diff --git a/about.html b/about.html
index 1c9c5c5..1aa2884 100644
--- a/about.html
+++ b/about.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/asset-viewer.html b/asset-viewer.html
index 314e6c6..6de2761 100644
--- a/asset-viewer.html
+++ b/asset-viewer.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/background.html b/background.html
index a6e8a1e..aa4353c 100644
--- a/background.html
+++ b/background.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/chrome.manifest b/chrome.manifest
index fc28b4b..72d7d43 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -1,3 +1,23 @@
+# *****************************************************************************
+
+# ηMatrix - a browser extension to black/white list requests.
+# Copyright (C) 2019 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+# uMatrix Home: https://github.com/gorhill/uMatrix
+
content umatrix ./
locale umatrix en ./locale/en/
diff --git a/cloud-ui.html b/cloud-ui.html
index 3053d7a..e7df050 100644
--- a/cloud-ui.html
+++ b/cloud-ui.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta charset="utf-8">
diff --git a/css/cloud-ui.css b/css/cloud-ui.css
index 609b3cd..7fdf39d 100644
--- a/css/cloud-ui.css
+++ b/css/cloud-ui.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
#cloudWidget {
background: url("../img/cloud.png") hsl(216, 100%, 93%);
border-radius: 3px;
diff --git a/css/common.css b/css/common.css
index 225aa30..e36ed15 100644
--- a/css/common.css
+++ b/css/common.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
@font-face {
font-family: 'httpsb';
font-style: normal;
diff --git a/css/dashboard-common.css b/css/dashboard-common.css
index 59e24e4..a29ffa9 100644
--- a/css/dashboard-common.css
+++ b/css/dashboard-common.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
body {
background-color: #fff;
color: #000;
diff --git a/css/dashboard.css b/css/dashboard.css
index 0b728ca..4012442 100644
--- a/css/dashboard.css
+++ b/css/dashboard.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
body {
margin: 0;
border: 0;
diff --git a/css/hosts-files.css b/css/hosts-files.css
index 656535a..05b3cd0 100644
--- a/css/hosts-files.css
+++ b/css/hosts-files.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
@keyframes spin {
0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
12.5% { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
diff --git a/css/legacy-toolbar-button.css b/css/legacy-toolbar-button.css
index a6408ee..68baa41 100644
--- a/css/legacy-toolbar-button.css
+++ b/css/legacy-toolbar-button.css
@@ -1,4 +1,25 @@
-#umatrix-legacy-button {
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
+#umatrix-legacy-button {
list-style-image: url('../img/browsericons/icon19-19.png');
}
#umatrix-legacy-button.off {
diff --git a/css/logger-ui.css b/css/logger-ui.css
index 120fc73..2fcab4e 100644
--- a/css/logger-ui.css
+++ b/css/logger-ui.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
body {
background-color: white;
border: 0;
diff --git a/css/popup.css b/css/popup.css
index b5a468b..a78a0a4 100644
--- a/css/popup.css
+++ b/css/popup.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
body {
background-color: white;
border: 0;
diff --git a/css/raw-settings.css b/css/raw-settings.css
index 4d9e49d..48c43db 100644
--- a/css/raw-settings.css
+++ b/css/raw-settings.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
body {
display: flex;
flex-direction: column;
diff --git a/css/user-rules.css b/css/user-rules.css
index 8142edb..a467cdc 100644
--- a/css/user-rules.css
+++ b/css/user-rules.css
@@ -1,3 +1,24 @@
+/*******************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+*/
+
div > p:first-child {
margin-top: 0;
}
diff --git a/dashboard.html b/dashboard.html
index 752fecf..c253353 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta charset="utf-8">
diff --git a/hosts-files.html b/hosts-files.html
index c5043c2..6810eeb 100644
--- a/hosts-files.html
+++ b/hosts-files.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/install.rdf b/install.rdf
index ff873d7..8b3a865 100644
--- a/install.rdf
+++ b/install.rdf
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
<r:Description about="urn:mozilla:install-manifest">
<id>uMatrix@raymondhill.net</id>
diff --git a/lib/punycode.js b/lib/punycode.js
index ac68597..c965f8b 100644
--- a/lib/punycode.js
+++ b/lib/punycode.js
@@ -1,3 +1,25 @@
+/* Copyright Mathias Bynens <https://mathiasbynens.be/>
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+*/
+
/*! https://mths.be/punycode v1.3.2 by @mathias */
;(function(root) {
diff --git a/logger-ui.html b/logger-ui.html
index ea0f57a..17780a1 100644
--- a/logger-ui.html
+++ b/logger-ui.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta charset="utf-8">
diff --git a/main-blocked.html b/main-blocked.html
index bcebfba..98a09f0 100644
--- a/main-blocked.html
+++ b/main-blocked.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/options.xul b/options.xul
index aeba83a..52dd39a 100644
--- a/options.xul
+++ b/options.xul
@@ -1,4 +1,24 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<setting type="control">
<vbox>
diff --git a/popup.html b/popup.html
index 0eed6cf..f9b7c86 100644
--- a/popup.html
+++ b/popup.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
diff --git a/raw-settings.html b/raw-settings.html
index 48c60fa..436d8c8 100644
--- a/raw-settings.html
+++ b/raw-settings.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta charset="utf-8">
diff --git a/settings.html b/settings.html
index ee07026..038aa09 100644
--- a/settings.html
+++ b/settings.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/user-rules.html b/user-rules.html
index 854a18b..80023b7 100644
--- a/user-rules.html
+++ b/user-rules.html
@@ -1,4 +1,24 @@
<!DOCTYPE html>
+<!-- ***************************************************************************
+
+ ηMatrix - a browser extension to black/white list requests.
+ Copyright (C) 2019 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see {http://www.gnu.org/licenses/}.
+
+ uMatrix Home: https://github.com/gorhill/uMatrix
+ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">