From b63d8901d1dc4b6e8e29fe898850db860c4890b2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 5 Jul 2012 01:14:35 +0000 Subject: [PATCH] * include/std/condition_variable: Update copyright years. From-SVN: r189277 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/std/condition_variable | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * 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 85b50a7eaaf..0a85e1a3e20 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