From b57c5fbc0511a6d0dd99e392aa49ccd2758c4089 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 12 Aug 2016 02:17:29 +0200 Subject: Hack around Ubuntu rejecting symlink copyright --- debian/copyright | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) mode change 120000 => 100644 debian/copyright diff --git a/debian/copyright b/debian/copyright deleted file mode 120000 index 012065c85..000000000 --- a/debian/copyright +++ /dev/null @@ -1 +0,0 @@ -../COPYING \ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..c0e89b51a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Apt is copyright 1997, 1998, 1999 Jason Gunthorpe and others. +Apt is currently developed by APT Development Team . + +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 + for the terms of the latest version +of the GNU General Public License. + -- cgit v1.2.3