From 9c1ffd2d2c81bf296f476c8e11470c80768bf4f3 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Sat, 11 Jan 2020 19:30:13 +0100 Subject: [PATCH] Add license. --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 532275ae..e1c7be64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.21" +version = "0.2.22" dependencies = [ "alsa 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9281980d..0ea6df20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.21" +version = "0.2.22" +license = "GPL-3.0-only" [dependencies] alsa = { version = "0.3", optional = true }