diff options
Diffstat (limited to 'time')
39 files changed, 78 insertions, 117 deletions
diff --git a/time/Makefile b/time/Makefile index badf2f984d..49ea729e35 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 8645652188..f25c6fab12 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 9238911147..75a4c34e3b 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 8cf266a3ff..fa1b48bf6e 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 99dc5f47e0..e701b2e944 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 774a50f69e..28321af32b 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 886a0b9176..217c07b663 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 ad896e207d..1eecc5d49f 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 358407d838..eb04e3239b 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 6630747cc3..e37926ea62 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 94dfbcc98b..f9076c5a6c 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 a95bad4c4e..15c5358b9b 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 d9f3063e1e..c5caa813be 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 f4a170c9e7..cfe6549db0 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 0f11a4126d..6baa71af21 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 aa91e3eb2b..645b7596d3 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 069b12f343..e0ba956756 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 e47d69615a..683d468231 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 c0b1db59bd..1ccd6a89e3 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 755fa06a7b..8132ff2d69 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 abff6f92a1..65abbb7128 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 5ed1b040e2..22234f5b7f 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 5a4917e352..d2da9422d3 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 b22129945b..94c7f8b6a1 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 18af49bbb3..a8ead3fdb1 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 e99b1571b0..7bc5ed3eb0 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 32c1998f97..0f5ef5c1d7 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 dbdbf45a88..d34e4c10eb 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 20216ed9d2..b3573aa26a 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 ec66f119df..da645d05b2 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 ee86f7f9a8..7a1e5338d4 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 bbc8c919ad..d1520e1558 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 05009ec11b..0928515145 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 84223d0ec2..df3a5e6fe9 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 6356aa0d41..32001d47e5 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 a8c1c0e4c8..80976d041b 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 b87578fe48..a2d29721a3 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 dcda6be18e..be0a48a762 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 e9443ef64e..b1b375522f 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> |