diff options
author | Philipp Thomas <pthomas@suse.de> | 2002-02-04 16:07:59 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2002-02-04 16:07:59 +0000 |
commit | 3335fcacb0f0e1dc4541ee56b206132fe4f3a21b (patch) | |
tree | 165d9eeffd5f02c19039f23d46d797b341930735 /gcc | |
parent | 5b1cacd89e1977d35cad4bedaf6915900d0a6971 (diff) | |
download | gcc-3335fcacb0f0e1dc4541ee56b206132fe4f3a21b.zip gcc-3335fcacb0f0e1dc4541ee56b206132fe4f3a21b.tar.gz gcc-3335fcacb0f0e1dc4541ee56b206132fe4f3a21b.tar.bz2 |
Update copyright dates.
From-SVN: r49479
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/implic.c | 2 | ||||
-rw-r--r-- | gcc/f/lex.c | 3 | ||||
-rw-r--r-- | gcc/f/stb.c | 2 | ||||
-rw-r--r-- | gcc/f/ste.c | 2 | ||||
-rw-r--r-- | gcc/f/stu.c | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 993b111..d386e1d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,5 +1,9 @@ 2002-02-04 Philipp Thomas <pthomas@suse.de> + * implic.c lex.c stb.c ste.c stu.c: Update copyright dates. + +2002-02-04 Philipp Thomas <pthomas@suse.de> + * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c: Insert comments to mark messages as not being printf style where appropriate. diff --git a/gcc/f/implic.c b/gcc/f/implic.c index 0896ed4..6fe4606 100644 --- a/gcc/f/implic.c +++ b/gcc/f/implic.c @@ -1,5 +1,5 @@ /* implic.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/lex.c b/gcc/f/lex.c index ddca270..d9f3bad 100644 --- a/gcc/f/lex.c +++ b/gcc/f/lex.c @@ -1,5 +1,6 @@ /* Implementation of Fortran lexer - Copyright (C) 1995, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 2001, 2002 + Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/stb.c b/gcc/f/stb.c index 42e873c..bf456a1 100644 --- a/gcc/f/stb.c +++ b/gcc/f/stb.c @@ -1,5 +1,5 @@ /* stb.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/ste.c b/gcc/f/ste.c index dfc51a3..2959984 100644 --- a/gcc/f/ste.c +++ b/gcc/f/ste.c @@ -1,5 +1,5 @@ /* ste.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/stu.c b/gcc/f/stu.c index 7d3945a..1d58731 100644 --- a/gcc/f/stu.c +++ b/gcc/f/stu.c @@ -1,5 +1,5 @@ /* stu.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. |