libstdc++: Fix copyright dates for simd headers and tests
authorJonathan Wakely <jwakely@redhat.com>
Thu, 28 Jan 2021 18:13:03 +0000 (18:13 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 28 Jan 2021 18:13:03 +0000 (18:13 +0000)
libstdc++-v3/ChangeLog:

* include/experimental/bits/numeric_traits.h: Update copyright
dates.
* include/experimental/bits/simd.h: Likewise.
* include/experimental/bits/simd_builtin.h: Likewise.
* include/experimental/bits/simd_converter.h: Likewise.
* include/experimental/bits/simd_detail.h: Likewise.
* include/experimental/bits/simd_fixed_size.h: Likewise.
* include/experimental/bits/simd_math.h: Likewise.
* include/experimental/bits/simd_neon.h: Likewise.
* include/experimental/bits/simd_ppc.h: Likewise.
* include/experimental/bits/simd_scalar.h: Likewise.
* include/experimental/bits/simd_x86.h: Likewise.
* include/experimental/bits/simd_x86_conversions.h: Likewise.
* include/experimental/simd: Likewise.
* testsuite/experimental/simd/*: Likewise.

54 files changed:
libstdc++-v3/include/experimental/bits/numeric_traits.h
libstdc++-v3/include/experimental/bits/simd.h
libstdc++-v3/include/experimental/bits/simd_builtin.h
libstdc++-v3/include/experimental/bits/simd_converter.h
libstdc++-v3/include/experimental/bits/simd_detail.h
libstdc++-v3/include/experimental/bits/simd_fixed_size.h
libstdc++-v3/include/experimental/bits/simd_math.h
libstdc++-v3/include/experimental/bits/simd_neon.h
libstdc++-v3/include/experimental/bits/simd_ppc.h
libstdc++-v3/include/experimental/bits/simd_scalar.h
libstdc++-v3/include/experimental/bits/simd_x86.h
libstdc++-v3/include/experimental/bits/simd_x86_conversions.h
libstdc++-v3/include/experimental/simd
libstdc++-v3/testsuite/experimental/simd/standard_abi_usable.cc
libstdc++-v3/testsuite/experimental/simd/tests/abs.cc
libstdc++-v3/testsuite/experimental/simd/tests/algorithms.cc
libstdc++-v3/testsuite/experimental/simd/tests/bits/conversions.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/make_vec.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/mathreference.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/metahelpers.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/simd_view.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/test_values.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/ulp.h
libstdc++-v3/testsuite/experimental/simd/tests/bits/verify.h
libstdc++-v3/testsuite/experimental/simd/tests/broadcast.cc
libstdc++-v3/testsuite/experimental/simd/tests/casts.cc
libstdc++-v3/testsuite/experimental/simd/tests/fpclassify.cc
libstdc++-v3/testsuite/experimental/simd/tests/frexp.cc
libstdc++-v3/testsuite/experimental/simd/tests/generator.cc
libstdc++-v3/testsuite/experimental/simd/tests/hypot3_fma.cc
libstdc++-v3/testsuite/experimental/simd/tests/integer_operators.cc
libstdc++-v3/testsuite/experimental/simd/tests/ldexp_scalbn_scalbln_modf.cc
libstdc++-v3/testsuite/experimental/simd/tests/loadstore.cc
libstdc++-v3/testsuite/experimental/simd/tests/logarithm.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_broadcast.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_conversions.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_implicit_cvt.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_loadstore.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_operator_cvt.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_operators.cc
libstdc++-v3/testsuite/experimental/simd/tests/mask_reductions.cc
libstdc++-v3/testsuite/experimental/simd/tests/math_1arg.cc
libstdc++-v3/testsuite/experimental/simd/tests/math_2arg.cc
libstdc++-v3/testsuite/experimental/simd/tests/operator_cvt.cc
libstdc++-v3/testsuite/experimental/simd/tests/operators.cc
libstdc++-v3/testsuite/experimental/simd/tests/reductions.cc
libstdc++-v3/testsuite/experimental/simd/tests/remqo.cc
libstdc++-v3/testsuite/experimental/simd/tests/simd.cc
libstdc++-v3/testsuite/experimental/simd/tests/sincos.cc
libstdc++-v3/testsuite/experimental/simd/tests/split_concat.cc
libstdc++-v3/testsuite/experimental/simd/tests/splits.cc
libstdc++-v3/testsuite/experimental/simd/tests/trigonometric.cc
libstdc++-v3/testsuite/experimental/simd/tests/trunc_ceil_floor.cc
libstdc++-v3/testsuite/experimental/simd/tests/where.cc

index 1b60874b788fa4257dfb76f254dcb5d4047351b3..0a1c711a559b74d7772ec90b67215ce4fa543845 100644 (file)
@@ -1,6 +1,6 @@
 // Definition of numeric_limits replacement traits P1841R1 -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 00eec50d64f145390e557f90d4200c4e3c2382b1..084849e2dc999a01c13e96df7e8485488c11fd4a 100644 (file)
@@ -1,6 +1,6 @@
 // Definition of the public simd interfaces -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index f2c99faa4ee1fbd9f74377f95bc399a86e3ede86..efca65fa6e3856e69d4e51981b90df66af99fd4c 100644 (file)
@@ -1,6 +1,6 @@
 // Simd Abi specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index dc4598743f999b094df529e3b7f73b50f86482c1..9c8bf382df946e3b91363568288cc8227a8d1ba7 100644 (file)
@@ -1,6 +1,6 @@
 // Generic simd conversions -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index a49a9d88b7f576a10905cc368a41b0fd2e200998..1e75812d098c47ec66302008c1587ad1693c642c 100644 (file)
@@ -1,6 +1,6 @@
 // Internal macros for the simd implementation -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index fba8c7e466e5ae224b046aba41c80c9fd1a806a7..2722055c899d71d50ebe13b6eafaed9c7596384f 100644 (file)
@@ -1,6 +1,6 @@
 // Simd fixed_size ABI specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index bbaa899faa22563b792d06f5b30608abaeec1e67..4799803a20042847e53ea7373ddebdc23d48d9b8 100644 (file)
@@ -1,6 +1,6 @@
 // Math overloads for simd -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index a3a8ffe165fc7db63efcbaa07a866dc48833c4f5..8bb21169c8d399913b4d879c22c9fdac45de6916 100644 (file)
@@ -1,6 +1,6 @@
 // Simd NEON specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index c00d2323ac66000cb20cde2f97be9727fe6781f2..b92fc19ccb85406b9baa83051a926c6c56890f2b 100644 (file)
@@ -1,6 +1,6 @@
 // Simd PowerPC specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 7680bc39c3099a254884f9d716b10aa57beced32..d5a90ef22929c889b90803d96cc3bef5d75d69d5 100644 (file)
@@ -1,6 +1,6 @@
 // Simd scalar ABI specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index d1d7b9d4bf39a2b68e9f95f7fc351c5fd41fe9d2..74824873734941bed121143095f7676568c674fc 100644 (file)
@@ -1,6 +1,6 @@
 // Simd x86 specific implementations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 09f898b7ec9bc22bf7f2eb47e9fc73d118d58d49..9c6c6f012f09a003c7c12b3c220d0305120e7d6c 100644 (file)
@@ -1,6 +1,6 @@
 // x86 specific conversion optimizations -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 43d2ba199033727a062aa8b03cc892734616fafe..da2d0479cf3bb2050249ccbc7e10e612dcda6dc7 100644 (file)
@@ -1,6 +1,6 @@
 // Components for element-wise operations on data-parallel objects -*- C++ -*-
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index b055eee9c04dcc504867dc8e4af0d71ec50d9beb..4125df503034ebf50a162fc495b103826d64031d 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-options "-std=c++17 -fno-fast-math" }
 // { dg-do compile { target c++17 } }
 
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 7d94cf47e1c41d891f544169378cdd2aac7d9719..df115a93cb3c8488788e88ae7008b564c5cf3cd6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 78bce35f59c128748cd9116f993d94e365546020..0874739f31f32ca31cc1cfebec5b9477af2df889 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index e89221e1edee65ee3daaf5874b17f98b2e1d4849..3da400d5fb601948fdd3767180bf83ab8ec1dbe5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index ee0d436f9ae01b1c4591c0a1cffee539cd37072c..a68f965d13d48b9222af551382c347e0f3051afd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 2ed2bb35e3cd68d0d6199cf25048fb6e1fd03a64..411f5d4b70a9724a59095bf0bd956ae8721b969d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index e9516537e602b6a212d32882f3a2b91db4eefedf..d657c1bcd9f804185f4c3b47216bcab507aa6436 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index a221708df395b5b6ca65c9689b3f31ac5f1a559e..0055a2f8fd2d28d95e267b1f386d2012c78966a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 01988aef327dad0f7d68baa208ed68aa21ee58d1..b69bd0b704db48d5e7c96ee601c0a2433ae44940 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 3b6966dd85d3ecd559e541c1d998edc5c09ef9e6..d8a7313ad2e8cce1bdc023dec75de276ab51192d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 5da47b35536d4f1185c67882b3858e8aecb0fedb..826cfc34b5f3cf6680af54f16eca7deb6b2ad487 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index c107de3380bbc210ebed3bde2cf7c0a6db21d219..6c16c67e1c87d1013b4d6e8e04afbd08d4a8a979 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index df169e100de754f517acccbcc705b3a58eb65c97..60aa942aa15486bb5196426c61768e15f204bb4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index eef26108f5f33a1747ff2b87b9213559ff6b407d..c64ba0f6850a26836afea1411ec24eb5a1234bf0 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index e2d90dd1e3fccf8197d35ee7699d1c3a2daa613c..9ae946c1bba4ba9a72d1fbc76a9a8bb72148dabc 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 221064dc476fb962cb3c7d315c8602db61ff7841..678e4fd393b2b6359d6cb77b78c3e6a5658010cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 0c8e55983a2a4ddf4c5ec0064823dee968b09411..acf8c9a98204f70642884ffea8296536bba201a1 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 975e69a9e356cf3aec5207e52a851a1f265b2254..04d01a5654841431b82ba26ff7c47c4c266e0531 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 6d994572bf83e38011b03452cc069e2fb33bb9d2..d3ad3734ff2500265e531ec70762c0c41d05e41a 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 994227c7d5ab24756e79832e6a2d8ca8ac1d719a..58e062e924e06ca57ffa7ba14e36d81de2428846 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 29c686db697b2edab68fbf890b912831d06f14ca..0830f90fc5958ddd901497037c5d3a7e303e35b4 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 7fc8201caf6d4cb9227d9d8878afe791c9585a3c..c5aac49ebba14f6d7d6c2283075b64eb96e204ae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 8cec912250aa3133f506b026934b56483bdb1128..c7b372dcb613de7862474adfd9a754f89c80c9ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index e1760e3f37f583ae2ed1af688b880815eeda1d74..bc84cbdb966ab256b64e022c9b0bcd015b3c6a64 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 0f43428b7c60a633c41deda4c6304b36b4b647d6..2448a02d828ee9bc0a6153457037cdae26b8995e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 738b97c3dca8aec72d65d3adbc3cc3487297c3ce..ff33cd3862528fe3254afb4d45a5c97692dcbda8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 58255cf1e1bad91dfa6ec0161c3d60bebc84b0bf..373b7a3b2d049e44e8fe7592871ffbc81b7704f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 1190eaf54573d1cd90db4759936d8a5514cb7e71..c37e57a47911df801c6a3461acfd24b73cab5f08 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index bce01264f3ce8669b859b1bb570887b12a128da2..2e57e8ada7dadfdc9577db71b21b6301f6b3fa17 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 57b7b3aeb5c29a6cb1fd92105d311081274bbaab..4fea09716b93a197358f39480894e656166d064a 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index a04cd34e3d47e0ce1f82a0b0e1446e8d358cb840..494d160e8989f60ea6cddf59e8f4fb67fd34d3ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index cee696cc69bf4d4815df81ac48c546aabc73525f..315b477790608c20b583c2f97f0f2a657f1d1484 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 6f4ba40133f43b074821e61b3760e2a2ba15a1db..0838813c24023a5a67d6519c95a0fb7de7bc57a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index bdbacc6ef8e7d3e03f71a214669e3a1279a19a92..785648211bcfa24192532039b68064369abb3126 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 657646c0ac5f8dda0cb77d03591754ec1ab0eb05..725e1c3e335217b7ad8021b7fb0f59167786c507 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index acef488e2143c5e7fcf45f9a4844155e9a49ffa1..83ece7249ba9cba0862a972e50db62984d58bd1d 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 3a79a1f8e3d300b12f24b728abec3d930f0674cb..208ffc8e93b41d024def8dfba67df1d5efa12434 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 8b61635c2a63fe6f4ef27f00a16551fc92a71280..84d760e2d1f562e68dfdb1f9b0656eea7d0827ca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 24730f1856c8c82f46de65fc67f46d0fca31d47e..3fd741c7ccba7067ad2e9b2fd1ad423bba8e4ef5 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index e516926ae1d62fce79cef57d2c91ade0d0a40707..74a15a70b02dc06c4f8d5a6a9b867537dd0f3eab 100644 (file)
@@ -1,5 +1,5 @@
 // test only floattypes
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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
index 5e73a3b198929ee122ad51416a4b7e9b406129f1..134dc7e3cb301944a603dc0df910efa57d399c09 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020 Free Software Foundation, Inc.
+// Copyright (C) 2020-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