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. --- signal/Makefile | 5 ++--- signal/allocrtsig.c | 5 ++--- signal/kill.c | 5 ++--- signal/killpg.c | 5 ++--- signal/raise.c | 5 ++--- signal/sigaction.c | 5 ++--- signal/sigaddset.c | 5 ++--- signal/sigaltstack.c | 5 ++--- signal/sigandset.c | 5 ++--- signal/sigblock.c | 5 ++--- signal/sigdelset.c | 5 ++--- signal/sigempty.c | 5 ++--- signal/sigfillset.c | 5 ++--- signal/siggetmask.c | 5 ++--- signal/sighold.c | 5 ++--- signal/sigignore.c | 5 ++--- signal/sigintr.c | 5 ++--- signal/sigisempty.c | 5 ++--- signal/sigismem.c | 5 ++--- signal/signal.c | 5 ++--- signal/signal.h | 5 ++--- signal/sigorset.c | 5 ++--- signal/sigpause.c | 5 ++--- signal/sigpending.c | 5 ++--- signal/sigprocmask.c | 5 ++--- signal/sigqueue.c | 5 ++--- signal/sigrelse.c | 5 ++--- signal/sigreturn.c | 5 ++--- signal/sigset.c | 5 ++--- signal/sigsetmask.c | 5 ++--- signal/sigsetops.h | 5 ++--- signal/sigstack.c | 5 ++--- signal/sigsuspend.c | 5 ++--- signal/sigtimedwait.c | 5 ++--- signal/sigvec.c | 5 ++--- signal/sigwait.c | 5 ++--- signal/sigwaitinfo.c | 5 ++--- signal/sysv_signal.c | 5 ++--- signal/tst-raise.c | 5 ++--- signal/tst-sigsimple.c | 5 ++--- 40 files changed, 80 insertions(+), 120 deletions(-) (limited to 'signal') 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 +# . # # 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 + . */ #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include 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 + . */ #define __need_NULL #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #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 + . */ #include #include 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 + . */ /* * ISO C99 Standard: 7.14 Signal handling 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 + . */ #include #include 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 + . */ #define sigpause __rename_sigpause #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #define __need_NULL #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ /* 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include 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 + . */ #include #include -- cgit 1.4.1