]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Fix whitespace in license boilerplate
authorJonathan Wakely <jwakely@redhat.com>
Wed, 21 Apr 2021 11:59:04 +0000 (12:59 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 21 Apr 2021 12:12:41 +0000 (13:12 +0100)
libstdc++-v3/ChangeLog:

* include/std/latch: Replace tab characters in license text.
* include/std/semaphore: Likewise.

(cherry picked from commit 88202c883c07da1c03dbb1ad440f1b70189c4399)

libstdc++-v3/include/std/latch
libstdc++-v3/include/std/semaphore

index 20b75f8181ab6e17ad1462ce41153aa7e830b6ae..f00fcf34ed60b45ee02c57e7d3072df145eec3bd 100644 (file)
@@ -2,7 +2,7 @@
 
 // Copyright (C) 2020-2021 Free Software Foundation, Inc.
 //
-// This file is part of the GNU ISO C++ Library.       This library is free
+// This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // terms of the GNU General Public License as published by the
 // Free Software Foundation; either version 3, or (at your option)
@@ -10,7 +10,7 @@
 
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.         See the
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
 // Under Section 7 of GPL version 3, you are granted additional
@@ -19,7 +19,7 @@
 
 // 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
+// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 
 /** @file include/latch
index 02a8214e569779b135bd3d47ff49e2d4b093f6e1..a1560915d83b369508f77fa69d3f0b27dbc359fc 100644 (file)
@@ -2,7 +2,7 @@
 
 // Copyright (C) 2020-2021 Free Software Foundation, Inc.
 //
-// This file is part of the GNU ISO C++ Library.       This library is free
+// This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // terms of the GNU General Public License as published by the
 // Free Software Foundation; either version 3, or (at your option)
@@ -10,7 +10,7 @@
 
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.         See the
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
 // Under Section 7 of GPL version 3, you are granted additional
@@ -19,7 +19,7 @@
 
 // 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
+// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 
 /** @file include/semaphore
This page took 0.056768 seconds and 5 git commands to generate.