all files: Update FSF address.
authorKelley Cook <kcook@gcc.gnu.org>
Wed, 29 Jun 2005 02:59:06 +0000 (02:59 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Wed, 29 Jun 2005 02:59:06 +0000 (02:59 +0000)
2005-06-29  Kelley Cook  <kcook@gcc.gnu.org>

* all files: Update FSF address.

From-SVN: r101414

16 files changed:
fastjar/COPYING
fastjar/ChangeLog
fastjar/compress.c
fastjar/compress.h
fastjar/dostime.c
fastjar/dostime.h
fastjar/fastjar.texi
fastjar/jargrep.c
fastjar/jargrep.h
fastjar/jartool.c
fastjar/jartool.h
fastjar/pushback.c
fastjar/pushback.h
fastjar/shift.c
fastjar/shift.h
fastjar/zipfile.h

index d104746444159c5ff32bcdb031a9a45ea60a6b79..d60c31a97a544b53039088d14fe9114583c0efc3 100644 (file)
@@ -2,7 +2,7 @@
                       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
index e17b5e18671fa57f4c8bf4301b39b91473dfe8be..ebd826fbb6fbbc82d5f5684e933a52fe81bb62ec 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-29  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * all files: Update FSF address.
+
 2005-05-17  Kelley Cook  <kcook@gcc.gnu.org>
 
        * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
index ec1d5c4b7ab1b898915255b02560a26d67426300..43d0884dc4061a6ae5a38390f857f59a9f514a9d 100644 (file)
@@ -88,7 +88,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.
  */
 
 #include "config.h"
index 9e98034817b29c9cc4a4a629e900db12ccea217c..bf0b8deceae149494addf150918558a5a5090ef9 100644 (file)
@@ -39,7 +39,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.
  */
 
 /* Initializes the compression data structure(s) */
index b202705bec3307a2705192c4201c5f4d6db66fc8..10c0bf32a9a70cdb189fdcca83bea2da63aff1ee 100644 (file)
@@ -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.
 */
 
 #include <config.h>
index 822c8e0e83f550658ba668f87fcdef4f718b885b..dd092b58aedbc69b65adb93495b945e3bc46d8da 100644 (file)
@@ -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.
  */
 
 time_t dos2unixtime(unsigned long dostime);
index 5fb856c46e061b23ab8f6b15ecd87a9bb5be3245..a40aa43e1169840889051e51a57a2c7f45d71f90 100644 (file)
@@ -58,8 +58,8 @@ Copyright @copyright{} @value{copyrights-gcj} Matthias Klose
 For the @value{which-gcj} Version*
 @sp 1
 Published by the Free Software Foundation @*
-59 Temple Place - Suite 330@*
-Boston, MA 02111-1307, USA@*
+51 Franklin Street, Fifth Floor@*
+Boston, MA 02110-1301, USA@*
 @sp 1
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU General Public License as published by the
index f879aee4e4625876f27f2afd13de09a0c017f699..90c0d9ea78b7698b52ac4ad1742328efc1bb0361 100644 (file)
@@ -19,7 +19,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.
 */
 
 /* Id: jargrep.c,v 1.5 2002/01/03 04:57:56 rodrigc Exp
index bc69b41842b078047abfa77ed9e64f5f91e5a861..14fa2dac701ca0ee986c6e2d0816dd7421c7bc58 100644 (file)
@@ -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.
 */
 
 #define JG_PRINT_BYTEOFFSET            0x00000001
index 09f5dbcb78733c8083e33c6f34fca2e97daabe9e..c90adecfeb7a16df9f3c3e038dfd8fda96c25e56 100644 (file)
@@ -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.
 */
 
 /*
index 11f0c889c14dae6d8cb955112170904abe411b37..76abda1bddc2e33fa4021c853b697657c427dffa 100644 (file)
@@ -49,7 +49,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.
  */
 
 #ifndef __FASTJAR_JARTOOL_H__
index c032f32cff36fe4116c6e16b231159b1ffea57ff..fd5a01a2dea3cfb99c1abd28f4219d62d2328bee 100644 (file)
@@ -66,7 +66,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.
  */
 
 #include <unistd.h>
index a3239a5ded417cd34c48b1d51de3c2cd6fecb5eb..2e25b24383c102a7ecfce811a4caf29ceb79fc1a 100644 (file)
@@ -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.
 */
 
 struct pb_file {
index dde9035871920ee29b938854b5e8bbff318fd39a..1ea2710da9d6e61489049c8e4cba23f60a4f69df 100644 (file)
@@ -13,7 +13,7 @@ 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-1307,
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 USA.  */
 
 
index 0a792555c7957ed6f8e39f81f21aa57047a41911..97c99b8774006ca1de0001e1766f04cdb8cbdc14 100644 (file)
@@ -13,7 +13,7 @@ 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-1307,
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 USA.  */
 
 
index dc034586bcc53f798cef7641aee61afa24a68c09..47aaaea92700e5c3c8c1c5f6ba640683328aa915 100644 (file)
@@ -34,7 +34,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.
  */
 
 #define LOC_EXTRA   6  /* extra bytes */