diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-13 21:37:13 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-13 21:37:13 +0000 |
commit | 95e5c2053e45d6b707479c19acd0d3f8a58c1610 (patch) | |
tree | fd3c8c7b7755e4f402a6f2f7916db1fa838e1d0a /gcc/local-alloc.c | |
parent | cb619dd5b2bb7631748fae706f7aef65c1c73c68 (diff) | |
download | gcc-95e5c2053e45d6b707479c19acd0d3f8a58c1610.tar.gz |
Add 2003 copyright notices for constraints string patch, also 2002 notice
for genoutput.c .
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index ff252a3c664..ee40f5774d0 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1,6 +1,6 @@ /* Allocate registers within a basic block, for GNU compiler. Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. |