diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:45:55 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:45:55 -0700 |
commit | 64c633daa646d2780621187c4f8ee348f312c044 (patch) | |
tree | e13779c9d69fb7cea72724ae3eb5f803bbcedae4 /ipv6 | |
parent | 9bbed19d90afcbb64c252220a010f6f06bf6b2aa (diff) |
aiccu: Add PKG_LICENSE information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'ipv6')
-rw-r--r-- | ipv6/aiccu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index fe1f162dd..bfa8a8320 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix PKG_MD5SUM:=c9bcc83644ed788e22a7c3f3d4021350 +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=doc/LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |