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 /rt | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'rt')
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. @@ -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> |
