xorg-minimal-fonts: fix metadata

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>
This commit is contained in:
Dexuan Cui
2010-07-15 16:46:05 +08:00
committed by Richard Purdie
parent 2df46a3609
commit 0ba8e6f951

View 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"