Skip to content

Commit 92a2674

Browse files
authored
Revise copyright and license details in debian file
Updated copyright and license information for the project.
1 parent 1a4fc0e commit 92a2674

1 file changed

Lines changed: 150 additions & 17 deletions

File tree

packaging/debian/copyright

Lines changed: 150 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,154 @@ Upstream-Contact: EngineerZone <https://ez.analog.com/sw-interface-tools/>
44
Source: https://github.com/analogdevicesinc/libm2k
55

66
Files: *
7-
Copyright: 2019-2025 Analog Devices Inc.
7+
Copyright: 2019, 2020, 2023-2025, Analog Devices Inc.
88
License: LGPL-2.1+
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation; either
12-
version 2.1 of the License, or (at your option) any later version.
13-
.
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
.
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22-
.
23-
On Debian systems, the complete text of the GNU Lesser General Public
24-
License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
9+
10+
Files: include/libm2k/tools/i2c.hpp
11+
include/libm2k/tools/spi.hpp
12+
include/libm2k/tools/uart.hpp
13+
tools/communication/src/*
14+
Copyright: 2019, Analog Devices, Inc.
15+
License: BSD-3-clause
16+
17+
Files: tools/communication/src/spi.cpp
18+
Copyright: 2019, Analog Devices, Inc.
19+
License: ADI-BSD-5-Clause
20+
21+
Files: tools/communication/src/utils/*
22+
Copyright: 2019, Analog Devices Inc.
23+
License: LGPL-2.1+
24+
25+
Files: tools/deps/wingetopt/*
26+
Copyright: 2002, Todd C. Miller <Todd.Miller@courtesan.com>
27+
2000, The NetBSD Foundation, Inc.
28+
License: ISC and BSD-2-Clause-NetBSD
29+
30+
Files: tools/deps/wingetopt/src/getopt.h
31+
Copyright: Public Domain, w64 mingw-runtime authors
32+
License: public-domain
33+
34+
Files: tools/m2kcli/CMakeLists.txt
35+
Copyright: 2019, Analog Devices Inc.
36+
License: LGPL-2+
37+
38+
License: ADI-BSD-5-Clause
39+
All rights reserved.
40+
.
41+
Redistribution and use in source and binary forms, with or without
42+
modification, are permitted provided that the following conditions are met:
43+
- Redistributions of source code must retain the above copyright
44+
notice, this list of conditions and the following disclaimer.
45+
- Redistributions in binary form must reproduce the above copyright
46+
notice, this list of conditions and the following disclaimer in
47+
the documentation and/or other materials provided with the
48+
distribution.
49+
- Neither the name of Analog Devices, Inc. nor the names of its
50+
contributors may be used to endorse or promote products derived
51+
from this software without specific prior written permission.
52+
- The use of this software may or may not infringe the patent rights
53+
of one or more patent holders. This license does not release you
54+
from the requirement that you obtain separate licenses from these
55+
patent holders to use this software.
56+
- Use of the software either in source or binary form, must be run
57+
on or directly connected to an Analog Devices Inc. component.
58+
.
59+
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR
60+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT,
61+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
62+
IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT,
63+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
64+
LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR
65+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
66+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
67+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69+
70+
License: BSD-2-Clause-NetBSD
71+
All rights reserved.
72+
.
73+
This code is derived from software contributed to The NetBSD Foundation
74+
by Dieter Baron and Thomas Klausner.
75+
.
76+
Redistribution and use in source and binary forms, with or without
77+
modification, are permitted provided that the following conditions
78+
are met:
79+
1. Redistributions of source code must retain the above copyright
80+
notice, this list of conditions and the following disclaimer.
81+
2. Redistributions in binary form must reproduce the above copyright
82+
notice, this list of conditions and the following disclaimer in the
83+
documentation and/or other materials provided with the distribution.
84+
.
85+
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
86+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
87+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
88+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
89+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
90+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
91+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
92+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
93+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
94+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
95+
POSSIBILITY OF SUCH DAMAGE.
96+
97+
License: BSD-3-clause
98+
The BSD License
99+
.
100+
Redistribution and use in source and binary forms, with or without
101+
modification, are permitted provided that the following conditions are
102+
met:
103+
.
104+
* Redistributions of source code must retain the above copyright
105+
notice, this list of conditions and the following disclaimer.
106+
.
107+
* Redistributions in binary form must reproduce the above copyright
108+
notice, this list of conditions and the following disclaimer in the
109+
documentation and/or other materials provided with the distribution.
110+
.
111+
* Neither the name of the copyright holder nor the names of its
112+
contributors may be used to endorse or promote products derived from
113+
this software without specific prior written permission.
114+
.
115+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
116+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
117+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
118+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
119+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
120+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
121+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
122+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
123+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
124+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
125+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
126+
127+
License: ISC
128+
Permission to use, copy, modify, and distribute this software for any
129+
purpose with or without fee is hereby granted, provided that the above
130+
copyright notice and this permission notice appear in all copies.
131+
.
132+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
133+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
134+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
135+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
136+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
137+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
138+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
139+
140+
License: LGPL-2+
141+
This program is free software; you can redistribute it and/or modify it
142+
under the terms of the GNU Library General Public License as published by the
143+
Free Software Foundation; version 2 of the License, or (at
144+
your option) any later version.
145+
On Debian systems, the complete text of version 2 of the GNU Library
146+
General Public License can be found in '/usr/share/common-licenses/LGPL-2'.
147+
148+
License: LGPL-2.1+
149+
This program is free software; you can redistribute it and/or modify it
150+
under the terms of the GNU Lesser General Public License as published by the
151+
Free Software Foundation; version 2.1 of the License, or (at
152+
your option) any later version.
153+
On Debian systems, the complete text of version 2.1 of the GNU Lesser
154+
General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
155+
156+
License: public-domain
157+
This file has no copyright assigned and is placed in the Public Domain.

0 commit comments

Comments
 (0)