summaryrefslogtreecommitdiff
path: root/hurd
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 /hurd
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile5
-rw-r--r--hurd/alloc-fd.c5
-rw-r--r--hurd/catch-exc.c5
-rw-r--r--hurd/catch-signal.c5
-rw-r--r--hurd/compat-20.c5
-rw-r--r--hurd/ctty-input.c5
-rw-r--r--hurd/ctty-output.c5
-rw-r--r--hurd/dtable.c5
-rw-r--r--hurd/exc2signal.c5
-rw-r--r--hurd/fchroot.c5
-rw-r--r--hurd/fd-close.c5
-rw-r--r--hurd/fd-read.c5
-rw-r--r--hurd/fd-write.c5
-rw-r--r--hurd/fopenport.c5
-rw-r--r--hurd/get-host.c5
-rw-r--r--hurd/getdport.c5
-rw-r--r--hurd/geteuids.c5
-rw-r--r--hurd/getumask.c5
-rw-r--r--hurd/hurd-raise.c5
-rw-r--r--hurd/hurd.h5
-rw-r--r--hurd/hurd/fd.h5
-rw-r--r--hurd/hurd/id.h5
-rw-r--r--hurd/hurd/ioctl.h5
-rw-r--r--hurd/hurd/lookup.h5
-rw-r--r--hurd/hurd/port.h5
-rw-r--r--hurd/hurd/resource.h5
-rw-r--r--hurd/hurd/signal.h5
-rw-r--r--hurd/hurd/sigpreempt.h5
-rw-r--r--hurd/hurd/threadvar.h5
-rw-r--r--hurd/hurd/userlink.h5
-rw-r--r--hurd/hurd/xattr.h5
-rw-r--r--hurd/hurdauth.c5
-rw-r--r--hurd/hurdchdir.c5
-rw-r--r--hurd/hurdexec.c5
-rw-r--r--hurd/hurdfault.c5
-rw-r--r--hurd/hurdfault.h5
-rw-r--r--hurd/hurdfchdir.c5
-rw-r--r--hurd/hurdhost.h5
-rw-r--r--hurd/hurdid.c5
-rw-r--r--hurd/hurdinit.c5
-rw-r--r--hurd/hurdioctl.c5
-rw-r--r--hurd/hurdkill.c5
-rw-r--r--hurd/hurdlookup.c5
-rw-r--r--hurd/hurdmsg.c5
-rw-r--r--hurd/hurdpid.c5
-rw-r--r--hurd/hurdports.c5
-rw-r--r--hurd/hurdprio.c5
-rw-r--r--hurd/hurdrlimit.c5
-rw-r--r--hurd/hurdselect.c5
-rw-r--r--hurd/hurdsig.c5
-rw-r--r--hurd/hurdsock.c5
-rw-r--r--hurd/hurdstartup.c5
-rw-r--r--hurd/hurdstartup.h5
-rw-r--r--hurd/intern-fd.c5
-rw-r--r--hurd/intr-msg.c5
-rw-r--r--hurd/intr-rpc.defs5
-rw-r--r--hurd/intr-rpc.h5
-rw-r--r--hurd/longjmp-ts.c5
-rw-r--r--hurd/lookup-at.c5
-rw-r--r--hurd/lookup-retry.c5
-rw-r--r--hurd/msgportdemux.c5
-rw-r--r--hurd/new-fd.c5
-rw-r--r--hurd/openport.c5
-rw-r--r--hurd/path-lookup.c5
-rw-r--r--hurd/pid2task.c5
-rw-r--r--hurd/port-cleanup.c5
-rw-r--r--hurd/port2fd.c5
-rw-r--r--hurd/ports-get.c5
-rw-r--r--hurd/ports-set.c5
-rw-r--r--hurd/preempt-sig.c5
-rw-r--r--hurd/privports.c5
-rw-r--r--hurd/report-wait.c5
-rw-r--r--hurd/set-host.c5
-rw-r--r--hurd/setauth.c5
-rw-r--r--hurd/seteuids.c5
-rw-r--r--hurd/siginfo.c5
-rw-r--r--hurd/sigunwind.c5
-rw-r--r--hurd/task2pid.c5
-rw-r--r--hurd/thread-cancel.c5
-rw-r--r--hurd/thread-self.c5
-rw-r--r--hurd/trampoline.c5
-rw-r--r--hurd/vpprintf.c5
-rw-r--r--hurd/xattr.c5
83 files changed, 166 insertions, 249 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index ab5a8485a2..bdad4ff90b 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
+# <http://www.gnu.org/licenses/>.
subdir := hurd
diff --git a/hurd/alloc-fd.c b/hurd/alloc-fd.c
index 58eea52917..3424778270 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c
index 2e0cfef88a..96bf8e5f0e 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
+ <http://www.gnu.org/licenses/>. */
#include <mach/exc_server.h>
#include <hurd/signal.h>
diff --git a/hurd/catch-signal.c b/hurd/catch-signal.c
index 583f99e22d..50cd36600d 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/signal.h>
#include <hurd/sigpreempt.h>
diff --git a/hurd/compat-20.c b/hurd/compat-20.c
index c55e3e266a..41abe2fe9f 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/ctty-input.c b/hurd/ctty-input.c
index ef8395a853..ff0e912129 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/ctty-output.c b/hurd/ctty-output.c
index 92ab95a3ac..73c8de2bc4 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/dtable.c b/hurd/dtable.c
index 125345e6e3..497e01ff58 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/term.h>
diff --git a/hurd/exc2signal.c b/hurd/exc2signal.c
index de044bbcf4..95c6bd7509 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/fchroot.c b/hurd/fchroot.c
index eaa67a942a..74e0fd2a87 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
+ <http://www.gnu.org/licenses/>. */
#include <unistd.h>
diff --git a/hurd/fd-close.c b/hurd/fd-close.c
index f497d753ba..473c5ac5ff 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/fd.h>
diff --git a/hurd/fd-read.c b/hurd/fd-read.c
index 38706524f0..176726bd23 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/hurd/fd-write.c b/hurd/fd-write.c
index b6958177b0..bb0490342b 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/hurd/fopenport.c b/hurd/fopenport.c
index d01b9f3f35..0bbcc51bc2 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <stdio.h>
diff --git a/hurd/get-host.c b/hurd/get-host.c
index 3fe0b3ef78..47ed2e48e1 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
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <hurd.h>
diff --git a/hurd/getdport.c b/hurd/getdport.c
index 67c742ccd5..849bbb031d 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/geteuids.c b/hurd/geteuids.c
index 14dcf9d084..123e37ffff 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/id.h>
diff --git a/hurd/getumask.c b/hurd/getumask.c
index 3260b95417..00b2299d5c 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c
index 661700de8f..8b91c39d40 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/hurd.h b/hurd/hurd.h
index 642ea43b7b..fda1aad20b 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_H
diff --git a/hurd/hurd/fd.h b/hurd/hurd/fd.h
index 2473476084..5f3ee6a8c9 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_FD_H
diff --git a/hurd/hurd/id.h b/hurd/hurd/id.h
index cf94e32d78..387a424e76 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_ID_H
diff --git a/hurd/hurd/ioctl.h b/hurd/hurd/ioctl.h
index e5ab3dc965..2f593fd1d4 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_IOCTL_H
#define _HURD_IOCTL_H 1
diff --git a/hurd/hurd/lookup.h b/hurd/hurd/lookup.h
index 1d013d9537..e6fe8651ba 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_LOOKUP_H
#define _HURD_LOOKUP_H 1
diff --git a/hurd/hurd/port.h b/hurd/hurd/port.h
index a1803c36a5..5ab7ed9d24 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_PORT_H
diff --git a/hurd/hurd/resource.h b/hurd/hurd/resource.h
index 7ac34c6afa..b8afc10263 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_RESOURCE_H
#define _HURD_RESOURCE_H
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index 21e30c5729..21180e384c 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_SIGNAL_H
diff --git a/hurd/hurd/sigpreempt.h b/hurd/hurd/sigpreempt.h
index 3dbf237536..b9dfd26f95 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_SIGPREEMPT_H
diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h
index a0535f7596..0f088f3fb5 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_THREADVAR_H
#define _HURD_THREADVAR_H
diff --git a/hurd/hurd/userlink.h b/hurd/hurd/userlink.h
index 34457e7a0f..d42ecd3700 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_USERLINK_H
diff --git a/hurd/hurd/xattr.h b/hurd/hurd/xattr.h
index aaa7fd8eaa..b3b7eb56d9 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_XATTR_H
#define _HURD_XATTR_H 1
diff --git a/hurd/hurdauth.c b/hurd/hurdauth.c
index efc15b755f..6f2c58d297 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/msg_server.h>
diff --git a/hurd/hurdchdir.c b/hurd/hurdchdir.c
index 5115e4d460..6881956d40 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index beae869cf1..cefdcddd31 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c
index 36653e1488..e2891d1b4d 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/hurdfault.h b/hurd/hurdfault.h
index be8678105e..ad2c6878e1 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURD_FAULT_H
#define _HURD_FAULT_H
diff --git a/hurd/hurdfchdir.c b/hurd/hurdfchdir.c
index 2e6a120c53..608e1dc2cb 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <unistd.h>
diff --git a/hurd/hurdhost.h b/hurd/hurdhost.h
index d8bb594fd4..a444b14f27 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
+ <http://www.gnu.org/licenses/>. */
/* 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 36e44ddc20..2de1a8ab2f 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/id.h>
diff --git a/hurd/hurdinit.c b/hurd/hurdinit.c
index 259f8a3547..2d1834815b 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
+ <http://www.gnu.org/licenses/>. */
#include <sys/stat.h>
#include <stdlib.h>
diff --git a/hurd/hurdioctl.c b/hurd/hurdioctl.c
index 04d98629ef..a68e6dffb6 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/hurdkill.c b/hurd/hurdkill.c
index e633690691..fe29426ae3 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <sys/types.h>
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c
index 8270132b90..a98f6ba6db 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/lookup.h>
diff --git a/hurd/hurdmsg.c b/hurd/hurdmsg.c
index ffcce612e9..947f9f8720 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/msg_server.h>
diff --git a/hurd/hurdpid.c b/hurd/hurdpid.c
index 418b9164e5..7be8a0a488 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
pid_t _hurd_pid, _hurd_ppid, _hurd_pgrp;
diff --git a/hurd/hurdports.c b/hurd/hurdports.c
index d696038809..030b66bea2 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/port.h>
diff --git a/hurd/hurdprio.c b/hurd/hurdprio.c
index fe377f4ae4..e2bb5cf1d5 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/resource.h>
diff --git a/hurd/hurdrlimit.c b/hurd/hurdrlimit.c
index 86602f54b4..1c804f15bc 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <cthreads.h>
diff --git a/hurd/hurdselect.c b/hurd/hurdselect.c
index a7228f0611..25d9d9f23a 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
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <sys/poll.h>
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 7a6b1d50c4..e1e0919fa0 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
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/hurd/hurdsock.c b/hurd/hurdsock.c
index a01b8aa85c..170a3f6185 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <sys/socket.h>
diff --git a/hurd/hurdstartup.c b/hurd/hurdstartup.c
index 0c607ba3fb..8a5bc5daa5 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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdlib.h>
diff --git a/hurd/hurdstartup.h b/hurd/hurdstartup.h
index e527668e25..8331f4bb64 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
+ <http://www.gnu.org/licenses/>. */
#ifndef _HURDSTARTUP_H
#define _HURDSTARTUP_H 1
diff --git a/hurd/intern-fd.c b/hurd/intern-fd.c
index cd73a70864..52e0606c96 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/intr-msg.c b/hurd/intr-msg.c
index 0ca6af3580..26ba74b143 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
+ <http://www.gnu.org/licenses/>. */
#include <mach.h>
#include <mach/mig_errors.h>
diff --git a/hurd/intr-rpc.defs b/hurd/intr-rpc.defs
index b5f6eb8734..eb04a95b83 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
+ <http://www.gnu.org/licenses/>. */
/* 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 f817f28e3c..140ecdb06a 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
+ <http://www.gnu.org/licenses/>. */
/* 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 e9c297a20b..3756c5b1b2 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
+ <http://www.gnu.org/licenses/>. */
#include <setjmp.h>
#include <mach/thread_status.h>
diff --git a/hurd/lookup-at.c b/hurd/lookup-at.c
index 728a970909..3d1813968c 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/lookup.h>
diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c
index 0a886229f0..c65eb5ad57 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/lookup.h>
diff --git a/hurd/msgportdemux.c b/hurd/msgportdemux.c
index 53229bf978..49a7f1cfbe 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/new-fd.c b/hurd/new-fd.c
index 152bb3583a..4bf3f981c0 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/fd.h>
#include <stdlib.h>
diff --git a/hurd/openport.c b/hurd/openport.c
index 27e26d9913..dab351d8a3 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/path-lookup.c b/hurd/path-lookup.c
index 5c51d390f5..bbf2f84517 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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <hurd.h>
diff --git a/hurd/pid2task.c b/hurd/pid2task.c
index 16498ef6f3..214b454d02 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/port-cleanup.c b/hurd/port-cleanup.c
index 8d856ea23d..2bb1d7857c 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
+ <http://www.gnu.org/licenses/>. */
#include <mach.h>
#include <hurd/port.h>
diff --git a/hurd/port2fd.c b/hurd/port2fd.c
index 262e6d9694..bef07ad3bf 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/ports-get.c b/hurd/ports-get.c
index 0833204d13..4e9f1da049 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/ports-set.c b/hurd/ports-set.c
index 93806ccdb0..97dbc8cd56 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/preempt-sig.c b/hurd/preempt-sig.c
index df9a5ef10e..6ed1951391 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/sigpreempt.h>
#include <hurd/signal.h>
diff --git a/hurd/privports.c b/hurd/privports.c
index 707fca7517..e256599b78 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/report-wait.c b/hurd/report-wait.c
index f6e48f951e..453c678fbd 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/signal.h>
diff --git a/hurd/set-host.c b/hurd/set-host.c
index 4e8c5c54f5..84ab360c8b 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
+ <http://www.gnu.org/licenses/>. */
#include <fcntl.h>
#include <hurd.h>
diff --git a/hurd/setauth.c b/hurd/setauth.c
index 5533e30d67..09adf1014b 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/port.h>
diff --git a/hurd/seteuids.c b/hurd/seteuids.c
index bdf88f89ad..07277a5ead 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/id.h>
diff --git a/hurd/siginfo.c b/hurd/siginfo.c
index 4fdecfbe4c..6a67f31a6f 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/signal.h>
#include <stdio.h>
diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c
index 31dbe2a10e..d81460228b 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <thread_state.h>
diff --git a/hurd/task2pid.c b/hurd/task2pid.c
index e992dcaab8..5969c2d4e9 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
diff --git a/hurd/thread-cancel.c b/hurd/thread-cancel.c
index c8b6cf52cd..7d085a8d0a 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/signal.h>
#include <hurd/interrupt.h>
diff --git a/hurd/thread-self.c b/hurd/thread-self.c
index dfd2fb7d4f..7f4d90d70b 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd/signal.h>
diff --git a/hurd/trampoline.c b/hurd/trampoline.c
index 7045a0d0ab..b14d1e5b83 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <mach/thread_status.h>
diff --git a/hurd/vpprintf.c b/hurd/vpprintf.c
index 0b09df34d8..b0b4ef410e 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
+ <http://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/hurd/xattr.c b/hurd/xattr.c
index cf3e22d982..207118169f 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
+ <http://www.gnu.org/licenses/>. */
#include <hurd.h>
#include <hurd/xattr.h>