]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
rsync: add license info
authorDanomi Manchego <danomimanchego123@gmail.com>
Sun, 19 Aug 2012 20:18:29 +0000 (16:18 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Aug 2012 10:59:49 +0000 (12:59 +0200)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rsync/rsync.mk

index f2df256004539ea1376f000f0ea36e17ec0aa900..3963547db21af0d79b6ffd98584aa487255e005f 100644 (file)
@@ -7,6 +7,8 @@
 RSYNC_VERSION = 3.0.9
 RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
 RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
+RSYNC_LICENSE = GPLv3+
+RSYNC_LICENSE_FILES = COPYING
 RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
 RSYNC_CONF_OPT = --with-included-popt