From: Amos Jeffries Date: Thu, 6 Mar 2014 05:41:17 +0000 (+1300) Subject: Copyright: Remove explicit claims on src/ by Treehouse Networks Ltd. X-Git-Tag: SQUID_3_5_0_1~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420026eea2ae7a326df2cff6beb5702756e5895a;p=thirdparty%2Fsquid.git Copyright: Remove explicit claims on src/ by Treehouse Networks Ltd. Amos Jeffries is listed as author in CONTRIBUTORS and Treehouse Networks Ltd. listed in SPONSORS and commit messages. --- diff --git a/CREDITS b/CREDITS index a318cb5d3e..cde6a63141 100644 --- a/CREDITS +++ b/CREDITS @@ -475,9 +475,7 @@ helpers/url_rewrite/fake/ fake.cc, url_fake_rewrite.sh: ============================================================================== -include/IPAddress.h lib/IPAddress.cc: include/rfc3596.h lib/rfc3596.cc: -src/ICMPv6.h src/ICMPv6.cc: This code is copyright (C) 2007-2009 by Treehouse Networks Ltd of New Zealand. It is published and Licensed as an extension of diff --git a/src/icmp/IcmpConfig.h b/src/icmp/IcmpConfig.h index b577397e54..30bb2a2826 100644 --- a/src/icmp/IcmpConfig.h +++ b/src/icmp/IcmpConfig.h @@ -1,36 +1,5 @@ /* * DEBUG: section 03 Configuration Settings - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from the - * Internet community. Development is led by Duane Wessels of the - * National Laboratory for Applied Network Research and funded by the - * National Science Foundation. Squid is Copyrighted (C) 1998 by - * the Regents of the University of California. Please see the - * COPYRIGHT file for full details. Squid incorporates software - * developed and/or copyrighted by other sources. Please see the - * CREDITS file for full details. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - * This code is copyright (C) 2007 by Treehouse Networks Ltd - * of New Zealand. It is published and Lisenced as an extension of - * squid under the same conditions as the main squid application. */ #ifndef ICMPCONFIG_H #define ICMPCONFIG_H diff --git a/src/ip/Address.cc b/src/ip/Address.cc index 1e91ea545d..b21ee6b259 100644 --- a/src/ip/Address.cc +++ b/src/ip/Address.cc @@ -1,7 +1,5 @@ /* * DEBUG: section 14 IP Storage and Handling - * AUTHOR: Amos Jeffries - * COPYRIGHT: GPL version 2, (C)2007-2013 Treehouse Networks Ltd. */ #include "squid.h" #include "compat/getaddrinfo.h" diff --git a/src/ip/Address.h b/src/ip/Address.h index cd9a84a642..824d63fe8c 100644 --- a/src/ip/Address.h +++ b/src/ip/Address.h @@ -1,7 +1,5 @@ /* * DEBUG: section 14 IP Storage and Handling - * AUTHOR: Amos Jeffries - * COPYRIGHT: GPL version 2, (C)2007-2013 Treehouse Networks Ltd. */ #ifndef _SQUID_SRC_IP_ADDRESS_H #define _SQUID_SRC_IP_ADDRESS_H