[oe-commits] Roger Monk : xdotool: Change license to MIT

git version control git at git.openembedded.org
Wed May 19 16:59:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 93e990fb4f4978f7ca636f297db96eed476eb918
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=93e990fb4f4978f7ca636f297db96eed476eb918

Author: Roger Monk <r-monk at ti.com>
Date:   Wed May 19 16:33:42 2010 +0100

xdotool: Change license to MIT

* COPYRIGHT text suggests MIT license

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/xdotool/xdotool_1.20100416.2809.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xdotool/xdotool_1.20100416.2809.bb b/recipes/xdotool/xdotool_1.20100416.2809.bb
index 97e5d42..b62b897 100644
--- a/recipes/xdotool/xdotool_1.20100416.2809.bb
+++ b/recipes/xdotool/xdotool_1.20100416.2809.bb
@@ -1,10 +1,12 @@
 DESCRIPTION = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface"
 HOMEPAGE = "http://www.semicomplete.com/projects/xdotool"
-LICENSE = "GPL"
+LICENSE = "MIT"
 SECTION = "x11"
 PRIORITY = "optional"
 DEPENDS = "virtual/libx11 libxtst"
 
+PR = "1"
+
 SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz"
 
 EXTRA_OEMAKE = "PREFIX=${prefix}"





More information about the Openembedded-commits mailing list