From 777fe78a21986405f42a00d6f1ed6dac16f6fafc Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 30 Aug 2021 18:29:17 +0200 Subject: [PATCH] chore(debian): Add GPL-3.0 copyright file for debian packaging --- debian/copyright | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/copyright diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0839c05 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,24 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pop-launcher +Upstream-Contact: System76 +Source: https://github.com/pop-os/launcher + +Files: * +Copyright: 2021 System76 +License: GPL-3.0 + This software 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 3 of the License, or (at your option) any later version. + . + This software 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 software; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/LGPL-3' \ No newline at end of file