summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-22 20:12:11 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-22 20:12:11 +0100
commitfa8fbc592ca3a42fa3e0d4114f3cbbc02b7933f5 (patch)
treea0caaa0aae8e9f8b13a78f6723396d2aaafa9c2a
parent3e016d901f069eb2c7a772bf71f9920533de6e10 (diff)
Add missing license key
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--tests/ui/Cargo.toml1
-rw-r--r--tests/version-sync/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml
index 3d601d03..2d823191 100644
--- a/tests/ui/Cargo.toml
+++ b/tests/ui/Cargo.toml
@@ -3,6 +3,7 @@ name = "tests-ui"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
+license = "LGPL-2.1"
# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of
diff --git a/tests/version-sync/Cargo.toml b/tests/version-sync/Cargo.toml
index 64f4a95a..f6987af5 100644
--- a/tests/version-sync/Cargo.toml
+++ b/tests/version-sync/Cargo.toml
@@ -3,6 +3,7 @@ name = "version-sync"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
+license = "LGPL-2.1"
# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of