diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-01-02 11:59:57 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-01-02 11:59:57 +0100 |
commit | 6441eb6dc020faae0672ea724dfdb38c6a9bf6a1 (patch) | |
tree | 60c0a640b9a2647e36e8abee72ff47c38c6c3618 /libstdc++-v3/testsuite/decimal | |
parent | 13c4066ae31fcb8cdacbbf1c524a92151e92d25d (diff) | |
download | gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.zip gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.gz gcc-6441eb6dc020faae0672ea724dfdb38c6a9bf6a1.tar.bz2 |
Update copyright years.
Diffstat (limited to 'libstdc++-v3/testsuite/decimal')
21 files changed, 21 insertions, 21 deletions
diff --git a/libstdc++-v3/testsuite/decimal/binary-arith.cc b/libstdc++-v3/testsuite/decimal/binary-arith.cc index 3eeed7e..df0f619 100644 --- a/libstdc++-v3/testsuite/decimal/binary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/binary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/cast_neg.cc b/libstdc++-v3/testsuite/decimal/cast_neg.cc index 418caeb..62df179 100644 --- a/libstdc++-v3/testsuite/decimal/cast_neg.cc +++ b/libstdc++-v3/testsuite/decimal/cast_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/comparison.cc b/libstdc++-v3/testsuite/decimal/comparison.cc index 424dd8b..f8b3c66 100644 --- a/libstdc++-v3/testsuite/decimal/comparison.cc +++ b/libstdc++-v3/testsuite/decimal/comparison.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc index d520af9..72ba007 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/compound-assignment.cc b/libstdc++-v3/testsuite/decimal/compound-assignment.cc index 5aa87e7..aefc896 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/conversion-from-float.cc b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc index cd79d5f..3a32a29 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc index 4981e17..d72e45a 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc index 6fbfb48..aebb1c6 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc index 8e57ec1..2c2ee78 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/ctor.cc b/libstdc++-v3/testsuite/decimal/ctor.cc index 1eb832a..c01c796 100644 --- a/libstdc++-v3/testsuite/decimal/ctor.cc +++ b/libstdc++-v3/testsuite/decimal/ctor.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc index bea555c..5f5cce4 100644 --- a/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/incdec.cc b/libstdc++-v3/testsuite/decimal/incdec.cc index 383730a..01de41a 100644 --- a/libstdc++-v3/testsuite/decimal/incdec.cc +++ b/libstdc++-v3/testsuite/decimal/incdec.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/make-decimal.cc b/libstdc++-v3/testsuite/decimal/make-decimal.cc index 560196c..8ccf678 100644 --- a/libstdc++-v3/testsuite/decimal/make-decimal.cc +++ b/libstdc++-v3/testsuite/decimal/make-decimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc b/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc index f5a92ff..a1b91bc 100644 --- a/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc +++ b/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc b/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc index 46be000..cdf8ba0 100644 --- a/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc +++ b/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/operator_neg.cc b/libstdc++-v3/testsuite/decimal/operator_neg.cc index 6ea3538..49a101e 100644 --- a/libstdc++-v3/testsuite/decimal/operator_neg.cc +++ b/libstdc++-v3/testsuite/decimal/operator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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/libstdc++-v3/testsuite/decimal/pr54036-1.cc b/libstdc++-v3/testsuite/decimal/pr54036-1.cc index a07e4c3..26ad842 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-1.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 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/libstdc++-v3/testsuite/decimal/pr54036-2.cc b/libstdc++-v3/testsuite/decimal/pr54036-2.cc index e0a5797..f7d3b0e 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-2.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 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/libstdc++-v3/testsuite/decimal/pr54036-3.cc b/libstdc++-v3/testsuite/decimal/pr54036-3.cc index 75fcb2f..d0668a1 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-3.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2024 Free Software Foundation, Inc. +// Copyright (C) 2012-2025 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/libstdc++-v3/testsuite/decimal/pr58815.cc b/libstdc++-v3/testsuite/decimal/pr58815.cc index f04dc80..cdc0044 100644 --- a/libstdc++-v3/testsuite/decimal/pr58815.cc +++ b/libstdc++-v3/testsuite/decimal/pr58815.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2024 Free Software Foundation, Inc. +// Copyright (C) 2013-2025 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/libstdc++-v3/testsuite/decimal/unary-arith.cc b/libstdc++-v3/testsuite/decimal/unary-arith.cc index 5f75af1..6f89cc7 100644 --- a/libstdc++-v3/testsuite/decimal/unary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/unary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2024 Free Software Foundation, Inc. +// Copyright (C) 2009-2025 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 |