From 4ad107e327154b4a5ae0ef95cbdf7a6666709505 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 14 Sep 2017 14:18:20 +0100 Subject: [PATCH] debian/copyright: Add --- debian/copyright | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/copyright diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..1ffe8a32f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libcapsule +Source: https://gitlab.collabora.com/vivek/libcapsule + +Files: + * + debian/* +Copyright: + © 1999-2017 Free Software Foundation, Inc. + © 2017 Collabora Ltd. +License: LGPL-2.1+ + +License: LGPL-2.1+ + libcapsule is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + . + libcapsule 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see <http://www.gnu.org/licenses/>. +Comment: + On Debian systems, the full text of the GNU Lesser General Public License + version 2.1 can be found in the file '/usr/share/common-licenses/LGPL-2.1'. -- GitLab