From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 6B59F3858D39 for ; Mon, 13 Mar 2023 10:43:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6B59F3858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678704200; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NhZOskF/bvQs7aWPqv0Ui/IVw+1TQS1Kwrakz2wvX+w=; b=c6gd+Mj2H8A44i0DBtyXFMetNBx8Bvea6cK7SXqtEp/IPI3D2w8Kwt6MO6EFgldALXIBFz u0q6iUIV/LFyuHQ2Zds+VcPlvKtTqzXPfT8VZS+vxYnuSBmjjbYJFP91OXWNE+4mnJT+U7 SkFp6nL5yN6ewSSPo8sQQQyZuMr9CtU= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-391-xfqC7R46OiGfq52tecA2YA-1; Mon, 13 Mar 2023 06:43:16 -0400 X-MC-Unique: xfqC7R46OiGfq52tecA2YA-1 Received: by mail-lf1-f71.google.com with SMTP id j20-20020a056512345400b004dc807c2948so3401488lfr.8 for ; Mon, 13 Mar 2023 03:43:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678704195; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=NhZOskF/bvQs7aWPqv0Ui/IVw+1TQS1Kwrakz2wvX+w=; b=Dtl7G3jzLJ0/wtG7FKy2Z3nYVu+78TnuStAJpxEYyT2J2obpnnE55qtAp/V8pGxCnf TkR7ILUcmz/HqB3SkDKjld/NoQYJLqTf5U7dlIOtDVsKLCHW6srZavRVUEy0cJqTcZb9 kd30qNaWIglSV7yZmIWAHgG1hFWdb/v6rOLi/RAaVyoUtObUd78YXdI3qBKEaAu3F4/f bOqfkc4VcvNjRqlFVj+PHrDT567rIMUhVl1faeF1ss2aPZzOeyMdE8aTLqp/II661vys 4MlpcWXn4tL+/h5d8dyTsDMn3aNRt2kNxstM1NJZI85GMN3+dMU1LciHJGTVNeeRzqXq 28lQ== X-Gm-Message-State: AO0yUKXzEvk3iUWss1Vkd8JaB9vfA5dYtKqiqpQC/xrcEx23W1DL+0PW qsXTcL7fDAX/cRLAJ+Jnpwz9IK048Pxks9NxP4Pj+4Qt7T/JTw8G9TOPQ3CXYs+BNOGEVq/RNl4 oLHitfRPd1YMTDitxloDdwfvR+nVB7OtcTA== X-Received: by 2002:a2e:7011:0:b0:295:ba28:a43 with SMTP id l17-20020a2e7011000000b00295ba280a43mr3913253ljc.4.1678704195290; Mon, 13 Mar 2023 03:43:15 -0700 (PDT) X-Google-Smtp-Source: AK7set8NNjM2eJc71zo4/PxieJNWQHGtcb0LomSD+KHKryLvDLHevj1irxlDb1ZTQLXEzDxxxOLpXL1/X2zjkADdaig= X-Received: by 2002:a2e:7011:0:b0:295:ba28:a43 with SMTP id l17-20020a2e7011000000b00295ba280a43mr3913244ljc.4.1678704195004; Mon, 13 Mar 2023 03:43:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 13 Mar 2023 10:43:03 +0000 Message-ID: Subject: Re: [PATCH] update copyright year in libstdc++ manual To: Jonny Grant Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 10 Mar 2023 at 23:09, Jonny Grant wrote: > > docs: update copyright year in libstdc++ manual Thanks for the patch. > gcc/ChangeLog > * libstdc++-v3/doc/xml/faq.xml: update copyright year in libstdc++ manual This should be in the libstdc++-v3/ChangeLog file, not gcc/ChangeLog, and the description should be a complete sentence with capital letter and full stop. I corrected the commit message and pushed it as r13-6626-gdbec2e816922ba then regenerated the docs. > > --- > libstdc++-v3/doc/xml/faq.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 @@ > > > > - 2008-2018 > + 2008-2023 > > > FSF > -- 2.37.2 >