diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-13 09:49:39 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-13 09:49:39 +0000 |
commit | 01170860041245c8e85443a2ad50b17c67c2c1a7 (patch) | |
tree | 23878d829ca03c76412305f974264df09f067aee /gas/xmalloc.c | |
parent | 8b228fe958bcac8cf510ce2ed3d9ae24a717334e (diff) | |
download | gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.zip gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.gz gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.bz2 |
All files over ~5 lines get copylefted. All copylefted files get
copylefted 1992.
Diffstat (limited to 'gas/xmalloc.c')
-rw-r--r-- | gas/xmalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/xmalloc.c b/gas/xmalloc.c index 3018f74..92c06ff 100644 --- a/gas/xmalloc.c +++ b/gas/xmalloc.c @@ -1,5 +1,6 @@ /* xmalloc.c - get memory or bust - Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc. + + Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. |