diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-08-17 03:26:45 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-08-17 03:26:45 +0000 |
commit | cf398b1e1c8af9d44b60ce50f6110b792ff8d8e8 (patch) | |
tree | 9732bba71241a7b9d1f7e665c96b9222cc6f29cf | |
parent | f9d09c4359eeb9b76da08cc88347cb92209a267c (diff) | |
download | gcc-cf398b1e1c8af9d44b60ce50f6110b792ff8d8e8.zip gcc-cf398b1e1c8af9d44b60ce50f6110b792ff8d8e8.tar.gz gcc-cf398b1e1c8af9d44b60ce50f6110b792ff8d8e8.tar.bz2 |
ALL: Update FSF address.
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* ALL: Update FSF address.
From-SVN: r103198
-rw-r--r-- | libssp/ChangeLog | 4 | ||||
-rw-r--r-- | libssp/gets-chk.c | 4 | ||||
-rw-r--r-- | libssp/memcpy-chk.c | 4 | ||||
-rw-r--r-- | libssp/memmove-chk.c | 4 | ||||
-rw-r--r-- | libssp/mempcpy-chk.c | 4 | ||||
-rw-r--r-- | libssp/memset-chk.c | 4 | ||||
-rw-r--r-- | libssp/snprintf-chk.c | 4 | ||||
-rw-r--r-- | libssp/sprintf-chk.c | 4 | ||||
-rw-r--r-- | libssp/ssp-local.c | 4 | ||||
-rw-r--r-- | libssp/ssp.c | 4 | ||||
-rw-r--r-- | libssp/ssp/ssp.h.in | 4 | ||||
-rw-r--r-- | libssp/ssp/stdio.h | 4 | ||||
-rw-r--r-- | libssp/ssp/string.h | 4 | ||||
-rw-r--r-- | libssp/ssp/unistd.h | 4 | ||||
-rw-r--r-- | libssp/stpcpy-chk.c | 4 | ||||
-rw-r--r-- | libssp/strcat-chk.c | 4 | ||||
-rw-r--r-- | libssp/strcpy-chk.c | 4 | ||||
-rw-r--r-- | libssp/strncat-chk.c | 4 | ||||
-rw-r--r-- | libssp/strncpy-chk.c | 4 | ||||
-rw-r--r-- | libssp/vsnprintf-chk.c | 4 | ||||
-rw-r--r-- | libssp/vsprintf-chk.c | 4 |
21 files changed, 44 insertions, 40 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 240f51e..fd1bc71 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 9dd85a1..a6eda74 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 98f7556..36e7a60 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 95a30c6..9507cbc 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 b0dfc39..e21b15f 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 c2ef5ad..6b5f511 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 d8fc894..f800ffe 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 7b084c2..6569bf6 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 aa63ccc..33867cc 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 6c56536..9576be4 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 2ce13e9..40a64aa 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 694e6ad..00c687f 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 d214785..57a17cf 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 176369f..de62166 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 02c592c..90d5aa4 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 d3a1a64..237196d 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 7a3978e..47584f4 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 39e61c8..f559e60 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 5c01fd9..538b481 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 21a2aad..2e86df5 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 669b239..a8c436f 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 |