Browse Source

Replace FSF snail mail address with URLs

This matches a similar change made to glibc.

No functional changes here.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 11 years ago
parent
commit
266bdc1f62
100 changed files with 191 additions and 293 deletions
  1. 1 2
      extra/config/lxdialog/checklist.c
  2. 1 2
      extra/config/lxdialog/dialog.h
  3. 1 2
      extra/config/lxdialog/inputbox.c
  4. 1 2
      extra/config/lxdialog/menubox.c
  5. 1 2
      extra/config/lxdialog/textbox.c
  6. 1 2
      extra/config/lxdialog/util.c
  7. 1 2
      extra/config/lxdialog/yesno.c
  8. 1 3
      extra/config/zconf.tab.c_shipped
  9. 1 2
      extra/scripts/relinfo.pl
  10. 2 3
      include/alloca.h
  11. 2 3
      include/ar.h
  12. 2 3
      include/arpa/inet.h
  13. 2 3
      include/assert.h
  14. 2 3
      include/atomic.h
  15. 2 3
      include/byteswap.h
  16. 2 3
      include/complex.h
  17. 2 3
      include/cpio.h
  18. 2 4
      include/crypt.h
  19. 2 3
      include/ctype.h
  20. 2 3
      include/dirent.h
  21. 2 3
      include/dlfcn.h
  22. 2 3
      include/elf.h
  23. 2 3
      include/endian.h
  24. 2 3
      include/err.h
  25. 2 3
      include/errno.h
  26. 2 3
      include/error.h
  27. 2 3
      include/execinfo.h
  28. 2 3
      include/fcntl.h
  29. 2 3
      include/features.h
  30. 2 3
      include/fenv.h
  31. 2 3
      include/fnmatch.h
  32. 2 3
      include/ftw.h
  33. 2 3
      include/glob.h
  34. 2 3
      include/gnu-versions.h
  35. 2 3
      include/grp.h
  36. 2 3
      include/iconv.h
  37. 2 3
      include/ieee754.h
  38. 2 3
      include/ifaddrs.h
  39. 2 3
      include/inttypes.h
  40. 2 3
      include/langinfo.h
  41. 2 3
      include/libc-internal.h
  42. 2 3
      include/libc-symbols.h
  43. 2 3
      include/libgen.h
  44. 2 3
      include/libintl.h
  45. 2 3
      include/limits.h
  46. 2 3
      include/link.h
  47. 2 3
      include/locale.h
  48. 2 3
      include/malloc.h
  49. 2 3
      include/math.h
  50. 2 3
      include/memory.h
  51. 2 3
      include/mntent.h
  52. 2 3
      include/mqueue.h
  53. 2 3
      include/net/ethernet.h
  54. 2 3
      include/net/if.h
  55. 2 3
      include/net/if_arp.h
  56. 2 3
      include/net/if_packet.h
  57. 2 3
      include/net/if_shaper.h
  58. 2 3
      include/net/if_slip.h
  59. 2 3
      include/net/route.h
  60. 2 3
      include/netax25/ax25.h
  61. 2 3
      include/netdb.h
  62. 2 3
      include/neteconet/ec.h
  63. 2 3
      include/netinet/ether.h
  64. 2 3
      include/netinet/icmp6.h
  65. 2 3
      include/netinet/if_ether.h
  66. 2 3
      include/netinet/if_fddi.h
  67. 2 3
      include/netinet/if_tr.h
  68. 2 3
      include/netinet/igmp.h
  69. 2 3
      include/netinet/in.h
  70. 2 3
      include/netinet/in_systm.h
  71. 2 3
      include/netinet/ip.h
  72. 2 3
      include/netinet/ip6.h
  73. 2 3
      include/netinet/ip_icmp.h
  74. 2 3
      include/netinet/udp.h
  75. 2 3
      include/netipx/ipx.h
  76. 2 3
      include/netpacket/packet.h
  77. 2 3
      include/nl_types.h
  78. 2 3
      include/obstack.h
  79. 2 3
      include/printf.h
  80. 2 3
      include/pty.h
  81. 2 3
      include/pwd.h
  82. 2 3
      include/regex.h
  83. 2 3
      include/regexp.h
  84. 2 3
      include/rpc/auth_des.h
  85. 2 3
      include/sched.h
  86. 2 3
      include/scsi/scsi.h
  87. 2 3
      include/scsi/scsi_ioctl.h
  88. 2 3
      include/scsi/sg.h
  89. 2 3
      include/search.h
  90. 2 3
      include/setjmp.h
  91. 2 3
      include/sgtty.h
  92. 2 3
      include/shadow.h
  93. 2 3
      include/signal.h
  94. 2 3
      include/stdint.h
  95. 2 3
      include/stdio.h
  96. 2 3
      include/stdio_ext.h
  97. 2 3
      include/stdlib.h
  98. 2 3
      include/string.h
  99. 2 3
      include/strings.h
  100. 2 3
      include/sys/cdefs.h

