Update sticker-picker license to GPL
With Link Mauve's permission. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b9db048391
commit
d90c65d8e3
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "poezio-sticker-picker"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||||||
license = "Zlib"
|
license = "GPL-3.0-or-later"
|
||||||
description = "Helper tool for selecting a sticker inside a pack"
|
description = "Helper tool for selecting a sticker inside a pack"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// This file is part of Poezio.
|
// This file is part of Poezio.
|
||||||
//
|
//
|
||||||
// Poezio is free software: you can redistribute it and/or modify
|
// 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;
|
mod sticker;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// This file is part of Poezio.
|
// This file is part of Poezio.
|
||||||
//
|
//
|
||||||
// Poezio is free software: you can redistribute it and/or modify
|
// 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::prelude::*;
|
||||||
use gtk::subclass::prelude::*;
|
use gtk::subclass::prelude::*;
|
||||||
|
|
Loading…
Reference in a new issue