summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /signal
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'signal')
-rw-r--r--signal/Makefile5
-rw-r--r--signal/allocrtsig.c5
-rw-r--r--signal/kill.c5
-rw-r--r--signal/killpg.c5
-rw-r--r--signal/raise.c5
-rw-r--r--signal/sigaction.c5
-rw-r--r--signal/sigaddset.c5
-rw-r--r--signal/sigaltstack.c5
-rw-r--r--signal/sigandset.c5
-rw-r--r--signal/sigblock.c5
-rw-r--r--signal/sigdelset.c5
-rw-r--r--signal/sigempty.c5
-rw-r--r--signal/sigfillset.c5
-rw-r--r--signal/siggetmask.c5
-rw-r--r--signal/sighold.c5
-rw-r--r--signal/sigignore.c5
-rw-r--r--signal/sigintr.c5
-rw-r--r--signal/sigisempty.c5
-rw-r--r--signal/sigismem.c5
-rw-r--r--signal/signal.c5
-rw-r--r--signal/signal.h5
-rw-r--r--signal/sigorset.c5
-rw-r--r--signal/sigpause.c5
-rw-r--r--signal/sigpending.c5
-rw-r--r--signal/sigprocmask.c5
-rw-r--r--signal/sigqueue.c5
-rw-r--r--signal/sigrelse.c5
-rw-r--r--signal/sigreturn.c5
-rw-r--r--signal/sigset.c5
-rw-r--r--signal/sigsetmask.c5
-rw-r--r--signal/sigsetops.h5
-rw-r--r--signal/sigstack.c5
-rw-r--r--signal/sigsuspend.c5
-rw-r--r--signal/sigtimedwait.c5
-rw-r--r--signal/sigvec.c5
-rw-r--r--signal/sigwait.c5
-rw-r--r--signal/sigwaitinfo.c5
-rw-r--r--signal/sysv_signal.c5
-rw-r--r--signal/tst-raise.c5
-rw-r--r--signal/tst-sigsimple.c5
40 files changed, 80 insertions, 120 deletions
diff --git a/signal/Makefile b/signal/Makefile
index fa8d098da0..4cf886cd71 100644
--- a/signal/Makefile
+++ b/signal/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
+# <http://www.gnu.org/licenses/>.
#
# Makefile for signal routines.
diff --git a/signal/allocrtsig.c b/signal/allocrtsig.c
index ac8d2b6bfe..1d23199aab 100644
--- a/signal/allocrtsig.c
+++ b/signal/allocrtsig.c
@@ -14,9 +14,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
+ <http://www.gnu.org/licenses/>. */
#include <signal.h>
diff --git a/signal/kill.c b/signal/kill.c
index 1d81e45dde..3e991813e6 100644
--- a/signal/kill.c
+++ b/signal/kill.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/killpg.c b/signal/killpg.c
index ad9258dffc..a2beea9dd3 100644
--- a/signal/killpg.c
+++ b/signal/killpg.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/raise.c b/signal/raise.c
index c5a449f7bc..aa98a1a84b 100644
--- a/signal/raise.c
+++ b/signal/raise.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
+ <http://www.gnu.org/licenses/>. */
#include <signal.h>
#include <errno.h>
diff --git a/signal/sigaction.c b/signal/sigaction.c
index bf0a15bacb..2ca3150f8d 100644
--- a/signal/sigaction.c
+++ b/signal/sigaction.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigaddset.c b/signal/sigaddset.c
index d8344f9b1e..aaa0f56d11 100644
--- a/signal/sigaddset.c
+++ b/signal/sigaddset.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
+ <http://www.gnu.org/licenses/>. */
#include "sigsetops.h"
diff --git a/signal/sigaltstack.c b/signal/sigaltstack.c
index 17c7e06b35..ce519799e1 100644
--- a/signal/sigaltstack.c
+++ b/signal/sigaltstack.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigandset.c b/signal/sigandset.c
index a25225bad4..3dcf3a7dfc 100644
--- a/signal/sigandset.c
+++ b/signal/sigandset.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigblock.c b/signal/sigblock.c
index 81a4ff1447..9b5c442684 100644
--- a/signal/sigblock.c
+++ b/signal/sigblock.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigdelset.c b/signal/sigdelset.c
index 177e9ee476..6da57c149b 100644
--- a/signal/sigdelset.c
+++ b/signal/sigdelset.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
+ <http://www.gnu.org/licenses/>. */
#include "sigsetops.h"
diff --git a/signal/sigempty.c b/signal/sigempty.c
index dda035d197..a71ff52482 100644
--- a/signal/sigempty.c
+++ b/signal/sigempty.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigfillset.c b/signal/sigfillset.c
index 95d52cf0c0..cba40ed5e7 100644
--- a/signal/sigfillset.c
+++ b/signal/sigfillset.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/siggetmask.c b/signal/siggetmask.c
index c80cd55ba1..e8b2b630b6 100644
--- a/signal/siggetmask.c
+++ b/signal/siggetmask.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
+ <http://www.gnu.org/licenses/>. */
#include <signal.h>
diff --git a/signal/sighold.c b/signal/sighold.c
index 687b7fc583..7970beb299 100644
--- a/signal/sighold.c
+++ b/signal/sighold.c
@@ -14,9 +14,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
+ <http://www.gnu.org/licenses/>. */
#define __need_NULL
#include <stddef.h>
diff --git a/signal/sigignore.c b/signal/sigignore.c
index 734422dd81..d0320e8612 100644
--- a/signal/sigignore.c
+++ b/signal/sigignore.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigintr.c b/signal/sigintr.c
index 9d4c2c8f58..231ef4dea7 100644
--- a/signal/sigintr.c
+++ b/signal/sigintr.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigisempty.c b/signal/sigisempty.c
index 22baa0038c..587f2c7368 100644
--- a/signal/sigisempty.c
+++ b/signal/sigisempty.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigismem.c b/signal/sigismem.c
index e18a3b14b7..5627f4bb52 100644
--- a/signal/sigismem.c
+++ b/signal/sigismem.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
+ <http://www.gnu.org/licenses/>. */
#include "sigsetops.h"
diff --git a/signal/signal.c b/signal/signal.c
index 6c1808bb15..4cc4734739 100644
--- a/signal/signal.c
+++ b/signal/signal.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/signal.h b/signal/signal.h
index f81f85ccf4..a6a0590e4b 100644
--- a/signal/signal.h
+++ b/signal/signal.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
+ <http://www.gnu.org/licenses/>. */
/*
* ISO C99 Standard: 7.14 Signal handling <signal.h>
diff --git a/signal/sigorset.c b/signal/sigorset.c
index 7d7bf863dd..876983403b 100644
--- a/signal/sigorset.c
+++ b/signal/sigorset.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigpause.c b/signal/sigpause.c
index bc598d070c..a7b5cd4d3d 100644
--- a/signal/sigpause.c
+++ b/signal/sigpause.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
+ <http://www.gnu.org/licenses/>. */
#define sigpause __rename_sigpause
#include <errno.h>
diff --git a/signal/sigpending.c b/signal/sigpending.c
index 80e16e588c..480455a0a8 100644
--- a/signal/sigpending.c
+++ b/signal/sigpending.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stddef.h>
diff --git a/signal/sigprocmask.c b/signal/sigprocmask.c
index 472b3a4fa5..dbe30828a0 100644
--- a/signal/sigprocmask.c
+++ b/signal/sigprocmask.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigqueue.c b/signal/sigqueue.c
index c6e77c0a27..6cfab4f6ff 100644
--- a/signal/sigqueue.c
+++ b/signal/sigqueue.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigrelse.c b/signal/sigrelse.c
index ada72727c0..103ebecf01 100644
--- a/signal/sigrelse.c
+++ b/signal/sigrelse.c
@@ -14,9 +14,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
+ <http://www.gnu.org/licenses/>. */
#define __need_NULL
#include <stddef.h>
diff --git a/signal/sigreturn.c b/signal/sigreturn.c
index 0239b0a98c..a650786639 100644
--- a/signal/sigreturn.c
+++ b/signal/sigreturn.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
+ <http://www.gnu.org/licenses/>. */
#include <signal.h>
#include <errno.h>
diff --git a/signal/sigset.c b/signal/sigset.c
index 191a909158..7ad11da09f 100644
--- a/signal/sigset.c
+++ b/signal/sigset.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigsetmask.c b/signal/sigsetmask.c
index 602c0add40..f3b90de6c8 100644
--- a/signal/sigsetmask.c
+++ b/signal/sigsetmask.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigsetops.h b/signal/sigsetops.h
index 52081c2ba6..d7887a8aed 100644
--- a/signal/sigsetops.h
+++ b/signal/sigsetops.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
+ <http://www.gnu.org/licenses/>. */
/* Definitions relevant to functions that operate on `sigset_t's. */
diff --git a/signal/sigstack.c b/signal/sigstack.c
index ca9c8018a4..1164933937 100644
--- a/signal/sigstack.c
+++ b/signal/sigstack.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigsuspend.c b/signal/sigsuspend.c
index 58452e334c..560daaa78e 100644
--- a/signal/sigsuspend.c
+++ b/signal/sigsuspend.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigtimedwait.c b/signal/sigtimedwait.c
index 7b114a3133..b5e334cbd1 100644
--- a/signal/sigtimedwait.c
+++ b/signal/sigtimedwait.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigvec.c b/signal/sigvec.c
index 148e9a0d85..a8fb46baa4 100644
--- a/signal/sigvec.c
+++ b/signal/sigvec.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
+ <http://www.gnu.org/licenses/>. */
#include <signal.h>
#include <errno.h>
diff --git a/signal/sigwait.c b/signal/sigwait.c
index 016768553d..4226f66d8f 100644
--- a/signal/sigwait.c
+++ b/signal/sigwait.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sigwaitinfo.c b/signal/sigwaitinfo.c
index e0659b0243..19b8c02b43 100644
--- a/signal/sigwaitinfo.c
+++ b/signal/sigwaitinfo.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/sysv_signal.c b/signal/sysv_signal.c
index 86dbb1d093..574b94ec5b 100644
--- a/signal/sysv_signal.c
+++ b/signal/sysv_signal.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>
diff --git a/signal/tst-raise.c b/signal/tst-raise.c
index 5ea9886a47..45c62e19e4 100644
--- a/signal/tst-raise.c
+++ b/signal/tst-raise.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <error.h>
diff --git a/signal/tst-sigsimple.c b/signal/tst-sigsimple.c
index 22bb85cbaf..80220eed0b 100644
--- a/signal/tst-sigsimple.c
+++ b/signal/tst-sigsimple.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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <signal.h>