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
This commit is contained in:
parent
556d1a44c8
commit
4a72a6ddd2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
##
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user