aboutsummaryrefslogtreecommitdiff
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)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
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/>. */