diff options
Diffstat (limited to 'lib-src/getopt.c')
-rw-r--r-- | lib-src/getopt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index 8cbe6e1a1da..70fd4186261 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c @@ -2,8 +2,9 @@ NOTE: getopt is now part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004 - Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, + 2004, 2005 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 |