diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2017-12-09 13:03:29 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2017-12-09 13:03:29 +0000 |
commit | 53aa0f51b8fffbaaa994b048fd18b63473bf4a79 (patch) | |
tree | 85bff7b84d60d03c728ed0fc246f0dfb1ffa0e7e /debian | |
parent | a6a40dcbfd36d40ab71322e75f8b08ea4933594f (diff) |
license: Fix the license to GPL
This was always intended to be GPL and not AGPL. "kat" did the
development as part of an internship paid by me and we agreed
to shared copyright.
Change-Id: Ied2041ba20c5737bd967dfaa3017edf72a95b31c
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/debian/copyright b/debian/copyright index e763039d..b119569a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -87,7 +87,7 @@ Files: tests/fr/fr_test.c tests/loggingrb/loggingrb_test.c Copyright: 2008,2009,2012 Holger Hans Peter Freyther <zecke@selfish.org> 2012-2013 Katerina Barone-Adesi <kat.obsc@gmail.com> -License: AGPL-3+ +License: GPL-3+ Files: tests/strrb/strrb_test.c tests/vty/vty_test.c @@ -172,17 +172,3 @@ License: GPL-3+ . 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: AGPL-3+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation; either version 3 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 Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. |