From b7c4999d8052b98a804b555981b4b30e3bea454f Mon Sep 17 00:00:00 2001 From: xibowen Date: Mon, 13 Feb 2023 11:32:36 +0800 Subject: [PATCH] fix copyright --- debian/copyright | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/debian/copyright b/debian/copyright index 7d2283e..2b99210 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,25 +5,44 @@ Source: Files: * Copyright: 2022 kylin -License: GPL-2+ +License: LGPL-3.0+ + Files: debian/* Copyright: 2022 kylin -License: GPL-2+ +License: GPL-3+ -License: GPL-2+ - This package is free software; you can redistribute it and/or modify +License: GPL-3+ + 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . - This package is distributed in the hope that it will be useful, + 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, see + along with this program. If not, see . . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + On Debian systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. + + +License: LGPL-3.0+ + This library 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 3 of the License, or (at your option) any later version. + . + This library 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 General Public License + along with this library. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public License + Version 3 can be found in `/usr/share/common-licenses/LGPL-3'.