From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id AEAE63858D1E for ; Sat, 4 Mar 2023 13:29:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AEAE63858D1E Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1677936550; bh=5/RTAOP+++C5SafR6LpcyzavjG6oOh9EjU6j5hszBqg=; h=Subject:From:To:Date:In-Reply-To:References:From; b=AOs0njuhxuXSNHvjwmrWE2T7gYZdtsAzLM6bJKmvKeDfHWtvfv7rS5lFEFwucdBIm MV//DUUigR+GH54OYz8avdj+nziPbocxpjHi3fgNdpWD3VgejxaAEKF6xHrn85/hOS ZvgSdd2upQgaY5dwp0X3tppdOJxOC7cj+Pz50N5Y= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id 591C866226; Sat, 4 Mar 2023 08:29:10 -0500 (EST) Message-ID: <0740605795d39498cdb3d0924d0915e8c6ee9e5d.camel@xry111.site> Subject: Re: [PATCH] update copyright year in libstdcc++ manual From: Xi Ruoyao To: Jonny Grant , gcc-patches@gcc.gnu.org Date: Sat, 04 Mar 2023 21:29:08 +0800 In-Reply-To: <66b92202-4a5c-aad3-2b73-2028411ecf82@jguk.org> References: <66b92202-4a5c-aad3-2b73-2028411ecf82@jguk.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Wrong subject: the library is libstdc++, not "cc++". On Fri, 2022-12-30 at 10:30 +0000, Jonny Grant wrote: > 2022-12-30=C2=A0 Jonathan Grant > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0* libstdc++-v3/doc/xml/fa= q.xml: update copyright year in > libstdcc++ manual Wrong ChangeLog format, see https://gcc.gnu.org/codingconventions.html#ChangeLogs > From 60789c24fa54301135dff1c3d0b1514d77b90a82 Mon Sep 17 00:00:00 2001 > From: Jonathan Grant > Date: Fri, 30 Dec 2022 10:28:34 +0000 > Subject: [PATCH] update copyright year date Don't leave these lines here or they'll be the junks in the commit message. (You may leave the "From: Jonathan Grant " line, especially if you are sending the patch from a different email address, but then it should be the first line of the email body.) >=20 > --- > =C2=A0libstdc++-v3/doc/xml/faq.xml | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++- > v3/doc/xml/faq.xml > index 9ae4966ecea..42354f87af7 100644 > --- a/libstdc++-v3/doc/xml/faq.xml > +++ b/libstdc++-v3/doc/xml/faq.xml > @@ -7,7 +7,7 @@ > =C2=A0 > =C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0 > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 2008-2018 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 2008-2023 > =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 xlink:href=3D"https://www.fsf.org">FSF --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University