diff options
author | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 12:03:39 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 12:12:21 +0400 |
commit | 3666a04883754298b03884222206bfe756fbc520 (patch) | |
tree | 0962123e67c025266e3896332c38c27c1a7cd58b /gdb/unittests/basic_string_view/cons | |
parent | ff7e39b613503fa5d7417e284ee2549117efdb91 (diff) | |
download | gdb-3666a04883754298b03884222206bfe756fbc520.zip gdb-3666a04883754298b03884222206bfe756fbc520.tar.gz gdb-3666a04883754298b03884222206bfe756fbc520.tar.bz2 |
Update copyright year range in all GDB files
This commits the result of running gdb/copyright.py as per our Start
of New Year procedure...
gdb/ChangeLog
Update copyright year range in copyright header of all GDB files.
Diffstat (limited to 'gdb/unittests/basic_string_view/cons')
6 files changed, 6 insertions, 6 deletions
diff --git a/gdb/unittests/basic_string_view/cons/char/1.cc b/gdb/unittests/basic_string_view/cons/char/1.cc index 42739d1..7f063e7 100644 --- a/gdb/unittests/basic_string_view/cons/char/1.cc +++ b/gdb/unittests/basic_string_view/cons/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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/gdb/unittests/basic_string_view/cons/char/2.cc b/gdb/unittests/basic_string_view/cons/char/2.cc index 5c8ee81..f6b0c01e 100644 --- a/gdb/unittests/basic_string_view/cons/char/2.cc +++ b/gdb/unittests/basic_string_view/cons/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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/gdb/unittests/basic_string_view/cons/char/3.cc b/gdb/unittests/basic_string_view/cons/char/3.cc index 2cdfdac..8753a0e 100644 --- a/gdb/unittests/basic_string_view/cons/char/3.cc +++ b/gdb/unittests/basic_string_view/cons/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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/gdb/unittests/basic_string_view/cons/wchar_t/1.cc b/gdb/unittests/basic_string_view/cons/wchar_t/1.cc index ccf7cd3..5342f8f 100644 --- a/gdb/unittests/basic_string_view/cons/wchar_t/1.cc +++ b/gdb/unittests/basic_string_view/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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/gdb/unittests/basic_string_view/cons/wchar_t/2.cc b/gdb/unittests/basic_string_view/cons/wchar_t/2.cc index 62928fc..4b2d34b 100644 --- a/gdb/unittests/basic_string_view/cons/wchar_t/2.cc +++ b/gdb/unittests/basic_string_view/cons/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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/gdb/unittests/basic_string_view/cons/wchar_t/3.cc b/gdb/unittests/basic_string_view/cons/wchar_t/3.cc index f00b036..03b5cc0 100644 --- a/gdb/unittests/basic_string_view/cons/wchar_t/3.cc +++ b/gdb/unittests/basic_string_view/cons/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2020 Free Software Foundation, Inc. +// Copyright (C) 2013-2021 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 |