diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-05-26 10:52:25 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-05-26 10:52:25 +0100 |
commit | 4a72a6ddd2e9b5d425f53c4e4e99f1d66ca7c46b (patch) | |
tree | 31b704101ddb11dca63826ed96e410855c81f1d1 /libstdc++-v3 | |
parent | 556d1a44c8c7d5d72b0ee30146128013bde4f2af (diff) | |
download | gcc-4a72a6ddd2e9b5d425f53c4e4e99f1d66ca7c46b.zip gcc-4a72a6ddd2e9b5d425f53c4e4e99f1d66ca7c46b.tar.gz gcc-4a72a6ddd2e9b5d425f53c4e4e99f1d66ca7c46b.tar.bz2 |
locale_conv.h: Fix copyright years.
* include/bits/locale_conv.h: Fix copyright years.
* include/bits/quoted_string.h: Likewise.
* src/filesystem/Makefile.am: Likewise.
* testsuite/22_locale/conversions/buffer/1.cc: Likewise.
* testsuite/22_locale/conversions/buffer/requirements/typedefs.cc:
Likewise.
* testsuite/22_locale/conversions/string/1.cc: Likewise.
* testsuite/22_locale/conversions/string/2.cc: Likewise.
* testsuite/22_locale/conversions/string/3.cc: Likewise.
* testsuite/22_locale/conversions/string/requirements/typedefs-2.cc:
Likewise.
* testsuite/22_locale/conversions/string/requirements/typedefs.cc:
Likewise.
* testsuite/util/testsuite_fs.h: Likewise.
From-SVN: r223676
Diffstat (limited to 'libstdc++-v3')
12 files changed, 28 insertions, 11 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 412c8a3..af08a73 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,20 @@ +2015-05-26 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/locale_conv.h: Fix copyright years. + * include/bits/quoted_string.h: Likewise. + * src/filesystem/Makefile.am: Likewise. + * testsuite/22_locale/conversions/buffer/1.cc: Likewise. + * testsuite/22_locale/conversions/buffer/requirements/typedefs.cc: + Likewise. + * testsuite/22_locale/conversions/string/1.cc: Likewise. + * testsuite/22_locale/conversions/string/2.cc: Likewise. + * testsuite/22_locale/conversions/string/3.cc: Likewise. + * testsuite/22_locale/conversions/string/requirements/typedefs-2.cc: + Likewise. + * testsuite/22_locale/conversions/string/requirements/typedefs.cc: + Likewise. + * testsuite/util/testsuite_fs.h: Likewise. + 2015-05-23 François Dumont fdumont@gcc.gnu.org> PR libstdc++/64657 diff --git a/libstdc++-v3/include/bits/locale_conv.h b/libstdc++-v3/include/bits/locale_conv.h index 8878aa1..8b0a77c 100644 --- a/libstdc++-v3/include/bits/locale_conv.h +++ b/libstdc++-v3/include/bits/locale_conv.h @@ -1,6 +1,6 @@ // wstring_convert implementation -*- C++ -*- -// Copyright (C) 2012 Free Software Foundation, Inc. +// Copyright (C) 2015 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 diff --git a/libstdc++-v3/include/bits/quoted_string.h b/libstdc++-v3/include/bits/quoted_string.h index 0805e08..7e75ce4 100644 --- a/libstdc++-v3/include/bits/quoted_string.h +++ b/libstdc++-v3/include/bits/quoted_string.h @@ -1,6 +1,6 @@ // Helpers for quoted stream manipulators -*- C++ -*- -// Copyright (C) 2013-2014 Free Software Foundation, Inc. +// Copyright (C) 2013-2015 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 diff --git a/libstdc++-v3/src/filesystem/Makefile.am b/libstdc++-v3/src/filesystem/Makefile.am index c6e06c8..128cba9 100644 --- a/libstdc++-v3/src/filesystem/Makefile.am +++ b/libstdc++-v3/src/filesystem/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the GNU C++ Filesystem library. ## -## Copyright (C) 2014 Free Software Foundation, Inc. +## Copyright (C) 2014-2015 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc index f008f5a..9d781cb 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc index c59c6d6..cb9b674 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc index c2ab6e7..a1c6478 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc index 9341f892..a4c8d9b 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc index 6afa62b..382f641 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc index 65a1458..56a90f5 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc index baed16e..09e44a6 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2012 Free Software Foundation +// Copyright (C) 2015 Free Software Foundation // // 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 diff --git a/libstdc++-v3/testsuite/util/testsuite_fs.h b/libstdc++-v3/testsuite/util/testsuite_fs.h index 3873a60..524972e 100644 --- a/libstdc++-v3/testsuite/util/testsuite_fs.h +++ b/libstdc++-v3/testsuite/util/testsuite_fs.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Filesystem utils for the C++ library testsuite. // -// Copyright (C) 2014 Free Software Foundation, Inc. +// Copyright (C) 2014-2015 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 |