current actions.h, 1.25, 1.26 amiga.c, 1.16, 1.17 amiga.h, 1.14, 1.15 cgi.c, 1.165, 1.166 cgiedit.h, 1.13, 1.14 cgisimple.h, 1.20, 1.21 cygwin.h, 1.8, 1.9 encode.h, 1.13, 1.14 errlog.h, 1.31, 1.32 list.c, 1.32, 1.33 list.h, 1.19, 1.20 loadcfg.h, 1.17, 1.18 parsers.h, 1.56, 1.57 ssplit.h, 1.12, 1.13

Fabian Keil <[email protected]> Mon, 23 Jan 2017 13:02:48 +0000
Newsgroups gmane.comp.web.privoxy.cvs
Message-ID <[email protected]>
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15956

Modified Files:
	actions.h amiga.c amiga.h cgi.c cgiedit.h cgisimple.h cygwin.h 
	encode.h errlog.h list.c list.h loadcfg.h parsers.h ssplit.h 
Log Message:
Remove a couple of SourceForge references in copyright headers


Index: amiga.h
===================================================================
RCS file: /cvsroot/ijbswa/current/amiga.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** amiga.h	4 Sep 2011 11:10:56 -0000	1.14
--- amiga.h	23 Jan 2017 13:02:45 -0000	1.15
***************
*** 9,13 ****
   * Purpose     :  Amiga-specific declarations.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 9,13 ----
   * Purpose     :  Amiga-specific declarations.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: ssplit.h
===================================================================
RCS file: /cvsroot/ijbswa/current/ssplit.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ssplit.h	24 Nov 2013 14:23:28 -0000	1.12
--- ssplit.h	23 Jan 2017 13:02:45 -0000	1.13
***************
*** 8,12 ****
   * Purpose     :  A function to split a string at specified deliminters.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 8,12 ----
   * Purpose     :  A function to split a string at specified deliminters.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: cygwin.h
===================================================================
RCS file: /cvsroot/ijbswa/current/cygwin.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cygwin.h	4 Sep 2011 11:10:56 -0000	1.8
--- cygwin.h	23 Jan 2017 13:02:45 -0000	1.9
***************
*** 10,14 ****
   *                latest SDK too?  Shudder, I think not.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 10,14 ----
   *                latest SDK too?  Shudder, I think not.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: list.c
===================================================================
RCS file: /cvsroot/ijbswa/current/list.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** list.c	14 Nov 2014 10:39:49 -0000	1.32
--- list.c	23 Jan 2017 13:02:45 -0000	1.33
***************
*** 6,10 ****
   * Purpose     :  Declares functions to handle lists.
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 6,10 ----
   * Purpose     :  Declares functions to handle lists.
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: cgiedit.h
===================================================================
RCS file: /cvsroot/ijbswa/current/cgiedit.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cgiedit.h	24 Nov 2013 14:23:28 -0000	1.13
--- cgiedit.h	23 Jan 2017 13:02:45 -0000	1.14
***************
*** 11,15 ****
   *
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 11,15 ----
   *
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: cgisimple.h
===================================================================
RCS file: /cvsroot/ijbswa/current/cgisimple.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** cgisimple.h	17 Mar 2016 10:40:53 -0000	1.20
--- cgisimple.h	23 Jan 2017 13:02:45 -0000	1.21
***************
*** 12,16 ****
   *
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 12,16 ----
   *
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: cgi.c
===================================================================
RCS file: /cvsroot/ijbswa/current/cgi.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** cgi.c	3 May 2016 13:22:30 -0000	1.165
--- cgi.c	23 Jan 2017 13:02:45 -0000	1.166
***************
*** 10,14 ****
   *
   * Copyright   :  Written by and Copyright (C) 2001-2004, 2006-2008
!  *                the SourceForge Privoxy team. http://www.privoxy.org/
   *
   *                Based on the Internet Junkbuster originally written
--- 10,14 ----
   *
   * Copyright   :  Written by and Copyright (C) 2001-2004, 2006-2008
!  *                members of the Privoxy team. http://www.privoxy.org/
   *
   *                Based on the Internet Junkbuster originally written

Index: list.h
===================================================================
RCS file: /cvsroot/ijbswa/current/list.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** list.h	24 Nov 2013 14:23:28 -0000	1.19
--- list.h	23 Jan 2017 13:02:45 -0000	1.20
***************
*** 10,14 ****
   *                   `destroy_list', `enlist' and `list_to_text'
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 10,14 ----
   *                   `destroy_list', `enlist' and `list_to_text'
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: amiga.c
===================================================================
RCS file: /cvsroot/ijbswa/current/amiga.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** amiga.c	9 Mar 2012 16:24:36 -0000	1.16
--- amiga.c	23 Jan 2017 13:02:45 -0000	1.17
***************
*** 6,10 ****
   * Purpose     :  Amiga-specific declarations.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 6,10 ----
   * Purpose     :  Amiga-specific declarations.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: errlog.h
===================================================================
RCS file: /cvsroot/ijbswa/current/errlog.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** errlog.h	24 Dec 2016 16:00:49 -0000	1.31
--- errlog.h	23 Jan 2017 13:02:45 -0000	1.32
***************
*** 9,13 ****
   *                printf-like fashion.
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2009 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 9,13 ----
   *                printf-like fashion.
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2009 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: loadcfg.h
===================================================================
RCS file: /cvsroot/ijbswa/current/loadcfg.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** loadcfg.h	24 Nov 2013 14:23:28 -0000	1.17
--- loadcfg.h	23 Jan 2017 13:02:45 -0000	1.18
***************
*** 11,15 ****
   *                variables it writes to.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 11,15 ----
   *                variables it writes to.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: parsers.h
===================================================================
RCS file: /cvsroot/ijbswa/current/parsers.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** parsers.h	24 Nov 2013 14:23:28 -0000	1.56
--- parsers.h	23 Jan 2017 13:02:45 -0000	1.57
***************
*** 17,21 ****
   *                   and `server_set_cookie'.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 17,21 ----
   *                   and `server_set_cookie'.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: encode.h
===================================================================
RCS file: /cvsroot/ijbswa/current/encode.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** encode.h	24 Nov 2013 14:23:28 -0000	1.13
--- encode.h	23 Jan 2017 13:02:45 -0000	1.14
***************
*** 9,13 ****
   *                encode cookies and HTML text.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 9,13 ----
   *                encode cookies and HTML text.
   *
!  * Copyright   :  Written by and Copyright (C) 2001 members of the
   *                Privoxy team. http://www.privoxy.org/
   *

Index: actions.h
===================================================================
RCS file: /cvsroot/ijbswa/current/actions.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** actions.h	24 Dec 2016 16:00:49 -0000	1.25
--- actions.h	23 Jan 2017 13:02:45 -0000	1.26
***************
*** 9,13 ****
   *                Functions declared include: FIXME
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 the SourceForge
   *                Privoxy team. http://www.privoxy.org/
   *
--- 9,13 ----
   *                Functions declared include: FIXME
   *
!  * Copyright   :  Written by and Copyright (C) 2001-2007 members of the
   *                Privoxy team. http://www.privoxy.org/
   *


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot