diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-07-19 03:46:05 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-07-31 21:34:30 -0700 |
commit | 88cc5288ed209d4d25e5a49a2b1755fc16ff2fb8 (patch) | |
tree | 3c15d48bb6654d96390147cd89dc00b90b21e3af /net/rsync/Makefile | |
parent | c0be98e88d98dbf5377178f0385348cc5ad0b5e6 (diff) |
rsync: add licensing information.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index a732722b4..e73aebca3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src PKG_MD5SUM:=43bd6676f0b404326eee2d63be3cdcfe +PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_INSTALL:=1 |