-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate-copyright: Now generates a library file too.
We only run reuse once, so the output has to be filtered to find only the files that are relevant to the library tree. Outputs COPYRIGHT.html and COPYRIGHT-library.html. The license-metadata.json file is also now in the tree. We need a CI tool to check that it's correct.
- Loading branch information
1 parent
e6c1e14
commit 3d3e2e3
Showing
5 changed files
with
394 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
{ | ||
"files": { | ||
"children": [ | ||
{ | ||
"children": [ | ||
{ | ||
"children": [ | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "noscript.css", | ||
"type": "file" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"Nicolas Gallagher and Jonathan Neal" | ||
], | ||
"spdx": "MIT" | ||
}, | ||
"name": "normalize.css", | ||
"type": "file" | ||
} | ||
], | ||
"license": { | ||
"copyright": [ | ||
"2016 Ike Ku, Jessica Stokes and Leon Guan", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "src/librustdoc/html/static/css", | ||
"type": "directory" | ||
}, | ||
{ | ||
"children": [ | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "README.txt", | ||
"type": "file" | ||
}, | ||
{ | ||
"directories": [], | ||
"files": [ | ||
"FiraSans-LICENSE.txt", | ||
"FiraSans-Medium.woff2", | ||
"FiraSans-Regular.woff2" | ||
], | ||
"license": { | ||
"copyright": [ | ||
"2014, Mozilla Foundation", | ||
"2014, Telefonica S.A" | ||
], | ||
"spdx": "OFL-1.1" | ||
}, | ||
"type": "group" | ||
}, | ||
{ | ||
"directories": [], | ||
"files": [ | ||
"NanumBarunGothic-LICENSE.txt", | ||
"NanumBarunGothic.ttf.woff2" | ||
], | ||
"license": { | ||
"copyright": [ | ||
"2010 NAVER Corporation" | ||
], | ||
"spdx": "OFL-1.1" | ||
}, | ||
"type": "group" | ||
} | ||
], | ||
"license": { | ||
"copyright": [ | ||
"2010, 2012, 2014-2023, Adobe Systems Incorporated" | ||
], | ||
"spdx": "OFL-1.1" | ||
}, | ||
"name": "src/librustdoc/html/static/fonts", | ||
"type": "directory" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"2003-2019 University of Illinois at Urbana-Champaign", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)" | ||
}, | ||
"name": "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp", | ||
"type": "file" | ||
}, | ||
{ | ||
"children": [], | ||
"license": { | ||
"copyright": [ | ||
"2014 Alex Crichton", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "library/backtrace", | ||
"type": "directory" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"1991-2022 Unicode, Inc. All rights reserved" | ||
], | ||
"spdx": "Unicode-DFS-2016" | ||
}, | ||
"name": "library/core/src/unicode/unicode_data.rs", | ||
"type": "file" | ||
}, | ||
{ | ||
"children": [], | ||
"license": { | ||
"copyright": [ | ||
"2019 The Crossbeam Project Developers", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "library/std/src/sync/mpmc", | ||
"type": "directory" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"2016 The Fuchsia Authors", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "BSD-2-Clause AND (Apache-2.0 OR MIT)" | ||
}, | ||
"name": "library/std/src/sys/sync/mutex/fuchsia.rs", | ||
"type": "file" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"NONE" | ||
], | ||
"spdx": "NONE" | ||
}, | ||
"name": "qnx_build.sh", | ||
"type": "file" | ||
}, | ||
{ | ||
"children": [], | ||
"license": { | ||
"copyright": [ | ||
"Rust on Embedded Devices Working Group", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR CC-BY-SA-4.0 OR MIT" | ||
}, | ||
"name": "src/doc/embedded-book", | ||
"type": "directory" | ||
}, | ||
{ | ||
"children": [], | ||
"license": { | ||
"copyright": [ | ||
"2014 Jorge Aparicio", | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": "src/doc/rust-by-example", | ||
"type": "directory" | ||
}, | ||
{ | ||
"license": { | ||
"copyright": [ | ||
"2014-2021 Knut Sveidqvist" | ||
], | ||
"spdx": "MIT" | ||
}, | ||
"name": "src/doc/rustc-dev-guide/mermaid.min.js", | ||
"type": "file" | ||
} | ||
], | ||
"license": { | ||
"copyright": [ | ||
"The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
], | ||
"spdx": "Apache-2.0 OR MIT" | ||
}, | ||
"name": ".", | ||
"type": "directory" | ||
} | ||
], | ||
"type": "root" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.