aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-09-06 11:58:21 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-09-07 20:25:00 +0100
commitd7f282c4243e24f567b11a5cb6048a27a3df733d (patch)
treec0b65764711b7727ab35b1c1b0cc02c493125edb /libstdc++-v3
parentb8cd1630d0f66086dac1c6233e18e58967a18904 (diff)
downloadgcc-d7f282c4243e24f567b11a5cb6048a27a3df733d.zip
gcc-d7f282c4243e24f567b11a5cb6048a27a3df733d.tar.gz
gcc-d7f282c4243e24f567b11a5cb6048a27a3df733d.tar.bz2
libstdc++: Add missing runtime exception to licence notice
This file is missing the GCC Runtime Library Exception text in the licence header. That is unintentional, and it should have been present. libstdc++-v3/ChangeLog: * include/std/barrier: Add missing runtime exception.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/std/barrier9
1 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/barrier b/libstdc++-v3/include/std/barrier
index 2a26505..997e0a8 100644
--- a/libstdc++-v3/include/std/barrier
+++ b/libstdc++-v3/include/std/barrier
@@ -13,8 +13,13 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
-// You should have received a copy of the GNU General Public License along
-// with this library; see the file COPYING3. If not see
+// Under Section 7 of GPL version 3, you are granted additional
+// 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;
+// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
// This implementation is based on libcxx/include/barrier