aboutsummaryrefslogtreecommitdiff
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.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
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 eaf4d32..d67ba22 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 d6851d4..5d88d5c 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 b64e743..3a48c67 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 1b606c5..987321d 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 4e3f167..f2fb68b 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 f35ce5f..748d0b2 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 a04da3e..613161e 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 d577e88..822a9a6 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>