diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2012-07-05 01:14:35 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2012-07-05 02:14:35 +0100 |
commit | b63d8901d1dc4b6e8e29fe898850db860c4890b2 (patch) | |
tree | 44bf04670f939cf59ec2d0508769920f63d203f9 | |
parent | 9f8550f8aa8e31fc8a7ca5be844dfa38de26340c (diff) | |
download | gcc-b63d8901d1dc4b6e8e29fe898850db860c4890b2.zip gcc-b63d8901d1dc4b6e8e29fe898850db860c4890b2.tar.gz gcc-b63d8901d1dc4b6e8e29fe898850db860c4890b2.tar.bz2 |
* include/std/condition_variable: Update copyright years.
From-SVN: r189277
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/std/condition_variable | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b22d907..c654e87 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2012-07-05 Jonathan Wakely <jwakely.gcc@gmail.com> + + * include/std/condition_variable: Update copyright years. + 2012-07-04 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/53830 diff --git a/libstdc++-v3/include/std/condition_variable b/libstdc++-v3/include/std/condition_variable index 85b50a7..0a85e1a 100644 --- a/libstdc++-v3/include/std/condition_variable +++ b/libstdc++-v3/include/std/condition_variable @@ -1,6 +1,6 @@ // <condition_variable> -*- 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 |