diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mktime.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mktime.c b/src/mktime.c index 67769fca46d..b7c91ecf1f7 100644 --- a/src/mktime.c +++ b/src/mktime.c | |||
| @@ -1,23 +1,23 @@ | |||
| 1 | /* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
| 2 | Contributed by Paul Eggert (eggert@twinsun.com). | 2 | Contributed by Paul Eggert (eggert@twinsun.com). |
| 3 | 3 | ||
| 4 | NOTE: The canonical source of this file is maintained with the GNU C Library. | 4 | NOTE: The canonical source of this file is maintained with the GNU C Library. |
| 5 | Bugs can be reported to bug-glibc@prep.ai.mit.edu. | 5 | Bugs can be reported to bug-glibc@prep.ai.mit.edu. |
| 6 | 6 | ||
| 7 | This program is free software; you can redistribute it and/or modify it | 7 | This program is free software; you can redistribute it and/or modify it |
| 8 | under the terms of the GNU General Public License as published by the | 8 | under the terms of the GNU General Public License as published by the |
| 9 | Free Software Foundation; either version 2, or (at your option) any | 9 | Free Software Foundation; either version 2, or (at your option) any |
| 10 | later version. | 10 | later version. |
| 11 | 11 | ||
| 12 | This program is distributed in the hope that it will be useful, | 12 | This program is distributed in the hope that it will be useful, |
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software |
| 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
| 20 | USA. */ | 20 | USA. */ |
| 21 | 21 | ||
| 22 | /* Define this to have a standalone program to test this implementation of | 22 | /* Define this to have a standalone program to test this implementation of |
| 23 | mktime. */ | 23 | mktime. */ |