diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-11 11:15:23 +0100 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-11 11:15:23 +0100 |
commit | 77949c83bbeed7a93a3494f2fa8cd0e8c96596f2 (patch) | |
tree | 82911a8473318196cf8900c0abd1b6bdd84b9c97 | |
parent | f2884fa47f2401e252c5fcddc88cc724d4d51f63 (diff) |
lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
-rw-r--r-- | utils/lxc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 0f34eeafe..106159c92 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -11,6 +11,8 @@ PKG_NAME:=lxc PKG_VERSION:=1.0.6 PKG_RELEASE:=1 +PKG_LICENSE:=LGPL-2.1+ BSD-2-Clause GPL-2.0 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/ PKG_MD5SUM:=4aad3aee84b42faa194e44091d723a3b |