diff options
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f78b255 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,53 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gnome-software +Source: https://download.gnome.org/sources/gnome-software/ + +Files: * +Copyright: 2007-2016 Richard Hughes <richard@hughsie.com> + 2013 Matthias Clasen <mclasen@redhat.com> + 2014-2016 Kalev Lember <kalevlember@gmail.com> + 2015-2016 Canonical Ltd. + 2015-2016 Rafał Lużyński <digitalfreak@lingonborough.com> + 2016-2017 Joaquim Rocha <jrocha@endlessm.com> + 2015-2016 Matthias Klumpp <matthias@tenstral.net> + 2018-2021 Philip Withnall <pwithnall@endlessos.org> +License: GPL-2+ + +Files: data/appdata/org.gnome.Software.appdata.xml.in + plugins/*/*.appdata.xml + plugins/*/*.metainfo.xml +Copyright: 2013-2021, Richard Hughes <richard@hughsie.com> +License: CC0-1.0 + +Files: debian/* +Copyright: 2014-2021 Laurent Bigonville <bigon@debian.org> + 2016 Matthias Klumpp <mak@debian.org> +License: GPL-2+ + +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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 <https://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: CC0-1.0 + To the extent possible under law, the author(s) have dedicated all copyright + and related and neighboring rights to this software to the public domain + worldwide. This software is distributed without any warranty. + . + You should have received a copy of the CC0 Public Domain Dedication along with + this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. + . + On Debian systems, the full text of the CC0 1.0 Universal license can be found + in the file `/usr/share/common-licenses/CC0-1.0'. |