From b0730f9afe4213aa8a4d20bf56a56a27870a90bf Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 25 Aug 2024 20:53:13 +0300 Subject: Add license --- Cargo.toml | 2 ++ src/lib.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8d581ff..1ef4990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "bowl" version = "0.1.0" +authors = ["Vika "] +license = "AGPL-3.0-only" edition = "2021" [dependencies] diff --git a/src/lib.rs b/src/lib.rs index 751a3ea..f684847 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -132,6 +132,8 @@ impl App { .version(env!("CARGO_PKG_VERSION")) .website("https://kittybox.fireburn.ru/bowl/") .developers(vec!["Vika https://fireburn.ru"]) + .license_type(gtk::License::Agpl30Only) + .copyright("© 2024 Vika Shleina") .build() } } -- cgit 1.4.1