summaryrefslogtreecommitdiffstats
path: root/libssp
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 03:26:45 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 03:26:45 +0000
commit50c68eff2fd953b9874aba740057246334875fa3 (patch)
tree9732bba71241a7b9d1f7e665c96b9222cc6f29cf /libssp
parentb1df5b265b5f4dc8779eb09c5417cc6c9179c9ae (diff)
downloadppe42-gcc-50c68eff2fd953b9874aba740057246334875fa3.tar.gz
ppe42-gcc-50c68eff2fd953b9874aba740057246334875fa3.zip
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
Diffstat (limited to 'libssp')
-rw-r--r--libssp/ChangeLog4
-rw-r--r--libssp/gets-chk.c4
-rw-r--r--libssp/memcpy-chk.c4
-rw-r--r--libssp/memmove-chk.c4
-rw-r--r--libssp/mempcpy-chk.c4
-rw-r--r--libssp/memset-chk.c4
-rw-r--r--libssp/snprintf-chk.c4
-rw-r--r--libssp/sprintf-chk.c4
-rw-r--r--libssp/ssp-local.c4
-rw-r--r--libssp/ssp.c4
-rw-r--r--libssp/ssp/ssp.h.in4
-rw-r--r--libssp/ssp/stdio.h4
-rw-r--r--libssp/ssp/string.h4
-rw-r--r--libssp/ssp/unistd.h4
-rw-r--r--libssp/stpcpy-chk.c4
-rw-r--r--libssp/strcat-chk.c4
-rw-r--r--libssp/strcpy-chk.c4
-rw-r--r--libssp/strncat-chk.c4
-rw-r--r--libssp/strncpy-chk.c4
-rw-r--r--libssp/vsnprintf-chk.c4
-rw-r--r--libssp/vsprintf-chk.c4
21 files changed, 44 insertions, 40 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog
index 240f51ec962..fd1bc71ca2f 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 9dd85a15ec3..a6eda745ea7 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 98f7556794c..36e7a602518 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 95a30c67582..9507cbc5e01 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 b0dfc39d801..e21b15f39f8 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 c2ef5ad89c4..6b5f511dfad 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 d8fc8942e88..f800ffe13b6 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 7b084c2f84b..6569bf6cc51 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 aa63cccfaae..33867cc0d2e 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 6c565363b75..9576be445b2 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 2ce13e9d7b8..40a64aab872 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 694e6ad322f..00c687f245a 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 d214785a05c..57a17cfe796 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 176369f78c9..de621669b3a 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 02c592cda7c..90d5aa4d53c 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 d3a1a64a992..237196dffee 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 7a3978e73a1..47584f4a0bd 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 39e61c8659c..f559e601159 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 5c01fd9faa3..538b48192bc 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 21a2aad8632..2e86df5cf33 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 669b239d9cb..a8c436f07c8 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
OpenPOWER on IntegriCloud