aboutsummaryrefslogtreecommitdiff
path: root/bits
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 /bits
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
Replace FSF snail mail address with URLs.
Diffstat (limited to 'bits')
-rw-r--r--bits/atomic.h5
-rw-r--r--bits/byteswap.h5
-rw-r--r--bits/confname.h5
-rw-r--r--bits/dirent.h6
-rw-r--r--bits/dlfcn.h5
-rw-r--r--bits/environments.h5
-rw-r--r--bits/errno.h5
-rw-r--r--bits/fcntl.h5
-rw-r--r--bits/fenv.h5
-rw-r--r--bits/huge_val.h5
-rw-r--r--bits/huge_valf.h5
-rw-r--r--bits/huge_vall.h5
-rw-r--r--bits/in.h5
-rw-r--r--bits/inf.h5
-rw-r--r--bits/ioctl-types.h5
-rw-r--r--bits/ipc.h5
-rw-r--r--bits/ipctypes.h5
-rw-r--r--bits/libc-lock.h5
-rw-r--r--bits/libc-tsd.h5
-rw-r--r--bits/mathdef.h5
-rw-r--r--bits/mman.h5
-rw-r--r--bits/mqueue.h5
-rw-r--r--bits/msq.h5
-rw-r--r--bits/netdb.h5
-rw-r--r--bits/poll.h5
-rw-r--r--bits/resource.h5
-rw-r--r--bits/sched.h5
-rw-r--r--bits/select.h5
-rw-r--r--bits/sem.h5
-rw-r--r--bits/shm.h5
-rw-r--r--bits/sigaction.h5
-rw-r--r--bits/sigcontext.h5
-rw-r--r--bits/siginfo.h5
-rw-r--r--bits/signum.h5
-rw-r--r--bits/sigset.h5
-rw-r--r--bits/sigstack.h5
-rw-r--r--bits/sigthread.h5
-rw-r--r--bits/sockaddr.h5
-rw-r--r--bits/socket.h5
-rw-r--r--bits/stat.h5
-rw-r--r--bits/statfs.h5
-rw-r--r--bits/statvfs.h5
-rw-r--r--bits/stdio-lock.h5
-rw-r--r--bits/stropts.h5
-rw-r--r--bits/sys_errlist.h5
-rw-r--r--bits/syslog-path.h5
-rw-r--r--bits/termios.h5
-rw-r--r--bits/time.h5
-rw-r--r--bits/types.h5
-rw-r--r--bits/typesizes.h5
-rw-r--r--bits/uio.h5
-rw-r--r--bits/ustat.h5
-rw-r--r--bits/utmp.h5
-rw-r--r--bits/utsname.h5
-rw-r--r--bits/waitflags.h5
-rw-r--r--bits/waitstatus.h5
-rw-r--r--bits/wchar.h5
-rw-r--r--bits/xtitypes.h5
58 files changed, 116 insertions, 175 deletions
diff --git a/bits/atomic.h b/bits/atomic.h
index 6245130a91..fa35a2461f 100644
--- a/bits/atomic.h
+++ b/bits/atomic.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 _BITS_ATOMIC_H
#define _BITS_ATOMIC_H 1
diff --git a/bits/byteswap.h b/bits/byteswap.h
index 6df2f28c02..9d658e4472 100644
--- a/bits/byteswap.h
+++ b/bits/byteswap.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/>. */
#if !defined _BYTESWAP_H && !defined _NETINET_IN_H && !defined _ENDIAN_H
# error "Never use <bits/byteswap.h> directly; include <byteswap.h> instead."
diff --git a/bits/confname.h b/bits/confname.h
index 45fcafbff9..653143efb8 100644
--- a/bits/confname.h
+++ b/bits/confname.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 _UNISTD_H
# error "Never use <bits/confname.h> directly; include <unistd.h> instead."
diff --git a/bits/dirent.h b/bits/dirent.h
index 3407ebd802..ac1928d3db 100644
--- a/bits/dirent.h
+++ b/bits/dirent.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 _DIRENT_H
# error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
@@ -34,4 +33,3 @@ struct dirent64
int d_fileno;
};
#endif
-
diff --git a/bits/dlfcn.h b/bits/dlfcn.h
index 67fd96a22a..8c5931e2c8 100644
--- a/bits/dlfcn.h
+++ b/bits/dlfcn.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 _DLFCN_H
# error "Never use <bits/dlfcn.h> directly; include <dlfcn.h> instead."
diff --git a/bits/environments.h b/bits/environments.h
index 548ea7f847..eff32b3fe2 100644
--- a/bits/environments.h
+++ b/bits/environments.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/>. */
#ifndef _UNISTD_H
# error "Never include this file directly. Use <unistd.h> instead"
diff --git a/bits/errno.h b/bits/errno.h
index 89a5cfddeb..3c6c9fc01e 100644
--- a/bits/errno.h
+++ b/bits/errno.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/>. */
/* This file defines the `errno' constants. */
diff --git a/bits/fcntl.h b/bits/fcntl.h
index b397f812f1..ba5de0071e 100644
--- a/bits/fcntl.h
+++ b/bits/fcntl.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/>. */
/* These values should be changed as appropriate for your system. */
diff --git a/bits/fenv.h b/bits/fenv.h
index 61f31ab5f4..aed206626c 100644
--- a/bits/fenv.h
+++ b/bits/fenv.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/>. */
#ifndef _FENV_H
# error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
diff --git a/bits/huge_val.h b/bits/huge_val.h
index e102ac3220..573bfcc61b 100644
--- a/bits/huge_val.h
+++ b/bits/huge_val.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 _MATH_H
# error "Never use <bits/huge_val.h> directly; include <math.h> instead."
diff --git a/bits/huge_valf.h b/bits/huge_valf.h
index 4cb5ebdfcb..9b127e1f83 100644
--- a/bits/huge_valf.h
+++ b/bits/huge_valf.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 _MATH_H
# error "Never use <bits/huge_valf.h> directly; include <math.h> instead."
diff --git a/bits/huge_vall.h b/bits/huge_vall.h
index d5e8e2237b..2953165ab1 100644
--- a/bits/huge_vall.h
+++ b/bits/huge_vall.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 _MATH_H
# error "Never use <bits/huge_vall.h> directly; include <math.h> instead."
diff --git a/bits/in.h b/bits/in.h
index 4687a2963f..85f747ebaf 100644
--- a/bits/in.h
+++ b/bits/in.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/>. */
/* Generic version. */
diff --git a/bits/inf.h b/bits/inf.h
index 2d526adb23..0561a584e5 100644
--- a/bits/inf.h
+++ b/bits/inf.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 _MATH_H
# error "Never use <bits/inf.h> directly; include <math.h> instead."
diff --git a/bits/ioctl-types.h b/bits/ioctl-types.h
index 661887f95b..577d41f7cf 100644
--- a/bits/ioctl-types.h
+++ b/bits/ioctl-types.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 _SYS_IOCTL_H
# error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
diff --git a/bits/ipc.h b/bits/ipc.h
index 5ba227d36b..5f86f84798 100644
--- a/bits/ipc.h
+++ b/bits/ipc.h
@@ -12,9 +12,8 @@
Lesser General Public License for more