--------------------- PatchSet 8625 Date: 2006/09/09 15:31:43 Author: serassio Branch: nt Tag: (none) Log: Updated copyrigth notice Members: CONTRIBUTORS:1.24.2.4->1.24.2.5 include/squid_mswin.h:1.1.2.6->1.1.2.7 include/sspwin32.h:1.1.36.1->1.1.36.2 lib/sspwin32.c:1.1.36.3->1.1.36.4 lib/win32lib.c:1.1.64.6->1.1.64.7 src/ipc_win32.c:1.1.2.4->1.1.2.5 src/win32.c:1.7.8.14->1.7.8.15 Index: squid/CONTRIBUTORS =================================================================== RCS file: /cvsroot/squid-sf//squid/CONTRIBUTORS,v retrieving revision 1.24.2.4 retrieving revision 1.24.2.5 diff -u -r1.24.2.4 -r1.24.2.5 --- squid/CONTRIBUTORS 9 Jun 2006 18:43:59 -0000 1.24.2.4 +++ squid/CONTRIBUTORS 9 Sep 2006 15:31:43 -0000 1.24.2.5 @@ -82,7 +82,8 @@ Sergio Rabellino Ian Turner Moez Mahfoudh - Guido Serassio + Guido Serassio + Andrey Shorin Miquel van Smoorenburg Brian Ian Castle Index: squid/include/squid_mswin.h =================================================================== RCS file: /cvsroot/squid-sf//squid/include/squid_mswin.h,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- squid/include/squid_mswin.h 1 Sep 2006 12:55:14 -0000 1.1.2.6 +++ squid/include/squid_mswin.h 9 Sep 2006 15:31:43 -0000 1.1.2.7 @@ -1,7 +1,8 @@ /* - * $Id: squid_mswin.h,v 1.1.2.6 2006/09/01 12:55:14 serassio Exp $ + * $Id: squid_mswin.h,v 1.1.2.7 2006/09/09 15:31:43 serassio Exp $ * - * AUTHOR: Guido Serassio & Andrey Shorin + * AUTHOR: Andrey Shorin + * AUTHOR: Guido Serassio * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ * ---------------------------------------------------------- Index: squid/include/sspwin32.h =================================================================== RCS file: /cvsroot/squid-sf//squid/include/sspwin32.h,v retrieving revision 1.1.36.1 retrieving revision 1.1.36.2 diff -u -r1.1.36.1 -r1.1.36.2 --- squid/include/sspwin32.h 16 May 2006 21:05:58 -0000 1.1.36.1 +++ squid/include/sspwin32.h 9 Sep 2006 15:31:43 -0000 1.1.36.2 @@ -1,18 +1,36 @@ + /* - * (C) 2002 Guido Serassio + * $Id: sspwin32.h,v 1.1.36.2 2006/09/09 15:31:43 serassio Exp $ + * + * AUTHOR: Guido Serassio * Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran * - * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * SQUID Web Proxy Cache http://www.squid-cache.org/ + * ---------------------------------------------------------- + * + * Squid is the result of efforts by numerous individuals from + * the Internet community; see the CONTRIBUTORS file for full + * details. Many organizations have provided support for Squid's + * development; see the SPONSORS file for full details. Squid is + * Copyrighted (C) 2001 by the Regents of the University of + * California; see the COPYRIGHT file for full details. Squid + * incorporates software developed and/or copyrighted by other + * sources; 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 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 _LIBSSPWIN32_H_ Index: squid/lib/sspwin32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/sspwin32.c,v retrieving revision 1.1.36.3 retrieving revision 1.1.36.4 diff -u -r1.1.36.3 -r1.1.36.4 --- squid/lib/sspwin32.c 24 May 2006 17:24:39 -0000 1.1.36.3 +++ squid/lib/sspwin32.c 9 Sep 2006 15:31:43 -0000 1.1.36.4 @@ -1,18 +1,36 @@ + /* - * (C) 2002 Guido Serassio - * Based on previous work of Francesco Chemolli, Robert Collins + * $Id: sspwin32.c,v 1.1.36.4 2006/09/09 15:31:43 serassio Exp $ + * + * AUTHOR: Guido Serassio + * inspired by previous work by Robert Collins, Francesco Chemolli. + * + * SQUID Web Proxy Cache http://www.squid-cache.org/ + * ---------------------------------------------------------- + * + * Squid is the result of efforts by numerous individuals from + * the Internet community; see the CONTRIBUTORS file for full + * details. Many organizations have provided support for Squid's + * development; see the SPONSORS file for full details. Squid is + * Copyrighted (C) 2001 by the Regents of the University of + * California; see the COPYRIGHT file for full details. Squid + * incorporates software developed and/or copyrighted by other + * sources; see the CREDITS file for full details. * - * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing 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 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 "util.h" Index: squid/lib/win32lib.c =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/win32lib.c,v retrieving revision 1.1.64.6 retrieving revision 1.1.64.7 diff -u -r1.1.64.6 -r1.1.64.7 --- squid/lib/win32lib.c 2 Sep 2006 14:18:14 -0000 1.1.64.6 +++ squid/lib/win32lib.c 9 Sep 2006 15:31:43 -0000 1.1.64.7 @@ -1,10 +1,10 @@ + /* - * $Id: win32lib.c,v 1.1.64.6 2006/09/02 14:18:14 serassio Exp $ - * - * * * * * * * * Legal stuff * * * * * * * + * $Id: win32lib.c,v 1.1.64.7 2006/09/09 15:31:43 serassio Exp $ * - * (C) 2001 Guido Serassio , - * inspired by previous work by Romeo Anghelache & Eric Stern. + * Windows support + * AUTHOR: Guido Serassio + * inspired by previous work by Romeo Anghelache & Eric Stern. * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- Index: squid/src/ipc_win32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/ipc_win32.c,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/src/ipc_win32.c 9 Sep 2006 13:00:49 -0000 1.1.2.4 +++ squid/src/ipc_win32.c 9 Sep 2006 15:31:44 -0000 1.1.2.5 @@ -1,9 +1,10 @@ /* - * $Id: ipc_win32.c,v 1.1.2.4 2006/09/09 13:00:49 serassio Exp $ + * $Id: ipc_win32.c,v 1.1.2.5 2006/09/09 15:31:44 serassio Exp $ * - * DEBUG: section 54 Interprocess Communication - * AUTHOR: Duane Wessels + * DEBUG: section 54 Windows Interprocess Communication + * AUTHOR: Andrey Shorin + * AUTHOR: Guido Serassio * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- Index: squid/src/win32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/win32.c,v retrieving revision 1.7.8.14 retrieving revision 1.7.8.15 diff -u -r1.7.8.14 -r1.7.8.15 --- squid/src/win32.c 9 Sep 2006 13:00:49 -0000 1.7.8.14 +++ squid/src/win32.c 9 Sep 2006 15:31:44 -0000 1.7.8.15 @@ -2,10 +2,9 @@ /* * $Id$ * - * * * * * * * * Legal stuff * * * * * * * - * - * (C) 2001 Guido Serassio , - * inspired by previous work by Romeo Anghelache & Eric Stern. + * Windows support + * AUTHOR: Guido Serassio + * inspired by previous work by Romeo Anghelache & Eric Stern. * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- @@ -28,14 +27,13 @@ * 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 WIN32_C #define WIN32_C #include "squid.h" @@ -944,5 +942,3 @@ #endif /* _SQUID_MSWIN_ */ #endif /* _SQUID_WIN32 */ - -#endif /* WIN32_C */