From: wessels <> Date: Sat, 14 Dec 1996 05:26:35 +0000 (+0000) Subject: add rcs/license/copyright headers X-Git-Tag: SQUID_3_0_PRE1~5299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516350cae65d7cd179efa079ad4332c1b0a88ef5;p=thirdparty%2Fsquid.git add rcs/license/copyright headers --- diff --git a/src/client_db.cc b/src/client_db.cc index 4c466008c3..b0e2f9180e 100644 --- a/src/client_db.cc +++ b/src/client_db.cc @@ -1,4 +1,34 @@ +/* + * $Id: client_db.cc,v 1.7 1996/12/13 22:26:35 wessels Exp $ + * + * DEBUG: section Client Database + * AUTHOR: Duane Wessels + * + * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ + * -------------------------------------------------------- + * + * 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. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include "squid.h" typedef struct _client_info { diff --git a/src/net_db.cc b/src/net_db.cc index 8d5c940021..19989c8778 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,4 +1,34 @@ +/* + * $Id: net_db.cc,v 1.29 1996/12/13 22:26:37 wessels Exp $ + * + * DEBUG: section 37 Network Measurement Database + * AUTHOR: Duane Wessels + * + * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ + * -------------------------------------------------------- + * + * 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. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include "squid.h" #if USE_ICMP