Change the license to LGPL 2.1 to match libhandy

Close #12
This commit is contained in:
Jordan Petridis 2021-04-19 01:58:06 +00:00 committed by Jordan Petridis
parent 92096d1405
commit 4d38f0f8c5
No known key found for this signature in database
GPG key ID: 902CC06D159744F5
6 changed files with 1378 additions and 1888 deletions

1086
LICENSE

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,7 @@ authors = ["Julian Sparber <julian@sparber.net>"]
build = "build.rs"
description = "The sys part of the rust bindings for libhandy"
keywords = ["libhandy", "handy", "gtk-rs", "gnome"]
license = "GPL-3.0-or-later"
license = "LGPL-2.1-only"
links = "handy"
name = "libhandy-sys"
repository = "https://gitlab.gnome.org/World/Rust/libhandy-rs"

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ keywords = [
]
version = '0.7.1'
description = 'Rust bindings for libhandy'
license = 'GPL-3.0-or-later'
license = 'LGPL-2.1-only'
repository = 'https://gitlab.gnome.org/World/Rust/libhandy-rs'
documentation = "https://world.pages.gitlab.gnome.org/Rust/libhandy-rs/libhandy/"
exclude = [

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// Copyright 2018, The libhandy-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the LGPL-2.1-only, see the LICENSE file or <https://opensource.org/licenses/LGPL-2.1>
#![allow(deprecated)]
#![allow(dead_code)]