aboutsummaryrefslogtreecommitdiff
path: root/time
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 /time
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
Replace FSF snail mail address with URLs.
Diffstat (limited to 'time')
-rw-r--r--time/Makefile5
-rw-r--r--time/adjtime.c5
-rw-r--r--time/alt_digit.c5
-rw-r--r--time/asctime.c5
-rw-r--r--time/clock.c5
-rw-r--r--time/ctime.c5
-rw-r--r--time/ctime_r.c5
-rw-r--r--time/difftime.c5
-rw-r--r--time/dysize.c5
-rw-r--r--time/era.c5
-rw-r--r--time/ftime.c5
-rw-r--r--time/getdate.c5
-rw-r--r--time/getitimer.c5
-rw-r--r--time/gettimeofday.c5
-rw-r--r--time/gmtime.c5
-rw-r--r--time/lc-time-cleanup.c5
-rw-r--r--time/localtime.c5
-rw-r--r--time/mktime.c5
-rw-r--r--time/offtime.c5
-rw-r--r--time/setitimer.c5
-rw-r--r--time/settimeofday.c5
-rw-r--r--time/stime.c5
-rw-r--r--time/strftime.c5
-rw-r--r--time/strftime_l.c5
-rw-r--r--time/strptime.c5
-rw-r--r--time/strptime_l.c5
-rw-r--r--time/sys/time.h5
-rw-r--r--time/sys/timeb.h5
-rw-r--r--time/test_time.c5
-rw-r--r--time/time.c5
-rw-r--r--time/time.h5
-rw-r--r--time/timegm.c5
-rw-r--r--time/timespec_get.c5
-rw-r--r--time/tst-getdate.c5
-rw-r--r--time/tst-strptime.c5
-rw-r--r--time/tzfile.c5
-rw-r--r--time/tzset.c5
-rw-r--r--time/wcsftime.c5
-rw-r--r--time/wcsftime_l.c5
39 files changed, 78 insertions, 117 deletions
diff --git a/time/Makefile b/time/Makefile
index badf2f9..49ea729 100644
--- a/time/Makefile
+++ b/time/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/>.
#
# Makefile for time routines
diff --git a/time/adjtime.c b/time/adjtime.c
index 8645652..f25c6fa 100644
--- a/time/adjtime.c
+++ b/time/adjtime.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 <errno.h>
#include <sys/time.h>
diff --git a/time/alt_digit.c b/time/alt_digit.c
index 9238911..75a4c34 100644
--- a/time/alt_digit.c
+++ b/time/alt_digit.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 "../locale/localeinfo.h"
#include <bits/libc-lock.h>
diff --git a/time/asctime.c b/time/asctime.c
index 8cf266a..fa1b48b 100644
--- a/time/asctime.c
+++ b/time/asctime.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 "../locale/localeinfo.h"
#include <errno.h>
diff --git a/time/clock.c b/time/clock.c
index 99dc5f4..e701b2e 100644
--- a/time/clock.c
+++ b/time/clock.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 <sys/times.h>
#include <time.h>
diff --git a/time/ctime.c b/time/ctime.c
index 774a50f..28321af 100644
--- a/time/ctime.c
+++ b/time/ctime.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/>. */
#undef __OPTIMIZE__ /* Avoid inline `ctime' function. */
#include <time.h>
diff --git a/time/ctime_r.c b/time/ctime_r.c
index 886a0b9..217c07b 100644
--- a/time/ctime_r.c
+++ b/time/ctime_r.c
@@ -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/>. */
#include <time.h>
diff --git a/time/difftime.c b/time/difftime.c
index ad896e2..1eecc5d 100644
--- a/time/difftime.c
+++ b/time/difftime.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/>. */
/* Written by Paul Eggert <eggert@cs.ucla.edu>. */
diff --git a/time/dysize.c b/time/dysize.c
index 358407d..eb04e32 100644
--- a/time/dysize.c
+++ b/time/dysize.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 <time.h>
diff --git a/time/era.c b/time/era.c
index 6630747..e37926e 100644
--- a/time/era.c
+++ b/time/era.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 "../locale/localeinfo.h"
#include <bits/libc-lock.h>
diff --git a/time/ftime.c b/time/ftime.c
index 94dfbcc..f9076c5 100644
--- a/time/ftime.c
+++ b/time/ftime.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 <errno.h>
#include <time.h>
diff --git a/time/getdate.c b/time/getdate.c
index a95bad4..15c5358 100644
--- a/time/getdate.c
+++ b/time/getdate.c
@@ -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/>. */
#include <limits.h>
#include <stdio.h>
diff --git a/time/getitimer.c b/time/getitimer.c
index d9f3063..c5caa81 100644
--- a/time/getitimer.c
+++ b/time/getitimer.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 <stddef.h>
#include <errno.h>
diff --git a/time/gettimeofday.c b/time/gettimeofday.c
index f4a170c..cfe6549 100644
--- a/time/gettimeofday.c
+++ b/time/gettimeofday.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 <errno.h>
#include <sys/time.h>
diff --git a/time/gmtime.c b/time/gmtime.c
index 0f11a41..6baa71a 100644
--- a/time/gmtime.c
+++ b/time/gmtime.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 <time.h>
diff --git a/time/lc-time-cleanup.c b/time/lc-time-cleanup.c
index aa91e3e..645b759 100644
--- a/time/lc-time-cleanup.c
+++ b/time/lc-time-cleanup.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 "../locale/localeinfo.h"
#include <stdlib.h>
diff --git a/time/localtime.c b/time/localtime.c
index 069b12f..e0ba956 100644
--- a/time/localtime.c
+++ b/time/localtime.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 <time.h>
diff --git a/time/mktime.c b/time/mktime.c
index e47d696..683d468 100644
--- a/time/mktime.c
+++ b/time/mktime.c
@@ -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/>. */
/* Define this to have a standalone program to test this implementation of
mktime. */
diff --git a/time/offtime.c b/time/offtime.c
index c0b1db5..1ccd6a8 100644
--- a/time/offtime.c
+++ b/time/offtime.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 <errno.h>
#include <time.h>
diff --git a/time/setitimer.c b/time/setitimer.c
index 755fa06..8132ff2 100644
--- a/time/setitimer.c
+++ b/time/setitimer.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 <stddef.h>
#include <errno.h>
diff --git a/time/settimeofday.c b/time/settimeofday.c
index abff6f9..65abbb7 100644
--- a/time/settimeofday.c
+++ b/time/settimeofday.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 <errno.h>
#include <sys/time.h>
diff --git a/time/stime.c b/time/stime.c
index 5ed1b04..22234f5 100644
--- a/time/stime.c
+++ b/time/stime.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 <errno.h>
#include <time.h>
diff --git a/time/strftime.c b/time/strftime.c
index 5a4917e..d2da942 100644
--- a/time/strftime.c
+++ b/time/strftime.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 <time.h>
#include <locale/localeinfo.h>
diff --git a/time/strftime_l.c b/time/strftime_l.c
index b221299..94c7f8b 100644
--- a/time/strftime_l.c
+++ b/time/strftime_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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/time/strptime.c b/time/strptime.c
index 18af49b..a8ead3f 100644
--- a/time/strptime.c
+++ b/time/strptime.c
@@ -15,9 +15,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/>. */
/* XXX This version of the implementation is not really complete.
Some of the fields cannot add information alone. But if seeing
diff --git a/time/strptime_l.c b/time/strptime_l.c
index e99b157..7bc5ed3 100644
--- a/time/strptime_l.c
+++ b/time/strptime_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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/time/sys/time.h b/time/sys/time.h
index 32c1998..0f5ef5c 100644
--- a/time/sys/time.h
+++ b/time/sys/time.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_TIME_H
#define _SYS_TIME_H 1
diff --git a/time/sys/timeb.h b/time/sys/timeb.h
index dbdbf45..d34e4c1 100644
--- a/time/sys/timeb.h
+++ b/time/sys/timeb.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 _SYS_TIMEB_H
#define _SYS_TIMEB_H 1
diff --git a/time/test_time.c b/time/test_time.c
index 20216ed..b3573aa 100644
--- a/time/test_time.c
+++ b/time/test_time.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/time/time.c b/time/time.c
index ec66f11..da645d0 100644
--- a/time/time.c
+++ b/time/time.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 <errno.h>
#include <time.h>
diff --git a/time/time.h b/time/time.h
index ee86f7f..7a1e533 100644
--- a/time/time.h
+++ b/time/time.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.23 Date and time <time.h>
diff --git a/time/timegm.c b/time/timegm.c
index bbc8c91..d1520e1 100644
--- a/time/timegm.c
+++ b/time/timegm.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/time/timespec_get.c b/time/timespec_get.c
index 05009ec..0928515 100644
--- a/time/timespec_get.c
+++ b/time/timespec_get.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 <time.h>
diff --git a/time/tst-getdate.c b/time/tst-getdate.c
index 84223d0..df3a5e6 100644
--- a/time/tst-getdate.c
+++ b/time/tst-getdate.c
@@ -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/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/time/tst-strptime.c b/time/tst-strptime.c
index 6356aa0..32001d4 100644
--- a/time/tst-strptime.c
+++ b/time/tst-strptime.c
@@ -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/>. */
#include <locale.h>
#include <stdio.h>
diff --git a/time/tzfile.c b/time/tzfile.c
index a8c1c0e..80976d0 100644
--- a/time/tzfile.c
+++ b/time/tzfile.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 <assert.h>
#include <limits.h>
diff --git a/time/tzset.c b/time/tzset.c
index b87578f..a2d2972 100644
--- a/time/tzset.c
+++ b/time/tzset.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 <errno.h>
diff --git a/time/wcsftime.c b/time/wcsftime.c
index dcda6be..be0a48a 100644
--- a/time/wcsftime.c
+++ b/time/wcsftime.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 <wchar.h>
#include <locale/localeinfo.h>
diff --git a/time/wcsftime_l.c b/time/wcsftime_l.c
index e9443ef..b1b3755 100644
--- a/time/wcsftime_l.c
+++ b/time/wcsftime_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 <wchar.h>
#include <wctype.h>