summaryrefslogtreecommitdiffstats
path: root/.licenserc.json
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2022-07-05 16:09:47 +0200
committerMarcel Müller <neikos@neikos.email>2022-07-05 16:09:47 +0200
commit207d32d8e242bfe9ac4c0b34e5c29572bcc33909 (patch)
tree66da78169e46ecf933d4617d4f9ee5e3cb217038 /.licenserc.json
parent6a5cc018bca17896847d168388ad49fd5a8fcb60 (diff)
Add license requirements file
Signed-off-by: Marcel Müller <neikos@neikos.email>
Diffstat (limited to '.licenserc.json')
-rw-r--r--.licenserc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.licenserc.json b/.licenserc.json
new file mode 100644
index 0000000..70c72b0
--- /dev/null
+++ b/.licenserc.json
@@ -0,0 +1,7 @@
+{
+ "**/*.rs": [
+ "This Source Code Form is subject to the terms of the Mozilla Public",
+ "License, v. 2.0. If a copy of the MPL was not distributed with this",
+ "file, You can obtain one at http://mozilla.org/MPL/2.0/."
+ ]
+}