From 50c68eff2fd953b9874aba740057246334875fa3 Mon Sep 17 00:00:00 2001
From: kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 17 Aug 2005 03:26:45 +0000
Subject: [PATCH] 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

	* ALL: Update FSF address.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103198 138bc75d-0d04-0410-961f-82ee72b054a4
---
 libssp/ChangeLog       | 4 ++++
 libssp/gets-chk.c      | 4 ++--
 libssp/memcpy-chk.c    | 4 ++--
 libssp/memmove-chk.c   | 4 ++--
 libssp/mempcpy-chk.c   | 4 ++--
 libssp/memset-chk.c    | 4 ++--
 libssp/snprintf-chk.c  | 4 ++--
 libssp/sprintf-chk.c   | 4 ++--
 libssp/ssp-local.c     | 4 ++--
 libssp/ssp.c           | 4 ++--
 libssp/ssp/ssp.h.in    | 4 ++--
 libssp/ssp/stdio.h     | 4 ++--
 libssp/ssp/string.h    | 4 ++--
 libssp/ssp/unistd.h    | 4 ++--
 libssp/stpcpy-chk.c    | 4 ++--
 libssp/strcat-chk.c    | 4 ++--
 libssp/strcpy-chk.c    | 4 ++--
 libssp/strncat-chk.c   | 4 ++--
 libssp/strncpy-chk.c   | 4 ++--
 libssp/vsnprintf-chk.c | 4 ++--
 libssp/vsprintf-chk.c  | 4 ++--
 21 files changed, 44 insertions(+), 40 deletions(-)

diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index 240f51ec962f..fd1bc71ca2f1 100644
--- a/libssp/ChangeLog
+++ b/libssp/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* ALL: Update FSF address.
+
 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
 
 	* ALL: First release as more than just a single file.
diff --git a/libssp/gets-chk.c b/libssp/gets-chk.c
index 9dd85a15ec3e..a6eda745ea73 100644
--- a/libssp/gets-chk.c
+++ b/libssp/gets-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/memcpy-chk.c b/libssp/memcpy-chk.c
index 98f7556794cd..36e7a602518c 100644
--- a/libssp/memcpy-chk.c
+++ b/libssp/memcpy-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/memmove-chk.c b/libssp/memmove-chk.c
index 95a30c675822..9507cbc5e010 100644
--- a/libssp/memmove-chk.c
+++ b/libssp/memmove-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/mempcpy-chk.c b/libssp/mempcpy-chk.c
index b0dfc39d801b..e21b15f39f89 100644
--- a/libssp/mempcpy-chk.c
+++ b/libssp/mempcpy-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/memset-chk.c b/libssp/memset-chk.c
index c2ef5ad89c47..6b5f511dfad2 100644
--- a/libssp/memset-chk.c
+++ b/libssp/memset-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/snprintf-chk.c b/libssp/snprintf-chk.c
index d8fc8942e885..f800ffe13b6a 100644
--- a/libssp/snprintf-chk.c
+++ b/libssp/snprintf-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/sprintf-chk.c b/libssp/sprintf-chk.c
index 7b084c2f84bb..6569bf6cc516 100644
--- a/libssp/sprintf-chk.c
+++ b/libssp/sprintf-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp-local.c b/libssp/ssp-local.c
index aa63cccfaae7..33867cc0d2e2 100644
--- a/libssp/ssp-local.c
+++ b/libssp/ssp-local.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp.c b/libssp/ssp.c
index 6c565363b75d..9576be445b22 100644
--- a/libssp/ssp.c
+++ b/libssp/ssp.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp/ssp.h.in b/libssp/ssp/ssp.h.in
index 2ce13e9d7b8f..40a64aab8723 100644
--- a/libssp/ssp/ssp.h.in
+++ b/libssp/ssp/ssp.h.in
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp/stdio.h b/libssp/ssp/stdio.h
index 694e6ad322f9..00c687f245a2 100644
--- a/libssp/ssp/stdio.h
+++ b/libssp/ssp/stdio.h
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp/string.h b/libssp/ssp/string.h
index d214785a05c1..57a17cfe796d 100644
--- a/libssp/ssp/string.h
+++ b/libssp/ssp/string.h
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/ssp/unistd.h b/libssp/ssp/unistd.h
index 176369f78c91..de621669b3a9 100644
--- a/libssp/ssp/unistd.h
+++ b/libssp/ssp/unistd.h
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/stpcpy-chk.c b/libssp/stpcpy-chk.c
index 02c592cda7c6..90d5aa4d53c6 100644
--- a/libssp/stpcpy-chk.c
+++ b/libssp/stpcpy-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/strcat-chk.c b/libssp/strcat-chk.c
index d3a1a64a992c..237196dffee4 100644
--- a/libssp/strcat-chk.c
+++ b/libssp/strcat-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/strcpy-chk.c b/libssp/strcpy-chk.c
index 7a3978e73a1b..47584f4a0bd9 100644
--- a/libssp/strcpy-chk.c
+++ b/libssp/strcpy-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/strncat-chk.c b/libssp/strncat-chk.c
index 39e61c8659c0..f559e6011594 100644
--- a/libssp/strncat-chk.c
+++ b/libssp/strncat-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/strncpy-chk.c b/libssp/strncpy-chk.c
index 5c01fd9faa30..538b48192bcd 100644
--- a/libssp/strncpy-chk.c
+++ b/libssp/strncpy-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/vsnprintf-chk.c b/libssp/vsnprintf-chk.c
index 21a2aad8632e..2e86df5cf33e 100644
--- a/libssp/vsnprintf-chk.c
+++ b/libssp/vsnprintf-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
diff --git a/libssp/vsprintf-chk.c b/libssp/vsprintf-chk.c
index 669b239d9cb3..a8c436f07c80 100644
--- a/libssp/vsprintf-chk.c
+++ b/libssp/vsprintf-chk.c
@@ -24,8 +24,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with files compiled with
    GCC to produce an executable, this does not cause the resulting executable
-- 
GitLab