about summary refs log tree commit diff
path: root/ctype
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 /ctype
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
Replace FSF snail mail address with URLs.
Diffstat (limited to 'ctype')
-rw-r--r--ctype/Makefile5
-rw-r--r--ctype/ctype-extn.c5
-rw-r--r--ctype/ctype-info.c5
-rw-r--r--ctype/ctype.c5
-rw-r--r--ctype/ctype.h5
-rw-r--r--ctype/ctype_l.c5
-rw-r--r--ctype/isctype.c5
-rw-r--r--ctype/test_ctype.c5
8 files changed, 16 insertions, 24 deletions
diff --git a/ctype/Makefile b/ctype/Makefile
index eaf4d32314..d67ba2265f 100644
--- a/ctype/Makefile
+++ b/ctype/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 ctype portion of the library.
diff --git a/ctype/ctype-extn.c b/ctype/ctype-extn.c
index d6851d4fbc..5d88d5ce71 100644
--- a/ctype/ctype-extn.c
+++ b/ctype/ctype-extn.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/>.  */
 
 #define	__NO_CTYPE
 #include <ctype.h>
diff --git a/ctype/ctype-info.c b/ctype/ctype-info.c
index b64e7439a8..3a48c6710a 100644
--- a/ctype/ctype-info.c
+++ b/ctype/ctype-info.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/>.  */
 
 #define CTYPE_EXTERN_INLINE /* Define real functions for accessors.  */
 #include <ctype.h>
diff --git a/ctype/ctype.c b/ctype/ctype.c
index 1b606c5b2d..987321d9ff 100644
--- a/ctype/ctype.c
+++ b/ctype/ctype.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/>.  */
 
 #define	__NO_CTYPE
 #include <ctype.h>
diff --git a/ctype/ctype.h b/ctype/ctype.h
index 4e3f167611..f2fb68b436 100644
--- a/ctype/ctype.h
+++ b/ctype/ctype.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/>.  */
 
 /*
  *	ISO C99 Standard 7.4: Character handling	<ctype.h>
diff --git a/ctype/ctype_l.c b/ctype/ctype_l.c
index f35ce5f519..748d0b2952 100644
--- a/ctype/ctype_l.c
+++ b/ctype/ctype_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/>.  */
 
 #define	__NO_CTYPE
 #include <ctype.h>
diff --git a/ctype/isctype.c b/ctype/isctype.c
index a04da3eb56..613161e83d 100644
--- a/ctype/isctype.c
+++ b/ctype/isctype.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>
 
diff --git a/ctype/test_ctype.c b/ctype/test_ctype.c
index d577e88dd6..822a9a6298 100644
--- a/ctype/test_ctype.c
+++ b/ctype/test_ctype.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 <limits.h>
 #include <ctype.h>