summaryrefslogtreecommitdiff
path: root/wctype
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 /wctype
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'wctype')
-rw-r--r--wctype/Makefile5
-rw-r--r--wctype/iswctype.c5
-rw-r--r--wctype/iswctype_l.c5
-rw-r--r--wctype/test_wcfuncs.c5
-rw-r--r--wctype/test_wctype.c5
-rw-r--r--wctype/towctrans.c5
-rw-r--r--wctype/towctrans_l.c5
-rw-r--r--wctype/wcfuncs.c5
-rw-r--r--wctype/wcfuncs_l.c5
-rw-r--r--wctype/wchar-lookup.h5
-rw-r--r--wctype/wctrans.c5
-rw-r--r--wctype/wctrans_l.c5
-rw-r--r--wctype/wctype.c5
-rw-r--r--wctype/wctype.h5
-rw-r--r--wctype/wctype_l.c5
15 files changed, 30 insertions, 45 deletions
diff --git a/wctype/Makefile b/wctype/Makefile
index 9505b1fabb..e54e6efe56 100644
--- a/wctype/Makefile
+++ b/wctype/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 wctype portion of the library.
diff --git a/wctype/iswctype.c b/wctype/iswctype.c
index 567b9f4fbb..ef6cc9ba5d 100644
--- a/wctype/iswctype.c
+++ b/wctype/iswctype.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 <ctype.h>
#include <wctype.h>
diff --git a/wctype/iswctype_l.c b/wctype/iswctype_l.c
index fea94f1a14..1bd96ffa38 100644
--- a/wctype/iswctype_l.c
+++ b/wctype/iswctype_l.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 <ctype.h>
#include <wctype.h>
diff --git a/wctype/test_wcfuncs.c b/wctype/test_wcfuncs.c
index e8476b73a9..0eeb1b6f7c 100644
--- a/wctype/test_wcfuncs.c
+++ b/wctype/test_wcfuncs.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 <stdio.h>
#include <stdlib.h>
diff --git a/wctype/test_wctype.c b/wctype/test_wctype.c
index cf111cc13f..f98013785c 100644
--- a/wctype/test_wctype.c
+++ b/wctype/test_wctype.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 <ctype.h>
#include <stdio.h>
diff --git a/wctype/towctrans.c b/wctype/towctrans.c
index 6e3c466a6e..0e6d7b516f 100644
--- a/wctype/towctrans.c
+++ b/wctype/towctrans.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 <wctype.h>
diff --git a/wctype/towctrans_l.c b/wctype/towctrans_l.c
index 28a4fd0530..a17becc472 100644
--- a/wctype/towctrans_l.c
+++ b/wctype/towctrans_l.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 <wctype.h>
diff --git a/wctype/wcfuncs.c b/wctype/wcfuncs.c
index 88430a6062..a610106650 100644
--- a/wctype/wcfuncs.c
+++ b/wctype/wcfuncs.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 <ctype.h>
#include <wctype.h>
diff --git a/wctype/wcfuncs_l.c b/wctype/wcfuncs_l.c
index d38acefd42..3d795536e2 100644
--- a/wctype/wcfuncs_l.c
+++ b/wctype/wcfuncs_l.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 <ctype.h>
#include <wctype.h>
diff --git a/wctype/wchar-lookup.h b/wctype/wchar-lookup.h
index 74d9c8f5b0..c1840aa38f 100644
--- a/wctype/wchar-lookup.h
+++ b/wctype/wchar-lookup.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/>. */
#include <stdint.h>
diff --git a/wctype/wctrans.c b/wctype/wctrans.c
index ee9947a05d..bd59ddc87f 100644
--- a/wctype/wctrans.c
+++ b/wctype/wctrans.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 <inttypes.h>
#include <string.h>
diff --git a/wctype/wctrans_l.c b/wctype/wctrans_l.c
index 303b50ddbe..5a2212a9a6 100644
--- a/wctype/wctrans_l.c
+++ b/wctype/wctrans_l.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 <locale.h>
#include <string.h>
diff --git a/wctype/wctype.c b/wctype/wctype.c
index 9168929282..0686c30d91 100644
--- a/wctype/wctype.c
+++ b/wctype/wctype.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 <endian.h>
#include <string.h>
diff --git a/wctype/wctype.h b/wctype/wctype.h
index ecd15f933d..d80bfc0990 100644
--- a/wctype/wctype.h
+++ b/wctype/wctype.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 C99 Standard: 7.25
diff --git a/wctype/wctype_l.c b/wctype/wctype_l.c
index 2062da60ae..e1501b0fb5 100644
--- a/wctype/wctype_l.c
+++ b/wctype/wctype_l.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 <endian.h>
#include <locale.h>