]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-minimal-fonts: fix metadata
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 15 Jul 2010 08:46:05 +0000 (16:46 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 16 Jul 2010 15:25:17 +0000 (16:25 +0100)
There is no explicit license info in the local directory.

I used "fontforge" to open the fontdata file (.pcf.gz file) in the
xorg-minimal-fonts/misc/ and found fontforge's menu
"Element->Other Info->BDF info" says the "COPYRIGHT" is
"Public domain font. Share and enjoy. Actually
"cat *.pcf.gz | gunzip | strings | grep 'Public domain'" also shows
the same string.
So I think the license of xorg-minimal-fonts should be Public Domain.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/xorg-font/xorg-minimal-fonts.bb

index db3dc96b10016207b04d82b8546cbf13de4bcfc0..26a64cdd66d31a4acd97ecf0b4830627bfe7315c 100644 (file)
@@ -3,7 +3,11 @@ HOMEPAGE = "http://www.x.org"
 BUGTRACKER = "n/a"
 
 SECTION = "x11/fonts"
-LICENSE = "MIT-X"
+
+LICENSE = "Public Domain"
+LIC_FILES_CHKSUM = "file://../misc/fonts.alias;md5=bbe8d3c0e4e74af96e3ac393985c4fbb \
+                    file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \
+                    file://../misc/cursor.pcf.gz;md5=40bc81001fef4c21ca08df4305014a2a"
 
 SRC_URI = "file://misc"