taskd: include only one license file
authorArnout Vandecappelle <arnout@mind.be>
Sun, 13 Mar 2016 23:00:08 +0000 (00:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Mar 2016 22:43:53 +0000 (23:43 +0100)
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>
package/taskd/taskd.mk

index 65713d249963319d69d4d2b2250c780166be93e6..34a260ea0e6bc05df95e4768e80bdc3db3e3d699 100644 (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))