]>
Commit | Line | Data |
---|---|---|
3f2457aa A |
1 | _secure_path.c: |
2 | /*- | |
3 | * Based on code copyright (c) 1995,1997 by | |
4 | * Berkeley Software Design, Inc. | |
5 | * All rights reserved. | |
6 | * | |
7 | * Redistribution and use in source and binary forms, with or without | |
8 | * modification, is permitted provided that the following conditions | |
9 | * are met: | |
10 | * 1. Redistributions of source code must retain the above copyright | |
11 | * notice immediately at the beginning of the file, without modification, | |
12 | * this list of conditions, and the following disclaimer. | |
13 | * 2. Redistributions in binary form must reproduce the above copyright | |
14 | * notice, this list of conditions and the following disclaimer in the | |
15 | * documentation and/or other materials provided with the distribution. | |
16 | * 3. This work was done expressly for inclusion into FreeBSD. Other use | |
17 | * is permitted provided this notation is included. | |
18 | * 4. Absolutely no warranty of function or purpose is made by the authors. | |
19 | * 5. Modifications may be freely made to this file providing the above | |
20 | * conditions are met. | |
21 | */ | |
22 | ||
23 | fparseln.c: | |
24 | /* | |
25 | * Copyright (c) 1997 Christos Zoulas. All rights reserved. | |
26 | * | |
27 | * Redistribution and use in source and binary forms, with or without | |
28 | * modification, are permitted provided that the following conditions | |
29 | * are met: | |
30 | * 1. Redistributions of source code must retain the above copyright | |
31 | * notice, this list of conditions and the following disclaimer. | |
32 | * 2. Redistributions in binary form must reproduce the above copyright | |
33 | * notice, this list of conditions and the following disclaimer in the | |
34 | * documentation and/or other materials provided with the distribution. | |
35 | * 3. All advertising materials mentioning features or use of this software | |
36 | * must display the following acknowledgement: | |
37 | * This product includes software developed by Christos Zoulas. | |
38 | * 4. The name of the author may not be used to endorse or promote products | |
39 | * derived from this software without specific prior written permission. | |
40 | * | |
41 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | |
42 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | |
43 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | |
44 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | |
45 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | |
46 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |
47 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |
48 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
49 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | |
50 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
51 | */ | |
52 | ||
53 | humanize_number.c: | |
54 | /* | |
55 | * Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc. | |
56 | * All rights reserved. | |
57 | * | |
58 | * This code is derived from software contributed to The NetBSD Foundation | |
59 | * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, | |
60 | * NASA Ames Research Center, by Luke Mewburn and by Tomas Svensson. | |
61 | * | |
62 | * Redistribution and use in source and binary forms, with or without | |
63 | * modification, are permitted provided that the following conditions | |
64 | * are met: | |
65 | * 1. Redistributions of source code must retain the above copyright | |
66 | * notice, this list of conditions and the following disclaimer. | |
67 | * 2. Redistributions in binary form must reproduce the above copyright | |
68 | * notice, this list of conditions and the following disclaimer in the | |
69 | * documentation and/or other materials provided with the distribution. | |
70 | * 3. All advertising materials mentioning features or use of this software | |
71 | * must display the following acknowledgement: | |
72 | * This product includes software developed by the NetBSD | |
73 | * Foundation, Inc. and its contributors. | |
74 | * 4. Neither the name of The NetBSD Foundation nor the names of its | |
75 | * contributors may be used to endorse or promote products derived | |
76 | * from this software without specific prior written permission. | |
77 | * | |
78 | * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | |
79 | * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | |
80 | * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | |
81 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS | |
82 | * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
83 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
84 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
85 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
86 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
87 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
88 | * POSSIBILITY OF SUCH DAMAGE. | |
89 | */ | |
90 | ||
91 | pidfile.c: | |
92 | /*- | |
93 | * Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> | |
94 | * All rights reserved. | |
95 | * | |
96 | * Redistribution and use in source and binary forms, with or without | |
97 | * modification, are permitted provided that the following conditions | |
98 | * are met: | |
99 | * 1. Redistributions of source code must retain the above copyright | |
100 | * notice, this list of conditions and the following disclaimer. | |
101 | * 2. Redistributions in binary form must reproduce the above copyright | |
102 | * notice, this list of conditions and the following disclaimer in the | |
103 | * documentation and/or other materials provided with the distribution. | |
104 | * | |
105 | * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND | |
106 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
107 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
108 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE | |
109 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
110 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
111 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
112 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
113 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
114 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
115 | * SUCH DAMAGE. | |
116 | */ | |
117 | ||
118 | property.c: | |
119 | /* | |
120 | * | |
121 | * Simple property list handling code. | |
122 | * | |
123 | * Copyright (c) 1998 | |
124 | * Jordan "Perky" Hubbard. All rights reserved. | |
125 | * | |
126 | * Redistribution and use in source and binary forms, with or without | |
127 | * modification, are permitted provided that the following conditions | |
128 | * are met: | |
129 | * 1. Redistributions of source code must retain the above copyright | |
130 | * notice, this list of conditions and the following disclaimer, | |
131 | * verbatim and that no modifications are made prior to this | |
132 | * point in the file. | |
133 | * 2. Redistributions in binary form must reproduce the above copyright | |
134 | * notice, this list of conditions and the following disclaimer in the | |
135 | * documentation and/or other materials provided with the distribution. | |
136 | * | |
137 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | |
138 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
139 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
140 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR HIS PETS BE LIABLE | |
141 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
142 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
143 | * OR SERVICES; LOSS OF USE, DATA, LIFE OR PROFITS; OR BUSINESS INTERRUPTION) | |
144 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
145 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
146 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
147 | * SUCH DAMAGE. | |
148 | */ | |
149 | ||
150 | realhostname.c: | |
151 | /*- | |
152 | * Copyright (c) 1999 Brian Somers <brian@Awfulhak.org> | |
153 | * All rights reserved. | |
154 | * | |
155 | * Redistribution and use in source and binary forms, with or without | |
156 | * modification, are permitted provided that the following conditions | |
157 | * are met: | |
158 | * 1. Redistributions of source code must retain the above copyright | |
159 | * notice, this list of conditions and the following disclaimer. | |
160 | * 2. Redistributions in binary form must reproduce the above copyright | |
161 | * notice, this list of conditions and the following disclaimer in the | |
162 | * documentation and/or other materials provided with the distribution. | |
163 | * | |
164 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | |
165 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
166 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
167 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | |
168 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
169 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
170 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
171 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
172 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
173 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
174 | * SUCH DAMAGE. | |
175 | */ | |
176 | ||
177 | trimdomain.c: | |
178 | /*- | |
179 | * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> | |
180 | * Based on original work by Atsushi Murai <amurai@FreeBSD.org> | |
181 | * All rights reserved. | |
182 | * | |
183 | * Redistribution and use in source and binary forms, with or without | |
184 | * modification, are permitted provided that the following conditions | |
185 | * are met: | |
186 | * 1. Redistributions of source code must retain the above copyright | |
187 | * notice, this list of conditions and the following disclaimer. | |
188 | * 2. Redistributions in binary form must reproduce the above copyright | |
189 | * notice, this list of conditions and the following disclaimer in the | |
190 | * documentation and/or other materials provided with the distribution. | |
191 | * | |
192 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | |
193 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
194 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
195 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | |
196 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
197 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
198 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
199 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
200 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
201 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
202 | * SUCH DAMAGE. | |
203 | * | |
204 | */ | |
205 | ||
206 | uucplock.c: | |
207 | /* | |
208 | * Copyright (c) 1988, 1993 | |
209 | * The Regents of the University of California. All rights reserved. | |
210 | * | |
211 | * Redistribution and use in source and binary forms, with or without | |
212 | * modification, are permitted provided that the following conditions | |
213 | * are met: | |
214 | * 1. Redistributions of source code must retain the above copyright | |
215 | * notice, this list of conditions and the following disclaimer. | |
216 | * 2. Redistributions in binary form must reproduce the above copyright | |
217 | * notice, this list of conditions and the following disclaimer in the | |
218 | * documentation and/or other materials provided with the distribution. | |
219 | * 3. All advertising materials mentioning features or use of this software | |
220 | * must display the following acknowledgement: | |
221 | * This product includes software developed by the University of | |
222 | * California, Berkeley and its contributors. | |
223 | * 4. Neither the name of the University nor the names of its contributors | |
224 | * may be used to endorse or promote products derived from this software | |
225 | * without specific prior written permission. | |
226 | * | |
227 | * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND | |
228 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
229 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
230 | * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE | |
231 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
232 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
233 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
234 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
235 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
236 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
237 | * SUCH DAMAGE. | |
238 | */ |