[Scummvm-cvs-logs] CVS: tools COPYING,1.2,1.2.2.1 compress.c,1.9,1.9.2.1 compress.h,1.3,1.3.2.1 compress_queen.c,1.4,1.4.2.1 compress_saga.c,1.5,1.5.2.1 compress_san.cpp,1.42,1.42.2.1 compress_scumm_bun.cpp,1.28,1.28.2.1 compress_scumm_sou.c,1.6,1.6.2.1 compress_simon.c,1.6,1.6.2.1 compress_sword1.c,1.6,1.6.2.1 compress_sword2.c,1.6,1.6.2.1 dekyra.cpp,1.5,1.5.2.1 dekyra.h,1.4,1.4.2.1 descumm-common.cpp,1.15,1.15.2.1 descumm-tool.cpp,1.17,1.17.2.1 descumm.cpp,1.109,1.109.2.1 descumm.h,1.18,1.18.2.1 descumm6.cpp,1.190,1.190.2.1 desword2.c,1.6,1.6.2.1 extract_kyra.cpp,1.3,1.3.2.1 extract_kyra.h,1.2,1.2.2.1 extract_loom_tg16.c,1.6,1.6.2.1 extract_mm_c64.c,1.3,1.3.2.1 extract_mm_nes.c,1.16,1.16.2.1 extract_scumm_mac.c,1.2,1.2.2.1 extract_simon1_amiga.c,1.2,1.2.2.1 extract_zak_c64.c,1.3,1.3.2.1 util.c,1.9,1.9.2.1 util.h,1.16,1.16.2.1

Eugene Sandulenko sev at users.sourceforge.net
Mon Oct 17 20:05:00 CEST 2005


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9767

Modified Files:
      Tag: branch-0-8-0
	COPYING compress.c compress.h compress_queen.c compress_saga.c 
	compress_san.cpp compress_scumm_bun.cpp compress_scumm_sou.c 
	compress_simon.c compress_sword1.c compress_sword2.c 
	dekyra.cpp dekyra.h descumm-common.cpp descumm-tool.cpp 
	descumm.cpp descumm.h descumm6.cpp desword2.c extract_kyra.cpp 
	extract_kyra.h extract_loom_tg16.c extract_mm_c64.c 
	extract_mm_nes.c extract_scumm_mac.c extract_simon1_amiga.c 
	extract_zak_c64.c util.c util.h 
Log Message:
Update FSF address


Index: COPYING
===================================================================
RCS file: /cvsroot/scummvm/tools/COPYING,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- COPYING	30 Jan 2005 21:27:11 -0000	1.2
+++ COPYING	18 Oct 2005 03:04:04 -0000	1.2.2.1
@@ -1,13 +1,12 @@
-
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+                 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                            Preamble
+			    Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -57,7 +56,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-                    GNU GENERAL PUBLIC LICENSE
+		    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -256,7 +255,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                            NO WARRANTY
+			    NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -278,9 +277,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                     END OF TERMS AND CONDITIONS
+		     END OF TERMS AND CONDITIONS
 
-            How to Apply These Terms to Your New Programs
+	    How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it
@@ -292,7 +291,7 @@
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 19yy  <name of author>
+    Copyright (C) <year>  <name of author>
 
     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
@@ -306,7 +305,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-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 
 Also add information on how to contact you by electronic and paper mail.
@@ -314,7 +313,7 @@
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.

Index: compress.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress.c,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- compress.c	12 Oct 2005 23:01:22 -0000	1.9
+++ compress.c	18 Oct 2005 03:04:04 -0000	1.9.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress.h
===================================================================
RCS file: /cvsroot/scummvm/tools/compress.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- compress.h	9 Jun 2005 12:38:44 -0000	1.3
+++ compress.h	18 Oct 2005 03:04:04 -0000	1.3.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_queen.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_queen.c,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- compress_queen.c	16 Feb 2005 00:38:25 -0000	1.4
+++ compress_queen.c	18 Oct 2005 03:04:04 -0000	1.4.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_saga.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_saga.c,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- compress_saga.c	9 Jun 2005 12:38:44 -0000	1.5
+++ compress_saga.c	18 Oct 2005 03:04:04 -0000	1.5.2.1
@@ -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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  * 

