diff --git a/gcc/c-common.c b/gcc/c-common.c
index f341547906770b2aea59f834417947bd5594f065..27dc0873db692e6442451498c8321d2ab979a55d 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 78c2cc89a37c0865d55efd053a536369178ce910..dbdc812fe6b3eb2b9114db8d482f1857729dcbda 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.