From fa8fbc592ca3a42fa3e0d4114f3cbbc02b7933f5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 22 Dec 2019 20:12:11 +0100 Subject: Add missing license key Signed-off-by: Matthias Beyer --- tests/ui/Cargo.toml | 1 + tests/version-sync/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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 "] 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 "] 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 -- cgit v1.2.3