taskd: include only one license file

COPYING and LICENSE are identical, so no point including them both.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Arnout Vandecappelle 2016-03-14 00:00:08 +01:00 committed by Thomas Petazzoni
parent 1031bf6a36
commit 9b931ab7aa

View File

@ -7,7 +7,7 @@
TASKD_VERSION = 1.1.0
TASKD_SITE = http://taskwarrior.org/download
TASKD_LICENSE = MIT
TASKD_LICENSE_FILES = COPYING LICENSE
TASKD_LICENSE_FILES = COPYING
TASKD_DEPENDENCIES = gnutls util-linux
$(eval $(cmake-package))