]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fix copyright file
authorBreno Leitao <breno.leitao@gmail.com>
Thu, 14 Jan 2016 17:17:36 +0000 (12:17 -0500)
committerBreno Leitao <breno.leitao@gmail.com>
Wed, 2 Mar 2016 20:47:35 +0000 (15:47 -0500)
The debian/copyright file was not proper create, as reported by
"licensecheck -r --copyright ."

This change seems to fix these problems.

debian/copyright

index 0b4dc66da73b26a1ac917f1b04e1cb412cecfae7..31d17078319f6e7f462f2ccdea5b263f6799888b 100644 (file)
@@ -2,10 +2,17 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/linux-nvme/nvme-cli
 
 Files: *
-Copyright: 014-2015 Intel Corporation
-License: GPL-2
+Copyright: 2011-2015 Intel Corporation
+           2014 PMC-Sierra, Inc
+License: GPL-2+
 
-License: GPL-2
- On Debian systems, the complete text of the GNU General Public 2 License
- can be found in ‘/usr/share/common-licenses/GPL-2’ or in the dpkg source
- as the file ‘LICENSE’.
+License: GPL-2+
+ 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 (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.