diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b22d9071fae2..c654e873a12a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-07-05 Jonathan Wakely + + * include/std/condition_variable: Update copyright years. + 2012-07-04 Jonathan Wakely PR libstdc++/53830 diff --git a/libstdc++-v3/include/std/condition_variable b/libstdc++-v3/include/std/condition_variable index 85b50a7eaaf1..0a85e1a3e205 100644 --- a/libstdc++-v3/include/std/condition_variable +++ b/libstdc++-v3/include/std/condition_variable @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009, 2010, 2011, 2012 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