diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:16:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:11:28 +0000 |
commit | 9b8c8ac43fbf9dc73f55306ec103208328a1766c (patch) | |
tree | 76017683d7b88f1288c3d92489d4384fda25ef86 /meta/recipes-devtools | |
parent | 30a07409ce5bf9576a195b908fa3b43c80873635 (diff) | |
download | openembedded-core-9b8c8ac43fbf9dc73f55306ec103208328a1766c.tar.gz openembedded-core-9b8c8ac43fbf9dc73f55306ec103208328a1766c.tar.bz2 openembedded-core-9b8c8ac43fbf9dc73f55306ec103208328a1766c.zip |
apt: clarify LICENSE as GPLv2.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 9d3268de6b..6265203bc5 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc @@ -1,5 +1,5 @@ DESCRIPTION = "Advanced front-end for dpkg." -LICENSE = "GPL" +LICENSE = "GPLv2.0+" SECTION = "base" SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ |