diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 21:25:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 21:25:54 +0000 |
commit | ba3bf83f687fe01af15d28b93f3da05a5af157af (patch) | |
tree | bbf374f90a9c625e934c1e90207e5946ece66ec3 /scummvm | |
parent | 585412ca28763b90ff597fe54f585d8904f32ce4 (diff) |
added LICENSE to some packages
BKrev: 4197cd6213PQxN7WrYaj9BZ1SfyPgw
Diffstat (limited to 'scummvm')
-rw-r--r-- | scummvm/scummvm_0.6.0.oe | 1 | ||||
-rw-r--r-- | scummvm/scummvm_0.6.1b.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe index 299ef64c0c..f410786afd 100644 --- a/scummvm/scummvm_0.6.0.oe +++ b/scummvm/scummvm_0.6.0.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Virtual Machine for LucasArts Adventures for Qt/Embedded based pa SECTION = "opie/games" PRIORITY = "optional" DEPENDS = "libsdl-qpe libmad tremor libogg zlib libmpeg2" +LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2 \ file://sword1.patch;patch=1 \ diff --git a/scummvm/scummvm_0.6.1b.oe b/scummvm/scummvm_0.6.1b.oe index 90e00baedf..a8388b8607 100644 --- a/scummvm/scummvm_0.6.1b.oe +++ b/scummvm/scummvm_0.6.1b.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Virtual Machine for LucasArts Adventures for Qt/Embedded based pa SECTION = "opie/games" PRIORITY = "optional" DEPENDS = "libsdl-qpe libmad tremor libogg zlib libmpeg2" +LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2 \ file://tremor.patch;patch=1 \ |