From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- setjmp/Makefile | 5 ++--- setjmp/__longjmp.c | 5 ++--- setjmp/bits/setjmp2.h | 5 ++--- setjmp/bsd-_setjmp.c | 5 ++--- setjmp/bsd-setjmp.c | 5 ++--- setjmp/bug269-setjmp.c | 5 ++--- setjmp/jmp-unwind.c | 5 ++--- setjmp/longjmp.c | 5 ++--- setjmp/setjmp.c | 5 ++--- setjmp/setjmp.h | 5 ++--- setjmp/sigjmp.c | 5 ++--- setjmp/tst-setjmp.c | 5 ++--- 12 files changed, 24 insertions(+), 36 deletions(-) (limited to 'setjmp') diff --git a/setjmp/Makefile b/setjmp/Makefile index 509c1d9a0c..17958b4113 100644 --- a/setjmp/Makefile +++ b/setjmp/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# . # # Makefile for setjmp/longjmp routines diff --git a/setjmp/__longjmp.c b/setjmp/__longjmp.c index 8a61ff6770..6a5780a32b 100644 --- a/setjmp/__longjmp.c +++ b/setjmp/__longjmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/bits/setjmp2.h b/setjmp/bits/setjmp2.h index ad65d25970..1276ee8b1e 100644 --- a/setjmp/bits/setjmp2.h +++ b/setjmp/bits/setjmp2.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _SETJMP_H # error "Never include directly; use instead." diff --git a/setjmp/bsd-_setjmp.c b/setjmp/bsd-_setjmp.c index 884a4da9b6..1ce8c3f7eb 100644 --- a/setjmp/bsd-_setjmp.c +++ b/setjmp/bsd-_setjmp.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/bsd-setjmp.c b/setjmp/bsd-setjmp.c index 15f3f153cc..8282514e1f 100644 --- a/setjmp/bsd-setjmp.c +++ b/setjmp/bsd-setjmp.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/bug269-setjmp.c b/setjmp/bug269-setjmp.c index f50a5b1a58..c446429812 100644 --- a/setjmp/bug269-setjmp.c +++ b/setjmp/bug269-setjmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ ; + License along with the GNU C Library; if not, see + . */ /* Test case for Bugzilla # 269 */ diff --git a/setjmp/jmp-unwind.c b/setjmp/jmp-unwind.c index d2f76c62e7..96bb603078 100644 --- a/setjmp/jmp-unwind.c +++ b/setjmp/jmp-unwind.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/setjmp/longjmp.c b/setjmp/longjmp.c index 8545b36627..b964756231 100644 --- a/setjmp/longjmp.c +++ b/setjmp/longjmp.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/setjmp.c b/setjmp/setjmp.c index 0676ff1396..11a4fea209 100644 --- a/setjmp/setjmp.c +++ b/setjmp/setjmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/setjmp.h b/setjmp/setjmp.h index fd57ab645b..42c436811e 100644 --- a/setjmp/setjmp.h +++ b/setjmp/setjmp.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* * ISO C99 Standard: 7.13 Nonlocal jumps diff --git a/setjmp/sigjmp.c b/setjmp/sigjmp.c index b23c547f5e..951abb76c6 100644 --- a/setjmp/sigjmp.c +++ b/setjmp/sigjmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/setjmp/tst-setjmp.c b/setjmp/tst-setjmp.c index 35d9638ad8..866b06c3dc 100644 --- a/setjmp/tst-setjmp.c +++ b/setjmp/tst-setjmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include -- cgit 1.4.1