libstdc++: Fix copyright notice to use usual form [PR108413]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2023 10:15:41 +0000 (10:15 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2023 10:31:10 +0000 (10:31 +0000)
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.

libstdc++-v3/include/c_compatibility/stdatomic.h
libstdc++-v3/include/std/expected
libstdc++-v3/src/c++20/tzdb.cc

index a51a84c..b565a1c 100644 (file)
@@ -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
index 5557795..9a52e25 100644 (file)
@@ -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
index eaaea36..2ce53d3 100644 (file)
@@ -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