From 59adfc86b9d1e5a8fb9d5c83db6546a6b49a77f5 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 14 Dec 2014 13:06:48 +0200 Subject: [PATCH] lsof: add license information Signed-off-by: Maxim Storchak --- utils/lsof/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lsof/Makefile b/utils/lsof/Makefile index f609f64e79..75b2c54794 100644 --- a/utils/lsof/Makefile +++ b/utils/lsof/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://ftp2.de.debian.org/debian/pool/main/l/lsof PKG_MD5SUM:=23420509564a897b76055f9d84d19068 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)+dfsg.orig PKG_MAINTAINER:=Maxim Storchak +PKG_LICENSE:=Unique +PKG_LICENSE_FILES:=00README include $(INCLUDE_DIR)/package.mk