+ 1 - 2
extra/config/lxdialog/checklist.c

@@ -17,8 +17,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include "dialog.h"
 #include "dialog.h"

+ 1 - 2
extra/config/lxdialog/dialog.h

@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include <sys/types.h>
 #include <sys/types.h>

+ 1 - 2
extra/config/lxdialog/inputbox.c

@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include "dialog.h"
 #include "dialog.h"

+ 1 - 2
extra/config/lxdialog/menubox.c

@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 /*
 /*

+ 1 - 2
extra/config/lxdialog/textbox.c

@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include "dialog.h"
 #include "dialog.h"

+ 1 - 2
extra/config/lxdialog/util.c

@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include "dialog.h"
 #include "dialog.h"

+ 1 - 2
extra/config/lxdialog/yesno.c

@@ -15,8 +15,7 @@
  *  GNU General Public License for more details.
  *  GNU General Public License for more details.
  *
  *
  *  You should have received a copy of the GNU General Public License
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #include "dialog.h"
 #include "dialog.h"

+ 1 - 3
extra/config/zconf.tab.c_shipped

@@ -16,9 +16,7 @@
    GNU General Public License for more details.
    GNU General Public License for more details.
 
 
    You should have received a copy of the GNU General Public License
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
 
 
 /* As a special exception, you may create a larger work that contains
 /* As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work
    part or all of the Bison parser skeleton and distribute that work

+ 1 - 2
extra/scripts/relinfo.pl

@@ -14,8 +14,7 @@ eval "exec /usr/bin/perl -S $0 $*"
 # GNU General Public License for more details.
 # GNU General Public License for more details.
 #
 #
 # You should have received a copy of the GNU General Public License
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 
 for ($cnt = 0; $cnt <= $#ARGV; ++$cnt) {
 for ($cnt = 0; $cnt <= $#ARGV; ++$cnt) {
   $relent = 0;
   $relent = 0;

+ 2 - 3
include/alloca.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_ALLOCA_H
 #ifndef	_ALLOCA_H
 #define	_ALLOCA_H	1
 #define	_ALLOCA_H	1

+ 2 - 3
include/ar.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _AR_H
 #ifndef _AR_H
 #define _AR_H 1
 #define _AR_H 1

+ 2 - 3
include/arpa/inet.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _ARPA_INET_H
 #ifndef _ARPA_INET_H
 #define	_ARPA_INET_H	1
 #define	_ARPA_INET_H	1

+ 2 - 3
include/assert.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.2 Diagnostics	<assert.h>
  *	ISO C99 Standard: 7.2 Diagnostics	<assert.h>

+ 2 - 3
include/atomic.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _ATOMIC_H
 #ifndef _ATOMIC_H
 #define _ATOMIC_H	1
 #define _ATOMIC_H	1

+ 2 - 3
include/byteswap.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _BYTESWAP_H
 #ifndef _BYTESWAP_H
 #define _BYTESWAP_H	1
 #define _BYTESWAP_H	1

+ 2 - 3
include/complex.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99:  7.3 Complex arithmetic	<complex.h>
  *	ISO C99:  7.3 Complex arithmetic	<complex.h>

+ 2 - 3
include/cpio.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _CPIO_H
 #ifndef _CPIO_H
 #define _CPIO_H 1
 #define _CPIO_H 1

+ 2 - 4
include/crypt.h

@@ -12,10 +12,8 @@
  * Lesser General Public License for more details.
  * Lesser General Public License for more details.
  *
  *
  * You should have received a copy of the GNU Lesser General Public
  * 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; see the file COPYING.LIB.  If
+ * not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
 #ifndef _CRYPT_H
 #ifndef _CRYPT_H

+ 2 - 3
include/ctype.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard 7.4: Character handling	<ctype.h>
  *	ISO C99 Standard 7.4: Character handling	<ctype.h>

+ 2 - 3
include/dirent.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  *	POSIX Standard: 5.1.2 Directory Operations	<dirent.h>
  *	POSIX Standard: 5.1.2 Directory Operations	<dirent.h>

+ 2 - 3
include/dlfcn.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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
 #ifndef	_DLFCN_H
 #define	_DLFCN_H 1
 #define	_DLFCN_H 1

+ 2 - 3
include/elf.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _ELF_H
 #ifndef _ELF_H
 #define	_ELF_H 1
 #define	_ELF_H 1

+ 2 - 3
include/endian.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_ENDIAN_H
 #ifndef	_ENDIAN_H
 #define	_ENDIAN_H	1
 #define	_ENDIAN_H	1

+ 2 - 3
include/err.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_ERR_H
 #ifndef	_ERR_H
 #define	_ERR_H	1
 #define	_ERR_H	1

+ 2 - 3
include/errno.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.5 Errors	<errno.h>
  *	ISO C99 Standard: 7.5 Errors	<errno.h>

+ 2 - 3
include/error.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _ERROR_H
 #ifndef _ERROR_H
 #define _ERROR_H 1
 #define _ERROR_H 1

+ 2 - 3
include/execinfo.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _EXECINFO_H
 #ifndef _EXECINFO_H
 #define _EXECINFO_H 1
 #define _EXECINFO_H 1

+ 2 - 3
include/fcntl.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  *	POSIX Standard: 6.5 File Control Operations	<fcntl.h>
  *	POSIX Standard: 6.5 File Control Operations	<fcntl.h>

+ 2 - 3
include/features.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_FEATURES_H
 #ifndef	_FEATURES_H
 #define	_FEATURES_H	1
 #define	_FEATURES_H	1

+ 2 - 3
include/fenv.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 7.6: Floating-point environment	<fenv.h>
  * ISO C99 7.6: Floating-point environment	<fenv.h>

+ 2 - 3
include/fnmatch.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_FNMATCH_H
 #ifndef	_FNMATCH_H
 #define	_FNMATCH_H	1
 #define	_FNMATCH_H	1

+ 2 - 3
include/ftw.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  *	X/Open Portability Guide 4.2: ftw.h
  *	X/Open Portability Guide 4.2: ftw.h

+ 2 - 3
include/glob.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_GLOB_H
 #ifndef	_GLOB_H
 #define	_GLOB_H	1
 #define	_GLOB_H	1

+ 2 - 3
include/gnu-versions.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _GNU_VERSIONS_H
 #ifndef _GNU_VERSIONS_H
 #define	_GNU_VERSIONS_H	1
 #define	_GNU_VERSIONS_H	1

+ 2 - 3
include/grp.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  *	POSIX Standard: 9.2.1 Group Database Access	<grp.h>
  *	POSIX Standard: 9.2.1 Group Database Access	<grp.h>

+ 2 - 3
include/iconv.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _ICONV_H
 #ifndef _ICONV_H
 #define _ICONV_H	1
 #define _ICONV_H	1

+ 2 - 3
include/ieee754.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _IEEE754_H
 #ifndef _IEEE754_H
 
 

+ 2 - 3
include/ifaddrs.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _IFADDRS_H
 #ifndef _IFADDRS_H
 #define _IFADDRS_H	1
 #define _IFADDRS_H	1

+ 2 - 3
include/inttypes.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99: 7.8 Format conversion of integer types	<inttypes.h>
  *	ISO C99: 7.8 Format conversion of integer types	<inttypes.h>

+ 2 - 3
include/langinfo.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _LANGINFO_H
 #ifndef _LANGINFO_H
 #define	_LANGINFO_H 1
 #define	_LANGINFO_H 1

+ 2 - 3
include/libc-internal.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _LIBC_INTERNAL_H
 #ifndef _LIBC_INTERNAL_H
 #define _LIBC_INTERNAL_H 1
 #define _LIBC_INTERNAL_H 1

+ 2 - 3
include/libc-symbols.h

@@ -15,9 +15,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _LIBC_SYMBOLS_H
 #ifndef _LIBC_SYMBOLS_H
 #define _LIBC_SYMBOLS_H	1
 #define _LIBC_SYMBOLS_H	1

+ 2 - 3
include/libgen.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _LIBGEN_H
 #ifndef _LIBGEN_H
 #define _LIBGEN_H	1
 #define _LIBGEN_H	1

+ 2 - 3
include/libintl.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _LIBINTL_H
 #ifndef _LIBINTL_H
 #define _LIBINTL_H	1
 #define _LIBINTL_H	1

+ 2 - 3
include/limits.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types	<limits.h>
  *	ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types	<limits.h>

+ 2 - 3
include/link.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_LINK_H
 #ifndef	_LINK_H
 #define	_LINK_H	1
 #define	_LINK_H	1

+ 2 - 3
include/locale.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.11 Localization	<locale.h>
  *	ISO C99 Standard: 7.11 Localization	<locale.h>

+ 2 - 3
include/malloc.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _MALLOC_H
 #ifndef _MALLOC_H
 #define _MALLOC_H 1
 #define _MALLOC_H 1

+ 2 - 3
include/math.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.12 Mathematics	<math.h>
  *	ISO C99 Standard: 7.12 Mathematics	<math.h>

+ 2 - 3
include/memory.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  * SVID
  * SVID

+ 2 - 3
include/mntent.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_MNTENT_H
 #ifndef	_MNTENT_H
 #define	_MNTENT_H	1
 #define	_MNTENT_H	1

+ 2 - 3
include/mqueue.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _MQUEUE_H
 #ifndef _MQUEUE_H
 #define _MQUEUE_H	1
 #define _MQUEUE_H	1

+ 2 - 3
include/net/ethernet.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* Based on the FreeBSD version of this file. Curiously, that file
 /* Based on the FreeBSD version of this file. Curiously, that file
    lacks a copyright in the header. */
    lacks a copyright in the header. */

