From dd11e0b7392b50ff8ac834d599cc00a95f104385 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 15 Aug 1996 11:54:07 +0000 Subject: [PATCH] add copyright --- src/client_side.cc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/client_side.cc b/src/client_side.cc index 26ff419574..94c4246105 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,3 +1,32 @@ +/* + * $Id: client_side.cc,v 1.7 1996/08/15 05:54:07 wessels Exp $ + * + * DEBUG: section 33 Client-side Routines + * AUTHOR: Duane Wessels + * + * SQUID Internet Object Cache http://www.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" -- 2.47.3