File: copyright

package info (click to toggle)
dhcp-probe 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,304 kB
  • sloc: sh: 4,783; ansic: 2,402; perl: 381; xml: 51; makefile: 50
file content (241 lines) | stat: -rw-r--r-- 11,727 bytes parent folder | download
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dhcp-probe
Source: https://git.sr.ht/debian/dhcp-probe


Files: *
Copyright: 2000-2021,  The Trustees of Princeton University, All Rights Reserved.
License: Princeton

Files: src/daemonize.c src/get_myeaddr.c src/get_myipaddr.c
Copyright: 1998 Prentice Hall PTR
License: Princeton

License: Princeton
 Redistribution and use in source and binary form, with or without modification,
 are permitted provided that the following conditions are met:
 .
 * The redistribution, use, or modification shall not violate any of the additional
   copyrights, patents, or other restrictions below.
 .
 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
 .
 * Redistributions in binary form must reproduce the above copyright notice, this
   list of conditions and the following disclaimer in the documentation and/or
   other materials provided with the distribution.
 .
 * If redistribution includes any portion of the software that is copyrighted by other
   organizations or individuals (as detailed below), the copyright notice associated with
   that portion of the software also must be retained.
 .
 * Neither the names of the individual authors or contributos, nor the
   name of "Princeton University" may be used to endorse or promote products
   derived from this software without specific prior written permission.
 .
 This software is provided "as is" and any express or implied
 warranties, including, but not limited to, the implied warranties of
 mechantability and fitness for a particular purpose are disclaimed.  In
 no event shall the authors or Princeton University be liable for any
 direct, indirect, incidental, special exemplary, or consequential
 damages (including, but not limited to, procurement of substitute goods
 or services; loss of use, data, or profits; or business interruption)
 however caused and on any theory of liability, whether in contract,
 strict liability, or tort (including negligence or otherwise) arising
 in any way out of the use of this software, even if advised of the
 possibility of such damage.

Files: lib/inet_aton.c
Copyright:
 1983, 1990, 1993 The Regents of the University of California.  All rights reserved.
 1993 by Digital Equipment Corporation.
 1996-1999 by Internet Software Consortium.
License: lib/inet_aton.c

License: lib/inet_aton.c
 /*
  * Copyright (c) 1983, 1990, 1993
  *    The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
  * 1. Redistributions of source code must retain the above copyright
  *    notice, this list of conditions and the following disclaimer.
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
 /*
  * Portions Copyright (c) 1993 by Digital Equipment Corporation.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies, and that
  * the name of Digital Equipment Corporation not be used in advertising or
  * publicity pertaining to distribution of the document or software without
  * specific, written prior permission.
  *
  * THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
  * WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
  * OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
  * CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  * SOFTWARE.
  */
 /*
  * Portions Copyright (c) 1996-1999 by Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
  * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  * SOFTWARE.
  */

Files: src/report.c lib/strerror.c
Copyright:
 1996 by Carnegie Mellon University, All Rights Reserved
 Patrick Powell
License: CMU AND GPL-2

License: CMU
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
 both that copyright notice and this permission notice appear in
 supporting documentation, and that the name of CMU not be
 used in advertising or publicity pertaining to distribution of the
 software without specific, written prior permission.
 .
 CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.



Files: configure
Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc.
License: public-domain
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.

Files: Makefile.in */Makefile.in
Copyright: 1994-2018 Free Software Foundation, Inc.
License: public-domain
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

Files: aclocal.m4
Copyright:
 1994-2018 Free Software Foundation, Inc.
 1998 Prentice Hall PTR
 Patrick Powell
License: public-domain AND GPL-2-Hardaker AND GPL-2
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.

License: GPL-2-Hardaker
 Every Autoconf macro presented on this web site 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, or (at
 your option) any later version.
 .
 They are distributed in the hope that they 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, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.)
 .
 As a special exception, the Free Software Foundation gives unlimited
 permission to copy, distribute and modify the configure scripts that are the
 output of Autoconf. You need not follow the terms of the GNU General Public
 License when using or distributing such scripts, even though portions of the
 text of Autoconf appear in them. The GNU General Public License (GPL) does
 govern all other use of the material that constitutes the Autoconf program.
 .
 Certain portions of the Autoconf source text are designed to be copied (in certain
 cases, depending on the input) into the output of Autoconf. We call these the
 "data" portions. The rest of the Autoconf source text consists of comments plus
 executable code that decides which of the data portions to output in any given
 case. We call these comments and executable code the "non-data" portions.
 Autoconf never copies any of the non-data portions into its output.
 .
 This special exception to the GPL applies to versions of Autoconf released by the
 Free Software Foundation. When you make and distribute a modified version
 of Autoconf, you may extend this special exception to the GPL to apply to your
 modified version as well, *unless* your modified version has the potential to
 copy into its output some of the text that was the non-data portion of the
 version that you started with. (In other words, unless your change moves or
 copies text from the non-data portions to the data portions.) If your
 modification has such potential, you must delete any notice of this special
 exception to the GPL from your modified version.

Files: m4/sys_errlist.m4
Copyright: Patrick Powell
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; 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, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".



Files: debian/*
Copyright: 2008, Laurent Guignard <lguignard.debian@gmail.com>
License: GPL-2