diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-05 01:14:35 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-05 01:14:35 +0000 |
commit | 30cea690869f7322df06914dee061402e54a1183 (patch) | |
tree | 44bf04670f939cf59ec2d0508769920f63d203f9 /libstdc++-v3 | |
parent | 662c29c038791bde5e9ebe2ee2814d78f2a1caca (diff) | |
download | gcc-30cea690869f7322df06914dee061402e54a1183.tar.gz |
* include/std/condition_variable: Update copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189277 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 b22d9071fae..c654e873a12 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 85b50a7eaaf..0a85e1a3e20 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 |