From b0730f9afe4213aa8a4d20bf56a56a27870a90bf Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 25 Aug 2024 20:53:13 +0300 Subject: Add license --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') 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