diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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() } } |