1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nvme-cli
Upstream-Contact: https://github.com/linux-nvme/nvme-cli/issues
Source: https://github.com/linux-nvme/nvme-cli/releases
Files: *
Copyright: 2011-2024 Intel Corporation.
License: GPL-2+
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-2024 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
the Free Software Foundation, version 2 of the License.
.
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 General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
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.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
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.
|