diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:45:17 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:45:17 -0700 |
commit | 517cbe13c456916d56b77744149cae30d99bdc9e (patch) | |
tree | 548d015513f7525d40f001a2ca04006e2f77c4cc /gcc/c-aux-info.c | |
parent | a7db8bbb2174663622eaa92b71ceb711c3058163 (diff) | |
download | gcc-517cbe13c456916d56b77744149cae30d99bdc9e.tar.gz |
Copyright fixes.
From-SVN: r32171
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index e2f65b50b1c..17c2a492382 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -1,7 +1,8 @@ /* Generate information regarding function declarations and definitions based on information stored in GCC's tree structure. This code implements the -aux-info option. - Copyright (C) 1989, 91, 94, 95, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1991, 1994, 1995, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@segfault.us.com). This file is part of GNU CC. |