This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RFA: Avoid simulator timeouts on more libstdc++ tests
Paolo Carlini wrote:
>> I'm sorry; I'll add 2009 today. I don't know of a rule about adding
>> years in which no changes were made, but I can certainly do that if
>> people think it's the standard practice.
>>
> Well, I would suggest doing that. It is more or less our practice, at
> least. Unless you can imagine legal problems... I can't.
Here's the patch for the copyright bits, committed as obvious. Note
that there were some oddities there before, given the policy you stated;
(a) 25_algorithms/heap/moveable.cc had 2005 and 2007, but not 2006, and
(b) 27_io/basic_ostream/inserters_character/char/28277-3.c had 2006
twice, but no other years. I went ahead and backfilled all the missing
years on all of the tests.
Applied.
Thanks,
--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713
2009-03-22 Mark Mitchell <mark@codesourcery.com>
* testsuite/25_algorithms/search_n/iterator.cc: Update copyright
year(s).
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.
Index: testsuite/25_algorithms/search_n/iterator.cc
===================================================================
--- testsuite/25_algorithms/search_n/iterator.cc (revision 145023)
+++ testsuite/25_algorithms/search_n/iterator.cc (working copy)
@@ -1,4 +1,5 @@
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
Index: testsuite/25_algorithms/heap/moveable.cc
===================================================================
--- testsuite/25_algorithms/heap/moveable.cc (revision 145023)
+++ testsuite/25_algorithms/heap/moveable.cc (working copy)
@@ -1,6 +1,6 @@
// { dg-options "-std=gnu++0x" }
-// Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+// Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
Index: testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc
===================================================================
--- testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc (revision 145023)
+++ testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc (working copy)
@@ -1,6 +1,6 @@
// 2006-10-12 Paolo Carlini <pcarlini@suse.de>
-// Copyright (C) 2006, 2006 Free Software Foundation
+// Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
Index: testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc
===================================================================
--- testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc (revision 145023)
+++ testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc (working copy)
@@ -1,6 +1,6 @@
// 2006-10-12 Paolo Carlini <pcarlini@suse.de>
-// Copyright (C) 2006, 2007 Free Software Foundation
+// Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
Index: testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
===================================================================
--- testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc (revision 145023)
+++ testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc (working copy)
@@ -1,6 +1,6 @@
// 2006-10-12 Paolo Carlini <pcarlini@suse.de>
-// Copyright (C) 2006, 2007 Free Software Foundation
+// Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
Index: testsuite/ext/vstring/inserters_extractors/char/28277.cc
===================================================================
--- testsuite/ext/vstring/inserters_extractors/char/28277.cc (revision 145023)
+++ testsuite/ext/vstring/inserters_extractors/char/28277.cc (working copy)
@@ -1,6 +1,6 @@
// 2007-04-09 Paolo Carlini <pcarlini@suse.de>
-// Copyright (C) 2007 Free Software Foundation
+// Copyright (C) 2007, 2008, 2009 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the