From c9653b75dd6a385befc11cd4c220c438e22bf8d0 Mon Sep 17 00:00:00 2001 From: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:52:29 -0400 Subject: [PATCH] Add copyright check file (#7) Add file for copyright checks based on the upstream version of the same file. This way we keep the format for the library folder. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .reuse/dep5 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .reuse/dep5 diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000000000..ed2cc8a3dfa99 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,26 @@ +# WARNING: this metadata is currently incomplete, do not rely on it yet. + +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: library/* +Copyright: The Rust Project Developers (see https://thanks.rust-lang.org) +License: MIT or Apache-2.0 + +Files: library/core/src/unicode/unicode_data.rs +Copyright: 1991-2022 Unicode, Inc. All rights reserved. +License: Unicode-DFS-2016 + +Files: library/std/src/sync/mpmc/* +Copyright: 2019 The Crossbeam Project Developers + The Rust Project Developers (see https://thanks.rust-lang.org) +License: MIT OR Apache-2.0 + +Files: library/std/src/sys/sync/mutex/fuchsia.rs +Copyright: 2016 The Fuchsia Authors + The Rust Project Developers (see https://thanks.rust-lang.org) +License: BSD-2-Clause AND (MIT OR Apache-2.0) + +Files: library/backtrace/* +Copyright: 2014 Alex Crichton + The Rust Project Developers (see https://thanks.rust-lang.org) +License: MIT OR Apache-2.0