From cd1414ee2e667d89507ea3932fd9de0935de878a Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Wed, 29 Jun 2005 02:59:06 +0000 Subject: all files: Update FSF address. 2005-06-29 Kelley Cook * all files: Update FSF address. From-SVN: r101414 --- fastjar/COPYING | 2 +- fastjar/ChangeLog | 4 ++++ fastjar/compress.c | 2 +- fastjar/compress.h | 2 +- fastjar/dostime.c | 2 +- fastjar/dostime.h | 2 +- fastjar/fastjar.texi | 4 ++-- fastjar/jargrep.c | 2 +- fastjar/jargrep.h | 2 +- fastjar/jartool.c | 2 +- fastjar/jartool.h | 2 +- fastjar/pushback.c | 2 +- fastjar/pushback.h | 2 +- fastjar/shift.c | 2 +- fastjar/shift.h | 2 +- fastjar/zipfile.h | 2 +- 16 files changed, 20 insertions(+), 16 deletions(-) (limited to 'fastjar') diff --git a/fastjar/COPYING b/fastjar/COPYING index d1047464..d60c31a 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 e17b5e1..ebd826f 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 ec1d5c4..43d0884 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 9e98034..bf0b8de 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 b202705..10c0bf3 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 822c8e0..dd092b5 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 5fb856c..a40aa43 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 f879aee..90c0d9e 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 bc69b41..14fa2da 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 09f5dbc..c90adec 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 11f0c88..76abda1 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 c032f32cf..fd5a01a 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 a3239a5..2e25b24 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 dde9035..1ea2710 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 0a79255..97c99b8 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 dc03458..47aaaea 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 */ -- cgit v1.1