diff options
Diffstat (limited to 'tools/sticker-picker/src/sticker.rs')
-rw-r--r-- | tools/sticker-picker/src/sticker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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::*; |