public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] update copyright year in libstdcc++ manual
@ 2022-12-30 10:30 Jonny Grant
  2023-03-01 12:51 ` Fwd: " Jonny Grant
  2023-03-04 13:29 ` Xi Ruoyao
  0 siblings, 2 replies; 3+ messages in thread
From: Jonny Grant @ 2022-12-30 10:30 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jonny Grant

2022-12-30  Jonathan Grant <jg@jguk.org>
	* libstdc++-v3/doc/xml/faq.xml: update copyright year in libstdcc++ manual


From 60789c24fa54301135dff1c3d0b1514d77b90a82 Mon Sep 17 00:00:00 2001
From: Jonathan Grant <jg@jguk.org>
Date: Fri, 30 Dec 2022 10:28:34 +0000
Subject: [PATCH] update copyright year date

---
 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 @@
 
   <copyright>
     <year>
-      2008-2018
+      2008-2023
     </year>
     <holder>
       <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.fsf.org">FSF</link>
-- 
2.37.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Fwd: [PATCH] update copyright year in libstdcc++ manual
  2022-12-30 10:30 [PATCH] update copyright year in libstdcc++ manual Jonny Grant
@ 2023-03-01 12:51 ` Jonny Grant
  2023-03-04 13:29 ` Xi Ruoyao
  1 sibling, 0 replies; 3+ messages in thread
From: Jonny Grant @ 2023-03-01 12:51 UTC (permalink / raw)
  To: gcc-patches

Hello
I don't have write access, could someone review and apply this?
Kind regards
Jonny


-------- Forwarded Message --------
Subject: [PATCH] update copyright year in libstdcc++ manual
Date: Fri, 30 Dec 2022 10:30:22 +0000
From: Jonny Grant <jg@jguk.org>
To: gcc-patches@gcc.gnu.org
CC: Jonny Grant <jg@jguk.org>

2022-12-30  Jonathan Grant <jg@jguk.org>
	* libstdc++-v3/doc/xml/faq.xml: update copyright year in libstdcc++ manual


>From 60789c24fa54301135dff1c3d0b1514d77b90a82 Mon Sep 17 00:00:00 2001
From: Jonathan Grant <jg@jguk.org>
Date: Fri, 30 Dec 2022 10:28:34 +0000
Subject: [PATCH] update copyright year date

---
 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 @@
 
   <copyright>
     <year>
-      2008-2018
+      2008-2023
     </year>
     <holder>
       <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.fsf.org">FSF</link>
-- 
2.37.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] update copyright year in libstdcc++ manual
  2022-12-30 10:30 [PATCH] update copyright year in libstdcc++ manual Jonny Grant
  2023-03-01 12:51 ` Fwd: " Jonny Grant
@ 2023-03-04 13:29 ` Xi Ruoyao
  1 sibling, 0 replies; 3+ messages in thread
From: Xi Ruoyao @ 2023-03-04 13:29 UTC (permalink / raw)
  To: Jonny Grant, gcc-patches

Wrong subject: the library is libstdc++, not "cc++".

On Fri, 2022-12-30 at 10:30 +0000, Jonny Grant wrote:
> 2022-12-30  Jonathan Grant <jg@jguk.org>
>         * libstdc++-v3/doc/xml/faq.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 <jg@jguk.org>
> 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 <jg@jguk.org>" 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.)

> 
> ---
>  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 @@
>  
>    <copyright>
>      <year>
> -      2008-2018
> +      2008-2023
>      </year>
>      <holder>
>        <link xmlns:xlink="http://www.w3.org/1999/xlink"
> xlink:href="https://www.fsf.org">FSF</link>

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-04 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 10:30 [PATCH] update copyright year in libstdcc++ manual Jonny Grant
2023-03-01 12:51 ` Fwd: " Jonny Grant
2023-03-04 13:29 ` Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).