]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add rcs/license/copyright headers
authorwessels <>
Sat, 14 Dec 1996 05:26:35 +0000 (05:26 +0000)
committerwessels <>
Sat, 14 Dec 1996 05:26:35 +0000 (05:26 +0000)
src/client_db.cc
src/net_db.cc

index 4c466008c36e5b9792ceb0cb5545e4954f81e91a..b0e2f9180ef2310f4a524024658a83156cca1156 100644 (file)
@@ -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 {
index 8d5c940021ec546bf4ba302c35e8ef2c70080f26..19989c87784bcb6c5827deed146eb592e9256f3d 100644 (file)
@@ -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