summaryrefslogtreecommitdiff
path: root/tools/sticker-picker/src
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2022-03-23 16:50:32 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2022-03-31 14:00:55 +0200
commitd90c65d8e351d4a77c0b4e7ce1e581350abccc20 (patch)
tree94002bb0aa0d887fc4ff46e60ca0e31bc0cdfb19 /tools/sticker-picker/src
parentb9db0483917d995b7470f367f3b78ac30d59ca15 (diff)
downloadpoezio-d90c65d8e351d4a77c0b4e7ce1e581350abccc20.tar.gz
poezio-d90c65d8e351d4a77c0b4e7ce1e581350abccc20.tar.bz2
poezio-d90c65d8e351d4a77c0b4e7ce1e581350abccc20.tar.xz
poezio-d90c65d8e351d4a77c0b4e7ce1e581350abccc20.zip
Update sticker-picker license to GPL
With Link Mauve's permission. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'tools/sticker-picker/src')
-rw-r--r--tools/sticker-picker/src/main.rs2
-rw-r--r--tools/sticker-picker/src/sticker.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/sticker-picker/src/main.rs b/tools/sticker-picker/src/main.rs
index 49795f4d..429043e3 100644
--- a/tools/sticker-picker/src/main.rs
+++ b/tools/sticker-picker/src/main.rs
@@ -1,7 +1,7 @@
// This file is part of Poezio.
//
// Poezio is free software: you can redistribute it and/or modify
-// it under the terms of the zlib license. See the COPYING file.
+// it under the terms of the GPL-3.0-or-later license. See the COPYING file.
mod sticker;
diff --git a/tools/sticker-picker/src/sticker.rs b/tools/sticker-picker/src/sticker.rs
index 7fb44e8e..309b21fa 100644
--- a/tools/sticker-picker/src/sticker.rs
+++ b/tools/sticker-picker/src/sticker.rs
@@ -1,7 +1,7 @@
// This file is part of Poezio.
//
// Poezio is free software: you can redistribute it and/or modify
-// it under the terms of the zlib license. See the COPYING file.
+// it under the terms of the GPL-3.0-or-later license. See the COPYING file.
use gtk::prelude::*;
use gtk::subclass::prelude::*;