back out Copyright date changes for files with no changes year
authorJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 15:48:18 +0000 (15:48 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 15:48:18 +0000 (15:48 +0000)
59 files changed:
lib/addext.c
lib/argmatch.c
lib/argmatch.h
lib/backupfile.h
lib/chown.c
lib/diacrit.h
lib/dirname.h
lib/dup2.c
lib/exclude.h
lib/fileblocks.c
lib/fnmatch.c
lib/fnmatch.h
lib/fsusage.c
lib/fsusage.h
lib/getdate.h
lib/getgroups.c
lib/gethostname.c
lib/getopt.h
lib/group-member.c
lib/hard-locale.c
lib/hash.h
lib/isdir.c
lib/lchown.c
lib/linebuffer.c
lib/linebuffer.h
lib/long-options.h
lib/malloc.c
lib/md5.c
lib/md5.h
lib/memchr.c
lib/memcmp.c
lib/memcoll.c
lib/memset.c
lib/mktime.c
lib/modechange.h
lib/obstack.h
lib/pathmax.h
lib/realloc.c
lib/rmdir.c
lib/safe-read.c
lib/save-cwd.c
lib/stime.c
lib/stpcpy.c
lib/strcasecmp.c
lib/strcspn.c
lib/strdup.c
lib/stripslash.c
lib/strstr.c
lib/strtod.c
lib/strtol.c
lib/strtoul.c
lib/strtoull.c
lib/strtoumax.c
lib/utime.c
lib/version-etc.h
lib/xalloc.h
lib/xstrdup.c
lib/xstrtoumax.c
lib/yesno.c

index 2f5e4cd834bfe0698329fb8bbaaa9b7f8f621e88..a075ea3b1eaf8ea60513319d972909315bf462fd 100644 (file)
@@ -1,5 +1,5 @@
 /* addext.c -- add an extension to a file name
-   Copyright (C) 1990, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1997, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index ba1da3fba64be92ba44a58e8f8bfb2e7deb511f5..964270650c2b72150ba8f1375c8857378dd5be16 100644 (file)
@@ -1,5 +1,5 @@
 /* argmatch.c -- find a match for a string in an array
-   Copyright (C) 1990, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 4e73d073c3b0f60ee89d0c32939062acd0911fb0..d3f25cc3331c41f0623d10a6e733258f153cd0b7 100644 (file)
@@ -1,5 +1,5 @@
 /* argmatch.h -- definitions and prototypes for argmatch.c
-   Copyright (C) 1990, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index d854500f96487f72b1ea0035d73e124d4d6308fc..b9b973c2dde4180f443911a51bff4c4fb49ee5e1 100644 (file)
@@ -1,5 +1,5 @@
 /* backupfile.h -- declarations for making Emacs style backup file names
-   Copyright (C) 1990-1992, 1997-2000 Free Software Foundation, Inc.
+   Copyright (C) 1990-1992, 1997-1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 2b3fc9a69656490a59cb5d02134b235d9d69d7ac..452fdfcac6ef41b488fc25ce25745bb9ebf5d653 100644 (file)
@@ -1,6 +1,6 @@
 /* provide consistent interface to chown for systems that don't interpret
    an ID of -1 as meaning `don't change the corresponding ID'.
-   Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 13d2fe4b3f02e15c81da139cbee75e536766099b..edd1289a9bde4999eb30dd05ab0529b273f94d3c 100644 (file)
@@ -1,5 +1,5 @@
 /* Diacritics processing for a few character codes.
-   Copyright (C) 1990, 1991, 1992, 1993, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    All this file is a temporary hack, waiting for locales in GNU.
@@ -13,4 +13,3 @@ extern const char diacrit_diac[]; /* diacritic code for each character */
 
 /* Returns a diacritic code for CHAR.  CHAR is known to be alphabetic.  */
 #define todiac(Char) (diacrit_diac[(unsigned char) (Char)])
-
index ed238b0091d173d171cd308cc99fd8f617a67704..fc4669960cc57416876108f3c269ecac595f1e1f 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/*  Copyright (C) 1998 Free Software Foundation, Inc.
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
index 730434f25953756eaa6dbeaf749db29d6cc7b724..32afed50f424728b89e13902f630ad2fbdeff83e 100644 (file)
@@ -1,5 +1,5 @@
 /* Duplicate an open file descriptor to a specified file descriptor.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 8fc0e21e9661501b86261f79f3fbdd018d4f6fed..8a48a00ecea2e468bd890fc54132f85df0d1b0f3 100644 (file)
@@ -1,5 +1,5 @@
 /* exclude.h -- declarations for excluding file names
-   Copyright 1992, 1993, 1994, 1997, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 136818a58ce322b2139049064cf8e5fe86f7d3f0..2c944307d700b7ca050c729515354ce5d089e28f 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert file size to number of blocks on System V-like machines.
-   Copyright (C) 1990, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1997, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index b4a3709983fcbb009e86251accb75e42c4a6be98..d993633123cc5a6172ff9a6908b8ad18d93515d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 9d46763e0d06ba7da6e56ddc0b4a18993b907b0d..af1dcf523bfa2af40f009bb01ec04366f6e20c8c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 
 NOTE: The canonical source of this file is maintained with the GNU C Library.
 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
index 0dff85c0abfcd91bc1e5a4184bf12135debc8c02..a7ebf2417ce88cbfd3a3d31c5a4db2ce8f265091 100644 (file)
@@ -1,5 +1,5 @@
 /* fsusage.c -- return space usage of mounted filesystems
-   Copyright (C) 1991, 1992, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1996, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 9b8cd6abfd1ee64e3f0d3ff62d4f50dba5fae382..e0c0db581d71ab192f2e9863a4d89d80461b748c 100644 (file)
@@ -1,5 +1,5 @@
 /* fsusage.h -- declarations for filesystem space usage info
-   Copyright (C) 1991, 1992, 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 1780ed7f6450085ef74555ed309facee02ab7248..674c474f11573e66822af98c25ed26c945b99870 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+/*  Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 0ffe711f583ab1ee0243cf3aed9ff146ec11d7e8..4e0d53a0b7c129409dcedebd36635131ffa77b01 100644 (file)
@@ -1,5 +1,5 @@
 /* provide consistent interface to getgroups for systems that don't allow N==0
-   Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 2622c8ebfd2e5872508e8c005dbb7dfcb9e1e205..3d66dc936052dd3229845f9732b6fed94c401add 100644 (file)
@@ -1,5 +1,5 @@
 /* gethostname emulation for SysV and POSIX.1.
-   Copyright (C) 1992, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 219d55df4fd7eaa0e5f4ee11a1b841002ab07ed2..ac6728f83d45fd56377391174b1f304d9b262acb 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-   Copyright (C) 1989,90,91,92,93,94,96,97,1998,2000 Free Software Foundation, Inc.
+   Copyright (C) 1989,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@gnu.org.
    This program is free software; you can redistribute it and/or modify it
index 5bd8a35d00b208a69d988c92c2020f4e63e73780..dee0c39f0b6e939d456e1af1da76aa0a8f9f6a93 100644 (file)
@@ -1,5 +1,5 @@
 /* group-member.c -- determine whether group id is in calling user's group list
-   Copyright (C) 1994, 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 11686a498e5bf7b5acd1cdf87e343c9f68b227aa..1c75b390a68472bc7ccfd94d150dc393aeb2f7c0 100644 (file)
@@ -1,5 +1,5 @@
 /* hard-locale.c -- Determine whether a locale is hard.
-   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 22eb6a181d31be46f1e87941ac5c2026103fa5bd..27b6fa45a67398a93231bd3ddc12e2d2c0e74144 100644 (file)
@@ -1,5 +1,5 @@
 /* hash - hashing table processing.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    Written by Jim Meyering <meyering@ascend.com>, 1998.
 
    This program is free software; you can redistribute it and/or modify
index 3f8872fbd9a7622cf398bb720eadb0e14ea1e5f8..01cf8d5e4af280c4807eb06097e22120994a70ad 100644 (file)
@@ -1,5 +1,5 @@
 /* isdir.c -- determine whether a directory exists
-   Copyright (C) 1990, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 132d84db7a7cea112e519d702d8173e64fb81472..9604b543b001558fb43757f6704529d8ebb7a272 100644 (file)
@@ -1,5 +1,5 @@
 /* Provide a stub lchown function for systems that lack it.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 3a7c2fe0f977f146de4dec6626200bdd994a6314..3b15d1fb3066511357a4fc83aaba085515b88f9b 100644 (file)
@@ -1,5 +1,5 @@
 /* linebuffer.c -- read arbitrarily long lines
-   Copyright (C) 1986, 1991, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 6267bb100d323f81c592661b012cfac409307001..4e3549162b122d8f4425f392a33125c53c039fa5 100644 (file)
@@ -1,5 +1,5 @@
 /* linebuffer.h -- declarations for reading arbitrarily long lines
-   Copyright (C) 1986, 1991, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index ebe53db05db6732cbba8ef33c55aa8eeb8d8a45f..f82ff047eeec9c48e9970c73bf074cc4829a27b6 100644 (file)
@@ -1,5 +1,5 @@
 /* long-options.h -- declaration for --help- and --version-handling function.
-   Copyright (C) 1993, 1994, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index b5e93bde82811551f584edb97bea17603fd58afb..5e7674bd47d541f17348164f049d3122f17f1ea9 100644 (file)
@@ -1,5 +1,5 @@
 /* Work around bug on some systems where malloc (0) fails.
-   Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 5dd43e50043aec6b1dc52170ac6ce8ebed2a1bbd..d742c54f66514c4b16ec1d54862eeed9053ac693 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -1,6 +1,6 @@
 /* md5.c - Functions to compute MD5 message digest of files or memory blocks
    according to the definition of MD5 in RFC 1321 from April 1992.
-   Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
index 15704f20b273b2b1a58afc1b760495780b127622..b7645ec5039b03b3eee2e8ad59cf0669e5dfbda6 100644 (file)
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,6 +1,6 @@
 /* md5.h - Declaration of functions and data types used for MD5 sum
    computing library functions.
-   Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
index ac2f9ddca07e6a1ef999ef722add21031d96997a..8c3b59c1bbb6092057b7f8f7e13a59831bac6266 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1997, 1999 Free Software Foundation, Inc.
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
    with help from Dan Sahlin (dan@sics.se) and
    commentary by Jim Blandy (jimb@ai.mit.edu);
index f548d04bb1fce3b1d453b96c790b4e1705ea5b29..98dcb76a44aeef7ad1cac50ec3fe827d1a52e3c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1995, 1997, 1998 Free Software Foundation, Inc.
    Contributed by Torbjorn Granlund (tege@sics.se).
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
index 56400d940765728049e12b7a8cbeeb6af2d83182..09f9f2dd133040dc0288c2552c2ed93fa9967ef8 100644 (file)
@@ -1,5 +1,5 @@
 /* Locale-specific memory comparison.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index c43069b5498fa0925ef3085f5d565794ace4b1bc..5744bcbf7585dde15683be2084be2255657e9989 100644 (file)
@@ -1,5 +1,5 @@
 /* memset.c -- set an area of memory to a given value
-   Copyright (C) 1991, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index ae69f6ee8ea4bbb16a6b68e76ea98379341d3f9a..c8ecd07f12b6592b92b6425e7bf353d316b41550 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert a `struct tm' to a time_t value.
-   Copyright (C) 1993, 94, 95, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Paul Eggert (eggert@twinsun.com).
 
index d798380571566bcb9eb40ef39d0be0cc1fec6748..922f85ab432b3142894697084a2cf0ddf4f87e68 100644 (file)
@@ -1,5 +1,5 @@
 /* modechange.h -- definitions for file mode manipulation
-   Copyright (C) 1989, 1990, 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1990, 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index c623064196403779ed5d5eecaf6e9edbcdc7115f..2e89fdd3965e7349237866e668ff5f3922e466d9 100644 (file)
@@ -1,5 +1,5 @@
 /* obstack.h - object stack macros
-   Copyright (C) 1988,89,90,91,92,93,94,96,97,98,1999,2000 Free Software Foundation, Inc.
+   Copyright (C) 1988,89,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
 
    the C library, however.  The master source lives in /gd/gnu/lib.
 
index 842df18e306a0a99b539ac080617f068cc8fc722..19d4304079115a7d5567c470ca28f764271fc3f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Define PATH_MAX somehow.  Requires sys/types.h.
-   Copyright (C) 1992, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 464416ce56bcd33c166fb80dbd4a7fdd9ad7bff9..d0d3e4ab07c242e9ca96710be79c703bd181895b 100644 (file)
@@ -1,5 +1,5 @@
 /* Work around bug on some systems where realloc (NULL, 0) fails.
-   Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 805b3ca01b372590bb5d45e1593214648f2e6291..2a92803db7e60c14f01b6cd4567657ca746d465d 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD compatible remove directory function for System V
-   Copyright (C) 1988, 1990, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1990 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 86f9bde2ce66b8864f52dbfa67386624a6351e57..e404586c75fe9b31c2153473111606d8d04d7fd1 100644 (file)
@@ -1,5 +1,5 @@
 /* safe-read.c -- an interface to read that retries after interrupts
-   Copyright (C) 1993, 1994, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 4bc02e49a2c0ce34601c09caa21f5fa7aa9175b8..564c91829643365c268402756d04cdc8db4715d0 100644 (file)
@@ -1,5 +1,5 @@
 /* save-cwd.c -- Save and restore current working directory.
-   Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 6c105927b35922e7e9d1c198f80eba0da66be97b..5a8255b83a00e5860910d6a73c1b86c72f72b5ba 100644 (file)
@@ -1,5 +1,5 @@
 /* stime -- set the system clock
-   Copyright (C) 1989, 1991, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1991 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 2cc5136e2b40956228d17239afe2033745124f3c..a01636cd1c603b35fd789172e87f10daf173fac5 100644 (file)
@@ -1,5 +1,5 @@
 /* stpcpy.c -- copy a string and return pointer to end of new string
-   Copyright (C) 1992, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1995, 1997, 1998 Free Software Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@prep.ai.mit.edu.
index a6c84debd3f3808ccf7083e710200886c5a0500c..ae7601de0fcf9d6d3d1ad547705ec769c1ba6b93 100644 (file)
@@ -1,5 +1,5 @@
 /* strcasecmp.c -- case insensitive string comparator
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index fadf1411a88047208d4c8ef35ebfdc823033677e..a84d4c41d17b012e13c540c8460eee86200bfa29 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@prep.ai.mit.edu.
index 938eedf5b9c2509182c6a1d1d89005b93d34aa55..c0b05e2d15032270e54c0ccc05ec73f856b16691 100644 (file)
@@ -1,5 +1,5 @@
 /* strdup.c -- return a newly allocated copy of a string
-   Copyright (C) 1990, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 81d1b7a051886e52f5d7807db6303f4424aceeb1..9c0ad3d62e0704a069f07e9a0c4f8a8d85ee8c96 100644 (file)
@@ -1,5 +1,5 @@
 /* stripslash.c -- remove trailing slashes from a string
-   Copyright (C) 1990, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index f8137c577e1d62024acf514d9d15d1b6099e3a21..7709d8464abe664312f8f41856b9047e368070a3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1999 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 This program is free software; you can redistribute it and/or modify
index 38a15eda46075a14c2104d7690c7b107122e43ee..10edb5cfe5a67c6c99a0d4b3aaa1a405072ba3e7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index f62d5062cb4887c9e3b4adec029dec93e9ad6654..0c9c2767eab6ec158fc435e023e2bd8afd5001c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representation of a number into an integer value.
-   Copyright (C) 1991, 92, 94, 95, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991, 92, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@gnu.org.
 
index 4fa920393b1ae182451ba02785ada138cdd94174..298ae9eab8234cbe1f054e761d65c6ec81366726 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1999 Free Software Foundation, Inc.
 
 NOTE: The canonical source of this file is maintained with the GNU C Library.
 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
index 36d3dc8fac0d0924e320380984213d7f9d6bcac1..d6aa1f80591a811d5250e52e8aa81255ed1997e1 100644 (file)
@@ -1,5 +1,5 @@
 /* Function to parse an `unsigned long long int' from text.
-   Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@gnu.org.
 
index ccd7f85a1961c77dd8c23219525a87c71a403a00..a147604ad2bb32c012a0d56232eb6a7e09c0f48c 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representation of a number into an uintmax_t value.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index dafa3641e32a856b64c6f6ad3d5b91123e601ed7..8e6c37d64e2e5d7bf1064c56855397af85b10c65 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
index ab7c18cb1771f99b62a0933171d7daedab0a4a34..ae223d44e5a46b6ef2528a6303b77072cb371aa4 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility to help print --version output in a consistent format.
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index b61adf45fe717fda848397673c6ec4df7f362d8f..8668e198b7222b773a7e48573cccd05ed88e2bd2 100644 (file)
@@ -1,5 +1,5 @@
 /* xalloc.h -- malloc with out-of-memory checking
-   Copyright (C) 1990-1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990-1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 17d940f7a2fb991764ccedb0133484e1547afcea..38674cab18bbf23ee08742fff3010219ad0f2130 100644 (file)
@@ -1,5 +1,5 @@
 /* xstrdup.c -- copy a string with out of memory checking
-   Copyright (C) 1990, 1996, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1996, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 61ac5389d4ef55468f2978c7333b6b8c4dff96b1..04d7cf98ae4c8adf5c601545f0fea38601362f71 100644 (file)
@@ -1,5 +1,5 @@
 /* xstrtoumax.c -- A more useful interface to strtoumax.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index d700d341b155b374b1159ebb73b36ffc2aceb007..8aaaf3d4b63a1d7c8bc0749e0f7306d870c598d9 100644 (file)
@@ -1,5 +1,5 @@
 /* yesno.c -- read a yes/no response from stdin
-   Copyright (C) 1990, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by