From 9ed15d14b0ba5557b384b27bccfbd6f485099e8c Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Tue, 19 Feb 2019 21:19:43 +0100 Subject: Add more copyright notices Including an extended notice in the punycode library. --- about.html | 20 ++++++++++++++++++++ asset-viewer.html | 20 ++++++++++++++++++++ background.html | 20 ++++++++++++++++++++ chrome.manifest | 20 ++++++++++++++++++++ cloud-ui.html | 20 ++++++++++++++++++++ css/cloud-ui.css | 21 +++++++++++++++++++++ css/common.css | 21 +++++++++++++++++++++ css/dashboard-common.css | 21 +++++++++++++++++++++ css/dashboard.css | 21 +++++++++++++++++++++ css/hosts-files.css | 21 +++++++++++++++++++++ css/legacy-toolbar-button.css | 23 ++++++++++++++++++++++- css/logger-ui.css | 21 +++++++++++++++++++++ css/popup.css | 21 +++++++++++++++++++++ css/raw-settings.css | 21 +++++++++++++++++++++ css/user-rules.css | 21 +++++++++++++++++++++ dashboard.html | 20 ++++++++++++++++++++ hosts-files.html | 20 ++++++++++++++++++++ install.rdf | 20 ++++++++++++++++++++ lib/punycode.js | 22 ++++++++++++++++++++++ logger-ui.html | 20 ++++++++++++++++++++ main-blocked.html | 20 ++++++++++++++++++++ options.xul | 22 +++++++++++++++++++++- popup.html | 20 ++++++++++++++++++++ raw-settings.html | 20 ++++++++++++++++++++ settings.html | 20 ++++++++++++++++++++ user-rules.html | 20 ++++++++++++++++++++ 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 @@ + 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 @@ + diff --git a/background.html b/background.html index a6e8a1e..aa4353c 100644 --- a/background.html +++ b/background.html @@ -1,4 +1,24 @@ + 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 @@ + 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 @@ + 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 @@ + diff --git a/install.rdf b/install.rdf index ff873d7..8b3a865 100644 --- a/install.rdf +++ b/install.rdf @@ -1,4 +1,24 @@ + uMatrix@raymondhill.net 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 + + 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 @@ + 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 @@ + diff --git a/options.xul b/options.xul index aeba83a..52dd39a 100644 --- a/options.xul +++ b/options.xul @@ -1,4 +1,24 @@ - + + diff --git a/popup.html b/popup.html index 0eed6cf..f9b7c86 100644 --- a/popup.html +++ b/popup.html @@ -1,4 +1,24 @@ + 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 @@ + diff --git a/settings.html b/settings.html index ee07026..038aa09 100644 --- a/settings.html +++ b/settings.html @@ -1,4 +1,24 @@ + 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 @@ + -- cgit v1.2.3