]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Update FSF's address and copyright years.
[wget] / src / cmpt.c
index e86286b024f435a9818f20fe1be5bf89565dd281..1b69eab9a3bbfca1d475d81c8fa1396dc5d921e9 100644 (file)
@@ -1,5 +1,5 @@
 /* Replacements for routines missing on some systems.
-   Copyright (C) 1995-2005 Free Software Foundation, Inc.
+   Copyright (C) 1996-2005 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -14,8 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Wget; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+along with Wget; if not, write to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
 In addition, as a special exception, the Free Software Foundation
 gives permission to link the code of its release of Wget with the
@@ -1234,11 +1234,11 @@ fnmatch (const char *pattern, const char *string, int flags)
    understanding that an offset will be introduced by the local time
    assumption.
 
-   timegm then measures the introduced offset by applying gmtime to
-   the initial result and applying mktime to the resulting
-   "broken-down" form.  The difference between the two mktime results
-   is the measured offset which is then subtracted from the initial
-   mktime result to yield a calendar time which is the value returned.
+   It then measures the introduced offset by applying gmtime to the
+   initial result and applying mktime to the resulting "broken-down"
+   form.  The difference between the two mktime results is the
+   measured offset which is then subtracted from the initial mktime
+   result to yield a calendar time which is the value returned.
 
    tm_isdst in struct tm is set to 0 to force mktime to introduce a
    consistent offset (the non DST offset) since tm and tm+o might be