diff options
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/copyright b/copyright new file mode 100644 index 0000000..d313e17 --- /dev/null +++ b/copyright @@ -0,0 +1,109 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Myext +Source: https://git.koszko.org/browser-extension/ + +Files: * +Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +License: GPL-3+-javascript or Alicense-1.0 + +Files: manifest.json +Copyright: 2021 Wojtek Kosior <koszko@koszko.org> + 2021 jahoti <jahoti@tilde.team> +License: GPL-3+-javascript or Alicense-1.0 + +Files: icons/myext.png README.txt TODOS.org copyright +Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +License: GPL-3+ or Alicense-1.0 or CC-BY-SA-4.0 + +Files: *.html +Copyright: 2021 Wojtek Kosior <koszko@koszko.org> + 2021 Nicholas Johnson <nicholasjohnson@posteo.org> +License: GPL-3+ or Alicense-1.0 or CC-BY-SA-4.0 + +Files: common/sha256.js +Copyright: 2014-2017 Chen, Yi-Cyuan <emn178@gmail.com> +License: Expat + 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. + +Files: licenses/* +Copyright: 2001, 2002, 2011-2013 Creative Commons +License: CC-BY-4.0 + +Files: licenses/alicense.txt +Copyright: 2021 Wojtek Kosior <koszko@koszko.org> +License: CC0 + See `licenses/cc0.txt' + +Files: licenses/gpl-3.0.txt +Copyright: 2007 Free Software Foundation, Inc. <https://fsf.org/> +License: no-changing + Everyone is permitted to copy and distribute verbatim copies of + this license document, but changing it is not allowed. + +License: GPL-3+-javascript + 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. + . + As additional permission under GNU GPL version 3 section 7, you + may distribute forms of that code without the copy of the GNU + GPL normally required by section 4, provided you include this + license notice and, in case of non-source distribution, a URL + through which recipients can access the Corresponding Source. + If you modify file(s) with this exception, you may extend this + exception to your version of the file(s), but you are not + obligated to do so. If you do not wish to do so, delete this + exception statement from your version. If you delete this + exception statement from all source files in the program, then + also delete it here. + . + As a special exception to the GPL, any HTML file which merely + makes function calls to this code, and for that purpose + includes it by reference shall be deemed a separate work for + copyright law purposes. In addition, the copyright holders of + this code give you permission to combine this code with free + software libraries that are released under the GNU LGPL. You + may copy and distribute such a system following the terms of + the GNU GPL for this code and the LGPL for the libraries. If + you modify this code, you may extend this exception to your + version of the code, but you are not obligated to do so. If + you do not wish to do so, delete this exception statement + from your version. + . + You should have received a copy of the GNU General Public + License along with this package; if not, you can get it from + `https://www.gnu.org/licenses/gpl-3.0.html'. + +License: Alicense-1.0 + You can use and redistribute this program with or without + modification under then terms of "A" license version 1.0. You + should have received a copy of "A" license along with this + program. If not, you can get it from + `https://koszko.org/alicense.txt'. + Also see `https://koszko.org/en/articles/my-new-license.html' + for more explanation. + +License: CC-BY-SA-4.0 + See `licenses/cc-by-sa-4.0.txt' + +License: CC-BY-4.0 + See `licenses/cc-by-4.0.txt' |