diff options
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 f17468c..9c22473 100644 --- a/gdb/unittests/optional/assignment/1.cc +++ b/gdb/unittests/optional/assignment/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 9964d57..243c67b 100644 --- a/gdb/unittests/optional/assignment/2.cc +++ b/gdb/unittests/optional/assignment/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 2fbab47..7ed02b9 100644 --- a/gdb/unittests/optional/assignment/3.cc +++ b/gdb/unittests/optional/assignment/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 d86bc03..6cae0d2 100644 --- a/gdb/unittests/optional/assignment/4.cc +++ b/gdb/unittests/optional/assignment/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 b7b8d61..74d06ae 100644 --- a/gdb/unittests/optional/assignment/5.cc +++ b/gdb/unittests/optional/assignment/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 3c1e246..da12012 100644 --- a/gdb/unittests/optional/assignment/6.cc +++ b/gdb/unittests/optional/assignment/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 5e73670..c99fbf4 100644 --- a/gdb/unittests/optional/assignment/7.cc +++ b/gdb/unittests/optional/assignment/7.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 Free Software Foundation, Inc. +// Copyright (C) 2016-2020 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 af8b56e..ae8b3bb 100644 --- a/gdb/unittests/optional/cons/copy.cc +++ b/gdb/unittests/optional/cons/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 54c4bf7..05a5603 100644 --- a/gdb/unittests/optional/cons/default.cc +++ b/gdb/unittests/optional/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 cf363f4..525ab7f 100644 --- a/gdb/unittests/optional/cons/move.cc +++ b/gdb/unittests/optional/cons/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 23f546e..077e5aa 100644 --- a/gdb/unittests/optional/cons/value.cc +++ b/gdb/unittests/optional/cons/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 d751abe..9428f28 100644 --- a/gdb/unittests/optional/in_place.cc +++ b/gdb/unittests/optional/in_place.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 368c42d..f56e80a 100644 --- a/gdb/unittests/optional/observers/1.cc +++ b/gdb/unittests/optional/observers/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 e259b2b..80cbbe8 100644 --- a/gdb/unittests/optional/observers/2.cc +++ b/gdb/unittests/optional/observers/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2019 Free Software Foundation, Inc. +// Copyright (C) 2013-2020 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 |