+ 2 - 3
include/net/if.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NET_IF_H
 #ifndef _NET_IF_H
 #define _NET_IF_H	1
 #define _NET_IF_H	1

+ 2 - 3
include/net/if_arp.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 /* Based on the 4.4BSD and Linux version of this file.  */
 
 

+ 2 - 3
include/net/if_packet.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __IF_PACKET_H
 #ifndef __IF_PACKET_H
 #define __IF_PACKET_H
 #define __IF_PACKET_H

+ 2 - 3
include/net/if_shaper.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NET_IF_SHAPER_H
 #ifndef _NET_IF_SHAPER_H
 #define _NET_IF_SHAPER_H 1
 #define _NET_IF_SHAPER_H 1

+ 2 - 3
include/net/if_slip.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NET_IF_SLIP_H
 #ifndef _NET_IF_SLIP_H
 #define _NET_IF_SLIP_H 1
 #define _NET_IF_SLIP_H 1

+ 2 - 3
include/net/route.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 /* Based on the 4.4BSD and Linux version of this file.  */
 
 

+ 2 - 3
include/netax25/ax25.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETAX25_AX25_H
 #ifndef _NETAX25_AX25_H
 #define _NETAX25_AX25_H	1
 #define _NETAX25_AX25_H	1

+ 2 - 3
include/netdb.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* All data returned by the network data base library are supplied in
 /* All data returned by the network data base library are supplied in
    host order and returned in network order (suitable for use in
    host order and returned in network order (suitable for use in

+ 2 - 3
include/neteconet/ec.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETECONET_EC_H
 #ifndef _NETECONET_EC_H
 #define _NETECONET_EC_H	1
 #define _NETECONET_EC_H	1

+ 2 - 3
include/netinet/ether.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_ETHER_H
 #ifndef _NETINET_ETHER_H
 #define _NETINET_ETHER_H	1
 #define _NETINET_ETHER_H	1

+ 2 - 3
include/netinet/icmp6.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_ICMP6_H
 #ifndef _NETINET_ICMP6_H
 #define _NETINET_ICMP6_H 1
 #define _NETINET_ICMP6_H 1

+ 2 - 3
include/netinet/if_ether.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __NETINET_IF_ETHER_H
 #ifndef __NETINET_IF_ETHER_H
 
 

+ 2 - 3
include/netinet/if_fddi.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_IF_FDDI_H
 #ifndef _NETINET_IF_FDDI_H
 #define	_NETINET_IF_FDDI_H 1
 #define	_NETINET_IF_FDDI_H 1

+ 2 - 3
include/netinet/if_tr.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_IF_TR_H
 #ifndef _NETINET_IF_TR_H
 #define	_NETINET_IF_TR_H 1
 #define	_NETINET_IF_TR_H 1

+ 2 - 3
include/netinet/igmp.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_IGMP_H
 #ifndef _NETINET_IGMP_H
 #define	_NETINET_IGMP_H 1
 #define	_NETINET_IGMP_H 1

+ 2 - 3
include/netinet/in.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_NETINET_IN_H
 #ifndef	_NETINET_IN_H
 #define	_NETINET_IN_H	1
 #define	_NETINET_IN_H	1

+ 2 - 3
include/netinet/in_systm.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_IN_SYSTM_H
 #ifndef _NETINET_IN_SYSTM_H
 #define _NETINET_IN_SYSTM_H 1
 #define _NETINET_IN_SYSTM_H 1

+ 2 - 3
include/netinet/ip.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __NETINET_IP_H
 #ifndef __NETINET_IP_H
 #define __NETINET_IP_H 1
 #define __NETINET_IP_H 1

+ 2 - 3
include/netinet/ip6.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NETINET_IP6_H
 #ifndef _NETINET_IP6_H
 #define _NETINET_IP6_H 1
 #define _NETINET_IP6_H 1

+ 2 - 3
include/netinet/ip_icmp.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __NETINET_IP_ICMP_H
 #ifndef __NETINET_IP_ICMP_H
 #define __NETINET_IP_ICMP_H    1
 #define __NETINET_IP_ICMP_H    1

+ 2 - 3
include/netinet/udp.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  * Copyright (C) 1982, 1986 Regents of the University of California.
  * Copyright (C) 1982, 1986 Regents of the University of California.

+ 2 - 3
include/netipx/ipx.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __NETIPX_IPX_H
 #ifndef __NETIPX_IPX_H
 #define __NETIPX_IPX_H 1
 #define __NETIPX_IPX_H 1

+ 2 - 3
include/netpacket/packet.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 __NETPACKET_PACKET_H
 #ifndef __NETPACKET_PACKET_H
 #define __NETPACKET_PACKET_H	1
 #define __NETPACKET_PACKET_H	1

+ 2 - 3
include/nl_types.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _NL_TYPES_H
 #ifndef _NL_TYPES_H
 #define _NL_TYPES_H 1
 #define _NL_TYPES_H 1

+ 2 - 3
include/obstack.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 
 /* Summary:
 /* Summary:
 
 

+ 2 - 3
include/printf.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* March 11, 2001         Manuel Novoa III
 /* March 11, 2001         Manuel Novoa III
  *
  *

+ 2 - 3
include/pty.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _PTY_H
 #ifndef _PTY_H
 #define _PTY_H	1
 #define _PTY_H	1

+ 2 - 3
include/pwd.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
  *	POSIX Standard: 9.2.2 User Database Access	<pwd.h>
  *	POSIX Standard: 9.2.2 User Database Access	<pwd.h>

+ 2 - 3
include/regex.h

@@ -15,9 +15,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _REGEX_H
 #ifndef _REGEX_H
 #define _REGEX_H 1
 #define _REGEX_H 1

+ 2 - 3
include/regexp.h

@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _REGEXP_H
 #ifndef _REGEXP_H
 #define _REGEXP_H	1
 #define _REGEXP_H	1

+ 2 - 3
include/rpc/auth_des.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _RPC_AUTH_DES_H
 #ifndef _RPC_AUTH_DES_H
 #define _RPC_AUTH_DES_H	1
 #define _RPC_AUTH_DES_H	1

+ 2 - 3
include/sched.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_SCHED_H
 #ifndef	_SCHED_H
 #define	_SCHED_H	1
 #define	_SCHED_H	1

+ 2 - 3
include/scsi/scsi.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 header file contains public constants and structures used by
  * This header file contains public constants and structures used by

+ 2 - 3
include/scsi/scsi_ioctl.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _SCSI_IOCTL_H
 #ifndef _SCSI_IOCTL_H
 #define _SCSI_IOCTL_H
 #define _SCSI_IOCTL_H

+ 2 - 3
include/scsi/sg.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /*
 /*
    History:
    History:

+ 2 - 3
include/search.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 _SEARCH_H
 #ifndef _SEARCH_H
 #define	_SEARCH_H 1
 #define	_SEARCH_H 1

+ 2 - 3
include/setjmp.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.13 Nonlocal jumps	<setjmp.h>
  *	ISO C99 Standard: 7.13 Nonlocal jumps	<setjmp.h>

+ 2 - 3
include/sgtty.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_SGTTY_H
 #ifndef	_SGTTY_H
 #define	_SGTTY_H	1
 #define	_SGTTY_H	1

+ 2 - 3
include/shadow.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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/>.  */
 
 
 /* Declaration of types and functions for shadow password suite.  */
 /* Declaration of types and functions for shadow password suite.  */
 
 

