mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
|
||||
HOMEPAGE = "https://github.com/engla/keybinder"
|
||||
LICENSE = "X11"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "devel/lib"
|
||||
DEPENDS = "gtk+3 gobject-introspection-native \
|
||||
gtk+ \
|
||||
|
||||
Reference in New Issue
Block a user