Fix licensing information in REUSE.toml
This commit is contained in:
parent
4e7808a5c3
commit
2a2422c354
1 changed files with 16 additions and 16 deletions
32
REUSE.toml
32
REUSE.toml
|
@ -169,6 +169,22 @@ SPDX-FileCopyrightText = [
|
|||
]
|
||||
SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/gcc/**"
|
||||
precedence = "override"
|
||||
SPDX-FileCopyrightText = [
|
||||
"Copyright (C) 1997-2024 Free Software Foundation, Inc.",
|
||||
]
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/gcc/gcc/testsuite/**"
|
||||
precedence = "override"
|
||||
SPDX-FileCopyrightText = [
|
||||
"Copyright (C) 2000-2024 Free Software Foundation, Inc.",
|
||||
]
|
||||
SPDX-License-Identifier = "GPL-2.0-only"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/gcc/gcc/testsuite/c-c++-common/analyzer/*.c"
|
||||
precedence = "override"
|
||||
|
@ -186,19 +202,3 @@ SPDX-FileCopyrightText = [
|
|||
"Copyright (C) 2000-2024 Free Software Foundation, Inc.",
|
||||
]
|
||||
SPDX-License-Identifier = "GCC-exception-3.1"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/gcc/testsuite/**"
|
||||
precedence = "override"
|
||||
SPDX-FileCopyrightText = [
|
||||
"Copyright (C) 2000-2024 Free Software Foundation, Inc.",
|
||||
]
|
||||
SPDX-License-Identifier = "GPL-2.0-only"
|
||||
|
||||
[[annotations]]
|
||||
path = "src/gcc/**"
|
||||
precedence = "override"
|
||||
SPDX-FileCopyrightText = [
|
||||
"Copyright (C) 1997-2024 Free Software Foundation, Inc.",
|
||||
]
|
||||
SPDX-License-Identifier = "GPL-3.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue