From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED9CE385841D; Mon, 16 Jan 2023 10:32:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED9CE385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673865158; bh=s0YvAbGRD9C5MTWEOjx9Pqh4wFWxb6CG9TrMkiTPza0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qCMBNwW3L6N4G3S0PxOEvcOc/Y4o6t7I7y8DhdYQ5OCAVhK2qs7tRRpE5NU1uUBp1 VDHpahr62jqxIkhqj/Bt3bSTtGWRdeQX/lfClNQ8nh67puSdc7LdtS1zjOHnnK58HU jpuKt0l51uAnaSm2XVx/jO4zunCmSADh+5qohIkg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/108413] copyrights for gcc 2023 Date: Mon, 16 Jan 2023 10:32:38 +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 #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:fa16c7d899022d0e671407cd7188b66bb84fefe6 commit r13-5191-gfa16c7d899022d0e671407cd7188b66bb84fefe6 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. * src/c++20/tzdb.cc: Likewise.=