mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 06:13:53 +00:00
Fix licensing information in REUSE.toml
This commit is contained in:
parent
4e7808a5c3
commit
2a2422c354
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…
Reference in New Issue
Block a user