From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id D48F93854160; Thu, 27 Apr 2023 22:01:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D48F93854160 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682632907; bh=o6Ew9xpQwHA0cX8puvQbPdk4lx+Oc8pVwgTtfNkpoi8=; h=From:To:Subject:Date:From; b=SOOcbohvqQZ1YuAbCxqPVbCEZqtxS2liCYd9ATCnTIiFo0ar+yxDsyNIQ+bWUjDiF Q72Yn5Xz09LdkI3Oxr+q0hOA3LZ0owi00yEC0wxYJRrrY4QZWJjriaLpH+B1SJE9Ny RrRen7QZfHyxA+s4w51fzOHLoBBa2k8zn2LyZWqo= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-10665] libstdc++: Add missing runtime exception to licence notice X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 9b21c68e483fd903995cf6f90bb3050a5dc204a1 X-Git-Newrev: fb0c2b05b836932a76113b25644fa6182957cb49 Message-Id: <20230427220147.D48F93854160@sourceware.org> Date: Thu, 27 Apr 2023 22:01:47 +0000 (GMT) List-Id: https://gcc.gnu.org/g:fb0c2b05b836932a76113b25644fa6182957cb49 commit r11-10665-gfb0c2b05b836932a76113b25644fa6182957cb49 Author: Jonathan Wakely Date: Tue Sep 6 11:58:21 2022 +0100 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. (cherry picked from commit d7f282c4243e24f567b11a5cb6048a27a3df733d) Diff: --- libstdc++-v3/include/std/barrier | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/std/barrier b/libstdc++-v3/include/std/barrier index 4210e30d1ce..02501639f8e 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 // . // This implementation is based on libcxx/include/barrier