about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-07-18 12:05:14 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-07-18 12:05:14 +0200
commitf74d5c1c72dfd9e5bc8685c56e6a11e5649a89eb (patch)
tree6c2059684b8a4a4cfcff0d36ef0af5cad75c1ac2
parent880416180b0a9ee1141c07d4d17667edb77daebd (diff)
downloadrust-f74d5c1c72dfd9e5bc8685c56e6a11e5649a89eb.tar.gz
rust-f74d5c1c72dfd9e5bc8685c56e6a11e5649a89eb.zip
add basic REUSE scaffolding
-rw-r--r--.reuse/dep57
-rw-r--r--LICENSES/LicenseRef-TODO.txt2
2 files changed, 9 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
new file mode 100644
index 00000000000..03d9f152d5f
--- /dev/null
+++ b/.reuse/dep5
@@ -0,0 +1,7 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+# Temporarily mark all files to be licensed with the custom "TODO" license,
+# until we import the proper licensing metadata in a separate PR.
+Files: *
+Copyright: TODO
+License: LicenseRef-TODO
diff --git a/LICENSES/LicenseRef-TODO.txt b/LICENSES/LicenseRef-TODO.txt
new file mode 100644
index 00000000000..7b193bf7d5e
--- /dev/null
+++ b/LICENSES/LicenseRef-TODO.txt
@@ -0,0 +1,2 @@
+Temporary placeholder, only needed until we import the actual licensing
+metadata.