diff --git a/fastjar/COPYING b/fastjar/COPYING index d10474644415..d60c31a97a54 100644 --- a/fastjar/COPYING +++ b/fastjar/COPYING @@ -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. diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index e17b5e18671f..ebd826fbb6fb 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,7 @@ +2005-06-29 Kelley Cook + + * all files: Update FSF address. + 2005-05-17 Kelley Cook * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. diff --git a/fastjar/compress.c b/fastjar/compress.c index ec1d5c4b7ab1..43d0884dc406 100644 --- a/fastjar/compress.c +++ b/fastjar/compress.c @@ -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" diff --git a/fastjar/compress.h b/fastjar/compress.h index 9e98034817b2..bf0b8deceae1 100644 --- a/fastjar/compress.h +++ b/fastjar/compress.h @@ -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) */ diff --git a/fastjar/dostime.c b/fastjar/dostime.c index b202705bec33..10c0bf32a9a7 100644 --- a/fastjar/dostime.c +++ b/fastjar/dostime.c @@ -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 diff --git a/fastjar/dostime.h b/fastjar/dostime.h index 822c8e0e83f5..dd092b58aedb 100644 --- a/fastjar/dostime.h +++ b/fastjar/dostime.h @@ -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); diff --git a/fastjar/fastjar.texi b/fastjar/fastjar.texi index 5fb856c46e06..a40aa43e1169 100644 --- a/fastjar/fastjar.texi +++ b/fastjar/fastjar.texi @@ -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 diff --git a/fastjar/jargrep.c b/fastjar/jargrep.c index f879aee4e462..90c0d9ea78b7 100644 --- a/fastjar/jargrep.c +++ b/fastjar/jargrep.c @@ -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 diff --git a/fastjar/jargrep.h b/fastjar/jargrep.h index bc69b41842b0..14fa2dac701c 100644 --- a/fastjar/jargrep.h +++ b/fastjar/jargrep.h @@ -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 diff --git a/fastjar/jartool.c b/fastjar/jartool.c index 09f5dbcb7873..c90adecfeb7a 100644 --- a/fastjar/jartool.c +++ b/fastjar/jartool.c @@ -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. */ /* diff --git a/fastjar/jartool.h b/fastjar/jartool.h index 11f0c889c14d..76abda1bddc2 100644 --- a/fastjar/jartool.h +++ b/fastjar/jartool.h @@ -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__ diff --git a/fastjar/pushback.c b/fastjar/pushback.c index c032f32cff36..fd5a01a2dea3 100644 --- a/fastjar/pushback.c +++ b/fastjar/pushback.c @@ -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 diff --git a/fastjar/pushback.h b/fastjar/pushback.h index a3239a5ded41..2e25b24383c1 100644 --- a/fastjar/pushback.h +++ b/fastjar/pushback.h @@ -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 { diff --git a/fastjar/shift.c b/fastjar/shift.c index dde903587192..1ea2710da9d6 100644 --- a/fastjar/shift.c +++ b/fastjar/shift.c @@ -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. */ diff --git a/fastjar/shift.h b/fastjar/shift.h index 0a792555c795..97c99b877400 100644 --- a/fastjar/shift.h +++ b/fastjar/shift.h @@ -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. */ diff --git a/fastjar/zipfile.h b/fastjar/zipfile.h index dc034586bcc5..47aaaea92700 100644 --- a/fastjar/zipfile.h +++ b/fastjar/zipfile.h @@ -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 */