diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:55:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:55:52 +0000 |
commit | ae229cc30745f64a55a7765a03aac4cde597e0c6 (patch) | |
tree | 55a66a3825cb3df091140539b06a2f6c618fec82 /gcc/ch/lex.c | |
parent | a0a6c970550ba1c28cab6660fb1daa96cd1a39c3 (diff) | |
download | gcc-ae229cc30745f64a55a7765a03aac4cde597e0c6.tar.gz |
* actions.h: Standarize copyright statement.
* except.c inout.c lang.c lex.c lex.h loop.c nloop.c: Likewise.
* parse.c tasking.c tasking.h timing.c xtypeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/lex.c')
-rw-r--r-- | gcc/ch/lex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c index 868d8eda03e..5e9a46fc1e8 100644 --- a/gcc/ch/lex.c +++ b/gcc/ch/lex.c @@ -1,5 +1,6 @@ /* Lexical analyzer for GNU CHILL. -*- C -*- - Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. |