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. --- hurd/Makefile | 5 ++--- hurd/alloc-fd.c | 5 ++--- hurd/catch-exc.c | 5 ++--- hurd/catch-signal.c | 5 ++--- hurd/compat-20.c | 5 ++--- hurd/ctty-input.c | 5 ++--- hurd/ctty-output.c | 5 ++--- hurd/dtable.c | 5 ++--- hurd/exc2signal.c | 5 ++--- hurd/fchroot.c | 5 ++--- hurd/fd-close.c | 5 ++--- hurd/fd-read.c | 5 ++--- hurd/fd-write.c | 5 ++--- hurd/fopenport.c | 5 ++--- hurd/get-host.c | 5 ++--- hurd/getdport.c | 5 ++--- hurd/geteuids.c | 5 ++--- hurd/getumask.c | 5 ++--- hurd/hurd-raise.c | 5 ++--- hurd/hurd.h | 5 ++--- hurd/hurd/fd.h | 5 ++--- hurd/hurd/id.h | 5 ++--- hurd/hurd/ioctl.h | 5 ++--- hurd/hurd/lookup.h | 5 ++--- hurd/hurd/port.h | 5 ++--- hurd/hurd/resource.h | 5 ++--- hurd/hurd/signal.h | 5 ++--- hurd/hurd/sigpreempt.h | 5 ++--- hurd/hurd/threadvar.h | 5 ++--- hurd/hurd/userlink.h | 5 ++--- hurd/hurd/xattr.h | 5 ++--- hurd/hurdauth.c | 5 ++--- hurd/hurdchdir.c | 5 ++--- hurd/hurdexec.c | 5 ++--- hurd/hurdfault.c | 5 ++--- hurd/hurdfault.h | 5 ++--- hurd/hurdfchdir.c | 5 ++--- hurd/hurdhost.h | 5 ++--- hurd/hurdid.c | 5 ++--- hurd/hurdinit.c | 5 ++--- hurd/hurdioctl.c | 5 ++--- hurd/hurdkill.c | 5 ++--- hurd/hurdlookup.c | 5 ++--- hurd/hurdmsg.c | 5 ++--- hurd/hurdpid.c | 5 ++--- hurd/hurdports.c | 5 ++--- hurd/hurdprio.c | 5 ++--- hurd/hurdrlimit.c | 5 ++--- hurd/hurdselect.c | 5 ++--- hurd/hurdsig.c | 5 ++--- hurd/hurdsock.c | 5 ++--- hurd/hurdstartup.c | 5 ++--- hurd/hurdstartup.h | 5 ++--- hurd/intern-fd.c | 5 ++--- hurd/intr-msg.c | 5 ++--- hurd/intr-rpc.defs | 5 ++--- hurd/intr-rpc.h | 5 ++--- hurd/longjmp-ts.c | 5 ++--- hurd/lookup-at.c | 5 ++--- hurd/lookup-retry.c | 5 ++--- hurd/msgportdemux.c | 5 ++--- hurd/new-fd.c | 5 ++--- hurd/openport.c | 5 ++--- hurd/path-lookup.c | 5 ++--- hurd/pid2task.c | 5 ++--- hurd/port-cleanup.c | 5 ++--- hurd/port2fd.c | 5 ++--- hurd/ports-get.c | 5 ++--- hurd/ports-set.c | 5 ++--- hurd/preempt-sig.c | 5 ++--- hurd/privports.c | 5 ++--- hurd/report-wait.c | 5 ++--- hurd/set-host.c | 5 ++--- hurd/setauth.c | 5 ++--- hurd/seteuids.c | 5 ++--- hurd/siginfo.c | 5 ++--- hurd/sigunwind.c | 5 ++--- hurd/task2pid.c | 5 ++--- hurd/thread-cancel.c | 5 ++--- hurd/thread-self.c | 5 ++--- hurd/trampoline.c | 5 ++--- hurd/vpprintf.c | 5 ++--- hurd/xattr.c | 5 ++--- 83 files changed, 166 insertions(+), 249 deletions(-) (limited to 'hurd') diff --git a/hurd/Makefile b/hurd/Makefile index ab5a848..bdad4ff 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -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 +# . subdir := hurd diff --git a/hurd/alloc-fd.c b/hurd/alloc-fd.c index 58eea52..3424778 100644 --- a/hurd/alloc-fd.c +++ b/hurd/alloc-fd.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/hurd/catch-exc.c b/hurd/catch-exc.c index 2e0cfef..96bf8e5 100644 --- a/hurd/catch-exc.c +++ b/hurd/catch-exc.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/hurd/catch-signal.c b/hurd/catch-signal.c index 583f99e..50cd366 100644 --- a/hurd/catch-signal.c +++ b/hurd/catch-signal.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/hurd/compat-20.c b/hurd/compat-20.c index c55e3e2..41abe2f 100644 --- a/hurd/compat-20.c +++ b/hurd/compat-20.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/hurd/ctty-input.c b/hurd/ctty-input.c index ef8395a..ff0e912 100644 --- a/hurd/ctty-input.c +++ b/hurd/ctty-input.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/hurd/ctty-output.c b/hurd/ctty-output.c index 92ab95a..73c8de2 100644 --- a/hurd/ctty-output.c +++ b/hurd/ctty-output.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/hurd/dtable.c b/hurd/dtable.c index 125345e..497e01f 100644 --- a/hurd/dtable.c +++ b/hurd/dtable.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/hurd/exc2signal.c b/hurd/exc2signal.c index de044bb..95c6bd7 100644 --- a/hurd/exc2signal.c +++ b/hurd/exc2signal.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/hurd/fchroot.c b/hurd/fchroot.c index eaa67a9..74e0fd2 100644 --- a/hurd/fchroot.c +++ b/hurd/fchroot.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 diff --git a/hurd/fd-close.c b/hurd/fd-close.c index f497d75..473c5ac 100644 --- a/hurd/fd-close.c +++ b/hurd/fd-close.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 diff --git a/hurd/fd-read.c b/hurd/fd-read.c index 3870652..176726b 100644 --- a/hurd/fd-read.c +++ b/hurd/fd-read.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/hurd/fd-write.c b/hurd/fd-write.c index b695817..bb04903 100644 --- a/hurd/fd-write.c +++ b/hurd/fd-write.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/hurd/fopenport.c b/hurd/fopenport.c index d01b9f3..0bbcc51 100644 --- a/hurd/fopenport.c +++ b/hurd/fopenport.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/hurd/get-host.c b/hurd/get-host.c index 3fe0b3e..47ed2e4 100644 --- a/hurd/get-host.c +++ b/hurd/get-host.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/hurd/getdport.c b/hurd/getdport.c index 67c742c..849bbb0 100644 --- a/hurd/getdport.c +++ b/hurd/getdport.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/hurd/geteuids.c b/hurd/geteuids.c index 14dcf9d..123e37f 100644 --- a/hurd/geteuids.c +++ b/hurd/geteuids.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/hurd/getumask.c b/hurd/getumask.c index 3260b95..00b2299 100644 --- a/hurd/getumask.c +++ b/hurd/getumask.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 diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c index 661700d..8b91c39 100644 --- a/hurd/hurd-raise.c +++ b/hurd/hurd-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/hurd/hurd.h b/hurd/hurd.h index 642ea43..fda1aad 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.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 _HURD_H diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h index 2473476..5f3ee6a 100644 --- a/hurd/hurd/fd.h +++ b/hurd/hurd/fd.h @@ -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 + . */ #ifndef _HURD_FD_H diff --git a/hurd/hurd/id.h b/hurd/hurd/id.h index cf94e32..387a424 100644 --- a/hurd/hurd/id.h +++ b/hurd/hurd/id.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 _HURD_ID_H diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h index e5ab3dc..2f593fd 100644 --- a/hurd/hurd/ioctl.h +++ b/hurd/hurd/ioctl.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 _HURD_IOCTL_H #define _HURD_IOCTL_H 1 diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h index 1d013d9..e6fe865 100644 --- a/hurd/hurd/lookup.h +++ b/hurd/hurd/lookup.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 _HURD_LOOKUP_H #define _HURD_LOOKUP_H 1 diff --git a/hurd/hurd/port.h b/hurd/hurd/port.h index a1803c3..5ab7ed9 100644 --- a/hurd/hurd/port.h +++ b/hurd/hurd/port.h @@ -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 + . */ #ifndef _HURD_PORT_H diff --git a/hurd/hurd/resource.h b/hurd/hurd/resource.h index 7ac34c6..b8afc10 100644 --- a/hurd/hurd/resource.h +++ b/hurd/hurd/resource.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 _HURD_RESOURCE_H #define _HURD_RESOURCE_H diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index 21e30c5..21180e3 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -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 + . */ #ifndef _HURD_SIGNAL_H diff --git a/hurd/hurd/sigpreempt.h b/hurd/hurd/sigpreempt.h index 3dbf237..b9dfd26 100644 --- a/hurd/hurd/sigpreempt.h +++ b/hurd/hurd/sigpreempt.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 _HURD_SIGPREEMPT_H diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h index a0535f7..0f088f3 100644 --- a/hurd/hurd/threadvar.h +++ b/hurd/hurd/threadvar.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 _HURD_THREADVAR_H #define _HURD_THREADVAR_H diff --git a/hurd/hurd/userlink.h b/hurd/hurd/userlink.h index 34457e7..d42ecd3 100644 --- a/hurd/hurd/userlink.h +++ b/hurd/hurd/userlink.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 _HURD_USERLINK_H diff --git a/hurd/hurd/xattr.h b/hurd/hurd/xattr.h index aaa7fd8..b3b7eb5 100644 --- a/hurd/hurd/xattr.h +++ b/hurd/hurd/xattr.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 _HURD_XATTR_H #define _HURD_XATTR_H 1 diff --git a/hurd/hurdauth.c b/hurd/hurdauth.c index efc15b7..6f2c58d 100644 --- a/hurd/hurdauth.c +++ b/hurd/hurdauth.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/hurd/hurdchdir.c b/hurd/hurdchdir.c index 5115e4d..6881956 100644 --- a/hurd/hurdchdir.c +++ b/hurd/hurdchdir.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/hurd/hurdexec.c b/hurd/hurdexec.c index beae869..cefdcdd 100644 --- a/hurd/hurdexec.c +++ b/hurd/hurdexec.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/hurd/hurdfault.c b/hurd/hurdfault.c index 36653e1..e2891d1 100644 --- a/hurd/hurdfault.c +++ b/hurd/hurdfault.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 #include diff --git a/hurd/hurdfault.h b/hurd/hurdfault.h index be86781..ad2c687 100644 --- a/hurd/hurdfault.h +++ b/hurd/hurdfault.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 _HURD_FAULT_H #define _HURD_FAULT_H diff --git a/hurd/hurdfchdir.c b/hurd/hurdfchdir.c index 2e6a120..608e1dc 100644 --- a/hurd/hurdfchdir.c +++ b/hurd/hurdfchdir.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/hurd/hurdhost.h b/hurd/hurdhost.h index d8bb594..a444b14 100644 --- a/hurd/hurdhost.h +++ b/hurd/hurdhost.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 + . */ /* Fetch and atomically store the contents of the file ITEM. Returns the size read or written, or -1 for errors. diff --git a/hurd/hurdid.c b/hurd/hurdid.c index 36e44dd..2de1a8a 100644 --- a/hurd/hurdid.c +++ b/hurd/hurdid.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/hurd/hurdinit.c b/hurd/hurdinit.c index 259f8a3..2d18348 100644 --- a/hurd/hurdinit.c +++ b/hurd/hurdinit.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/hurd/hurdioctl.c b/hurd/hurdioctl.c index 04d9862..a68e6df 100644 --- a/hurd/hurdioctl.c +++ b/hurd/hurdioctl.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 #include diff --git a/hurd/hurdkill.c b/hurd/hurdkill.c index e633690..fe29426 100644 --- a/hurd/hurdkill.c +++ b/hurd/hurdkill.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/hurd/hurdlookup.c b/hurd/hurdlookup.c index 8270132..a98f6ba 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.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/hurd/hurdmsg.c b/hurd/hurdmsg.c index ffcce61..947f9f8 100644 --- a/hurd/hurdmsg.c +++ b/hurd/hurdmsg.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/hurd/hurdpid.c b/hurd/hurdpid.c index 418b916..7be8a0a 100644 --- a/hurd/hurdpid.c +++ b/hurd/hurdpid.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 pid_t _hurd_pid, _hurd_ppid, _hurd_pgrp; diff --git a/hurd/hurdports.c b/hurd/hurdports.c index d696038..030b66b 100644 --- a/hurd/hurdports.c +++ b/hurd/hurdports.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/hurd/hurdprio.c b/hurd/hurdprio.c index fe377f4..e2bb5cf 100644 --- a/hurd/hurdprio.c +++ b/hurd/hurdprio.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/hurd/hurdrlimit.c b/hurd/hurdrlimit.c index 86602f5..1c804f1 100644 --- a/hurd/hurdrlimit.c +++ b/hurd/hurdrlimit.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/hurd/hurdselect.c b/hurd/hurdselect.c index a7228f0..25d9d9f 100644 --- a/hurd/hurdselect.c +++ b/hurd/hurdselect.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 #include diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 7a6b1d5..e1e0919 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.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/hurd/hurdsock.c b/hurd/hurdsock.c index a01b8aa..170a3f6 100644 --- a/hurd/hurdsock.c +++ b/hurd/hurdsock.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/hurd/hurdstartup.c b/hurd/hurdstartup.c index 0c607ba..8a5bc5d 100644 --- a/hurd/hurdstartup.c +++ b/hurd/hurdstartup.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/hurd/hurdstartup.h b/hurd/hurdstartup.h index e527668..8331f4b 100644 --- a/hurd/hurdstartup.h +++ b/hurd/hurdstartup.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 _HURDSTARTUP_H #define _HURDSTARTUP_H 1 diff --git a/hurd/intern-fd.c b/hurd/intern-fd.c index cd73a70..52e0606 100644 --- a/hurd/intern-fd.c +++ b/hurd/intern-fd.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/hurd/intr-msg.c b/hurd/intr-msg.c index 0ca6af3..26ba74b 100644 --- a/hurd/intr-msg.c +++ b/hurd/intr-msg.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 #include diff --git a/hurd/intr-rpc.defs b/hurd/intr-rpc.defs index b5f6eb8..eb04a95 100644 --- a/hurd/intr-rpc.defs +++ b/hurd/intr-rpc.defs @@ -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 + . */ /* Cause user stubs for interruptible RPCs to import a special header to modify their behavior. */ diff --git a/hurd/intr-rpc.h b/hurd/intr-rpc.h index f817f28..140ecdb 100644 --- a/hurd/intr-rpc.h +++ b/hurd/intr-rpc.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 + . */ /* This file is imported by the MiG-generated user stubs for interruptible RPCs. We modify them to use our own function in place of mach_msg. */ diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c index e9c297a..3756c5b 100644 --- a/hurd/longjmp-ts.c +++ b/hurd/longjmp-ts.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/hurd/lookup-at.c b/hurd/lookup-at.c index 728a970..3d18139 100644 --- a/hurd/lookup-at.c +++ b/hurd/lookup-at.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/hurd/lookup-retry.c b/hurd/lookup-retry.c index 0a886229..c65eb5a 100644 --- a/hurd/lookup-retry.c +++ b/hurd/lookup-retry.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 #include diff --git a/hurd/msgportdemux.c b/hurd/msgportdemux.c index 53229bf..49a7f1c 100644 --- a/hurd/msgportdemux.c +++ b/hurd/msgportdemux.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/hurd/new-fd.c b/hurd/new-fd.c index 152bb35..4bf3f98 100644 --- a/hurd/new-fd.c +++ b/hurd/new-fd.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/hurd/openport.c b/hurd/openport.c index 27e26d9..dab351d 100644 --- a/hurd/openport.c +++ b/hurd/openport.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/hurd/path-lookup.c b/hurd/path-lookup.c index 5c51d39..bbf2f84 100644 --- a/hurd/path-lookup.c +++ b/hurd/path-lookup.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 #include diff --git a/hurd/pid2task.c b/hurd/pid2task.c index 16498ef..214b454 100644 --- a/hurd/pid2task.c +++ b/hurd/pid2task.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 diff --git a/hurd/port-cleanup.c b/hurd/port-cleanup.c index 8d856ea..2bb1d78 100644 --- a/hurd/port-cleanup.c +++ b/hurd/port-cleanup.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/hurd/port2fd.c b/hurd/port2fd.c index 262e6d9..bef07ad 100644 --- a/hurd/port2fd.c +++ b/hurd/port2fd.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/hurd/ports-get.c b/hurd/ports-get.c index 0833204..4e9f1da 100644 --- a/hurd/ports-get.c +++ b/hurd/ports-get.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 diff --git a/hurd/ports-set.c b/hurd/ports-set.c index 93806cc..97dbc8c 100644 --- a/hurd/ports-set.c +++ b/hurd/ports-set.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 diff --git a/hurd/preempt-sig.c b/hurd/preempt-sig.c index df9a5ef..6ed1951 100644 --- a/hurd/preempt-sig.c +++ b/hurd/preempt-sig.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/hurd/privports.c b/hurd/privports.c index 707fca7..e256599 100644 --- a/hurd/privports.c +++ b/hurd/privports.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 diff --git a/hurd/report-wait.c b/hurd/report-wait.c index f6e48f9..453c678 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.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/hurd/set-host.c b/hurd/set-host.c index 4e8c5c5..84ab360 100644 --- a/hurd/set-host.c +++ b/hurd/set-host.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/hurd/setauth.c b/hurd/setauth.c index 5533e30..09adf10 100644 --- a/hurd/setauth.c +++ b/hurd/setauth.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/hurd/seteuids.c b/hurd/seteuids.c index bdf88f8..07277a5 100644 --- a/hurd/seteuids.c +++ b/hurd/seteuids.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/hurd/siginfo.c b/hurd/siginfo.c index 4fdecfb..6a67f31 100644 --- a/hurd/siginfo.c +++ b/hurd/siginfo.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/hurd/sigunwind.c b/hurd/sigunwind.c index 31dbe2a..d814602 100644 --- a/hurd/sigunwind.c +++ b/hurd/sigunwind.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/hurd/task2pid.c b/hurd/task2pid.c index e992dca..5969c2d 100644 --- a/hurd/task2pid.c +++ b/hurd/task2pid.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 diff --git a/hurd/thread-cancel.c b/hurd/thread-cancel.c index c8b6cf5..7d085a8 100644 --- a/hurd/thread-cancel.c +++ b/hurd/thread-cancel.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/hurd/thread-self.c b/hurd/thread-self.c index dfd2fb7..7f4d90d 100644 --- a/hurd/thread-self.c +++ b/hurd/thread-self.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/hurd/trampoline.c b/hurd/trampoline.c index 7045a0d..b14d1e5 100644 --- a/hurd/trampoline.c +++ b/hurd/trampoline.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/hurd/vpprintf.c b/hurd/vpprintf.c index 0b09df3..b0b4ef4 100644 --- a/hurd/vpprintf.c +++ b/hurd/vpprintf.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/hurd/xattr.c b/hurd/xattr.c index cf3e22d..2071181 100644 --- a/hurd/xattr.c +++ b/hurd/xattr.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 v1.1