Skip to content

Commit b10a38b

Browse files
Update declared licenses in REUSE.toml
1 parent cbef544 commit b10a38b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

REUSE.toml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,37 @@ SPDX-FileCopyrightText = [
168168
"2003-2019 University of Illinois at Urbana-Champaign.",
169169
]
170170
SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception"
171+
172+
[[annotations]]
173+
path = "src/gcc/gcc/testsuite/c-c++-common/analyzer/*.c"
174+
precedence = "override"
175+
SPDX-FileCopyrightText = [
176+
"Copyright (c) 2007-2011 Atheros Communications Inc.",
177+
"Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc.",
178+
"Copyright (c) 2016-2017 Erik Stromdahl <[email protected]>",
179+
]
180+
SPDX-License-Identifier = "ISC"
181+
182+
[[annotations]]
183+
path = "src/gcc/libstdc++-v3/config/os/aix/os_defines.h"
184+
precedence = "override"
185+
SPDX-FileCopyrightText = [
186+
"Copyright (C) 2000-2024 Free Software Foundation, Inc.",
187+
]
188+
SPDX-License-Identifier = "GCC-exception-3.1"
189+
190+
[[annotations]]
191+
path = "src/gcc/testsuite/**"
192+
precedence = "override"
193+
SPDX-FileCopyrightText = [
194+
"Copyright (C) 2000-2024 Free Software Foundation, Inc.",
195+
]
196+
SPDX-License-Identifier = "GPL-2.0-only"
197+
198+
[[annotations]]
199+
path = "src/gcc/**"
200+
precedence = "override"
201+
SPDX-FileCopyrightText = [
202+
"Copyright (C) 1997-2024 Free Software Foundation, Inc.",
203+
]
204+
SPDX-License-Identifier = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)