From: wessels <> Date: Thu, 23 Jul 1998 02:53:53 +0000 (+0000) Subject: added copyright header to files which didnt already have it X-Git-Tag: SQUID_3_0_PRE1~3014 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cef6668d6709c8b93f113ec137588019da08053;p=thirdparty%2Fsquid.git added copyright header to files which didnt already have it --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 1659deb945..8a2db184de 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,4 +1,35 @@ +# +# $Id: cf.data.pre,v 1.92 1998/07/22 20:53:53 wessels Exp $ +# +# +# 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. Squid is Copyrighted (C) 1998 by +# Duane Wessels and the University of California San Diego. 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. +# + COMMENT_START WELCOME TO SQUID 1.2 -------------------- diff --git a/src/defines.h b/src/defines.h index 9b92828e05..9adf6b62b0 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,4 +1,36 @@ +/* + * $Id: defines.h,v 1.62 1998/07/22 20:53:54 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #ifndef TRUE #define TRUE 1 #endif diff --git a/src/enums.h b/src/enums.h index 894ae8c8af..68cd67cee8 100644 --- a/src/enums.h +++ b/src/enums.h @@ -1,4 +1,35 @@ +/* + * $Id: enums.h,v 1.111 1998/07/22 20:53:55 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ typedef enum { LOG_TAG_NONE, diff --git a/src/globals.h b/src/globals.h index f9150708f6..9860fdbfff 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,6 +1,34 @@ /* - * $Id: globals.h,v 1.61 1998/07/21 17:26:30 wessels Exp $ + * $Id: globals.h,v 1.62 1998/07/22 20:53:56 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * */ extern FILE *debug_log; /* NULL */ diff --git a/src/htcp.cc b/src/htcp.cc index 014099f22b..4419e3abe3 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1,6 +1,36 @@ /* - * DEBUG: section 31 HTCP + * $Id: htcp.cc,v 1.12 1998/07/22 20:53:56 wessels Exp $ + * + * DEBUG: section 31 Hypertext Caching Protocol + * AUTHOR: Duane Wesssels + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * */ #include "squid.h" diff --git a/src/icp_v2.cc b/src/icp_v2.cc index f1883925dd..f49e55fc70 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -1,4 +1,38 @@ +/* + * $Id: icp_v2.cc,v 1.46 1998/07/22 20:53:57 wessels Exp $ + * + * DEBUG: section 12 Internet Cache Protocol + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" static void icpLogIcp(struct in_addr, log_type, int, const char *, int); diff --git a/src/icp_v3.cc b/src/icp_v3.cc index 9986889a17..e96a0570d5 100644 --- a/src/icp_v3.cc +++ b/src/icp_v3.cc @@ -1,3 +1,38 @@ + +/* + * $Id: icp_v3.cc,v 1.22 1998/07/22 20:53:58 wessels Exp $ + * + * DEBUG: section 12 Internet Cache Protocol + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" /* Currently Harvest cached-2.x uses ICP_VERSION_3 */ diff --git a/src/internal.cc b/src/internal.cc index 4829f6afe4..5773d6bf7d 100644 --- a/src/internal.cc +++ b/src/internal.cc @@ -1,4 +1,38 @@ +/* + * $Id: internal.cc,v 1.12 1998/07/22 20:53:58 wessels Exp $ + * + * DEBUG: section 76 Internal Squid Object handling + * AUTHOR: Duane, Alex, Henrik + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" /* called when we "miss" on an internal object; @@ -10,13 +44,13 @@ internalStart(request_t * request, StoreEntry * entry) { ErrorState *err; const char *upath = strBuf(request->urlpath); - debug(0, 1) ("internalStart: %s requesting '%s'\n", + debug(76, 1) ("internalStart: %s requesting '%s'\n", inet_ntoa(request->client_addr), upath); if (0 == strcmp(upath, "/squid-internal-dynamic/netdb")) netdbBinaryExchange(entry); else { - debug(0, 0) ("internalStart: unknown request '%s'\n", upath); - debugObj(0, 1, "internalStart: unknown request:\n", request, (ObjPackMethod) & httpRequestPack); + debug(76, 0) ("internalStart: unknown request '%s'\n", upath); + debugObj(76, 1, "internalStart: unknown request:\n", request, (ObjPackMethod) & httpRequestPack); err = errorCon(ERR_INVALID_REQ, HTTP_NOT_FOUND); err->request = requestLink(request); errorAppendEntry(entry, err); diff --git a/src/protos.h b/src/protos.h index d995e20646..3ecc5e4e6b 100644 --- a/src/protos.h +++ b/src/protos.h @@ -1,4 +1,35 @@ +/* + * $Id: protos.h,v 1.237 1998/07/22 20:53:59 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ extern void accessLogLog(AccessLogEntry *); extern void accessLogRotate(void); diff --git a/src/store_client.cc b/src/store_client.cc index 94f22d5e3e..f51000759b 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,3 +1,38 @@ + +/* + * $Id: store_client.cc,v 1.34 1998/07/22 20:54:01 wessels Exp $ + * + * DEBUG: section 20 Storage Manager Client-Side Interface + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" /* diff --git a/src/store_key_md5.cc b/src/store_key_md5.cc index b79b12fc67..a8981bc05a 100644 --- a/src/store_key_md5.cc +++ b/src/store_key_md5.cc @@ -1,3 +1,38 @@ + +/* + * $Id: store_key_md5.cc,v 1.11 1998/07/22 20:54:02 wessels Exp $ + * + * DEBUG: section 20 Storage Manager MD5 Cache Keys + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" static cache_key null_key[MD5_DIGEST_CHARS]; diff --git a/src/store_log.cc b/src/store_log.cc index 823d5c85d6..8831107421 100644 --- a/src/store_log.cc +++ b/src/store_log.cc @@ -1,4 +1,38 @@ +/* + * $Id: store_log.cc,v 1.6 1998/07/22 20:54:02 wessels Exp $ + * + * DEBUG: section 20 Storage Manager Logging Functions + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" static char *storeLogTags[] = diff --git a/src/store_swapin.cc b/src/store_swapin.cc index 8f5203ba7b..2589ab9259 100644 --- a/src/store_swapin.cc +++ b/src/store_swapin.cc @@ -1,3 +1,38 @@ + +/* + * $Id: store_swapin.cc,v 1.11 1998/07/22 20:54:03 wessels Exp $ + * + * DEBUG: section 20 Storage Manager Swapin Functions + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" typedef struct swapin_ctrl_t { diff --git a/src/store_swapmeta.cc b/src/store_swapmeta.cc index 9ddcfe1468..d2aabd9534 100644 --- a/src/store_swapmeta.cc +++ b/src/store_swapmeta.cc @@ -1,4 +1,38 @@ +/* + * $Id: store_swapmeta.cc,v 1.7 1998/07/22 20:54:04 wessels Exp $ + * + * DEBUG: section 20 Storage Manager Swapfile Metadata + * AUTHOR: Kostas Anagnostakis + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" static tlv ** diff --git a/src/store_swapout.cc b/src/store_swapout.cc index 9649fb9a1c..cb56123d9e 100644 --- a/src/store_swapout.cc +++ b/src/store_swapout.cc @@ -1,3 +1,38 @@ + +/* + * $Id: store_swapout.cc,v 1.22 1998/07/22 20:54:04 wessels Exp $ + * + * DEBUG: section 20 Storage Manager Swapout Functions + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + #include "squid.h" typedef struct swapout_ctrl_t { diff --git a/src/structs.h b/src/structs.h index 35e090ea3a..cb0aed77fa 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,4 +1,36 @@ +/* + * $Id: structs.h,v 1.190 1998/07/22 20:54:05 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + struct _acl_ip_data { struct in_addr addr1; /* if addr2 non-zero then its a range */ struct in_addr addr2; diff --git a/src/typedefs.h b/src/typedefs.h index 2a33b2ead5..78eaef6bc4 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -1,4 +1,36 @@ +/* + * $Id: typedefs.h,v 1.66 1998/07/22 20:54:07 wessels Exp $ + * + * + * 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. Squid is Copyrighted (C) 1998 by + * Duane Wessels and the University of California San Diego. 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. + * + */ + typedef unsigned int store_status_t; typedef unsigned int mem_status_t; typedef unsigned int ping_status_t;