]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix typos in copyright notice
authorJonathan Wakely <jwakely@redhat.com>
Thu, 15 Oct 2020 18:19:15 +0000 (19:19 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 15 Oct 2020 18:24:32 +0000 (19:24 +0100)
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.

(cherry picked from commit 7dbf96e2a2a673d78a23da9155c0b4c4c36621c7)

libstdc++-v3/include/std/concepts
libstdc++-v3/include/std/ranges

index 9ffed7007d9e94ea9a0946fc03be73b007c80211..e710a5e6ecd6e0cf1882acb2d3424dec42bdc6c4 100644 (file)
@@ -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/>.
 
index b8023e67c9fa8bd6c48c174c377ccea00021f26d..468683557a32934ab2dafffb9c7aa835a45e3b06 100644 (file)
@@ -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/>.