From: Breno Leitao Date: Thu, 14 Jan 2016 17:17:36 +0000 (-0500) Subject: Fix copyright file X-Git-Tag: v0.5~18^2^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a774b048b50fdc2adf5b48a1ab48ab8dbf1c63bc;p=users%2Fsagi%2Fnvme-cli.git Fix copyright file The debian/copyright file was not proper create, as reported by "licensecheck -r --copyright ." This change seems to fix these problems. --- diff --git a/debian/copyright b/debian/copyright index 0b4dc66d..31d17078 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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.