summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-29 04:28:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-29 04:41:26 +0000
commit514897ed658aba23daea526643ec26e07509d5b9 (patch)
tree8ee8f57517dba43366d9cd901f9df66a621e132c
parentRemoving generated files on purge. (diff)
downloadnvme-cli-514897ed658aba23daea526643ec26e07509d5b9.tar.xz
nvme-cli-514897ed658aba23daea526643ec26e07509d5b9.zip
Completing and correcting debian/copyright.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/copyright78
1 files changed, 73 insertions, 5 deletions
diff --git a/debian/copyright b/debian/copyright
index 065e167..6186fc8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,17 +1,67 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nvme-cli
-Upstream-Contact: n/a
+Upstream-Contact: https://github.com/linux-nvme/nvme-cli/issues
Source: https://github.com/linux-nvme/nvme-cli/releases
Files: *
-Copyright: 2011-2021 Intel Corporation
- 2014 PMC-Sierra, Inc
+Copyright: 2011-2021 Intel Corporation.
License: GPL-2+
-Files: linux/lightnvm.h
-Copyright: 2015 CNEX Labs
+Files: fabrics.c
+Copyright: 2016 Intel Corporation.
+ 2016 HGST, a Western Digital Company.
+ 2016 Samsung Electronics Co., Ltd.
License: GPL-2
+Files: linux/lightnvm.h nvme-lightnvm.h
+Copyright: 2015-2016 CNEX Labs
+License: GPL-2
+
+Files: nvme-lightnvm.c
+Copyright: 2015-2016 CNEX Labs
+License: GPL-2+
+
+Files: nvme-rpmb.c
+Copyright: 2020 Micron Techology Inc.
+License: GPL-2
+
+Files: plugins/netapp/*
+Copyright: 2018 NetApp, Inc.
+License: GPL-2+
+
+Files: plugins/seagate/*
+Copyright: 2017-2018 Seagate Technology LLC and/or its Affiliates.
+License: GPL-2+
+
+Files: plugins/wdc/*
+Copyright: 2017-2018 Western Digital Corporation or its affiliates.
+License: GPL-2+
+
+Files: plugins/huawei/*
+Copyright: 2017-2019 Huawei Corporation or its affiliates.
+License: GPL-2+
+
+Files: regress scripts/latency util/suffix.h util/argconfig.* util/suffix.c
+Copyright: 2014-2015 PMC-Sierra, Inc.
+License: GPL-2+
+
+Files: tests/*
+Copyright: 2015-2016 Western Digital Corporation or its affiliates.
+License: GPL-2+
+
+Files: util/log.c
+Copyright: 2021 SUSE LLC
+License: GPL-2
+
+Files: util/log.h
+Copyright: 2021 Martin Wilck
+ 2021 SUSE LLC
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2021 Daniel Baumann <daniel.baumann@progress-linux.org>
+License: GPL-2+
+
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
@@ -44,3 +94,21 @@ License: GPL-2+
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
+
+License: LGPL-2.1+
+ 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 2.1 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 Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ The complete text of the GNU Lesser General Public License
+ can be found in /usr/share/common-licenses/LGPL-2.1 file.