]> git.ipfire.org Git - thirdparty/lldpd.git/blame - debian/copyright
tests: request CAP_DAC_OVERRIDE
[thirdparty/lldpd.git] / debian / copyright
CommitLineData
43c02e7b 1Files: *
40116b40 2Copyright: © 2008-2013 Vincent Bernat <bernat@luffy.cx>
43c02e7b
VB
3 © 2003, 2004 Henning Brauer <henning@openbsd.org>
4 © 2006 Pierre-Yves Ritschard <pyr@openbsd.org>
40116b40 5 © 2010 Andreas Hofmeister <andi@collax.com>
b210a617 6License: ISC
43c02e7b 7
40116b40
VB
8Files: libevent/*
9Copyright: Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
10 Copyright 2007-2012 Niels Provos and Nick Mathewson
11License: BSD-3-clause
40116b40
VB
12Comment:
13 The content of this directory is shipped with lldpd but not used for
bd6e31ea 14 compilation when the system libevent is recent enough.
40116b40
VB
15
16Files: libevent/arc4random.c
17Copyright: Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
18 Copyright (c) 2010-2012 Niels Provos and Nick Mathewson
19 Copyright (c) 1996, David Mazieres <dm@uun.org>
20 Copyright (c) 2008, Damien Miller <djm@openbsd.org>
21License: ISC
40116b40 22
8bc7a565
VB
23Files: src/privsep_io.c
24Copyright: Copyright (c) 2003 Can Erkin Acar
25 Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
26License: ISC
27
28Files: src/privsep_fd.c
29Copyright: Copyright 2001 Niels Provos <provos@citi.umich.edu>
30 Copyright (c) 2002 Matthieu Herrb
40116b40 31License: BSD-2-clause
93d25046 32
06987a24
VB
33Files: src/client/utf8.c
34Copyright: Copyright (c) 2011 Joseph A. Adams
35License: Expat
36
40116b40
VB
37Files: m4/ax_cflags_gcc_option.m4
38Copyright: Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
39License: GPL-2+ with Autoconf exception
40116b40
VB
40
41Files: m4/ax_ld_check_flag.m4
42Copyright: Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
43License: GPL-2+ with Autoconf exception
44
45Files: m4/ax_lib_readline.m4
46Copyright: Copyright (c) 2008 Ville Laurikari <vl@iki.fi>
47License: permissive
48 Copying and distribution of this file, with or without modification, are
49 permitted in any medium without royalty provided the copyright notice
50 and this notice are preserved. This file is offered as-is, without any
51 warranty.
52
53Files: m4/ax_prog_doxygen.m4
54Copyright: Copyright (c) 2009 Oren Ben-Kiki <oren@ben-kiki.org>
55License: permissive
56 Copying and distribution of this file, with or without modification, are
57 permitted in any medium without royalty provided the copyright notice
58 and this notice are preserved. This file is offered as-is, without any
59 warranty.
60
61Files: include/linux/*
62Copyright: Copyright (C) 1991-2012 Linus Torvalds
63 and many others
64License: GPL-2+
65 This program is free software; you can redistribute it and/or
66 modify it under the terms of the GNU General Public License
67 as published by the Free Software Foundation; either version
68 2 of the License, or (at your option) any later version.
69 .
70 On Debian systems, the full text of the GNU General Public
71 License version 2 can be found in the file
72 `/usr/share/common-licenses/GPL-2'.
73Comment:
74 It is believed that header files are an interface for user space and
75 therefore cannot be covered by copyright.
76
77Files: include/netinet/if_ether.h include/sys/queue.h
78Copyright: Copyright (c) 1982, 1986, 1993 The Regents of the University of California
79License: BSD-3-clause
40116b40
VB
80
81Files: include/osx/*
82Copyright: Copyright (c) 2003-2010 Apple Computer, Inc
83License: APSL-2
84 This file contains Original Code and/or Modifications of Original Code
85 as defined in and that are subject to the Apple Public Source License
86 Version 2.0 (the 'License'). You may not use this file except in
87 compliance with the License. The rights granted to you under the License
88 may not be used to create, or enable the creation or redistribution of,
89 unlawful or unlicensed copies of an Apple operating system, or to
90 circumvent, violate, or enable the circumvention or violation of, any
91 terms of an Apple operating system software license agreement.
bd6e31ea 92 .
40116b40
VB
93 Please obtain a copy of the License at
94 http://www.opensource.apple.com/apsl/ and read it before using this file.
bd6e31ea 95 .
40116b40
VB
96 The Original Code and all software distributed under the License are
97 distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
98 EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
99 INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
100 FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
101 Please see the License for the specific language governing rights and
102 limitations under the License.
103Comment:
104 APSL incompatibility with GPL is not a problem here:
105 1. It is believed that header files are an interface for user space and
106 therefore cannot be covered by copyright.
107 2. Those headers are used only on OS X.
108
bd6e31ea
VB
109Files: compat/asprintf.c
110Copyright: Copyright (c) 2004 Darren Tucker
111 Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
112License: ISC
113
114Files: compat/daemon.c
115Copyright: Copyright (c) 1990, 1993 The Regents of the University of California
116License: BSD-3-clause
117
118Files: compat/getline.c
119Copyright: Copyright (c) 2009 The NetBSD Foundation, Inc
120License: BSD-2-clause
121
122Files: compat/strlcpy.c
123Copyright: Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
124License: ISC
125
126Files: compat/strtonum.c
127Copyright: Copyright (c) 2004 Ted Unangst and Todd Miller
128License: ISC
129
93d25046
VB
130Files: debian/*
131Copyright: © 2008 Vincent Bernat <bernat@debian.org>
b210a617 132License: ISC
bd6e31ea
VB
133
134License: ISC
135 Permission to use, copy, modify, and/or distribute this software for any
136 purpose with or without fee is hereby granted, provided that the above
137 copyright notice and this permission notice appear in all copies.
138 .
139 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
140 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
141 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
142 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
143 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
144 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
145 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
146
147License: BSD-2-clause
148 Redistribution and use in source and binary forms, with or without
149 modification, are permitted provided that the following conditions
150 are met:
151 1. Redistributions of source code must retain the above copyright
152 notice, this list of conditions and the following disclaimer.
153 2. Redistributions in binary form must reproduce the above copyright
154 notice, this list of conditions and the following disclaimer in the
155 documentation and/or other materials provided with the distribution.
156 .
157 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
158 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
159 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
160 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
161 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
162 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
163 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
164 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
165 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
166 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
167
168License: BSD-3-clause
169 Redistribution and use in source and binary forms, with or without
170 modification, are permitted provided that the following conditions
171 are met:
172 1. Redistributions of source code must retain the above copyright
173 notice, this list of conditions and the following disclaimer.
174 2. Redistributions in binary form must reproduce the above copyright
175 notice, this list of conditions and the following disclaimer in the
176 documentation and/or other materials provided with the distribution.
177 3. Neither the name of the University nor the names of its contributors
178 may be used to endorse or promote products derived from this software
179 without specific prior written permission.
180 .
181 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
182 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
183 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
184 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
185 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
186 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
187 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
188 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
189 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
190 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
191 SUCH DAMAGE.
192
193License: GPL-2+ with Autoconf exception
194 This program is free software; you can redistribute it and/or modify it
195 under the terms of the GNU General Public License as published by the
196 Free Software Foundation; either version 2 of the License, or (at your
197 option) any later version.
198 .
199 This program is distributed in the hope that it will be useful, but
200 WITHOUT ANY WARRANTY; without even the implied warranty of
201 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
202 Public License for more details.
203 .
204 You should have received a copy of the GNU General Public License along
205 with this program. If not, see <http://www.gnu.org/licenses/>.
206 .
207 On Debian systems, the full text of the GNU General Public
208 License version 2 can be found in the file
209 `/usr/share/common-licenses/GPL-2'.
210 .
211 As a special exception, the respective Autoconf Macro's copyright owner
212 gives unlimited permission to copy, distribute and modify the configure
213 scripts that are the output of Autoconf when processing the Macro. You
214 need not follow the terms of the GNU General Public License when using
215 or distributing such scripts, even though portions of the text of the
216 Macro appear in them. The GNU General Public License (GPL) does govern
217 all other use of the material that constitutes the Autoconf Macro.
218 .
219 This special exception to the GPL applies to versions of the Autoconf
220 Macro released by the Autoconf Archive. When you make and distribute a
221 modified version of the Autoconf Macro, you may extend this special
222 exception to the GPL to apply to your modified version as well.
06987a24
VB
223
224License: Expat
225 Permission is hereby granted, free of charge, to any person obtaining a copy
226 of this software and associated documentation files (the "Software"), to deal
227 in the Software without restriction, including without limitation the rights
228 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
229 copies of the Software, and to permit persons to whom the Software is
230 furnished to do so, subject to the following conditions:
231 .
232 The above copyright notice and this permission notice shall be included in
233 all copies or substantial portions of the Software.
234 .
235 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
236 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
237 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
238 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
239 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
240 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
241 THE SOFTWARE.