diff options
author | Santiago <santiagorr@riseup.net> | 2016-09-22 10:36:40 +0200 |
---|---|---|
committer | Santiago <santiagorr@riseup.net> | 2016-09-22 15:03:53 +0200 |
commit | 8f18c7e581655cab6abf3c0beb61bf225bd1d4a4 (patch) | |
tree | a408624a458a64c6edfbcae379badc919c5bdf0e /debian/copyright | |
parent | 5626defbd5bbf462de7a9fb5d5133a9343ea17e1 (diff) |
debian/copyright: more fixes
From the License field specification in the Policy: "If there are no
remaining lines, then all of the short names or short names followed by
license exceptions making up the first line must be described in
stand-alone License paragraphs. Otherwise, this field should either
include the full text of the license(s) or include a pointer to the
license file under /usr/share/common-licenses..."
As discussed on IRC, icedove (thunderbird) for example uses a similar
debian/copyright file:
http://sources.debian.net/src/icedove/1:45.2.0-4/debian/copyright/?hl=3742#L3742
This patch solves a lintian warning about missing Licenses paragraphs.
Change-Id: I605e141983e3ac8a4193d196bf6967b6846cc711
Gbp-Dch: Ignore
Signed-off-by: Santiago <santiagorr@riseup.net>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 53 |
1 files changed, 15 insertions, 38 deletions
diff --git a/debian/copyright b/debian/copyright index a0babbe8..24088798 100644 --- a/debian/copyright +++ b/debian/copyright @@ -50,61 +50,38 @@ License: BSD-2-clause Files: buildtools/pmdinfogen/* Copyright: 2016, Neil Horman <nhorman@tuxdriver.com> License: GPL-2 - This package 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 package 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 <http://www.gnu.org/licenses/> - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: debian/* +Copyright: 2015, 2016 Canonical Ltd. +License: GPL-3 Files: debian/kernel-version - debian/prepare-modules + debian/prep-modules Copyright: 2009-2016 Andreas Beckmann <anbe@debian.org> 2010-2016 Russ Allbery <rra@debian.org> License: GPL-2.0+ + +License: GPL-2 + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-2.0+ This package 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 package 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 <http://www.gnu.org/licenses/> - . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -Files: debian/* -Copyright: 2015, 2016 Canonical Ltd. 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 version 3, as published - by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranties of - MERCHANTABILITY, SATISFACTORY QUALITY, 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 <http://www.gnu.org/licenses/>. - . 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-2.1 + On Debian systems, the complete text of the GNU Library General Public + License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions |