update copyright date
authorJim Meyering <jim@meyering.net>
Sun, 9 Jul 2000 07:22:43 +0000 (07:22 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Jul 2000 07:22:43 +0000 (07:22 +0000)
68 files changed:
lib/addext.c
lib/argmatch.c
lib/argmatch.h
lib/backupfile.h
lib/basename.c
lib/bumpalloc.h
lib/chown.c
lib/diacrit.c
lib/diacrit.h
lib/dirname.c
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/getversion.c
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.c
lib/obstack.h
lib/pathmax.h
lib/quotearg.h
lib/realloc.c
lib/rmdir.c
lib/safe-read.c
lib/save-cwd.c
lib/setenv.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/xmalloc.c
lib/xstrdup.c
lib/xstrtoumax.c
lib/yesno.c

index a075ea3b1eaf8ea60513319d972909315bf462fd..2f5e4cd834bfe0698329fb8bbaaa9b7f8f621e88 100644 (file)
@@ -1,5 +1,5 @@
 /* addext.c -- add an extension to a file name
-   Copyright (C) 1990, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1997, 1998, 1999, 2000 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 964270650c2b72150ba8f1375c8857378dd5be16..ba1da3fba64be92ba44a58e8f8bfb2e7deb511f5 100644 (file)
@@ -1,5 +1,5 @@
 /* argmatch.c -- find a match for a string in an array
-   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999, 2000 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 d3f25cc3331c41f0623d10a6e733258f153cd0b7..4e73d073c3b0f60ee89d0c32939062acd0911fb0 100644 (file)
@@ -1,5 +1,5 @@
 /* argmatch.h -- definitions and prototypes for argmatch.c
-   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999, 2000 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 b9b973c2dde4180f443911a51bff4c4fb49ee5e1..d854500f96487f72b1ea0035d73e124d4d6308fc 100644 (file)
@@ -1,5 +1,5 @@
 /* backupfile.h -- declarations for making Emacs style backup file names
-   Copyright (C) 1990-1992, 1997-1999 Free Software Foundation, Inc.
+   Copyright (C) 1990-1992, 1997-2000 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 f2babbee23fa232e4b7f1c3339110dcd5b0ca4ed..be03e609b40d38fb1096d91450d3ee08cd5deaac 100644 (file)
@@ -1,5 +1,5 @@
 /* basename.c -- return the last element in a path
-   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999, 2000 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 139cd8a3e4da645774dd84b5a5ff79f8461ead96..9ff1c4b5c1051037ee32672d60b2db77b72350ab 100644 (file)
@@ -1,5 +1,5 @@
 /* BUMP_ALLOC macro - increase table allocation by one element.
-   Copyright (C) 1990, 1991, 1993, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1993, 1998, 2000 Free Software Foundation, Inc.
    François Pinard <pinard@iro.umontreal.ca>, 1990.
 
    This program is free software; you can redistribute it and/or modify
index 452fdfcac6ef41b488fc25ce25745bb9ebf5d653..2b3fc9a69656490a59cb5d02134b235d9d69d7ac 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 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000 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 598043acf4e3a9bdd18ffada5f58c17a964ec3c6..9b9a7cedbc600575bee973f87729aa2af8ef9fcc 100644 (file)
@@ -1,5 +1,5 @@
 /* Diacritics processing for a few character codes.
-   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1992, 1993, 2000 Free Software Foundation, Inc.
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    All this file is a temporary hack, waiting for locales in GNU.
index 20e710bd62800f6afda3f4bb8162e07565cfac8b..13d2fe4b3f02e15c81da139cbee75e536766099b 100644 (file)
@@ -1,5 +1,5 @@
 /* Diacritics processing for a few character codes.
-   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1991, 1992, 1993, 2000 Free Software Foundation, Inc.
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    All this file is a temporary hack, waiting for locales in GNU.
index cf62de7a042f4a19cbe2c720720e8a76d7f53869..2fc5f24dbdacd9f89a076fb5388570bf39618eb2 100644 (file)
@@ -1,5 +1,5 @@
 /* dirname.c -- return all but the last element in a path
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000 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 fc4669960cc57416876108f3c269ecac595f1e1f..ed238b0091d173d171cd308cc99fd8f617a67704 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 1998 Free Software Foundation, Inc.
+/*  Copyright (C) 1998, 2000 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 32afed50f424728b89e13902f630ad2fbdeff83e..730434f25953756eaa6dbeaf749db29d6cc7b724 100644 (file)
@@ -1,5 +1,5 @@
 /* Duplicate an open file descriptor to a specified file descriptor.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 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 8a48a00ecea2e468bd890fc54132f85df0d1b0f3..8fc0e21e9661501b86261f79f3fbdd018d4f6fed 100644 (file)
@@ -1,5 +1,5 @@
 /* exclude.h -- declarations for excluding file names
-   Copyright 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994, 1997, 1999, 2000 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 2c944307d700b7ca050c729515354ce5d089e28f..136818a58ce322b2139049064cf8e5fe86f7d3f0 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert file size to number of blocks on System V-like machines.
-   Copyright (C) 1990, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1997, 1998, 1999, 2000 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 d993633123cc5a6172ff9a6908b8ad18d93515d7..b4a3709983fcbb009e86251accb75e42c4a6be98 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 2000 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 af1dcf523bfa2af40f009bb01ec04366f6e20c8c..9d46763e0d06ba7da6e56ddc0b4a18993b907b0d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 2000 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 a7ebf2417ce88cbfd3a3d31c5a4db2ce8f265091..0dff85c0abfcd91bc1e5a4184bf12135debc8c02 100644 (file)
@@ -1,5 +1,5 @@
 /* fsusage.c -- return space usage of mounted filesystems
-   Copyright (C) 1991, 1992, 1996, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1996, 1998, 1999, 2000 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 e0c0db581d71ab192f2e9863a4d89d80461b748c..9b8cd6abfd1ee64e3f0d3ff62d4f50dba5fae382 100644 (file)
@@ -1,5 +1,5 @@
 /* fsusage.h -- declarations for filesystem space usage info
-   Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1992, 1997, 2000 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 674c474f11573e66822af98c25ed26c945b99870..1780ed7f6450085ef74555ed309facee02ab7248 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+/*  Copyright (C) 1995, 1997, 1998, 2000 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 4e0d53a0b7c129409dcedebd36635131ffa77b01..0ffe711f583ab1ee0243cf3aed9ff146ec11d7e8 100644 (file)
@@ -1,5 +1,5 @@
 /* provide consistent interface to getgroups for systems that don't allow N==0
-   Copyright (C) 1996, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1999, 2000 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 3d66dc936052dd3229845f9732b6fed94c401add..2622c8ebfd2e5872508e8c005dbb7dfcb9e1e205 100644 (file)
@@ -1,5 +1,5 @@
 /* gethostname emulation for SysV and POSIX.1.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1992, 2000 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 ac6728f83d45fd56377391174b1f304d9b262acb..219d55df4fd7eaa0e5f4ee11a1b841002ab07ed2 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-   Copyright (C) 1989,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
+   Copyright (C) 1989,90,91,92,93,94,96,97,1998,2000 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 0f440c71cc9a57cc73004d4627cb36444ac60481..bb72d2dd5fc7208d256f34a5cd3d57e148312a51 100644 (file)
@@ -1,5 +1,5 @@
 /* getversion.c -- select backup filename type
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000 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 dee0c39f0b6e939d456e1af1da76aa0a8f9f6a93..5bd8a35d00b208a69d988c92c2020f4e63e73780 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 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1997, 1998, 2000 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 1c75b390a68472bc7ccfd94d150dc393aeb2f7c0..11686a498e5bf7b5acd1cdf87e343c9f68b227aa 100644 (file)
@@ -1,5 +1,5 @@
 /* hard-locale.c -- Determine whether a locale is hard.
-   Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 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 27b6fa45a67398a93231bd3ddc12e2d2c0e74144..22eb6a181d31be46f1e87941ac5c2026103fa5bd 100644 (file)
@@ -1,5 +1,5 @@
 /* hash - hashing table processing.
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 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 01cf8d5e4af280c4807eb06097e22120994a70ad..3f8872fbd9a7622cf398bb720eadb0e14ea1e5f8 100644 (file)
@@ -1,5 +1,5 @@
 /* isdir.c -- determine whether a directory exists
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000 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 9604b543b001558fb43757f6704529d8ebb7a272..132d84db7a7cea112e519d702d8173e64fb81472 100644 (file)
@@ -1,5 +1,5 @@
 /* Provide a stub lchown function for systems that lack it.
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 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 3b15d1fb3066511357a4fc83aaba085515b88f9b..3a7c2fe0f977f146de4dec6626200bdd994a6314 100644 (file)
@@ -1,5 +1,5 @@
 /* linebuffer.c -- read arbitrarily long lines
-   Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1991, 1998, 1999, 2000 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 4e3549162b122d8f4425f392a33125c53c039fa5..6267bb100d323f81c592661b012cfac409307001 100644 (file)
@@ -1,5 +1,5 @@
 /* linebuffer.h -- declarations for reading arbitrarily long lines
-   Copyright (C) 1986, 1991, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1991, 1998, 1999, 2000 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 f82ff047eeec9c48e9970c73bf074cc4829a27b6..ebe53db05db6732cbba8ef33c55aa8eeb8d8a45f 100644 (file)
@@ -1,5 +1,5 @@
 /* long-options.h -- declaration for --help- and --version-handling function.
-   Copyright (C) 1993, 1994, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1998, 1999, 2000 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 5e7674bd47d541f17348164f049d3122f17f1ea9..b5e93bde82811551f584edb97bea17603fd58afb 100644 (file)
@@ -1,5 +1,5 @@
 /* Work around bug on some systems where malloc (0) fails.
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2000 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 d742c54f66514c4b16ec1d54862eeed9053ac693..5dd43e50043aec6b1dc52170ac6ce8ebed2a1bbd 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 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000 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 b7645ec5039b03b3eee2e8ad59cf0669e5dfbda6..15704f20b273b2b1a58afc1b760495780b127622 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 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1999, 2000 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 8c3b59c1bbb6092057b7f8f7e13a59831bac6266..ac2f9ddca07e6a1ef999ef722add21031d96997a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1997, 1999, 2000 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 98dcb76a44aeef7ad1cac50ec3fe827d1a52e3c7..f548d04bb1fce3b1d453b96c790b4e1705ea5b29 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1995, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1995, 1997, 1998, 2000 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 09f9f2dd133040dc0288c2552c2ed93fa9967ef8..56400d940765728049e12b7a8cbeeb6af2d83182 100644 (file)
@@ -1,5 +1,5 @@
 /* Locale-specific memory comparison.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 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 5744bcbf7585dde15683be2084be2255657e9989..c43069b5498fa0925ef3085f5d565794ace4b1bc 100644 (file)
@@ -1,5 +1,5 @@
 /* memset.c -- set an area of memory to a given value
-   Copyright (C) 1991 Free Software Foundation, Inc.
+   Copyright (C) 1991, 2000 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 c8ecd07f12b6592b92b6425e7bf353d316b41550..ae69f6ee8ea4bbb16a6b68e76ea98379341d3f9a 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert a `struct tm' to a time_t value.
-   Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+   Copyright (C) 1993, 94, 95, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Paul Eggert (eggert@twinsun.com).
 
index 922f85ab432b3142894697084a2cf0ddf4f87e68..d798380571566bcb9eb40ef39d0be0cc1fec6748 100644 (file)
@@ -1,5 +1,5 @@
 /* modechange.h -- definitions for file mode manipulation
-   Copyright (C) 1989, 1990, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1990, 1997, 2000 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 7e8702160c37af1d2bcc515034fc16f8bb393582..639a6b0676f9df42714e21f8df5bf68a296b32dc 100644 (file)
@@ -1,5 +1,5 @@
 /* obstack.c - subroutines used implicitly by object stack macros
-   Copyright (C) 1988-1994,96,97,98,99 Free Software Foundation, Inc.
+   Copyright (C) 1988-1994,96,97,98,1999, 2000 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
index 2e89fdd3965e7349237866e668ff5f3922e466d9..c623064196403779ed5d5eecaf6e9edbcdc7115f 100644 (file)
@@ -1,5 +1,5 @@
 /* obstack.h - object stack macros
-   Copyright (C) 1988,89,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
+   Copyright (C) 1988,89,90,91,92,93,94,96,97,98,1999,2000 Free Software Foundation, Inc.
 
    the C library, however.  The master source lives in /gd/gnu/lib.
 
index 19d4304079115a7d5567c470ca28f764271fc3f8..842df18e306a0a99b539ac080617f068cc8fc722 100644 (file)
@@ -1,5 +1,5 @@
 /* Define PATH_MAX somehow.  Requires sys/types.h.
-   Copyright (C) 1992, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1999, 2000 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 2a600e7a67baafa962e9528bb725974a48933b22..cd7d345e03cc93d6c5172a8cb89b00ed28766087 100644 (file)
@@ -1,5 +1,5 @@
 /* quotearg.h - quote arguments for output
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 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 d0d3e4ab07c242e9ca96710be79c703bd181895b..464416ce56bcd33c166fb80dbd4a7fdd9ad7bff9 100644 (file)
@@ -1,5 +1,5 @@
 /* Work around bug on some systems where realloc (NULL, 0) fails.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000 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 2a92803db7e60c14f01b6cd4567657ca746d465d..805b3ca01b372590bb5d45e1593214648f2e6291 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD compatible remove directory function for System V
-   Copyright (C) 1988, 1990 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1990, 2000 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 e404586c75fe9b31c2153473111606d8d04d7fd1..86f9bde2ce66b8864f52dbfa67386624a6351e57 100644 (file)
@@ -1,5 +1,5 @@
 /* safe-read.c -- an interface to read that retries after interrupts
-   Copyright (C) 1993, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1998, 2000 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 564c91829643365c268402756d04cdc8db4715d0..4bc02e49a2c0ce34601c09caa21f5fa7aa9175b8 100644 (file)
@@ -1,5 +1,5 @@
 /* save-cwd.c -- Save and restore current working directory.
-   Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1997, 1998, 2000 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 429f5f8fe88442b27d6a2592b1d178b29be18076..3ed901b7cbe24ddaae81e0d9a9419ea4a5fe4850 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 2000 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.
@@ -35,7 +35,7 @@ USA.  */
 #endif
 
 #ifndef        HAVE_GNU_LD
-# define       __environ       environ
+# define __environ     environ
 #endif
 
 int
index 5a8255b83a00e5860910d6a73c1b86c72f72b5ba..6c105927b35922e7e9d1c198f80eba0da66be97b 100644 (file)
@@ -1,5 +1,5 @@
 /* stime -- set the system clock
-   Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1991, 2000 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 a01636cd1c603b35fd789172e87f10daf173fac5..2cc5136e2b40956228d17239afe2033745124f3c 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 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1995, 1997, 1998, 2000 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 ae7601de0fcf9d6d3d1ad547705ec769c1ba6b93..a6c84debd3f3808ccf7083e710200886c5a0500c 100644 (file)
@@ -1,5 +1,5 @@
 /* strcasecmp.c -- case insensitive string comparator
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 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 a84d4c41d17b012e13c540c8460eee86200bfa29..fadf1411a88047208d4c8ef35ebfdc823033677e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1996, 1997, 2000 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 c0b05e2d15032270e54c0ccc05ec73f856b16691..938eedf5b9c2509182c6a1d1d89005b93d34aa55 100644 (file)
@@ -1,5 +1,5 @@
 /* strdup.c -- return a newly allocated copy of a string
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000 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 9c0ad3d62e0704a069f07e9a0c4f8a8d85ee8c96..81d1b7a051886e52f5d7807db6303f4424aceeb1 100644 (file)
@@ -1,5 +1,5 @@
 /* stripslash.c -- remove trailing slashes from a string
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1990, 2000 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 7709d8464abe664312f8f41856b9047e368070a3..f8137c577e1d62024acf514d9d15d1b6099e3a21 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1999, 2000 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 10edb5cfe5a67c6c99a0d4b3aaa1a405072ba3e7..38a15eda46075a14c2104d7690c7b107122e43ee 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 1999, 2000 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 0c9c2767eab6ec158fc435e023e2bd8afd5001c8..f62d5062cb4887c9e3b4adec029dec93e9ad6654 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, 99 Free Software Foundation, Inc.
+   Copyright (C) 1991, 92, 94, 95, 96, 97, 98, 1999, 2000 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 298ae9eab8234cbe1f054e761d65c6ec81366726..4fa920393b1ae182451ba02785ada138cdd94174 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1999, 2000 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 d6aa1f80591a811d5250e52e8aa81255ed1997e1..36d3dc8fac0d0924e320380984213d7f9d6bcac1 100644 (file)
@@ -1,5 +1,5 @@
 /* Function to parse an `unsigned long long int' from text.
-   Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1999, 2000 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 a147604ad2bb32c012a0d56232eb6a7e09c0f48c..ccd7f85a1961c77dd8c23219525a87c71a403a00 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representation of a number into an uintmax_t value.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 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 8e6c37d64e2e5d7bf1064c56855397af85b10c65..dafa3641e32a856b64c6f6ad3d5b91123e601ed7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000 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 ae223d44e5a46b6ef2528a6303b77072cb371aa4..ab7c18cb1771f99b62a0933171d7daedab0a4a34 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility to help print --version output in a consistent format.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000 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 8668e198b7222b773a7e48573cccd05ed88e2bd2..b61adf45fe717fda848397673c6ec4df7f362d8f 100644 (file)
@@ -1,5 +1,5 @@
 /* xalloc.h -- malloc with out-of-memory checking
-   Copyright (C) 1990-1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1990-1998, 1999, 2000 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 8206a9473637cfb92b4c609f22163b6bf8202c76..599549424a32a3dd57d49b64c7279a5d6cc40fa0 100644 (file)
@@ -1,5 +1,5 @@
 /* xmalloc.c -- malloc with out of memory checking
-   Copyright (C) 1990-1997, 98, 99 Free Software Foundation, Inc.
+   Copyright (C) 1990-1997, 98, 1999, 2000 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 38674cab18bbf23ee08742fff3010219ad0f2130..17d940f7a2fb991764ccedb0133484e1547afcea 100644 (file)
@@ -1,5 +1,5 @@
 /* xstrdup.c -- copy a string with out of memory checking
-   Copyright (C) 1990, 1996, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1996, 1998, 2000 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 04d7cf98ae4c8adf5c601545f0fea38601362f71..61ac5389d4ef55468f2978c7333b6b8c4dff96b1 100644 (file)
@@ -1,5 +1,5 @@
 /* xstrtoumax.c -- A more useful interface to strtoumax.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 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 8aaaf3d4b63a1d7c8bc0749e0f7306d870c598d9..d700d341b155b374b1159ebb73b36ffc2aceb007 100644 (file)
@@ -1,5 +1,5 @@
 /* yesno.c -- read a yes/no response from stdin
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 2000 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