diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 02:59:06 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 02:59:06 +0000 |
commit | 2042b067969b996056a7cfc71e8583a4bdfec2c7 (patch) | |
tree | 6ea4fd7972ad64d98263ac5d195cce3fdd8ad145 | |
parent | 2656917a5240acfdea7a8d73e0d627a7aa002bf4 (diff) | |
download | gcc-2042b067969b996056a7cfc71e8583a4bdfec2c7.tar.gz |
2005-06-29 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101414 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | fastjar/COPYING | 2 | ||||
-rw-r--r-- | fastjar/ChangeLog | 4 | ||||
-rw-r--r-- | fastjar/compress.c | 2 | ||||
-rw-r--r-- | fastjar/compress.h | 2 | ||||
-rw-r--r-- | fastjar/dostime.c | 2 | ||||
-rw-r--r-- | fastjar/dostime.h | 2 | ||||
-rw-r--r-- | fastjar/fastjar.texi | 4 | ||||
-rw-r--r-- | fastjar/jargrep.c | 2 | ||||
-rw-r--r-- | fastjar/jargrep.h | 2 | ||||
-rw-r--r-- | fastjar/jartool.c | 2 | ||||
-rw-r--r-- | fastjar/jartool.h | 2 | ||||
-rw-r--r-- | fastjar/pushback.c | 2 | ||||
-rw-r--r-- | fastjar/pushback.h | 2 | ||||
-rw-r--r-- | fastjar/shift.c | 2 | ||||
-rw-r--r-- | fastjar/shift.h | 2 | ||||
-rw-r--r-- | fastjar/zipfile.h | 2 |
16 files changed, 20 insertions, 16 deletions
diff --git a/fastjar/COPYING b/fastjar/COPYING index d1047464441..d60c31a97a5 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 e17b5e18671..ebd826fbb6f 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -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. diff --git a/fastjar/compress.c b/fastjar/compress.c index ec1d5c4b7ab..43d0884dc40 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 9e98034817b..bf0b8deceae 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 b202705bec3..10c0bf32a9a 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 <config.h> diff --git a/fastjar/dostime.h b/fastjar/dostime.h index 822c8e0e83f..dd092b58aed 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 5fb856c46e0..a40aa43e116 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 f879aee4e46..90c0d9ea78b 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 bc69b41842b..14fa2dac701 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 09f5dbcb787..c90adecfeb7 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 11f0c889c14..76abda1bddc 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 c032f32cff3..fd5a01a2dea 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 <unistd.h> diff --git a/fastjar/pushback.h b/fastjar/pushback.h index a3239a5ded4..2e25b24383c 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 dde90358719..1ea2710da9d 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 0a792555c79..97c99b87740 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 dc034586bcc..47aaaea9270 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 */ |