aboutsummaryrefslogtreecommitdiff
path: root/rt
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 /rt
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
Replace FSF snail mail address with URLs.
Diffstat (limited to 'rt')
-rw-r--r--rt/Makefile5
-rw-r--r--rt/aio.h5
-rw-r--r--rt/aio_cancel.c5
-rw-r--r--rt/aio_error.c5
-rw-r--r--rt/aio_fsync.c5
-rw-r--r--rt/aio_misc.c5
-rw-r--r--rt/aio_notify.c5
-rw-r--r--rt/aio_read.c5
-rw-r--r--rt/aio_return.c5
-rw-r--r--rt/aio_sigqueue.c5
-rw-r--r--rt/aio_suspend.c5
-rw-r--r--rt/aio_write.c5
-rw-r--r--rt/bits/mqueue2.h5
-rw-r--r--rt/clock_getcpuclockid.c5
-rw-r--r--rt/clock_getres.c5
-rw-r--r--rt/clock_gettime.c5
-rw-r--r--rt/clock_nanosleep.c5
-rw-r--r--rt/clock_settime.c5
-rw-r--r--rt/get_clockfreq.c5
-rw-r--r--rt/lio_listio.c5
-rw-r--r--rt/mq_close.c5
-rw-r--r--rt/mq_getattr.c5
-rw-r--r--rt/mq_notify.c5
-rw-r--r--rt/mq_open.c5
-rw-r--r--rt/mq_receive.c5
-rw-r--r--rt/mq_send.c5
-rw-r--r--rt/mq_setattr.c5
-rw-r--r--rt/mq_timedreceive.c5
-rw-r--r--rt/mq_timedsend.c5
-rw-r--r--rt/mq_unlink.c5
-rw-r--r--rt/mqueue.h5
-rw-r--r--rt/shm_open.c5
-rw-r--r--rt/shm_unlink.c5
-rw-r--r--rt/timer_create.c5
-rw-r--r--rt/timer_delete.c5
-rw-r--r--rt/timer_getoverr.c5
-rw-r--r--rt/timer_gettime.c5
-rw-r--r--rt/timer_settime.c5
-rw-r--r--rt/tst-aio.c5
-rw-r--r--rt/tst-aio2.c5
-rw-r--r--rt/tst-aio3.c5
-rw-r--r--rt/tst-aio4.c5
-rw-r--r--rt/tst-aio5.c5
-rw-r--r--rt/tst-aio6.c5
-rw-r--r--rt/tst-aio64.c5
-rw-r--r--rt/tst-aio7.c5
-rw-r--r--rt/tst-clock.c5
-rw-r--r--rt/tst-clock_nanosleep.c5
-rw-r--r--rt/tst-cpuclock1.c5
-rw-r--r--rt/tst-cpuclock2.c5
-rw-r--r--rt/tst-mqueue.h5
-rw-r--r--rt/tst-mqueue1.c5
-rw-r--r--rt/tst-mqueue2.c5
-rw-r--r--rt/tst-mqueue3.c5
-rw-r--r--rt/tst-mqueue4.c5
-rw-r--r--rt/tst-mqueue5.c5
-rw-r--r--rt/tst-mqueue6.c5
-rw-r--r--rt/tst-mqueue7.c5
-rw-r--r--rt/tst-mqueue8.c5
-rw-r--r--rt/tst-mqueue9.c5
-rw-r--r--rt/tst-shm.c5
-rw-r--r--rt/tst-timer.c5
-rw-r--r--rt/tst-timer4.c5
63 files changed, 126 insertions, 189 deletions
diff --git a/rt/Makefile b/rt/Makefile
index a1700adf50..14a2df3903 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
#
# Sub-makefile for real-time portion of the library.
diff --git a/rt/aio.h b/rt/aio.h
index 644bbe93dd..898a1e2db4 100644
--- a/rt/aio.h
+++ b/rt/aio.h
@@ -12,9 +12,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/*
* ISO/IEC 9945-1:1996 6.7: Asynchronous Input and Output
diff --git a/rt/aio_cancel.c b/rt/aio_cancel.c
index c24a2f7529..e6af7afa6a 100644
--- a/rt/aio_cancel.c
+++ b/rt/aio_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/>. */
/* We use an UGLY hack to prevent gcc from finding us cheating. The
diff --git a/rt/aio_error.c b/rt/aio_error.c
index 772d49be2a..268dbdd1fc 100644
--- a/rt/aio_error.c
+++ b/rt/aio_error.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/>. */
/* We use an UGLY hack to prevent gcc from finding us cheating. The
diff --git a/rt/aio_fsync.c b/rt/aio_fsync.c
index bc23d75f69..3893e07576 100644
--- a/rt/aio_fsync.c
+++ b/rt/aio_fsync.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/>. */
/* We use an UGLY hack to prevent gcc from finding us cheating. The
diff --git a/rt/aio_misc.c b/rt/aio_misc.c
index c29b8d0eae..46b30b6229 100644
--- a/rt/aio_misc.c
+++ b/rt/aio_misc.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 <aio.h>
#include <aio_misc.h>
diff --git a/rt/aio_notify.c b/rt/aio_notify.c
index 2c79ee6c2f..9f2b46e813 100644
--- a/rt/aio_notify.c
+++ b/rt/aio_notify.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 <aio.h>
#include <aio_misc.h>
diff --git a/rt/aio_read.c b/rt/aio_read.c
index db1d19f3d7..213a43ce9b 100644
--- a/rt/aio_read.c
+++ b/rt/aio_read.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 <aio.h>
#include <errno.h>
diff --git a/rt/aio_return.c b/rt/aio_return.c
index 91da28c4c3..a43c195085 100644
--- a/rt/aio_return.c
+++ b/rt/aio_return.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/>. */
/* We use an UGLY hack to prevent gcc from finding us cheating. The
diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c
index 0e3ba1f90b..c3d7adb820 100644
--- a/rt/aio_sigqueue.c
+++ b/rt/aio_sigqueue.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 <aio.h>
#include <errno.h>
diff --git a/rt/aio_suspend.c b/rt/aio_suspend.c
index 0530f0019c..ce882fb82e 100644
--- a/rt/aio_suspend.c
+++ b/rt/aio_suspend.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/>. */
/* We use an UGLY hack to prevent gcc from finding us cheating. The
diff --git a/rt/aio_write.c b/rt/aio_write.c
index bc62fcb469..398e9dbd57 100644
--- a/rt/aio_write.c
+++ b/rt/aio_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 <aio.h>
#include <errno.h>
diff --git a/rt/bits/mqueue2.h b/rt/bits/mqueue2.h
index aa9f126aa6..87365304c2 100644
--- a/rt/bits/mqueue2.h
+++ b/rt/bits/mqueue2.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 _FCNTL_H
# error "Never include <bits/mqueue2.h> directly; use <mqueue.h> instead."
diff --git a/rt/clock_getcpuclockid.c b/rt/clock_getcpuclockid.c
index 39c7e55f66..08972f54fd 100644
--- a/rt/clock_getcpuclockid.c
+++ b/rt/clock_getcpuclockid.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 <time.h>