From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 227783858C54; Tue, 28 Mar 2023 23:33:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 227783858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680046421; bh=RnmbIQ962GO5vTJdr1u8nimrWmgBFv/CNTwG72Ifa98=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vbnx9+QBmo0bvSnTjFFT6+U4UWHFRAajQhcUDj6snxX9dIghZgxQXvN/dZYbjq3qj 1LA3oddg7JUREGAQ6hUZu8gguSL93k10gc5MoIByga6AdiWt6ysPzK+Gav82+U2GR2 zY653da28nYYD3wniSpgbrrpRuS7WyGrDpow5kXU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/108413] copyrights for gcc 2023 Date: Tue, 28 Mar 2023 23:33:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108413 --- Comment #10 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:83487e1f0c380859ed2dab2892afa8651d267fb3 commit r12-9327-g83487e1f0c380859ed2dab2892afa8651d267fb3 Author: Jonathan Wakely Date: Mon Jan 16 10:15:41 2023 +0000 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. (cherry picked from commit fa16c7d899022d0e671407cd7188b66bb84fefe6)=