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 /libid3tag | |
parent | 585412ca28763b90ff597fe54f585d8904f32ce4 (diff) |
added LICENSE to some packages
BKrev: 4197cd6213PQxN7WrYaj9BZ1SfyPgw
Diffstat (limited to 'libid3tag')
-rw-r--r-- | libid3tag/libid3tag_0.15.0b.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe index 6d468cc8bc..fea3a7c6e0 100644 --- a/libid3tag/libid3tag_0.15.0b.oe +++ b/libid3tag/libid3tag_0.15.0b.oe @@ -3,6 +3,7 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "zlib" DESCRIPTION = "Library for interacting with ID3 tags." +LICENSE = "GPL" SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz " S = "${WORKDIR}/libid3tag-${PV}" |