diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-01-16 10:15:41 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-01-16 10:31:10 +0000 |
commit | fa16c7d899022d0e671407cd7188b66bb84fefe6 (patch) | |
tree | 20f9a7b61af86b73f84e79b83232729d7ac6eb65 | |
parent | dfc5ea6b0ef6ec57790e972f488062e9e18c59cf (diff) | |
download | gcc-fa16c7d899022d0e671407cd7188b66bb84fefe6.zip gcc-fa16c7d899022d0e671407cd7188b66bb84fefe6.tar.gz gcc-fa16c7d899022d0e671407cd7188b66bb84fefe6.tar.bz2 |
libstdc++: Fix copyright notice to use usual form [PR108413]
libstdc++-v3/ChangeLog:
PR libstdc++/108413
* include/c_compatibility/stdatomic.h: Change copyright line to
be consistent with other headers contributed under DCO terms.
* include/std/expected: Add full stop to copyright line.
* src/c++20/tzdb.cc: Likewise.
-rw-r--r-- | libstdc++-v3/include/c_compatibility/stdatomic.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/std/expected | 2 | ||||
-rw-r--r-- | libstdc++-v3/src/c++20/tzdb.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/c_compatibility/stdatomic.h b/libstdc++-v3/include/c_compatibility/stdatomic.h index a51a84c..b565a1c 100644 --- a/libstdc++-v3/include/c_compatibility/stdatomic.h +++ b/libstdc++-v3/include/c_compatibility/stdatomic.h @@ -1,6 +1,6 @@ // C compatibility header <stdatomic.h> -*- C++ -*- -// Copyright (C) 2022 The GCC developers +// Copyright The GNU Toolchain Authors. // // 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/include/std/expected b/libstdc++-v3/include/std/expected index 5557795..9a52e25 100644 --- a/libstdc++-v3/include/std/expected +++ b/libstdc++-v3/include/std/expected @@ -1,6 +1,6 @@ // <expected> -*- C++ -*- -// Copyright The GNU Toolchain Authors +// Copyright The GNU Toolchain Authors. // // 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/src/c++20/tzdb.cc b/libstdc++-v3/src/c++20/tzdb.cc index eaaea36..2ce53d3 100644 --- a/libstdc++-v3/src/c++20/tzdb.cc +++ b/libstdc++-v3/src/c++20/tzdb.cc @@ -1,6 +1,6 @@ // chrono::tzdb -*- C++ -*- -// Copyright The GNU Toolchain Authors +// Copyright The GNU Toolchain Authors. // // 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 |