changeset 4556:b6d5e29fa9d9

Append 2003 to copyright dates.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 16 Aug 2003 03:57:54 +0000
parents 765b7451f784
children 97296d401912
files lib/realloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -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, 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