diff options
Diffstat (limited to 't/templates/debian-native/copyright')
-rw-r--r-- | t/templates/debian-native/copyright | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/t/templates/debian-native/copyright b/t/templates/debian-native/copyright new file mode 100644 index 0000000..021a1f3 --- /dev/null +++ b/t/templates/debian-native/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Lintian +Upstream-Contact: <debian-lint-maint@lists.debian.org> +Source: http://lintian.debian.org +Comment: This is part of the testsuite of lintian. + See the file debian/copyright + in the lintian source directory for more details. + +Files: * +Copyright: + 2008 Frank Lichtenheld <djpig@debian.org> + 2009 Russ Allbery <rra@debian.org> + 2018 Felix Lechner <felix.lechner@lease-up.com> +License: GPL-2+ + This program is free software; you may 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, or (at your option) + any later version. + . + This 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. + . + A copy of the GNU General Public License version 2 is available as + /usr/share/common-licenses/GPL-2 in the Debian GNU/Linux distribution + or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. + You can also obtain it by writing to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |