diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-04-26 21:03:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-04-26 21:03:46 +0000 |
commit | b70db50a21906fd47290874e8a4aa7ebc04a12d7 (patch) | |
tree | 8ccffa7f2420ceb36c483bd68dc1a70ff9f7a668 /gcc | |
parent | 5cc2f4f36ffd5f3d47346f330b15337afdbe4927 (diff) | |
download | gcc-b70db50a21906fd47290874e8a4aa7ebc04a12d7.zip gcc-b70db50a21906fd47290874e8a4aa7ebc04a12d7.tar.gz gcc-b70db50a21906fd47290874e8a4aa7ebc04a12d7.tar.bz2 |
Update copyright
From-SVN: r66117
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/string-opt-8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/string-opt-8.c b/gcc/testsuite/gcc.c-torture/execute/string-opt-8.c index 5ab3a99..251f8bd 100644 --- a/gcc/testsuite/gcc.c-torture/execute/string-opt-8.c +++ b/gcc/testsuite/gcc.c-torture/execute/string-opt-8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2001 Free Software Foundation. +/* Copyright (C) 2000, 2001, 2003 Free Software Foundation. Ensure all expected transformations of builtin strncmp occur and perform correctly. |