diff options
Diffstat (limited to 'gdb/unittests/optional/cons')
-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 |
4 files changed, 4 insertions, 4 deletions
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 |