Index: compress_san.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_san.cpp,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -u -d -r1.42 -r1.42.2.1
--- compress_san.cpp	9 Jun 2005 12:43:21 -0000	1.42
+++ compress_san.cpp	18 Oct 2005 03:04:04 -0000	1.42.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_scumm_bun.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_scumm_bun.cpp,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- compress_scumm_bun.cpp	10 Jun 2005 06:11:02 -0000	1.28
+++ compress_scumm_bun.cpp	18 Oct 2005 03:04:04 -0000	1.28.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_scumm_sou.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_scumm_sou.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- compress_scumm_sou.c	9 Jun 2005 12:38:44 -0000	1.6
+++ compress_scumm_sou.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_simon.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_simon.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- compress_simon.c	9 Jun 2005 12:38:44 -0000	1.6
+++ compress_simon.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_sword1.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_sword1.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- compress_sword1.c	9 Jun 2005 12:38:44 -0000	1.6
+++ compress_sword1.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: compress_sword2.c
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_sword2.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- compress_sword2.c	15 Aug 2005 15:40:39 -0000	1.6
+++ compress_sword2.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: dekyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/dekyra.cpp,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- dekyra.cpp	26 Jun 2005 10:41:25 -0000	1.5
+++ dekyra.cpp	18 Oct 2005 03:04:04 -0000	1.5.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: dekyra.h
===================================================================
RCS file: /cvsroot/scummvm/tools/dekyra.h,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- dekyra.h	26 Jun 2005 10:20:30 -0000	1.4
+++ dekyra.h	18 Oct 2005 03:04:04 -0000	1.4.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: descumm-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm-common.cpp,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- descumm-common.cpp	17 Jun 2005 18:52:06 -0000	1.15
+++ descumm-common.cpp	18 Oct 2005 03:04:04 -0000	1.15.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: descumm-tool.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm-tool.cpp,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -d -r1.17 -r1.17.2.1
--- descumm-tool.cpp	24 Sep 2005 06:16:43 -0000	1.17
+++ descumm-tool.cpp	18 Oct 2005 03:04:04 -0000	1.17.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: descumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.cpp,v
retrieving revision 1.109
retrieving revision 1.109.2.1
diff -u -d -r1.109 -r1.109.2.1
--- descumm.cpp	13 Oct 2005 06:49:37 -0000	1.109
+++ descumm.cpp	18 Oct 2005 03:04:04 -0000	1.109.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: descumm.h
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.h,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- descumm.h	6 Sep 2005 01:22:23 -0000	1.18
+++ descumm.h	18 Oct 2005 03:04:04 -0000	1.18.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.190
retrieving revision 1.190.2.1
diff -u -d -r1.190 -r1.190.2.1
--- descumm6.cpp	9 Sep 2005 13:56:43 -0000	1.190
+++ descumm6.cpp	18 Oct 2005 03:04:04 -0000	1.190.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: desword2.c
===================================================================
RCS file: /cvsroot/scummvm/tools/desword2.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- desword2.c	16 Oct 2005 16:41:21 -0000	1.6
+++ desword2.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_kyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_kyra.cpp,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- extract_kyra.cpp	5 Jun 2005 18:42:06 -0000	1.3
+++ extract_kyra.cpp	18 Oct 2005 03:04:04 -0000	1.3.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_kyra.h
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_kyra.h,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- extract_kyra.h	1 Jan 2005 10:33:30 -0000	1.2
+++ extract_kyra.h	18 Oct 2005 03:04:04 -0000	1.2.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_loom_tg16.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_loom_tg16.c,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- extract_loom_tg16.c	22 Jul 2005 19:11:23 -0000	1.6
+++ extract_loom_tg16.c	18 Oct 2005 03:04:04 -0000	1.6.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_mm_c64.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_mm_c64.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- extract_mm_c64.c	20 Jul 2005 00:01:22 -0000	1.3
+++ extract_mm_c64.c	18 Oct 2005 03:04:04 -0000	1.3.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_mm_nes.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_mm_nes.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- extract_mm_nes.c	23 Sep 2005 12:01:51 -0000	1.16
+++ extract_mm_nes.c	18 Oct 2005 03:04:04 -0000	1.16.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_scumm_mac.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_scumm_mac.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- extract_scumm_mac.c	1 Jan 2005 10:33:30 -0000	1.2
+++ extract_scumm_mac.c	18 Oct 2005 03:04:04 -0000	1.2.2.1
@@ -14,7 +14,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_simon1_amiga.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_simon1_amiga.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- extract_simon1_amiga.c	1 Jan 2005 10:33:30 -0000	1.2
+++ extract_simon1_amiga.c	18 Oct 2005 03:04:04 -0000	1.2.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: extract_zak_c64.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract_zak_c64.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- extract_zak_c64.c	20 Jul 2005 00:01:23 -0000	1.3
+++ extract_zak_c64.c	18 Oct 2005 03:04:04 -0000	1.3.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: util.c
===================================================================
RCS file: /cvsroot/scummvm/tools/util.c,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- util.c	19 Jul 2005 23:38:31 -0000	1.9
+++ util.c	18 Oct 2005 03:04:04 -0000	1.9.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/tools/util.h,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- util.h	1 Jan 2005 10:33:30 -0000	1.16
+++ util.h	18 Oct 2005 03:04:04 -0000	1.16.2.1
@@ -13,7 +13,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-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * $Header$
  *





More information about the Scummvm-git-logs mailing list