File squid-FSF.patch of Package squid3
Index: COPYING
===================================================================
--- COPYING.orig
+++ COPYING
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111, USA
+ Copyright (C) 1989, 1991 Free Software Foundation,
+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Index: COPYRIGHT
===================================================================
--- COPYRIGHT.orig
+++ COPYRIGHT
@@ -18,8 +18,8 @@ You should have received a copy of the G
with this program; if not, write to:
The Free Software Foundation
- 59 Temple Place
- Suite 330
- Boston, MA 02111, USA
+ 51 Franklin Street
+ Suite 500
+ Boston, MA 02110-1335, USA
Or contact info@squid-cache.org
Index: README
===================================================================
--- README.orig
+++ README
@@ -14,7 +14,7 @@ SQUID Web Proxy Cache http://www.
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.
+ Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
Squid is derived from the ``cached'' software from the ARPA-funded
Harvest research project. Squid includes software copyrighted
Index: helpers/basic_auth/SMB/smb_auth.sh
===================================================================
--- helpers/basic_auth/SMB/smb_auth.sh.orig
+++ helpers/basic_auth/SMB/smb_auth.sh
@@ -15,7 +15,7 @@
#
# 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.
+# Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
read DOMAINNAME
read PASSTHROUGH
Index: helpers/basic_auth/POP3/pop3.pl
===================================================================
--- helpers/basic_auth/POP3/pop3.pl.orig
+++ helpers/basic_auth/POP3/pop3.pl
@@ -15,7 +15,7 @@
#
# 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.
+# Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
#
# Change log:
# 2006-12-10 henrik Initial revision