]> git.ipfire.org Git - thirdparty/squid.git/blob - CREDITS
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / CREDITS
1 This file contains copyright and licensing information for 3rd party software
2 imported into Squid. Squid software itself is copyrighted by The Squid
3 Software Foundation and contributors. Please see the COPYING and CONTRIBUTORS
4 files for details.
5
6 ==============================================================================
7 Squid is derived from the ``cached'' software developed by the ARPA-funded
8 research project called The Harvest Information Discovery and Access System:
9
10 /*
11 * Copyright (c) 1994, 1995. All rights reserved.
12 *
13 * The Harvest software was developed by the Internet Research Task
14 * Force Research Group on Resource Discovery (IRTF-RD):
15 *
16 * Mic Bowman of Transarc Corporation.
17 * Peter Danzig of the University of Southern California.
18 * Darren R. Hardy of the University of Colorado at Boulder.
19 * Udi Manber of the University of Arizona.
20 * Michael F. Schwartz of the University of Colorado at Boulder.
21 * Duane Wessels of the University of Colorado at Boulder.
22 *
23 * This copyright notice applies to software in the Harvest
24 * ``src/'' directory only. Users should consult the individual
25 * copyright notices in the ``components/'' subdirectories for
26 * copyright information about other software bundled with the
27 * Harvest source code distribution.
28 *
29 * TERMS OF USE
30 *
31 * The Harvest software may be used and re-distributed without
32 * charge, provided that the software origin and research team are
33 * cited in any use of the system. Most commonly this is
34 * accomplished by including a link to the Harvest Home Page
35 * (http://harvest.cs.colorado.edu/) from the query page of any
36 * Broker you deploy, as well as in the query result pages. These
37 * links are generated automatically by the standard Broker
38 * software distribution.
39 *
40 * The Harvest software is provided ``as is'', without express or
41 * implied warranty, and with no support nor obligation to assist
42 * in its use, correction, modification or enhancement. We assume
43 * no liability with respect to the infringement of copyrights,
44 * trade secrets, or any patents, and are not responsible for
45 * consequential damages. Proper use of the Harvest software is
46 * entirely the responsibility of the user.
47 *
48 * DERIVATIVE WORKS
49 *
50 * Users may make derivative works from the Harvest software, subject
51 * to the following constraints:
52 *
53 * - You must include the above copyright notice and these
54 * accompanying paragraphs in all forms of derivative works,
55 * and any documentation and other materials related to such
56 * distribution and use acknowledge that the software was
57 * developed at the above institutions.
58 *
59 * - You must notify IRTF-RD regarding your distribution of
60 * the derivative work.
61 *
62 * - You must clearly notify users that your are distributing
63 * a modified version and not the original Harvest software.
64 *
65 * - Any derivative product is also subject to these copyright
66 * and use restrictions.
67 *
68 * Note that the Harvest software is NOT in the public domain. We
69 * retain copyright, as specified above.
70 *
71 * HISTORY OF FREE SOFTWARE STATUS
72 *
73 * Originally we required sites to license the software in cases
74 * where they were going to build commercial products/services
75 * around Harvest. In June 1995 we changed this policy. We now
76 * allow people to use the core Harvest software (the code found in
77 * the Harvest ``src/'' directory) for free. We made this change
78 * in the interest of encouraging the widest possible deployment of
79 * the technology. The Harvest software is really a reference
80 * implementation of a set of protocols and formats, some of which
81 * we intend to standardize. We encourage commercial
82 * re-implementations of code complying to this set of standards.
83 */
84
85 ==============================================================================
86
87 acinclude/ax_cxx_compile_stdcxx_11.m4:
88
89 # Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com>
90 # Copyright (c) 2012 Zack Weinberg <zackw@panix.com>
91 # Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu>
92 # Copyright (c) 2014 Alexey Sokolov <sokolov@google.com>
93 #
94 # Copying and distribution of this file, with or without modification, are
95 # permitted in any medium without royalty provided the copyright notice
96 # and this notice are preserved. This file is offered as-is, without any
97 # warranty.
98
99 ==============================================================================
100
101 acinclude/ax_with_prog.m4:
102
103 dnl Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
104 dnl Copyright (c) 2008 Dustin J. Mitchell <dustin@cs.uchicago.edu>
105 dnl
106 dnl Copying and distribution of this file, with or without modification, are
107 dnl permitted in any medium without royalty provided the copyright notice
108 dnl and this notice are preserved.
109
110 ==============================================================================
111
112 acinclude/pkg.m4:
113
114 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
115 #
116 # This program is free software; you can redistribute it and/or modify
117 # it under the terms of the GNU General Public License as published by
118 # the Free Software Foundation; either version 2 of the License, or
119 # (at your option) any later version.
120 #
121 # This program is distributed in the hope that it will be useful, but
122 # WITHOUT ANY WARRANTY; without even the implied warranty of
123 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
124 # General Public License for more details.
125 #
126 # You should have received a copy of the GNU General Public License
127 # along with this program; if not, write to the Free Software
128 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
129 #
130 # As a special exception to the GNU General Public License, if you
131 # distribute this file as part of a program that contains a
132 # configuration script generated by Autoconf, you may include it under
133 # the same distribution terms that you use for the rest of that program.
134
135 ==============================================================================
136
137 compat/eui64_aton.h:
138
139 /* $NetBSD: eui64.h,v 1.1 2005/07/11 15:35:25 kiyohara Exp $ */
140 /*-
141 * Copyright 2004 The Aerospace Corporation. All rights reserved.
142 *
143 * Redistribution and use in source and binary forms, with or without
144 * modification, are permitted provided that the following conditions
145 * are met:
146 *
147 * 1. Redistributions of source code must retain the above copyright
148 * notice, this list of conditions, and the following disclaimer.
149 * 2. Redistributions in binary form must reproduce the above copyright
150 * notice, this list of conditions, and the following disclaimer in the
151 * documentation and/or other materials provided with the distribution.
152 * 3. The name of The Aerospace Corporation may not be used to endorse or
153 * promote products derived from this software.
154 *
155 * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION "AS IS" AND
156 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
157 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
158 * ARE DISCLAIMED. IN NO EVENT SHALL THE AEROSPACE CORPORATION BE LIABLE
159 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
160 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
161 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
162 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
163 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
164 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
165 * SUCH DAMAGE.
166 *
167 * $FreeBSD: /repoman/r/ncvs/src/sys/sys/eui64.h,v 1.2 2005/01/07 02:29:23 imp Exp $
168 */
169
170 ==============================================================================
171
172 compat/eui64_aton.c:
173
174 /* $NetBSD: eui64.c,v 1.1 2005/07/11 15:35:25 kiyohara Exp $ */
175 /*
176 * Copyright 2004 The Aerospace Corporation. All rights reserved.
177 *
178 * Redistribution and use in source and binary forms, with or without
179 * modification, are permitted provided that the following conditions
180 * are met:
181 *
182 * 1. Redistributions of source code must retain the above copyright
183 * notice, this list of conditions, and the following disclaimer.
184 * 2. Redistributions in binary form must reproduce the above copyright
185 * notice, this list of conditions, and the following disclaimer in the
186 * documentation and/or other materials provided with the distribution.
187 * 3. The name of The Aerospace Corporation may not be used to endorse or
188 * promote products derived from this software.
189 *
190 * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION "AS IS" AND
191 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
192 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
193 * ARE DISCLAIMED. IN NO EVENT SHALL THE AEROSPACE CORPORATION BE LIABLE
194 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
195 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
196 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
197 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
198 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
199 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
200 * SUCH DAMAGE.
201 *
202 * Copyright (c) 1995
203 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
204 *
205 * Redistribution and use in source and binary forms, with or without
206 * modification, are permitted provided that the following conditions
207 * are met:
208 * 1. Redistributions of source code must retain the above copyright
209 * notice, this list of conditions and the following disclaimer.
210 * 2. Redistributions in binary form must reproduce the above copyright
211 * notice, this list of conditions and the following disclaimer in the
212 * documentation and/or other materials provided with the distribution.
213 * 3. All advertising materials mentioning features or use of this software
214 * must display the following acknowledgement:
215 * This product includes software developed by Bill Paul.
216 * 4. Neither the name of the author nor the names of any co-contributors
217 * may be used to endorse or promote products derived from this software
218 * without specific prior written permission.
219 *
220 * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
221 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
222 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
223 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
224 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
225 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
226 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
227 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
228 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
229 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
230 * SUCH DAMAGE.
231 *
232 * EUI-64 conversion and lookup routines
233 *
234 *
235 * Converted from ether_addr.c rev
236 * FreeBSD: src/lib/libc/net/eui64.c,v 1.15 2002/04/08 07:51:10 ru Exp
237 * by Brooks Davis
238 *
239 * Written by Bill Paul <wpaul@ctr.columbia.edu>
240 * Center for Telecommunications Research
241 * Columbia University, New York City
242 */
243
244 ==============================================================================
245
246 compat/getaddrinfo.h,
247 compat/getaddrinfo.c:
248
249 /*
250 * This file is part of libESMTP, a library for submission of RFC 2822
251 * formatted electronic mail messages using the SMTP protocol described
252 * in RFC 2821.
253 *
254 * Copyright (C) 2001,2002 Brian Stafford <brian@stafford.uklinux.net>
255 *
256 * This library is free software; you can redistribute it and/or
257 * modify it under the terms of the GNU Lesser General Public
258 * License as published by the Free Software Foundation; either
259 * version 2.1 of the License, or (at your option) any later version.
260 *
261 * This library is distributed in the hope that it will be useful,
262 * but WITHOUT ANY WARRANTY; without even the implied warranty of
263 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
264 * Lesser General Public License for more details.
265 *
266 * You should have received a copy of the GNU Lesser General Public
267 * License along with this library; if not, write to the Free Software
268 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
269 */
270
271 /* Structure and prototypes taken from RFC 2553 */
272
273 ==============================================================================
274
275 compat/getnameinfo.c:
276
277 /* KAME: getnameinfo.c,v 1.72 2005/01/13 04:12:03 itojun Exp */
278
279 /*
280 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
281 * All rights reserved.
282 *
283 * Redistribution and use in source and binary forms, with or without
284 * modification, are permitted provided that the following conditions
285 * are met:
286 * 1. Redistributions of source code must retain the above copyright
287 * notice, this list of conditions and the following disclaimer.
288 * 2. Redistributions in binary form must reproduce the above copyright
289 * notice, this list of conditions and the following disclaimer in the
290 * documentation and/or other materials provided with the distribution.
291 * 3. Neither the name of the project nor the names of its contributors
292 * may be used to endorse or promote products derived from this software
293 * without specific prior written permission.
294 *
295 * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
296 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
297 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
298 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
299 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
300 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
301 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
302 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
303 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
304 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
305 * SUCH DAMAGE.
306 */
307
308 ==============================================================================
309
310 compat/inet_ntop.c:
311
312 /*
313 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
314 * Copyright (c) 1996-1999 by Internet Software Consortium.
315 *
316 * Permission to use, copy, modify, and distribute this software for any
317 * purpose with or without fee is hereby granted, provided that the above
318 * copyright notice and this permission notice appear in all copies.
319 *
320 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
321 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
322 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
323 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
324 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
325 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
326 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
327 */
328
329 ==============================================================================
330
331 compat/inet_pton.c:
332
333 /*
334 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
335 * Copyright (c) 1996,1999 by Internet Software Consortium.
336 *
337 * Permission to use, copy, modify, and distribute this software for any
338 * purpose with or without fee is hereby granted, provided that the above
339 * copyright notice and this permission notice appear in all copies.
340 *
341 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
342 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
343 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
344 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
345 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
346 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
347 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
348 */
349
350 ==============================================================================
351
352 compat/memrchr.cc,
353 compat/memrchr.h:
354
355 * Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
356 *
357 * Permission to use, copy, modify, and distribute this software for any
358 * purpose with or without fee is hereby granted, provided that the above
359 * copyright notice and this permission notice appear in all copies.
360 *
361 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
362 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
363 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
364 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
365 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
366 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
367 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
368
369 ==============================================================================
370
371 compat/strtoll.c:
372
373 /*-
374 * Copyright (c) 1990 The Regents of the University of California.
375 * All rights reserved.
376 *
377 * Redistribution and use in source and binary forms, with or without
378 * modification, are permitted provided that the following conditions
379 * are met:
380 * 1. Redistributions of source code must retain the above copyright
381 * notice, this list of conditions and the following disclaimer.
382 * 2. Redistributions in binary form must reproduce the above copyright
383 * notice, this list of conditions and the following disclaimer in the
384 * documentation and/or other materials provided with the distribution.
385 * 3. All advertising materials mentioning features or use of this software
386 * must display the following acknowledgement:
387 * This product includes software developed by the University of
388 * California, Berkeley and its contributors.
389 * 4. Neither the name of the University nor the names of its contributors
390 * may be used to endorse or promote products derived from this software
391 * without specific prior written permission.
392 *
393 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
394 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
395 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
396 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
397 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
398 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
399 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
400 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
401 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
402 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
403 * SUCH DAMAGE.
404 */
405
406 ==============================================================================
407
408 compat/tempnam.h:
409
410 * Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
411 * This file is part of the GNU C Library.
412 * The GNU C Library is free software; you can redistribute it and/or
413 * modify it under the terms of the GNU Library General Public License as
414 * published by the Free Software Foundation; either version 2 of the
415 * License, or (at your option) any later version.
416 *
417 * The GNU C Library is distributed in the hope that it will be useful,
418 * but WITHOUT ANY WARRANTY; without even the implied warranty of
419 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
420 * Library General Public License for more details.
421 *
422 * You should have received a copy of the GNU Library General Public
423 * License along with the GNU C Library; see the file COPYING.LIB. If
424 * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
425 * Cambridge, MA 02139, USA.
426
427 ==============================================================================
428
429 compat/tempnam.c:
430
431 /* Originally by Tom Hageman, tom@basil.icce.rug.nl */
432
433 /*
434 * This tmpnam() was changed by Gerben_Wierda@RnA.nl to serve as
435 * tempnam() for squid-1.1.6. It ignores the directory parameter, every
436 * temp file is written in /tmp.
437 */
438
439 ==============================================================================
440
441 compat/strnstr.cc:
442
443 /*-
444 * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
445 * Copyright (c) 1990, 1993
446 * The Regents of the University of California. All rights reserved.
447 *
448 * This code is derived from software contributed to Berkeley by
449 * Chris Torek.
450 *
451 * Redistribution and use in source and binary forms, with or without
452 * modification, are permitted provided that the following conditions
453 * are met:
454 * 1. Redistributions of source code must retain the above copyright
455 * notice, this list of conditions and the following disclaimer.
456 * 2. Redistributions in binary form must reproduce the above copyright
457 * notice, this list of conditions and the following disclaimer in the
458 * documentation and/or other materials provided with the distribution.
459 * 3. Neither the name of the University nor the names of its contributors
460 * may be used to endorse or promote products derived from this software
461 * without specific prior written permission.
462 *
463 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
464 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
465 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
466 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
467 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
468 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
469 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
470 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
471 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
472 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
473 * SUCH DAMAGE.
474 *
475 * @(#)strstr.c 8.1 (Berkeley) 6/4/93
476 * $FreeBSD: src/lib/libc/string/strnstr.c,v 1.2.2.1 2001/12/09 06:50:03 mike Exp $
477 * $DragonFly: src/lib/libc/string/strnstr.c,v 1.4 2006/03/20 17:24:20 dillon Exp $
478 */
479
480 ==============================================================================
481
482 compat/xstrto.cc:
483
484 /*
485 * (C) 2000-2006 by the netfilter coreteam <coreteam@netfilter.org>:
486 *
487 * This program is free software; you can redistribute it and/or modify
488 * it under the terms of the GNU General Public License as published by
489 * the Free Software Foundation; either version 2 of the License, or
490 * (at your option) any later version.
491 *
492 * This program is distributed in the hope that it will be useful,
493 * but WITHOUT ANY WARRANTY; without even the implied warranty of
494 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
495 * GNU General Public License for more details.
496 *
497 * You should have received a copy of the GNU General Public License
498 * along with this program; if not, write to the Free Software
499 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
500 */
501
502 ==============================================================================
503
504 errors/:
505
506 * Translation Snippets provided by Squid Project Translators held in
507 * copyright for open distribution.
508 *
509 * Translation Snippets provided by Rosetta Project Translators held in
510 * copyright for open distribution.
511 *
512 * Copyright 2009
513 *
514 * Redistribution and use in source and binary forms, with or without
515 * modification, are permitted provided that the following conditions
516 * are met:
517 * 1. Redistributions of source code must retain the above copyright
518 * notice, this list of conditions and the following disclaimer.
519 * 2. Redistributions in binary form must reproduce the above copyright
520 * notice, this list of conditions and the following disclaimer in the
521 * documentation and/or other materials provided with the distribution.
522 * 3. Neither the name of the University nor the names of its contributors
523 * may be used to endorse or promote products derived from this software
524 * without specific prior written permission.
525 *
526 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
527 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
528 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
529 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
530 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
531 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
532 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
533 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
534 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
535 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
536 * SUCH DAMAGE.
537
538
539 see TRANSLATORS file for current contributing translators holding copyrights.
540
541 ==============================================================================
542
543 errors/errorpage.css:
544
545 Stylesheet for Squid Error pages
546 Adapted from design by Free CSS Templates
547 http://www.freecsstemplates.org
548 Released for free under a Creative Commons Attribution 2.5 License
549
550 ==============================================================================
551
552 icons/silk/:
553
554 Silk icon set 1.3
555 _________________________________________
556 Mark James
557 http://www.famfamfam.com/lab/icons/silk/
558 _________________________________________
559
560 This work is licensed under a
561 Creative Commons Attribution 2.5 License.
562 [ http://creativecommons.org/licenses/by/2.5/ ]
563
564 This means you may use it for any purpose,
565 and make any changes you like.
566 All I ask is that you include a link back
567 to this page in your credits.
568
569 Are you using this icon set? Send me an email
570 (including a link or picture if available) to
571 mjames@gmail.com
572
573 Any other questions about this icon set please
574 contact mjames@gmail.com
575
576
577 The icons can also be used under Creative Commons Attribution 3.0 License
578 (Hi Debian folks!) with the following requirements:
579
580 As an author, I would appreciate a reference to my authorship of
581 the Silk icon set contents within a readme file or equivalent
582 documentation for the software which includes the set or a subset
583 of the icons contained within.
584
585 ==============================================================================
586
587 icons/SN.png:
588
589 Squid NOW icon - copyright Squid Project
590
591 This work is licensed under the
592 Creative Commons Attribution-ShareAlike 3.0 Unported Liscence (CC BY-SA 3.0)
593 [ http://creativecommons.org/licenses/by-sa/3.0/ ]
594
595 ==============================================================================
596
597 include/asn1.h,
598 include/snmp_api_error.h,
599 include/snmp_api_util.h,
600 include/snmp_coexist.h,
601 include/snmp_error.h,
602 include/snmp-internal.h,
603 include/snmp-mib.h,
604 include/snmp_msg.h,
605 include/snmp_pdu.h,
606 include/snmp_session.h,
607 include/snmp_vars.h,
608 include/snmp.h,
609 lib/snmplib/asn1.c,
610 lib/snmplib/coexistence.c,
611 lib/snmplib/snmp_api.c,
612 lib/snmplib/snmp_api_error.c,
613 lib/snmplib/snmp_error.c,
614 lib/snmplib/snmp_msg.c,
615 lib/snmplib/snmp_pdu.c,
616 lib/snmplib/snmp_vars.c:
617
618 * Copyright 1997 by Carnegie Mellon University
619 *
620 * All Rights Reserved
621 *
622 * Permission to use, copy, modify, and distribute this software and its
623 * documentation for any purpose and without fee is hereby granted,
624 * provided that the above copyright notice appear in all copies and that
625 * both that copyright notice and this permission notice appear in
626 * supporting documentation, and that the name of CMU not be
627 * used in advertising or publicity pertaining to distribution of the
628 * software without specific, written prior permission.
629 *
630 * CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
631 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
632 * CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
633 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
634 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
635 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
636 * SOFTWARE.
637
638 ==============================================================================
639
640 include/base64.h:
641 lib/base64.c:
642
643 /*
644 Copyright (C) 2002 Niels Möller, Dan Egnor
645
646 This file is part of GNU Nettle.
647
648 GNU Nettle is free software: you can redistribute it and/or
649 modify it under the terms of either:
650
651 * the GNU Lesser General Public License as published by the Free
652 Software Foundation; either version 3 of the License, or (at your
653 option) any later version.
654
655 or
656
657 * the GNU General Public License as published by the Free
658 Software Foundation; either version 2 of the License, or (at your
659 option) any later version.
660
661 or both in parallel, as here.
662
663 GNU Nettle is distributed in the hope that it will be useful,
664 but WITHOUT ANY WARRANTY; without even the implied warranty of
665 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
666 General Public License for more details.
667
668 You should have received copies of the GNU General Public License and
669 the GNU Lesser General Public License along with this program. If
670 not, see http://www.gnu.org/licenses/.
671 */
672
673 ==============================================================================
674
675 include/heap.h,
676 lib/heap.cc:
677
678 * AUTHOR: John Dilley, Hewlett Packard
679
680 * Copyright (C) 1999 by Hewlett Packard
681
682 ==============================================================================
683
684 include/md5.h,
685 lib/md5.c:
686
687 * The algorithm is due to Ron Rivest. This code was
688 * written by Colin Plumb in 1993, no copyright is claimed.
689 * This code is in the public domain; do with it what you wish.
690
691 ==============================================================================
692
693 include/parse.h,
694 include/snmp_api.h,
695 lib/snmplib/parse.c:
696
697 /***********************************************************
698 Copyright 1989 by Carnegie Mellon University
699
700 All Rights Reserved
701
702 Permission to use, copy, modify, and distribute this software and its
703 documentation for any purpose and without fee is hereby granted,
704 provided that the above copyright notice appear in all copies and that
705 both that copyright notice and this permission notice appear in
706 supporting documentation, and that the name of CMU not be
707 used in advertising or publicity pertaining to distribution of the
708 software without specific, written prior permission.
709
710 CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
711 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
712 CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
713 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
714 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
715 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
716 SOFTWARE.
717 ******************************************************************/
718
719 ==============================================================================
720
721 include/radix.h,
722 lib/radix.c:
723
724 * Copyright (c) 1988, 1989, 1993
725 * The Regents of the University of California. All rights reserved.
726 *
727 * Redistribution and use in source and binary forms, with or without
728 * modification, are permitted provided that the following conditions
729 * are met:
730 * 1. Redistributions of source code must retain the above copyright
731 * notice, this list of conditions and the following disclaimer.
732 * 2. Redistributions in binary form must reproduce the above copyright
733 * notice, this list of conditions and the following disclaimer in the
734 * documentation and/or other materials provided with the distribution.
735 * 3. Neither the name of the University nor the names of its contributors
736 * may be used to endorse or promote products derived from this software
737 * without specific prior written permission.
738 *
739 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
740 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
741 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
742 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
743 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
744 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
745 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
746 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
747 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
748 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
749 * SUCH DAMAGE.
750
751 ==============================================================================
752
753 include/rfc2617.h,
754 lib/rfc2617.c:
755
756 * The source in this file is derived from the reference implementation
757 * in RFC 2617.
758 * RFC 2617 is Copyright (C) The Internet Society (1999). All Rights Reserved.
759
760 ==============================================================================
761
762 include/snmp_client.h,
763 include/snmp_impl.h,
764 lib/snmplib/mib.c:
765
766 /***********************************************************
767 Copyright 1988, 1989 by Carnegie Mellon University
768
769 All Rights Reserved
770
771 Permission to use, copy, modify, and distribute this software and its
772 documentation for any purpose and without fee is hereby granted,
773 provided that the above copyright notice appear in all copies and that
774 both that copyright notice and this permission notice appear in
775 supporting documentation, and that the name of CMU not be
776 used in advertising or publicity pertaining to distribution of the
777 software without specific, written prior permission.
778
779 CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
780 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
781 CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
782 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
783 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
784 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
785 SOFTWARE.
786 ******************************************************************/
787
788 ==============================================================================
789
790 include/snmp_util.h:
791
792 * Copyright (c) 1997 FT/CNET/DES/GRL Olivier Montanuy
793
794 ==============================================================================
795
796 lib/rfcnb/,
797 lib/smblib/:
798
799 Copyright holders: Richard Sharpe, Andrew Tridgell, and Merik Karman
800 with updates by Squid contributors
801
802 * This program is free software; you can redistribute it and/or modify
803 * it under the terms of the GNU General Public License as published by
804 * the Free Software Foundation; either version 2 of the License, or
805 * (at your option) any later version.
806 *
807 * This program is distributed in the hope that it will be useful,
808 * but WITHOUT ANY WARRANTY; without even the implied warranty of
809 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
810 * GNU General Public License for more details.
811 *
812 * You should have received a copy of the GNU General Public License
813 * along with this program; if not, write to the Free Software
814 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
815
816 ==============================================================================
817
818 lib/base64.c::base64_encode():
819
820 Adopted from http://ftp.sunet.se/pub2/gnu/vm/base64-encode.c.
821 Modified to work with strings instead of files.
822
823 ==============================================================================
824
825 lib/dirent.c:
826
827 /*
828 * Implement dirent-style opendir(), readdir(), closedir(), rewinddir(),
829 * seekdir() and telldir on Windows - Based on mingw-runtime package sources.
830 * AUTHOR: Guido Serassio <serassio@squid-cache.org>
831 */
832
833 /*
834 * Original file info follow:
835 *
836 * dirent.c
837 * This file has no copyright assigned and is placed in the Public Domain.
838 * This file is a part of the mingw-runtime package.
839 * No warranty is given; refer to the file DISCLAIMER within the package.
840 *
841 * Derived from DIRLIB.C by Matt J. Weinstein
842 * This note appears in the DIRLIB.H
843 * DIRLIB.H by M. J. Weinstein Released to public domain 1-Jan-89
844 *
845 * Updated by Jeremy Bettis <jeremy@hksys.com>
846 * Significantly revised and rewinddir, seekdir and telldir added by Colin
847 * Peters <colin@fu.is.saga-u.ac.jp>
848 *
849 */
850
851 ==============================================================================
852
853 lib/encrypt.c:
854
855 * Copyright (C) 1991 Jochen Obalek
856 *
857 * This program is free software; you can redistribute it and/or modify
858 * it under the terms of the GNU General Public License as published by
859 * the Free Software Foundation; either version 2, or (at your option)
860 * any later version.
861 *
862 * This program is distributed in the hope that it will be useful,
863 * but WITHOUT ANY WARRANTY; without even the implied warranty of
864 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
865 * GNU General Public License for more details.
866 *
867 * You should have received a copy of the GNU General Public License
868 * along with this program; if not, write to the Free Software
869 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
870
871 ==============================================================================
872
873 lib/getopt.c:
874
875 /*
876 * Copyright (c) 1987, 1993, 1994
877 * The Regents of the University of California. All rights reserved.
878 *
879 * Redistribution and use in source and binary forms, with or without
880 * modification, are permitted provided that the following conditions
881 * are met:
882 * 1. Redistributions of source code must retain the above copyright
883 * notice, this list of conditions and the following disclaimer.
884 * 2. Redistributions in binary form must reproduce the above copyright
885 * notice, this list of conditions and the following disclaimer in the
886 * documentation and/or other materials provided with the distribution.
887 * 3. Neither the name of the University nor the names of its contributors
888 * may be used to endorse or promote products derived from this software
889 * without specific prior written permission.
890 *
891 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
892 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
893 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
894 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
895 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
896 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
897 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
898 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
899 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
900 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
901 * SUCH DAMAGE.
902 */
903
904 ==============================================================================
905
906 lib/radix.c:
907
908 * Adapted from HTSUtils.c in CERN httpd 3.0 (http://info.cern.ch/httpd/)
909 * by Darren Hardy <hardy@cs.colorado.edu>, November 1994.
910
911 ==============================================================================
912
913 lib/Splay.cc:
914
915 * based on ftp://ftp.cs.cmu.edu/user/sleator/splaying/top-down-splay.c
916 * http://bobo.link.cs.cmu.edu/cgi-bin/splay/splay-cgi.pl
917
918 ==============================================================================
919
920 libltdl/:
921
922 Copyright (C) Free Software Foundation, Inc.
923
924 GNU Libltdl is free software; you can redistribute it and/or
925 modify it under the terms of the GNU Lesser General Public
926 License as published by the Free Software Foundation; either
927 version 2 of the License, or (at your option) any later version.
928
929 As a special exception to the GNU Lesser General Public License,
930 if you distribute this file as part of a program or library that
931 is built using GNU Libtool, you may include this file under the
932 same distribution terms that you use for the rest of that program.
933
934 GNU Libltdl is distributed in the hope that it will be useful,
935 but WITHOUT ANY WARRANTY; without even the implied warranty of
936 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
937 GNU Lesser General Public License for more details.
938
939 You should have received a copy of the GNU Lesser General Public
940 License along with GNU Libltdl; see the file COPYING.LIB. If not, a
941 copy can be downloaded from http://www.gnu.org/licenses/lgpl.html,
942 or obtained by writing to the Free Software Foundation, Inc.,
943 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
944
945
946 ==============================================================================
947
948 src/acl/external/AD_group/:
949
950 * (C)2008-2009 Guido Serassio - Acme Consulting S.r.l.
951 *
952 * Authors:
953 * Guido Serassio <guido.serassio@acmeconsulting.it>
954 * Acme Consulting S.r.l., Italy <http://www.acmeconsulting.it>
955 *
956 * With contributions from others mentioned in the change history section
957 * below.
958 *
959 * Based on mswin_check_lm_group by Guido Serassio.
960 *
961 * Dependencies: Windows 2000 SP4 and later.
962 *
963 * This program is free software; you can redistribute it and/or modify
964 * it under the terms of the GNU General Public License as published by
965 * the Free Software Foundation; either version 2 of the License, or
966 * (at your option) any later version.
967 *
968 * This program is distributed in the hope that it will be useful,
969 * but WITHOUT ANY WARRANTY; without even the implied warranty of
970 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
971 * GNU General Public License for more details.
972 *
973 * You should have received a copy of the GNU General Public License
974 * along with this program; if not, write to the Free Software
975 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
976
977 ==============================================================================
978
979 src/acl/external/delayer/:
980
981 (C) 2014 Francesco Chemolli <kinkie@squid-cache.org>
982
983 This program is free software. You may redistribute copies of it under the
984 terms of the GNU General Public License version 2, or (at your opinion) any
985 later version.
986
987 ==============================================================================
988
989 src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc:
990
991 * Copyright (C) 2009-2011 Chad E. Naugle
992 *
993 ********************************************************************************
994 *
995 * This file is part of ext_edirectory_userip_acl.
996 *
997 * ext_edirectory_userip_acl is free software: you can redistribute it and/or modify
998 * it under the terms of the GNU General Public License as published by
999 * the Free Software Foundation, either version 2 of the License, or
1000 * (at your option) any later version.
1001 *
1002 * ext_edirectory_userip_acl is distributed in the hope that it will be useful,
1003 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1004 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1005 * GNU General Public License for more details.
1006 *
1007 * You should have received a copy of the GNU General Public License
1008 * along with squid_edir_iplookup. If not, see <http://www.gnu.org/licenses/>.
1009 *
1010 ********************************************************************************
1011
1012 ==============================================================================
1013
1014 src/acl/external/file_userip/:
1015
1016 * Copyright (C) 2002 Rodrigo Campos
1017 *
1018 * This program is free software; you can redistribute it and/or modify
1019 * it under the terms of the GNU General Public License as published by
1020 * the Free Software Foundation; either version 2 of the License, or
1021 * (at your option) any later version.
1022 *
1023 * This program is distributed in the hope that it will be useful,
1024 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1025 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1026 * GNU General Public License for more details.
1027 *
1028 * You should have received a copy of the GNU General Public License
1029 * along with this program; if not, write to the Free Software
1030 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1031 *
1032 * Author: Rodrigo Campos (rodrigo@geekbunker.org)
1033
1034 ==============================================================================
1035
1036 src/acl/external/kerberos_ldap_group/,
1037 src/auth/negotiate/kerberos/,
1038 src/auth/negotiate/wrapper/:
1039
1040 * Author: Markus Moeller (markus_moeller at compuserve.com)
1041 *
1042 * Copyright (C) 2007 Markus Moeller. All rights reserved.
1043 *
1044 * This program is free software; you can redistribute it and/or modify
1045 * it under the terms of the GNU General Public License as published by
1046 * the Free Software Foundation; either version 2 of the License, or
1047 * (at your option) any later version.
1048 *
1049 * This program is distributed in the hope that it will be useful,
1050 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1051 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1052 * GNU General Public License for more details.
1053 *
1054 * You should have received a copy of the GNU General Public License
1055 * along with this program; if not, write to the Free Software
1056 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
1057
1058 * As a special exemption, M Moeller gives permission to link this program
1059 * with MIT, Heimdal or other GSS/Kerberos libraries, and distribute
1060 * the resulting executable, without including the source code for
1061 * the Libraries in the source distribution.
1062
1063 ==============================================================================
1064
1065 src/acl/external/kerberos_ldap_group/support_ldap.cc:
1066
1067 /* get_attributes is partly from OpenLDAP Software <http://www.openldap.org/>.
1068 *
1069 * Copyright 1998-2009 The OpenLDAP Foundation.
1070 * All rights reserved.
1071 *
1072 * Redistribution and use in source and binary forms, with or without
1073 * modification, are permitted only as authorized by the OpenLDAP
1074 * Public License.
1075 *
1076 * A copy of this license is available in the file LICENSE in the
1077 * top-level directory of the distribution or, alternatively, at
1078 * <http://www.OpenLDAP.org/license.html>.
1079 */
1080
1081 ==============================================================================
1082
1083 src/acl/external/LDAP_group/:
1084
1085 * Version 2.17
1086 *
1087 * (C)2002,2003 MARA Systems AB
1088 *
1089 * License: squid_ldap_group is free software; you can redistribute it
1090 * and/or modify it under the terms of the GNU General Public License
1091 * as published by the Free Software Foundation; either version 2,
1092 * or (at your option) any later version.
1093 *
1094 * Authors:
1095 * Flavio Pescuma <flavio@marasystems.com>
1096 * Henrik Nordstrom <hno@marasystems.com>
1097 * MARA Systems AB, Sweden <http://www.marasystems.com>
1098 *
1099 * With contributions from others mentioned in the ChangeLog file
1100 *
1101 * In part based on squid_ldap_auth by Glen Newton and Henrik Nordstrom.
1102
1103
1104 ==============================================================================
1105
1106 src/acl/external/LM_group/:
1107
1108 * (C)2002,2005 Guido Serassio - Acme Consulting S.r.l.
1109 *
1110 * Authors:
1111 * Guido Serassio <guido.serassio@acmeconsulting.it>
1112 * Acme Consulting S.r.l., Italy <http://www.acmeconsulting.it>
1113
1114 * In part based on check_group by Rodrigo Albani de Campos.
1115 *
1116 * Dependencies: Windows NT4 SP4 and later.
1117 *
1118 * This program is free software; you can redistribute it and/or modify
1119 * it under the terms of the GNU General Public License as published by
1120 * the Free Software Foundation; either version 2 of the License, or
1121 * (at your option) any later version.
1122 *
1123 * This program is distributed in the hope that it will be useful,
1124 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1125 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1126 * GNU General Public License for more details.
1127 *
1128 * You should have received a copy of the GNU General Public License
1129 * along with this program; if not, write to the Free Software
1130 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1131
1132 ==============================================================================
1133
1134 src/acl/external/SQL_session/:
1135
1136 Copyright (C) 2012 Amos Jeffries <amosjeffries@squid-cache.org>
1137 Based on original work in DB_auth by Henrik Nordstrom <henrik@henriknordstrom.net>
1138 With assistance of Nishant Sharma <codemarauder@gmail.com>
1139 This program is free software. You may redistribute copies of it under the
1140 terms of the GNU General Public License version 2, or (at your opinion) any
1141 later version.
1142
1143 ==============================================================================
1144
1145 src/acl/external/time_quota/:
1146
1147 * Copyright (C) 2011 Dr. Tilmann Bubeck <t.bubeck@reinform.de>
1148 *
1149 * This program is free software; you can redistribute it and/or modify
1150 * it under the terms of the GNU General Public License as published by
1151 * the Free Software Foundation; either version 2 of the License, or
1152 * (at your option) any later version.
1153 *
1154 * This program is distributed in the hope that it will be useful,
1155 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1156 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1157 * GNU General Public License for more details.
1158 *
1159 * You should have received a copy of the GNU General Public License
1160 * along with this program; if not, write to the Free Software
1161 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1162
1163 ==============================================================================
1164
1165 src/acl/external/unix_group/:
1166
1167 * This is a helper for the external ACL interface for Squid Cache
1168 * Copyright (C) 2002 Rodrigo Albani de Campos (rodrigo@geekbunker.org)
1169
1170 * Author: Rodrigo Albani de Campos
1171 * E-Mail: rodrigo@geekbunker.org
1172 *
1173 * This program is free software; you can redistribute it and/or modify
1174 * it under the terms of the GNU General Public License as published by
1175 * the Free Software Foundation; either version 2 of the License, or
1176 * (at your option) any later version.
1177 *
1178 * This program is distributed in the hope that it will be useful,
1179 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1180 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1181 * GNU General Public License for more details.
1182 *
1183 * You should have received a copy of the GNU General Public License
1184 * along with this program; if not, write to the Free Software
1185 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1186
1187 ==============================================================================
1188
1189 src/acl/external/wbinfo_group/wbinfo_group.pl:
1190
1191 This program is put in the public domain by Jerry Murdock
1192 <jmurdock@itraktech.com>. It is distributed in the hope that it will
1193 be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1194 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1195
1196 ==============================================================================
1197
1198 src/auth/basic/DB/:
1199
1200 Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
1201 Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> (Joomla support)
1202 This program is free software. You may redistribute copies of it under the
1203 terms of the GNU General Public License version 2, or (at youropinion) any
1204 later version.
1205
1206 ==============================================================================
1207
1208 src/auth/basic/fake/fake.cc,
1209 src/helper/protocol_defines.h,
1210 src/http/url_rewriters/fake/:
1211
1212 /*
1213 * Copyright (c) 2009-2014, Treehouse Networks Ltd. New Zealand
1214 * All rights reserved.
1215 *
1216 * Redistribution and use in source and binary forms, with or without
1217 * modification, are permitted provided that the following conditions
1218 * are met:
1219 *
1220 * 1. Redistributions of source code must retain the above copyright
1221 * notice, this list of conditions and the following disclaimer.
1222 *
1223 * 2. Redistributions in binary form must reproduce the above copyright
1224 * notice, this list of conditions and the following disclaimer in the
1225 * documentation and/or other materials provided with the distribution.
1226 *
1227 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1228 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1229 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1230 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
1231 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1232 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
1233 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1234 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1235 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1236 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
1237 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1238 * POSSIBILITY OF SUCH DAMAGE.
1239 */
1240
1241 ==============================================================================
1242
1243 src/auth/basic/getpwnam/:
1244
1245 * AUTHOR: Erik Hofman <erik.hofman@a1.nl>
1246 * Robin Elfrink <robin@a1.nl>
1247
1248 ==============================================================================
1249
1250 src/auth/basic/LDAP/:
1251
1252 * License: squid_ldap_auth is free software; you can redistribute it
1253 * and/or modify it under the terms of the GNU General Public License
1254 * as published by the Free Software Foundation; either version 2,
1255 * or (at your option) any later version.
1256
1257 ==============================================================================
1258
1259 src/auth/basic/NCSA/basic_ncsa_auth.8:
1260
1261 This file is distributed in the hope that it will be useful,
1262 but WITHOUT ANY WARRANTY; without even the implied warranty of
1263 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
1264 the GNU General Public License for more details.
1265
1266 You should have received a copy of the GNU General Public License
1267 along with this file; if not, write to the Free Software
1268 Foundation, Inc., 59 Temple Place, Suite 330, Boston,
1269 MA 02111\-1307 USA
1270
1271 ==============================================================================
1272
1273 src/auth/basic/NCSA/crypt_md5.cc:
1274
1275 * Shamelessly stolen from linux-pam, and adopted to work with
1276 * OpenSSL md5 implementation and any magic string
1277 *
1278 * Origin2: md5_crypt.c,v 1.1.1.1 2000/01/03 17:34:46 gafton Exp
1279 *
1280 * ----------------------------------------------------------------------------
1281 * "THE BEER-WARE LICENSE" (Revision 42):
1282 * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
1283 * can do whatever you want with this stuff. If we meet some day, and you think
1284 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
1285 * ----------------------------------------------------------------------------
1286 *
1287 * Origin: Id: crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp
1288
1289 ==============================================================================
1290
1291 src/auth/basic/NIS/:
1292
1293 * Adapted By Rabellino Sergio (rabellino@di.unito.it) For Solaris 2.x
1294 * From NCSA Authentication module
1295
1296 * Written By Rabellino Sergio (rabellino@di.unito.it) For Solaris 2.x
1297
1298 ==============================================================================
1299
1300 src/auth/basic/PAM/:
1301
1302 * Copyright (C) 1999,2002,2003 Henrik Nordstrom <hno@squid-cache.org>
1303 *
1304 * This program is free software; you can redistribute it and/or modify
1305 * it under the terms of the GNU General Public License as published by
1306 * the Free Software Foundation; either version 2 of the License, or
1307 * (at your option) any later version.
1308 *
1309 * This program is distributed in the hope that it will be useful,
1310 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1311 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1312 * GNU General Public License for more details.
1313 *
1314 * You should have received a copy of the GNU General Public License
1315 * along with this program; if not, write to the Free Software
1316 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1317
1318 ==============================================================================
1319
1320 src/auth/basic/POP3/,
1321 src/acl/external/session/:
1322
1323 # Copyright (C) 2006 Henrik Nordstrom <henrik@henriknordstrom.net>
1324 #
1325 # This program is free software; you can redistribute it and/or modify
1326 # it under the terms of the GNU General Public License as published by
1327 # the Free Software Foundation; either version 2 of the License, or
1328 # (at your option) any later version.
1329 #
1330 # This program is distributed in the hope that it will be useful,
1331 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1332 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1333 # GNU General Public License for more details.
1334 #
1335 # You should have received a copy of the GNU General Public License
1336 # along with this program; if not, write to the Free Software
1337 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1338
1339 ==============================================================================
1340
1341 src/auth/basic/RADIUS/:
1342
1343 This program is based on code from Livingston Enterprises, Inc. and parts are
1344
1345 COPYRIGHT NOTICE SQUID_RAD_AUTH
1346
1347 Copyright (C) 1992-1995 Livingston Enterprises, Inc and Cistron Internet Services
1348 B.V. who both have given permission to modify and distribute those parts. The new
1349 parts of the code is Copyright (C) 1998 R.M. van Selm <selm@cistron.nl> with
1350 modifications Copyright (C) 2004 Henrik Nordstrom <hno@squid-cache.org>
1351
1352 Permission to use, copy, modify, and distribute this software for any purpose
1353 and without fee is hereby granted, provided that this copyright and permission
1354 notice appear on all copies and supporting documentation, the name of
1355 Livingston Enterprises, Inc. not be used in advertising or publicity pertaining
1356 to distribution of the program without specific prior permission, and notice be
1357 given in supporting documentation that copying and distribution is by
1358 permission of Livingston Enterprises, Inc. and Cistron Internet Services B.V.
1359
1360 Neither Livingston Enterprises, Inc. nor Cistron Internet Services B.V. nor I
1361 (R.M. van Selm) make representations about the suitability of this software for
1362 any purpose. It isprovided "as is" without express or implied warranty.
1363
1364 Marc van Selm <selm@cistron.nl>
1365
1366
1367 COPYRIGHT NOTICE SQUID_RAD_AUTH Documentation
1368
1369 Copyright (C) 2004 Henrik Nordstrom
1370
1371 Permission to use, copy, modify, and distribute this software for any purpose
1372 and without fee is hereby granted, provided that this copyright and permission
1373 notice appear on all copies and supporting documentation, the name of Henrik
1374 Nordstrom. not be used in advertising or publicity pertaining to distribution
1375 of the program without specific prior permission.
1376
1377 The author makes no representations about the suitability of this documentation
1378 for any purpose. It isprovided "as is" without express or implied warranty.
1379
1380 Henrik Nordstrom <hno@squid-cache.org>
1381
1382 COPYRIGHT NOTICE CISTRON RADIUS
1383
1384 /* This program is based on code from Livingston Enterprises, Inc. and parts are
1385 * Copyright (C) 1992-1995 Livingston Enterprises, Inc who has given permission
1386 * to modify and distribute those parts. The new code is Copyright (C) 1996-1997
1387 * Cistron Internet Services B.V.
1388 *
1389 * Permission to use, copy, modify, and distribute this software for any purpose
1390 * and without fee is hereby granted, provided that this copyright and permission
1391 * notice appear on all copies and supporting documentation, the name of
1392 * Livingston Enterprises, Inc. not be used in advertising or publicity pertaining
1393 * to distribution of the program without specific prior permission, and notice be
1394 * given in supporting documentation that copying and distribution is by
1395 * permission of Livingston Enterprises, Inc. and Cistron Internet Services B.V.
1396
1397 * Neither Livingston Enterprises, Inc. nor Cistron Internet Services B.V. make
1398 * representations about the suitability of this software for any purpose. It is
1399 * provided "as is" without express or implied warranty.
1400 */
1401
1402 COPYRIGHT NOTICE LIVINGSTON RADIUS 1.16
1403
1404 /*
1405 *
1406 * RADIUS
1407 * Remote Authentication Dial In User Service
1408 *
1409 *
1410 * Livingston Enterprises, Inc.
1411 * 6920 Koll Center Parkway
1412 * Pleasanton, CA 94566
1413 *
1414 * Copyright 1992 Livingston Enterprises, Inc.
1415 *
1416 * Permission to use, copy, modify, and distribute this software for any
1417 * purpose and without fee is hereby granted, provided that this
1418 * copyright and permission notice appear on all copies and supporting
1419 * documentation, the name of Livingston Enterprises, Inc. not be used
1420 * in advertising or publicity pertaining to distribution of the
1421 * program without specific prior permission, and notice be given
1422 * in supporting documentation that copying and distribution is by
1423 * permission of Livingston Enterprises, Inc.
1424 *
1425 * Livingston Enterprises, Inc. makes no representations about
1426 * the suitability of this software for any purpose. It is
1427 * provided "as is" without express or implied warranty.
1428 *
1429
1430
1431 COPYRIGHT NOTICE RSA Data Security MD5 (md5.c)
1432
1433 MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
1434
1435 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
1436 rights reserved.
1437
1438 License to copy and use this software is granted provided that it
1439 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
1440 Algorithm" in all material mentioning or referencing this software
1441 or this function.
1442
1443 License is also granted to make and use derivative works provided
1444 that such works are identified as "derived from the RSA Data
1445 Security, Inc. MD5 Message-Digest Algorithm" in all material
1446 mentioning or referencing the derived work.
1447
1448 RSA Data Security, Inc. makes no representations concerning either
1449 the merchantability of this software or the suitability of this
1450 software for any particular purpose. It is provided "as is"
1451 without express or implied warranty of any kind.
1452
1453 These notices must be retained in any copies of any part of this
1454 documentation and/or software.
1455
1456
1457 /*
1458 * The new parts of the code is Copyright (C) 1998 R.M. van Selm <selm@cistron.nl>
1459 * with modifications
1460 * Copyright (C) 2004 Henrik Nordstrom <hno@squid-cache.org>
1461 * Copyright (C) 2006 Henrik Nordstrom <hno@squid-cache.org>
1462 */
1463
1464 ==============================================================================
1465
1466 src/auth/basic/SASL/:
1467
1468 * Copyright (C) 2002 Ian Castle <ian.castle@coldcomfortfarm.net>
1469 *
1470 * This program is free software; you can redistribute it and/or modify
1471 * it under the terms of the GNU General Public License as published by
1472 * the Free Software Foundation; either version 2 of the License, or
1473 * (at your option) any later version.
1474 *
1475 * This program is distributed in the hope that it will be useful,
1476 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1477 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1478 * GNU General Public License for more details.
1479 *
1480 * You should have received a copy of the GNU General Public License
1481 * along with this program; if not, write to the Free Software
1482 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1483
1484 ==============================================================================
1485
1486 src/auth/basic/SMB/:
1487
1488 * Copyright (C) 1998 Richard Huveneers <richard@hekkihek.hacom.nl>
1489 *
1490 * This program is free software; you can redistribute it and/or modify
1491 * it under the terms of the GNU General Public License as published by
1492 * the Free Software Foundation; either version 2 of the License, or
1493 * (at your option) any later version.
1494 *
1495 * This program is distributed in the hope that it will be useful,
1496 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1497 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1498 * GNU General Public License for more details.
1499 *
1500 * You should have received a copy of the GNU General Public License
1501 * along with this program; if not, write to the Free Software
1502
1503 ==============================================================================
1504
1505 src/auth/basic/SMB_LM/:
1506
1507 * (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
1508 * Released under GPL, see COPYING-2.0 for details.
1509
1510 * Released under GNU Public License
1511 *
1512 * This program is free software; you can redistribute it and/or modify
1513 * it under the terms of the GNU General Public License as published by
1514 * the Free Software Foundation; either version 2 of the License, or
1515 * (at your option) any later version.
1516 *
1517 * This program is distributed in the hope that it will be useful,
1518 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1519 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1520 * GNU General Public License for more details.
1521 *
1522 * You should have received a copy of the GNU General Public License
1523 * along with this program; if not, write to the Free Software
1524 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1525
1526 ==============================================================================
1527
1528 src/auth/basic/SSPI/:
1529
1530 Guido Serassio, Torino - Italy
1531
1532 Uses code from -
1533 Antonino Iannella 2000
1534 Andrew Tridgell 1997
1535 Richard Sharpe 1996
1536 Bill Welliver 1999
1537
1538 * Distributed freely under the terms of the GNU General Public License,
1539 * version 2 or later. See the file COPYING for licensing details
1540 *
1541 * This program is distributed in the hope that it will be useful,
1542 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1543 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1544 * GNU General Public License for more details.
1545
1546 * You should have received a copy of the GNU General Public License
1547 * along with this program; if not, write to the Free Software
1548 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1549
1550 ==============================================================================
1551
1552 src/auth/digest/eDirectory/digest_ldap.c:
1553
1554 * Copied From Samba-3.0.24 pdb_nds.c and trimmed down to the
1555 * limited functionality needed to access the plain text password only
1556 *
1557 * Original copyright & license follows:
1558 *
1559 * Copyright (C) Vince Brimhall 2004-2005
1560 *
1561 * This program is free software; you can redistribute it and/or modify
1562 * it under the terms of the GNU General Public License as published by
1563 * the Free Software Foundation; either version 2 of the License, or
1564 * (at your option) any later version.
1565 *
1566 * This program is distributed in the hope that it will be useful,
1567 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1568 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1569 * GNU General Public License for more details.
1570 *
1571 * You should have received a copy of the GNU General Public License
1572 * along with this program; if not, write to the Free Software
1573 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1574
1575 ==============================================================================
1576
1577 src/auth/digest/file/,
1578 src/auth/digest/LDAP/:
1579
1580
1581 * AUTHOR: Robert Collins.
1582 *
1583 * Based on ncsa_auth.c by Arjan de Vet <Arjan.deVet@adv.iae.nl>
1584 *
1585 * LDAP backend extension by Flavio Pescuma,
1586 * MARA Systems AB <flavio@marasystems.com>
1587 *
1588 * Example digest authentication program for Squid, based on the original
1589 * proxy_auth code from client_side.c, written by
1590 * Jon Thackray <jrmt@uk.gdscorp.com>.
1591
1592 * Copyright (c) 2003 Robert Collins <robertc@squid-cache.org>
1593
1594 ==============================================================================
1595
1596 src/auth/negotiate/SSPI/,
1597 src/auth/ntlm/SSPI/:
1598
1599 * (C)2005 Guido Serassio - Acme Consulting S.r.l.
1600 *
1601 * Authors:
1602 * Guido Serassio <guido.serassio@acmeconsulting.it>
1603 * Acme Consulting S.r.l., Italy <http://www.acmeconsulting.it>
1604 *
1605 * With contributions from others mentioned in the change history section
1606 * below.
1607 *
1608 * Based on previous work of Francesco Chemolli and Robert Collins.
1609 *
1610 * Dependencies: Windows 2000 and later.
1611 *
1612 * This program is free software; you can redistribute it and/or modify
1613 * it under the terms of the GNU General Public License as published by
1614 * the Free Software Foundation; either version 2 of the License, or
1615 * (at your option) any later version.
1616 *
1617 * This program is distributed in the hope that it will be useful,
1618 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1619 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1620 * GNU General Public License for more details.
1621 *
1622 * You should have received a copy of the GNU General Public License
1623 * along with this program; if not, write to the Free Software
1624 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1625
1626 ==============================================================================
1627
1628 src/auth/ntlm/fake/ntlm_fake_auth.cc:
1629
1630 * AUTHOR: Andrew Doran <ad@interlude.eu.org>
1631 * AUTHOR: Robert Collins <rbtcollins@hotmail.com>
1632 * AUTHOR: Guido Serassio <guido.serassio@acmeconsulting.it>
1633
1634 * Example ntlm authentication program for Squid, based on the
1635 * original proxy_auth code from client_side.c, written by
1636 * Jon Thackray <jrmt@uk.gdscorp.com>. Initial ntlm code by
1637 * Andrew Doran <ad@interlude.eu.org>.
1638
1639
1640 ==============================================================================
1641
1642 src/auth/ntlm/fake/ntlm_fake_auth.pl.in:
1643
1644 # (C) 2000 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
1645 # Distributed freely under the terms of the GNU General Public License,
1646 # version 2 or later. For the licensing terms, see the file COPYING that
1647 # came with Squid.
1648
1649 ==============================================================================
1650
1651 src/auth/ntlm/smb_lm/:
1652
1653 * (C) 2000 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
1654 * Distributed freely under the terms of the GNU General Public License,
1655 * version 2 or later. See the file COPYING for licensing details
1656 *
1657 * This program is distributed in the hope that it will be useful,
1658 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1659 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1660 * GNU General Public License for more details.
1661
1662 * You should have received a copy of the GNU General Public License
1663 * along with this program; if not, write to the Free Software
1664 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1665
1666 ==============================================================================
1667
1668 src/esi/Libxml2Parser.cc,
1669 src/esi/Libxml2Parser.h:
1670
1671 * The ESI Libxml2 parser is Copyright (c) 2004 by Joachim Bauch
1672 * http://www.joachim-bauch.de
1673 * mail@joachim-bauch.de
1674
1675 ==============================================================================
1676
1677 src/external_acl.c:
1678
1679 Copyright (C) 2002 MARA Systems AB, Sweden <info@marasystems.com>
1680
1681 This program is free software; you can redistribute it and/or modify
1682 it under the terms of the GNU General Public License as published by
1683 the Free Software Foundation; either version 2, or (at your option)
1684 any later version.
1685
1686 ==============================================================================
1687
1688 src/http/url_rewriters/LFS/rredir.cc:
1689
1690 * version 0.1, 7 sep 1996
1691 * - initial version (Richard Huveneers <Richard.Huveneers@hekkihek.hacom.nl>)
1692
1693 ==============================================================================
1694
1695 src/log/DB/:
1696
1697 Copyright (C) 2008 by Marcello Romani
1698
1699 This library is free software; you can redistribute it and/or modify
1700 it under the same terms as Perl itself, either Perl version 5.8.8 or,
1701 at your option, any later version of Perl 5 you may have available.
1702
1703 ==============================================================================
1704
1705 src/repl/heap/store_heap_replacement.cc:
1706
1707 * AUTHOR: John Dilley
1708
1709 * The code in this file is Copyrighted (C) 1999 by Hewlett Packard.
1710 *
1711 *
1712 * For a description of these cache replacement policies see --
1713 * http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html
1714
1715 ==============================================================================
1716
1717 src/security/cert_validators/fake/security_fake_certv.pl.in:
1718
1719 (C) 2012 The Measurement Factory, Author: Tsantilas Christos
1720
1721 This program is free software. You may redistribute copies of it under the
1722 terms of the GNU General Public License version 2, or (at your opinion) any
1723 later version.
1724
1725 ==============================================================================
1726
1727 src/store/id_rewriters/file/:
1728
1729 Copyright (C) 2013 Alan Mizrahi <alan@mizrahi.com.ve>
1730 Based on code from Eliezer Croitoru <eliezer@ngtech.co.il>
1731
1732 This program is free software; you can redistribute it and/or modify
1733 it under the terms of the GNU General Public License as published by
1734 the Free Software Foundation; either version 2 of the License, or
1735 (at your option) any later version.
1736
1737 This program is distributed in the hope that it will be useful,
1738 but WITHOUT ANY WARRANTY; without even the implied warranty of
1739 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1740 GNU General Public License for more details.
1741
1742 You should have received a copy of the GNU General Public License
1743 along with this program; if not, write to the Free Software
1744 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
1745
1746 ==============================================================================
1747
1748 tools/helper-mux.pl:
1749
1750 # AUTHOR: Francesco Chemolli <kinkie@squid-cache.org>
1751 #
1752 # This program is free software; you can redistribute it and/or modify
1753 # it under the terms of the GNU General Public License as published by
1754 # the Free Software Foundation; either version 2 of the License, or
1755 # (at your option) any later version.
1756 #
1757 # This program is distributed in the hope that it will be useful,
1758 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1759 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1760 # GNU General Public License for more details.
1761 #
1762 # You should have received a copy of the GNU General Public License
1763 # along with this program; if not, write to the Free Software
1764 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
1765
1766 ==============================================================================
1767
1768 shm_portable_segment_name_is_path() implementation:
1769
1770 Derived from boost/interprocess/shared_memory_object.hpp and
1771 boost/interprocess/detail/workaround.hpp at http://www.boost.org/
1772
1773 (C) Copyright Ion Gaztanaga 2005-2009.
1774 Distributed under the Boost Software License, Version 1.0
1775
1776 Boost Software License - Version 1.0 - August 17th, 2003
1777
1778 Permission is hereby granted, free of charge, to any person or organization
1779 obtaining a copy of the software and accompanying documentation covered by
1780 this license (the "Software") to use, reproduce, display, distribute,
1781 execute, and transmit the Software, and to prepare derivative works of the
1782 Software, and to permit third-parties to whom the Software is furnished to
1783 do so, all subject to the following:
1784
1785 The copyright notices in the Software and this entire statement, including
1786 the above license grant, this restriction and the following disclaimer,
1787 must be included in all copies of the Software, in whole or in part, and
1788 all derivative works of the Software, unless such copies or derivative
1789 works are solely in the form of machine-executable object code generated by
1790 a source language processor.
1791
1792 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1793 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1794 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
1795 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
1796 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
1797 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1798 DEALINGS IN THE SOFTWARE.
1799
1800 ==============================================================================