+ 2 - 3
include/signal.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.14 Signal handling <signal.h>
  *	ISO C99 Standard: 7.14 Signal handling <signal.h>

+ 2 - 3
include/stdint.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99: 7.18 Integer types <stdint.h>
  *	ISO C99: 7.18 Integer types <stdint.h>

+ 2 - 3
include/stdio.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.19 Input/output	<stdio.h>
  *	ISO C99 Standard: 7.19 Input/output	<stdio.h>

+ 2 - 3
include/stdio_ext.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 header contains the same definitions as the header of the same name
 /* This header contains the same definitions as the header of the same name
    on Sun's Solaris OS.  */
    on Sun's Solaris OS.  */

+ 2 - 3
include/stdlib.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.20 General utilities	<stdlib.h>
  *	ISO C99 Standard: 7.20 General utilities	<stdlib.h>

+ 2 - 3
include/string.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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 C99 Standard: 7.21 String handling	<string.h>
  *	ISO C99 Standard: 7.21 String handling	<string.h>

+ 2 - 3
include/strings.h

@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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	_STRINGS_H
 #ifndef	_STRINGS_H
 #define	_STRINGS_H	1
 #define	_STRINGS_H	1

+ 2 - 3
include/sys/cdefs.h

@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
    Lesser General Public License for more details.
 
 
    You should have received a copy of the GNU Lesser General Public
    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_CDEFS_H
 #ifndef	_SYS_CDEFS_H
 #define	_SYS_CDEFS_H	1
 #define	_SYS_CDEFS_H	1

Some files were not shown because too many files changed in this diff