~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to CREDITS

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
 
243
243
==============================================================================
244
244
 
245
 
lib/inet_ntoa.c:
246
 
 
247
 
/*
248
 
 * Copyright (c) 1983 Regents of the University of California.
249
 
 * All rights reserved.
250
 
 *
251
 
 * Redistribution and use in source and binary forms, with or without
252
 
 * modification, are permitted provided that the following conditions
253
 
 * are met:
254
 
 * 1. Redistributions of source code must retain the above copyright
255
 
 *    notice, this list of conditions and the following disclaimer.
256
 
 * 2. Redistributions in binary form must reproduce the above copyright
257
 
 *    notice, this list of conditions and the following disclaimer in the
258
 
 *    documentation and/or other materials provided with the distribution.
259
 
 * 3. Neither the name of the University nor the names of its contributors
260
 
 *    may be used to endorse or promote products derived from this software
261
 
 *    without specific prior written permission.
262
 
 *
263
 
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
264
 
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
265
 
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
266
 
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
267
 
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
268
 
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
269
 
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
270
 
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
271
 
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
272
 
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
273
 
 * SUCH DAMAGE.
274
 
 */
275
 
 
276
 
static char sccsid[] = "@(#)inet_ntoa.c        5.6 (Berkeley) 2/24/91";
277
 
 
278
 
==============================================================================
279
 
 
280
245
lib/strnstr.cc:
281
246
 
282
247
/*-