diff options
author | Joel Brobecker <brobecker@adacore.com> | 2018-01-01 08:43:02 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2018-01-02 07:38:06 +0400 |
commit | e2882c85786571175a0b0bfc3bcd2f14620b1ea3 (patch) | |
tree | 5033409aa5b63af816330509f8dc7deb4e0361dd /gdb/unittests/optional | |
parent | 1690bb24d855c387211f7bc5a77334c11cc75f4b (diff) | |
download | gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.zip gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.tar.gz gdb-e2882c85786571175a0b0bfc3bcd2f14620b1ea3.tar.bz2 |
Update copyright year range in all GDB files
gdb/ChangeLog:
Update copyright year range in all GDB files
Diffstat (limited to 'gdb/unittests/optional')
-rw-r--r-- | gdb/unittests/optional/assignment/1.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/2.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/3.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/4.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/5.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/6.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/assignment/7.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/cons/copy.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/cons/default.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/cons/move.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/cons/value.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/in_place.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/observers/1.cc | 2 | ||||
-rw-r--r-- | gdb/unittests/optional/observers/2.cc | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/gdb/unittests/optional/assignment/1.cc b/gdb/unittests/optional/assignment/1.cc index 671004e..0c90c77 100644 --- a/gdb/unittests/optional/assignment/1.cc +++ b/gdb/unittests/optional/assignment/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/2.cc b/gdb/unittests/optional/assignment/2.cc index 1b0bd7a..9bf4add 100644 --- a/gdb/unittests/optional/assignment/2.cc +++ b/gdb/unittests/optional/assignment/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/3.cc b/gdb/unittests/optional/assignment/3.cc index e047e74..851a41a 100644 --- a/gdb/unittests/optional/assignment/3.cc +++ b/gdb/unittests/optional/assignment/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/4.cc b/gdb/unittests/optional/assignment/4.cc index 0b196e0..3672ed3 100644 --- a/gdb/unittests/optional/assignment/4.cc +++ b/gdb/unittests/optional/assignment/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/5.cc b/gdb/unittests/optional/assignment/5.cc index b1dee4f..e334364 100644 --- a/gdb/unittests/optional/assignment/5.cc +++ b/gdb/unittests/optional/assignment/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/6.cc b/gdb/unittests/optional/assignment/6.cc index 383ff7e..02d0d0d 100644 --- a/gdb/unittests/optional/assignment/6.cc +++ b/gdb/unittests/optional/assignment/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/assignment/7.cc b/gdb/unittests/optional/assignment/7.cc index e23651c..e94f15b 100644 --- a/gdb/unittests/optional/assignment/7.cc +++ b/gdb/unittests/optional/assignment/7.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2017 Free Software Foundation, Inc. +// Copyright (C) 2016-2018 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/optional/cons/copy.cc b/gdb/unittests/optional/cons/copy.cc index bce423b..132f655 100644 --- a/gdb/unittests/optional/cons/copy.cc +++ b/gdb/unittests/optional/cons/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/cons/default.cc b/gdb/unittests/optional/cons/default.cc index b075f5c..9d7abca 100644 --- a/gdb/unittests/optional/cons/default.cc +++ b/gdb/unittests/optional/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/cons/move.cc b/gdb/unittests/optional/cons/move.cc index 5a50b08..3c68bff 100644 --- a/gdb/unittests/optional/cons/move.cc +++ b/gdb/unittests/optional/cons/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/cons/value.cc b/gdb/unittests/optional/cons/value.cc index 52843b0..c7c56be 100644 --- a/gdb/unittests/optional/cons/value.cc +++ b/gdb/unittests/optional/cons/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/in_place.cc b/gdb/unittests/optional/in_place.cc index 5ddaece..135db56 100644 --- a/gdb/unittests/optional/in_place.cc +++ b/gdb/unittests/optional/in_place.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/observers/1.cc b/gdb/unittests/optional/observers/1.cc index 6c8677e..c43e93f 100644 --- a/gdb/unittests/optional/observers/1.cc +++ b/gdb/unittests/optional/observers/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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/optional/observers/2.cc b/gdb/unittests/optional/observers/2.cc index 3af49e6..bb13004 100644 --- a/gdb/unittests/optional/observers/2.cc +++ b/gdb/unittests/optional/observers/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2017 Free Software Foundation, Inc. +// Copyright (C) 2013-2018 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 |