diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2014-08-09 15:42:09 +0300 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2014-08-09 15:47:18 +0300 |
commit | 4b3d142810c43644f8bdad39c664add99568aaaf (patch) | |
tree | e188301cd08ad7f4ecb86f16ff16e482b4111bd4 /lang/luaposix | |
parent | 1f72dec170bf95aa152fe171686ee3bd485ec67a (diff) |
Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, haserl, smartmontools, tmux
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'lang/luaposix')
-rw-r--r-- | lang/luaposix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/luaposix/Makefile b/lang/luaposix/Makefile index ceb407d3f..29f1a676f 100644 --- a/lang/luaposix/Makefile +++ b/lang/luaposix/Makefile @@ -18,6 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION) PKG_REMOVE_FILES:=aclocal.m4 PKG_FIXUP:=autoreconf PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> +PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk |