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 4F3A23858D32 for ; Mon, 13 Mar 2023 10:43:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4F3A23858D32 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=1678704197; 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=EQ+isAO7+9u5GsydcW4cMZoZo/G7XrhwI1C/JebQSpUFL9Xs2yuMaZjbm8vUE4HM/MKcgh cLC0WpuerwKxVnzduKzY8ic8avRYDaAE372sqy6FIiHSrtR1+EkKjAr2wHZ8Y0c53DR+W0 CfeuExDmCYhpX1/DSNk6Br1cehY9PAw= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-439-JkHyxHXaNPCpAoCplXFlcw-1; Mon, 13 Mar 2023 06:43:16 -0400 X-MC-Unique: JkHyxHXaNPCpAoCplXFlcw-1 Received: by mail-lf1-f70.google.com with SMTP id k7-20020ac257c7000000b004db20d1cf7fso3416878lfo.18 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=mVziRJ1uLA2+AmPaZMKq2+bdEvCQBO+j6zPPJUBSK3g1BK3s2OW0zvCdlMILgQYWNK psp6FXHJliSKrbbLNPxGb6hqjX+8F/JYq+3EEzDLOQiUZPXEaWYkw52iYCnMSRA66cbM n7D5NwJrwI3awvo0mpdNl2f23XsNJ0MQdb2AyPezdRisFfeXwNGxAHTxd53ufC71sA09 LSQ33euVz5lwRYyW5B2sRzQQyk2Isvv7afgNQKQPX6VfL5b/Nq6MKeh7iF7CAfUNCyWz /YS4yUzp08VCtA45STateIRwsSYkQoVvqbcilF3CJJAlbovk19wuxS/O8gkxuNPymnMB DRSg== X-Gm-Message-State: AO0yUKXox5SF1v092v+HtE4FZYDGrkCXJKCqo1GhL7mPeHz1CBdUGwmr GvmiuLg9bcgZxVthnZWGvCaoBkhHGrjEr9HPolszt2zM4HCN83ouREoNvzSkFxUqS4hIiXwxgec sorX2a15ug/nvvlRKvonECt+/Vq9/vwo= X-Received: by 2002:a2e:7011:0:b0:295:ba28:a43 with SMTP id l17-20020a2e7011000000b00295ba280a43mr3913254ljc.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.1 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=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: 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 >