public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Fix typos in copyright notice
@ 2020-10-15 18:22 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-10-15 18:22 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

It looks like I did a s/a/__a/ substition in one of these headers, and
then copied it to the other one.

libstdc++-v3/ChangeLog:

	* include/std/concepts: Fix typos in copyright notice.
	* include/std/ranges: Likewise.

Committed to trunk. I'll backport it to gcc-10 too.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1947 bytes --]

commit 7dbf96e2a2a673d78a23da9155c0b4c4c36621c7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Oct 15 19:19:15 2020

    libstdc++: Fix typos in copyright notice
    
    It looks like I did a s/a/__a/ substition in one of these headers, and
    then copied it to the other one.
    
    libstdc++-v3/ChangeLog:
    
            * include/std/concepts: Fix typos in copyright notice.
            * include/std/ranges: Likewise.

diff --git a/libstdc++-v3/include/std/concepts b/libstdc++-v3/include/std/concepts
index 9ffed7007d9..e710a5e6ecd 100644
--- a/libstdc++-v3/include/std/concepts
+++ b/libstdc++-v3/include/std/concepts
@@ -17,8 +17,8 @@
 // permissions described in the GCC Runtime Library Exception, version
 // 3.1, as published by the Free Software Foundation.
 
-// You should have received __a copy of the GNU General Public License and
-// __a copy of the GCC Runtime Library Exception along with this program;
+// You should have received a copy of the GNU General Public License and
+// a copy of the GCC Runtime Library Exception along with this program;
 // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 
diff --git a/libstdc++-v3/include/std/ranges b/libstdc++-v3/include/std/ranges
index 55e7c4de234..b03ae399fa6 100644
--- a/libstdc++-v3/include/std/ranges
+++ b/libstdc++-v3/include/std/ranges
@@ -17,8 +17,8 @@
 // permissions described in the GCC Runtime Library Exception, version
 // 3.1, as published by the Free Software Foundation.
 
-// You should have received __a copy of the GNU General Public License and
-// __a copy of the GCC Runtime Library Exception along with this program;
+// You should have received a copy of the GNU General Public License and
+// a copy of the GCC Runtime Library Exception along with this program;
 // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-15 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 18:22 [committed] libstdc++: Fix typos in copyright notice Jonathan Wakely

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).