diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 06:14:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 06:14:01 +0000 |
commit | 4545986b086a5d3b29b5eb39c1be7a27bf9a1aab (patch) | |
tree | e21b104a983ea102b38d575be1b6df4049c97436 /lib | |
parent | 62b9c742e911c9da01fe289f0452dc67d68d69dc (diff) | |
download | coreutils-4545986b086a5d3b29b5eb39c1be7a27bf9a1aab.tar.xz |
expand copyright years to sync with gnulib
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmalloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 46620cac5..a1bcbdf91 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -1,5 +1,7 @@ /* xmalloc.c -- malloc with out of memory checking - Copyright (C) 1990-1999, 2000, 2002, 2003 Free Software Foundation, Inc. + + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000, 2002, 2003 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 |