mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
keybinder: set correct license
This package uses MIT license, which is very similar to X11, except that
X11 license has an advertisement clause, which is missing from the MIT.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d2b5523333)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
|
DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
|
||||||
HOMEPAGE = "https://github.com/engla/keybinder"
|
HOMEPAGE = "https://github.com/engla/keybinder"
|
||||||
LICENSE = "X11"
|
LICENSE = "MIT"
|
||||||
SECTION = "devel/lib"
|
SECTION = "devel/lib"
|
||||||
DEPENDS = "gtk+3 gobject-introspection-native \
|
DEPENDS = "gtk+3 gobject-introspection-native \
|
||||||
gtk+ \
|
gtk+ \
|
||||||
|
|||||||
Reference in New Issue
Block a user