diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-01-02 02:04:52 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-01-02 02:04:52 +0000 |
commit | 09f89307d376748a461cc4b4aa3808a75384ca89 (patch) | |
tree | 88c4a9a0cdb394ca364fe377fe2d96a02b4361cf /gcc | |
parent | c2e42aabfc8f32c9d6ba599b249757460202ea65 (diff) | |
download | gcc-09f89307d376748a461cc4b4aa3808a75384ca89.zip gcc-09f89307d376748a461cc4b4aa3808a75384ca89.tar.gz gcc-09f89307d376748a461cc4b4aa3808a75384ca89.tar.bz2 |
update copyrights
From-SVN: r38606
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-common.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index f3415479..27dc087 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1,5 +1,5 @@ /* Subroutines shared by all languages that are variants of C. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c b/gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c index 78c2cc8..dbdc812 100644 --- a/gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation. +/* Copyright (C) 2000, 2001 Free Software Foundation. Ensure all expected transformations of builtin fputs occur and that we honor side effects in the stream argument. |