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 /libstdc++-v3/include/std | |
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.
Diffstat (limited to 'libstdc++-v3/include/std')
-rw-r--r-- | libstdc++-v3/include/std/expected | 2 |
1 files changed, 1 insertions, 1 deletions
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 |