diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
| commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
| tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /hurd | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'hurd')
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/>. */ |
