diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-12 02:17:29 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-12-08 15:21:53 +0100 |
commit | b57c5fbc0511a6d0dd99e392aa49ccd2758c4089 (patch) | |
tree | 413cd9d535804171e217d87436e11593ff8f9650 /debian/copyright | |
parent | 666ad032715f61c2675c4690627f864142ab39ee (diff) |
Hack around Ubuntu rejecting symlink copyright
Diffstat (limited to 'debian/copyright')
-rw-r--r--[l---------] | debian/copyright | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 012065c85..c0e89b51a 120000..100644 --- a/debian/copyright +++ b/debian/copyright @@ -1 +1,23 @@ -../COPYING
\ No newline at end of file +Apt is copyright 1997, 1998, 1999 Jason Gunthorpe and others. +Apt is currently developed by APT Development Team <deity@lists.debian.org>. + +License: GPLv2+ + + 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 2 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +See /usr/share/common-licenses/GPL-2, or +<http://www.gnu.org/copyleft/gpl.txt> for the terms of the latest version +of the GNU General Public License. + |