From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 30 Jan 2020 15:49:10 +0000 (+0100)
Subject: Remove SourceForge references in copyright headers
X-Git-Tag: v_3_0_29~534
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@/@default-cgi@send-stylesheet?a=commitdiff_plain;h=eed7a064fd96420a1ac472af19609a3d700b57d2;p=privoxy.git

Remove SourceForge references in copyright headers
---

diff --git a/Makefile b/Makefile
index a5caf3e6..493643f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Written by and Copyright (C) 2001 the SourceForge
+# Written by and Copyright (C) 2001 the
 # Privoxy team. https://www.privoxy.org/
 #
 # Based on the Internet Junkbuster originally written
diff --git a/deanimate.c b/deanimate.c
index 66a6675a..6a802592 100644
--- a/deanimate.c
+++ b/deanimate.c
@@ -7,7 +7,7 @@
  *                  - Deanimation of GIF images
  *
  * Copyright   :  Written by and Copyright (C) 2001 - 2004, 2006 by the
- *                SourceForge Privoxy team. https://www.privoxy.org/
+ *                Privoxy team. https://www.privoxy.org/
  *
  *                Based on the GIF file format specification (see
  *                http://tronche.com/computer-graphics/gif/gif89a.html)
diff --git a/deanimate.h b/deanimate.h
index ebfc2831..8ec6e3d1 100644
--- a/deanimate.h
+++ b/deanimate.h
@@ -12,7 +12,7 @@
  *
  *
  * Copyright   :  Written by and Copyright (C) 2001 - 2004 by the the
- *                SourceForge Privoxy team. https://www.privoxy.org/
+ *                Privoxy team. https://www.privoxy.org/
  *
  *                Based on ideas from the Image::DeAnim Perl module by
  *                Ken MacFarlane, <ksm+cpan@universal.dca.net>