diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-06 11:53:01 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-06 11:53:01 +0000 |
commit | 05f5b58f5675dc091a47d79ccccee2acc7f74373 (patch) | |
tree | 0832dbe41db8834bec7c5c9fb2517e3ce75f5263 /libstdc++-v3 | |
parent | e19a420f99715fd5c876dec298d3436b455da83c (diff) | |
download | gcc-05f5b58f5675dc091a47d79ccccee2acc7f74373.tar.gz |
libstdc++-v3/
* include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Fix typo
in copyright years.
* testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194941 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp | 2 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e340a0232fd..0dad6689622 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2013-01-06 Richard Sandiford <rdsandiford@googlemail.com> + + * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Fix typo + in copyright years. + * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise. + Copyright (C) 2013 Free Software Foundation, Inc. diff --git a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp index 2f895b5bffa..d8041c7933b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005, 2006, 2009, 2010i, 2011 Free Software Foundation, Inc. +// Copyright (C) 2005, 2006, 2009, 2010, 2011 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 terms diff --git a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc index d1f982fe6b6..f33bfe1f666 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik <bkoz@redhat.com> -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009' +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009 // Free Software Foundation // // This file is part of the GNU ISO C++ Library. This library is free |