about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Pallant <jonathan.pallant@ferrous-systems.com>2024-07-18 13:28:23 +0100
committerJonathan Pallant <jonathan.pallant@ferrous-systems.com>2024-07-18 13:28:23 +0100
commit4b210bc41959c21e9816fe59910ac4dfd225ca06 (patch)
tree3cf6a7fefd6bf92d1008af0943d7b384e8a20971
parent1d9a56330887cfe841f58f355e22188c7196ceab (diff)
downloadrust-4b210bc41959c21e9816fe59910ac4dfd225ca06.tar.gz
rust-4b210bc41959c21e9816fe59910ac4dfd225ca06.zip
Reformatted REUSE.toml
-rw-r--r--REUSE.toml80
1 files changed, 70 insertions, 10 deletions
diff --git a/REUSE.toml b/REUSE.toml
index e2da8b905bd..d755da80830 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -1,7 +1,39 @@
 version = 1
 
 [[annotations]]
-path = ["compiler/**", "library/**", "tests/**", "src/**", ".github/**", "Cargo.lock", "Cargo.toml", "CODE_OF_CONDUCT.md", "config.example.toml", "configure", "CONTRIBUTING.md", "COPYRIGHT", "INSTALL.md", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "RELEASES.md", "rustfmt.toml", "rust-bors.toml", "triagebot.toml", "x", "x.ps1", "x.py", ".clang-format", ".editorconfig", ".git-blame-ignore-revs", ".gitattributes", ".gitignore", ".gitmodules", ".mailmap", ".ignore"]
+path = [
+    "compiler/**",
+    "library/**",
+    "tests/**",
+    "src/**",
+    ".github/**",
+    "Cargo.lock",
+    "Cargo.toml",
+    "CODE_OF_CONDUCT.md",
+    "config.example.toml",
+    "configure",
+    "CONTRIBUTING.md",
+    "COPYRIGHT",
+    "INSTALL.md",
+    "LICENSE-APACHE",
+    "LICENSE-MIT",
+    "README.md",
+    "RELEASES.md",
+    "rustfmt.toml",
+    "rust-bors.toml",
+    "triagebot.toml",
+    "x",
+    "x.ps1",
+    "x.py",
+    ".clang-format",
+    ".editorconfig",
+    ".git-blame-ignore-revs",
+    ".gitattributes",
+    ".gitignore",
+    ".gitmodules",
+    ".mailmap",
+    ".ignore",
+]
 precedence = "aggregate"
 SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
 SPDX-License-Identifier = "MIT or Apache-2.0"
@@ -9,7 +41,10 @@ SPDX-License-Identifier = "MIT or Apache-2.0"
 [[annotations]]
 path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2003-2019 University of Illinois at Urbana-Champaign.", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2003-2019 University of Illinois at Urbana-Champaign.",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)"
 
 [[annotations]]
@@ -21,13 +56,19 @@ SPDX-License-Identifier = "Unicode-DFS-2016"
 [[annotations]]
 path = "library/std/src/sync/mpmc/**"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2019 The Crossbeam Project Developers", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2019 The Crossbeam Project Developers",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "MIT OR Apache-2.0"
 
 [[annotations]]
 path = "library/std/src/sys/sync/mutex/fuchsia.rs"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2016 The Fuchsia Authors", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2016 The Fuchsia Authors",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "BSD-2-Clause AND (MIT OR Apache-2.0)"
 
 [[annotations]]
@@ -49,7 +90,10 @@ SPDX-FileCopyrightText = "2010 NAVER Corporation"
 SPDX-License-Identifier = "OFL-1.1"
 
 [[annotations]]
-path = ["src/librustdoc/html/static/fonts/SourceCodePro**", "src/librustdoc/html/static/fonts/SourceSerif4**"]
+path = [
+    "src/librustdoc/html/static/fonts/SourceCodePro**",
+    "src/librustdoc/html/static/fonts/SourceSerif4**",
+]
 precedence = "aggregate"
 SPDX-FileCopyrightText = "2010, 2012, 2014-2023, Adobe Systems Incorporated"
 SPDX-License-Identifier = "OFL-1.1"
@@ -63,7 +107,10 @@ SPDX-License-Identifier = "MIT"
 [[annotations]]
 path = "src/librustdoc/html/static/css/rustdoc.css"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2016 Ike Ku, Jessica Stokes and Leon Guan", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2016 Ike Ku, Jessica Stokes and Leon Guan",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "MIT OR Apache-2.0"
 
 [[annotations]]
@@ -75,23 +122,36 @@ SPDX-License-Identifier = "MIT"
 [[annotations]]
 path = "library/backtrace/**"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2014 Alex Crichton", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2014 Alex Crichton",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "MIT OR Apache-2.0"
 
 [[annotations]]
 path = "src/doc/embedded-book/**"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["Rust on Embedded Devices Working Group", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "Rust on Embedded Devices Working Group",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "MIT OR Apache-2.0 OR CC-BY-SA-4.0"
 
 [[annotations]]
 path = "src/doc/rust-by-example/**"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2014 Jorge Aparicio", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
+SPDX-FileCopyrightText = [
+    "2014 Jorge Aparicio",
+    "The Rust Project Developers (see https://thanks.rust-lang.org)",
+]
 SPDX-License-Identifier = "MIT OR Apache-2.0"
 
 [[annotations]]
 path = "src/llvm-project/**"
 precedence = "aggregate"
-SPDX-FileCopyrightText = ["2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)", "2010 Apple Inc", "2003-2019 University of Illinois at Urbana-Champaign."]
+SPDX-FileCopyrightText = [
+    "2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)",
+    "2010 Apple Inc",
+    "2003-2019 University of Illinois at Urbana-Champaign.",
+]
 SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception"