]> git.ipfire.org Git - thirdparty/squid.git/blob - CREDITS
Fix memory error with Kerberos authentication
[thirdparty/squid.git] / CREDITS
1 $Id$
2
3 ==============================================================================
4
5 SQUID Internet Object Cache http://www.squid-cache.org
6 --------------------------------------------------------
7
8 Squid is the result of efforts by numerous individuals from the
9 Internet community. Development is led by Duane Wessels of the
10 National Laboratory for Applied Network Research and funded by
11 the National Science Foundation.
12
13 This program is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2 of the License, or
16 (at your option) any later version.
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22
23 You should have received a copy of the GNU General Public License
24 along with this program; if not, write to the Free Software
25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
26 MA 02110-1301, USA.
27
28 Squid is derived from the ``cached'' software from the ARPA-funded
29 Harvest research project. The Harvest home page is
30 http://harvest.cs.colorado.edu/.
31
32 Squid is originally derived from the Harvest Information Discovery and
33 Access System. The Harvest copyright text follows to acknowledge the origin:
34
35
36 /*
37 * Copyright (c) 1994, 1995. All rights reserved.
38 *
39 * The Harvest software was developed by the Internet Research Task
40 * Force Research Group on Resource Discovery (IRTF-RD):
41 *
42 * Mic Bowman of Transarc Corporation.
43 * Peter Danzig of the University of Southern California.
44 * Darren R. Hardy of the University of Colorado at Boulder.
45 * Udi Manber of the University of Arizona.
46 * Michael F. Schwartz of the University of Colorado at Boulder.
47 * Duane Wessels of the University of Colorado at Boulder.
48 *
49 * This copyright notice applies to software in the Harvest
50 * ``src/'' directory only. Users should consult the individual
51 * copyright notices in the ``components/'' subdirectories for
52 * copyright information about other software bundled with the
53 * Harvest source code distribution.
54 *
55 * TERMS OF USE
56 *
57 * The Harvest software may be used and re-distributed without
58 * charge, provided that the software origin and research team are
59 * cited in any use of the system. Most commonly this is
60 * accomplished by including a link to the Harvest Home Page
61 * (http://harvest.cs.colorado.edu/) from the query page of any
62 * Broker you deploy, as well as in the query result pages. These
63 * links are generated automatically by the standard Broker
64 * software distribution.
65 *
66 * The Harvest software is provided ``as is'', without express or
67 * implied warranty, and with no support nor obligation to assist
68 * in its use, correction, modification or enhancement. We assume
69 * no liability with respect to the infringement of copyrights,
70 * trade secrets, or any patents, and are not responsible for
71 * consequential damages. Proper use of the Harvest software is
72 * entirely the responsibility of the user.
73 *
74 * DERIVATIVE WORKS
75 *
76 * Users may make derivative works from the Harvest software, subject
77 * to the following constraints:
78 *
79 * - You must include the above copyright notice and these
80 * accompanying paragraphs in all forms of derivative works,
81 * and any documentation and other materials related to such
82 * distribution and use acknowledge that the software was
83 * developed at the above institutions.
84 *
85 * - You must notify IRTF-RD regarding your distribution of
86 * the derivative work.
87 *
88 * - You must clearly notify users that your are distributing
89 * a modified version and not the original Harvest software.
90 *
91 * - Any derivative product is also subject to these copyright
92 * and use restrictions.
93 *
94 * Note that the Harvest software is NOT in the public domain. We
95 * retain copyright, as specified above.
96 *
97 * HISTORY OF FREE SOFTWARE STATUS
98 *
99 * Originally we required sites to license the software in cases
100 * where they were going to build commercial products/services
101 * around Harvest. In June 1995 we changed this policy. We now
102 * allow people to use the core Harvest software (the code found in
103 * the Harvest ``src/'' directory) for free. We made this change
104 * in the interest of encouraging the widest possible deployment of
105 * the technology. The Harvest software is really a reference
106 * implementation of a set of protocols and formats, some of which
107 * we intend to standardize. We encourage commercial
108 * re-implementations of code complying to this set of standards.
109 */
110
111 ==============================================================================
112
113 lib/base64.c::base64_encode():
114
115 Adopted from http://ftp.sunet.se/pub2/gnu/vm/base64-encode.c.
116 Modified to work with strings instead of files.
117
118 ==============================================================================
119
120 snmplib/*:
121 include/{asn1.h,parse.h,snmp*}:
122
123 The SNMP library code is developed by Carnegie Mellon University.
124
125 /***************************************************************************
126 *
127 * Copyright 1997 by Carnegie Mellon University
128 *
129 * All Rights Reserved
130 *
131 * Permission to use, copy, modify, and distribute this software and its
132 * documentation for any purpose and without fee is hereby granted,
133 * provided that the above copyright notice appear in all copies and that
134 * both that copyright notice and this permission notice appear in
135 * supporting documentation, and that the name of CMU not be
136 * used in advertising or publicity pertaining to distribution of the
137 * software without specific, written prior permission.
138 *
139 * CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
140 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
141 * CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
142 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
143 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
144 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
145 * SOFTWARE.
146 *
147 ***************************************************************************/
148
149 ==============================================================================
150
151 lib/GNUregex.c:
152
153 /* Extended regular expression matching and search library,
154 * version 0.12.
155 * (Implements POSIX draft P10003.2/D11.2, except for
156 * internationalization features.)
157 *
158 * Copyright (C) 1993 Free Software Foundation, Inc.
159 *
160 * This program is free software; you can redistribute it and/or modify
161 * it under the terms of the GNU General Public License as published by
162 * the Free Software Foundation; either version 2, or (at your option)
163 * any later version.
164 *
165 * This program is distributed in the hope that it will be useful,
166 * but WITHOUT ANY WARRANTY; without even the implied warranty of
167 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
168 * GNU General Public License for more details.
169 *
170 * You should have received a copy of the GNU General Public License
171 * along with this program; if not, write to the Free Software
172 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */
173
174 ==============================================================================
175
176 lib/md5.c:
177
178 /*
179 * This code implements the MD5 message-digest algorithm.
180 * The algorithm is due to Ron Rivest. This code was
181 * written by Colin Plumb in 1993, no copyright is claimed.
182 * This code is in the public domain; do with it what you wish.
183 *
184 * Equivalent code is available from RSA Data Security, Inc.
185 * This code has been tested against that, and is equivalent,
186 * except that you don't need to include two pages of legalese
187 * with every copy.
188 *
189 * To compute the message digest of a chunk of bytes, declare an
190 * SquidMD5Context structure, pass it to SquidMD5Init, call
191 * SquidMD5Update as needed on buffers full of bytes, and then call
192 * SquidMD5Final, which will fill a supplied 16-byte array with the
193 * digest.
194 *
195 * Changed so as no longer to depend on Colin Plumb's `usual.h' header
196 * definitions; now uses stuff from dpkg's config.h.
197 * - Ian Jackson <ian@chiark.greenend.org.uk>.
198 * Still in the public domain.
199 *
200 * Changed SquidMD5Update to take a void * for easier use and some
201 * other minor cleanup. - Henrik Nordstrom <henrik@henriknordstrom.net>.
202 * Still in the public domain.
203 *
204 * Prefixed all symbols with "Squid" so they don't collide with
205 * other libraries. Duane Wessels <wessels@squid-cache.org>.
206 * Still in the public domain.
207 */
208
209 ==============================================================================
210
211 lib/radix.c:
212
213 /*
214 * Copyright (c) 1988, 1989, 1993
215 * The Regents of the University of California. All rights reserved.
216 *
217 * Redistribution and use in source and binary forms, with or without
218 * modification, are permitted provided that the following conditions
219 * are met:
220 * 1. Redistributions of source code must retain the above copyright
221 * notice, this list of conditions and the following disclaimer.
222 * 2. Redistributions in binary form must reproduce the above copyright
223 * notice, this list of conditions and the following disclaimer in the
224 * documentation and/or other materials provided with the distribution.
225 * 3. Neither the name of the University nor the names of its contributors
226 * may be used to endorse or promote products derived from this software
227 * without specific prior written permission.
228 *
229 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
230 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
231 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
232 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
233 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
234 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
235 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
236 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
237 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
238 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
239 * SUCH DAMAGE.
240 *
241 * @(#)radix.c 8.4 (Berkeley) 11/2/94
242 */
243
244 ==============================================================================
245
246 lib/tempnam.c:
247
248 /* A reasonably functional tmpnam. */
249
250 /* Originally by Tom Hageman, tom@basil.icce.rug.nl */
251
252 /*
253 * This tmpnam() was changed by Gerben_Wierda@RnA.nl to serve as
254 * tempnam() for squid-1.1.6. It ignores the directory parameter, every
255 * temp file is written in /tmp.
256 */
257
258 ==============================================================================
259
260 lib/drand48.c:
261
262 From Linux libc-5.4.46.
263
264 ==============================================================================
265
266 lib/eui64_aton.h lib/eui64_aton.c:
267
268 /*-
269 * Copyright 2004 The Aerospace Corporation. All rights reserved.
270 *
271 * Redistribution and use in source and binary forms, with or without
272 * modification, are permitted provided that the following conditions
273 * are met:
274 *
275 * 1. Redistributions of source code must retain the above copyright
276 * notice, this list of conditions, and the following disclaimer.
277 * 2. Redistributions in binary form must reproduce the above copyright
278 * notice, this list of conditions, and the following disclaimer in the
279 * documentation and/or other materials provided with the distribution.
280 * 3. The name of The Aerospace Corporation may not be used to endorse or
281 * promote products derived from this software.
282 *
283 * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION "AS IS" AND
284 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
285 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
286 * ARE DISCLAIMED. IN NO EVENT SHALL THE AEROSPACE CORPORATION BE LIABLE
287 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
288 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
289 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
290 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
291 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
292 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
293 * SUCH DAMAGE.
294 */
295
296 ==============================================================================
297
298 mcast_encode() in src/access_log.c is derived from Mark Atkinson's
299 (mark_a@cix.compulink.co.uk) "Tiny Encryption Algorithm".
300 http://www.io.com/~paulhart/game/algorithms/tea.html
301
302 ==============================================================================
303
304 lib/strnstr.cc:
305
306 /*-
307 * Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
308 * Copyright (c) 1990, 1993
309 * The Regents of the University of California. All rights reserved.
310 *
311 * This code is derived from software contributed to Berkeley by
312 * Chris Torek.
313 *
314 * Redistribution and use in source and binary forms, with or without
315 * modification, are permitted provided that the following conditions
316 * are met:
317 * 1. Redistributions of source code must retain the above copyright
318 * notice, this list of conditions and the following disclaimer.
319 * 2. Redistributions in binary form must reproduce the above copyright
320 * notice, this list of conditions and the following disclaimer in the
321 * documentation and/or other materials provided with the distribution.
322 * 3. Neither the name of the University nor the names of its contributors
323 * may be used to endorse or promote products derived from this software
324 * without specific prior written permission.
325 *
326 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
327 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
328 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
329 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
330 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
331 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
332 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
333 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
334 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
335 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
336 * SUCH DAMAGE.
337 *
338 * @(#)strstr.c 8.1 (Berkeley) 6/4/93
339 * $FreeBSD: src/lib/libc/string/strnstr.c,v 1.2.2.1 2001/12/09 06:50:03 mike Exp $
340 * $DragonFly: src/lib/libc/string/strnstr.c,v 1.4 2006/03/20 17:24:20 dillon Exp $
341 */
342
343 ==============================================================================
344
345 lib/xstrto.cc:
346
347 /*
348 * (C) 2000-2006 by the netfilter coreteam <coreteam@netfilter.org>:
349 *
350 * This program is free software; you can redistribute it and/or modify
351 * it under the terms of the GNU General Public License as published by
352 * the Free Software Foundation; either version 2 of the License, or
353 * (at your option) any later version.
354 *
355 * This program is distributed in the hope that it will be useful,
356 * but WITHOUT ANY WARRANTY; without even the implied warranty of
357 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
358 * GNU General Public License for more details.
359 *
360 * You should have received a copy of the GNU General Public License
361 * along with this program; if not, write to the Free Software
362 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
363 */
364
365 ==============================================================================
366
367 lib/getopt.c:
368
369 /*
370 * Copyright (c) 1987, 1993, 1994
371 * The Regents of the University of California. All rights reserved.
372 *
373 * Redistribution and use in source and binary forms, with or without
374 * modification, are permitted provided that the following conditions
375 * are met:
376 * 1. Redistributions of source code must retain the above copyright
377 * notice, this list of conditions and the following disclaimer.
378 * 2. Redistributions in binary form must reproduce the above copyright
379 * notice, this list of conditions and the following disclaimer in the
380 * documentation and/or other materials provided with the distribution.
381 * 3. Neither the name of the University nor the names of its contributors
382 * may be used to endorse or promote products derived from this software
383 * without specific prior written permission.
384 *
385 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
386 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
387 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
388 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
389 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
390 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
391 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
392 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
393 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
394 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
395 * SUCH DAMAGE.
396 */
397
398 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
399
400 ==============================================================================
401
402 src/external_acl.c:
403
404 Copyright (C) 2002 MARA Systems AB, Sweden <info@marasystems.com>
405
406 This program is free software; you can redistribute it and/or modify
407 it under the terms of the GNU General Public License as published by
408 the Free Software Foundation; either version 2, or (at your option)
409 any later version.
410
411 ==============================================================================
412
413 helpers/external_acl/wbinfo_group/wbinfo_group.pl:
414
415 This program is put in the public domain by Jerry Murdock
416 <jmurdock@itraktech.com>. It is distributed in the hope that it will
417 be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
418 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
419
420 ==============================================================================
421
422 lib/libTrie/*:
423
424 /*
425 * Copyright (c) 2002,2003 Robert Collins <rbtcollins@hotmail.com>
426 *
427 * This program is free software; you can redistribute it and/or modify
428 * it under the terms of the GNU General Public License as published by
429 * the Free Software Foundation; either version 2 of the License, or
430 * (at your option) any later version.
431 *
432 * This program is distributed in the hope that it will be useful,
433 * but WITHOUT ANY WARRANTY; without even the implied warranty of
434 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
435 * GNU General Public License for more details.
436 *
437 * You should have received a copy of the GNU General Public License
438 * along with this program; if not, write to the Free Software
439 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
440 *
441 */
442
443 ==============================================================================
444
445 include/IPAddress.h lib/IPAddress.cc:
446 include/rfc3596.h lib/rfc3596.cc:
447 src/ICMPv6.h src/ICMPv6.cc:
448 helpers/url_rewrite/fake/ fake.h, fake.cc, url_fake_rewrite.sh:
449
450 This code is copyright (C) 2007-2009 by Treehouse Networks Ltd
451 of New Zealand. It is published and Licensed as an extension of
452 squid under the same conditions as the main squid application.
453
454 ==============================================================================
455
456 helpers/negotiate_auth/kerberos/ *
457
458 /*
459 * -----------------------------------------------------------------------------
460 *
461 * Author: Markus Moeller (markus_moeller at compuserve.com)
462 *
463 * Copyright (C) 2007 Markus Moeller. All rights reserved.
464 *
465 * This program is free software; you can redistribute it and/or modify
466 * it under the terms of the GNU General Public License as published by
467 * the Free Software Foundation; either version 2 of the License, or
468 * (at your option) any later version.
469 *
470 * This program is distributed in the hope that it will be useful,
471 * but WITHOUT ANY WARRANTY; without even the implied warranty of
472 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
473 * GNU General Public License for more details.
474 *
475 * You should have received a copy of the GNU General Public License
476 * along with this program; if not, write to the Free Software
477 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
478 *
479 * As a special exemption, M Moeller gives permission to link this program
480 * with MIT, Heimdal or other GSS/Kerberos libraries, and distribute
481 * the resulting executable, without including the source code for
482 * the Libraries in the source distribution.
483 *
484 * -----------------------------------------------------------------------------
485 */
486
487 ==============================================================================
488
489 compat/strsep.h, lib/strsep.c
490
491 * Copyright (C) 2004 Free Software Foundation, Inc.
492 * Written by Yoann Vandoorselaere <yoann@prelude-ids.org>
493 *
494 * The file is free software; you can redistribute it and/or
495 * modify it under the terms of the GNU Lesser General Public
496 * License as published by the Free Software Foundation; either
497 * version 2.1 of the License, or (at your option) any later version.
498 *
499 * This file is distributed in the hope that it will be useful,
500 * but WITHOUT ANY WARRANTY; without even the implied warranty of
501 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
502 * Lesser General Public License for more details.
503 *
504 * You should have received a copy of the GNU Lesser General Public
505 * License along with this file; if not, write to the Free Software
506 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
507 * USA.
508
509 ==============================================================================
510
511 helpers/external_acl/kerberos_ldap_group/support_ldap.cc
512
513 /* get_attributes is partly from OpenLDAP Software <http://www.openldap.org/>.
514 *
515 * Copyright 1998-2009 The OpenLDAP Foundation.
516 * All rights reserved.
517 *
518 * Redistribution and use in source and binary forms, with or without
519 * modification, are permitted only as authorized by the OpenLDAP
520 * Public License.
521 *
522 * A copy of this license is available in the file LICENSE in the
523 * top-level directory of the distribution or, alternatively, at
524 * <http://www.OpenLDAP.org/license.html>.
525 */
526
527 ==============================================================================
528
529 icons/SN.png:
530
531 Squid NOW icon - copyright Squid Project
532
533 This work is licensed under the
534 Creative Commons Attribution-ShareAlike 3.0 Unported Liscence (CC BY-SA 3.0)
535 [ http://creativecommons.org/licenses/by-sa/3.0/ ]
536
537 ==============================================================================
538
539 icons/silk/:
540
541 Silk icon set 1.3
542 _________________________________________
543 Mark James
544 http://www.famfamfam.com/lab/icons/silk/
545 _________________________________________
546
547 This work is licensed under a
548 Creative Commons Attribution 2.5 License.
549 [ http://creativecommons.org/licenses/by/2.5/ ]
550
551 This means you may use it for any purpose,
552 and make any changes you like.
553 All I ask is that you include a link back
554 to this page in your credits.
555
556 Are you using this icon set? Send me an email
557 (including a link or picture if available) to
558 mjames@gmail.com
559
560 Any other questions about this icon set please
561 contact mjames@gmail.com
562
563
564 The icons can also be used under Creative Commons Attribution 3.0 License
565 (Hi Debian folks!) with the following requirements:
566
567 As an author, I would appreciate a reference to my authorship of
568 the Silk icon set contents within a readme file or equivalent
569 documentation for the software which includes the set or a subset
570 of the icons contained within.
571
572 ==============================================================================
573
574 shm_portable_segment_name_is_path() implementation:
575
576 Derived from boost/interprocess/shared_memory_object.hpp and
577 boost/interprocess/detail/workaround.hpp at http://www.boost.org/
578
579 (C) Copyright Ion Gaztanaga 2005-2009.
580 Distributed under the Boost Software License, Version 1.0
581
582 Boost Software License - Version 1.0 - August 17th, 2003
583
584 Permission is hereby granted, free of charge, to any person or organization
585 obtaining a copy of the software and accompanying documentation covered by
586 this license (the "Software") to use, reproduce, display, distribute,
587 execute, and transmit the Software, and to prepare derivative works of the
588 Software, and to permit third-parties to whom the Software is furnished to
589 do so, all subject to the following:
590
591 The copyright notices in the Software and this entire statement, including
592 the above license grant, this restriction and the following disclaimer,
593 must be included in all copies of the Software, in whole or in part, and
594 all derivative works of the Software, unless such copies or derivative
595 works are solely in the form of machine-executable object code generated by
596 a source language processor.
597
598 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
599 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
600 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
601 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
602 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
603 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
604 DEALINGS IN THE SOFTWARE.
605
606 ==============================================================================
607
608 errors/errorpage.css:
609
610 Stylesheet for Squid Error pages
611 Adapted from design by Free CSS Templates
612 http://www.freecsstemplates.org
613 Released for free under a Creative Commons Attribution 2.5 License
614
615 ==============================================================================