From f65e8e31a5cbd27ae3aced271de7cffc4713ac4c Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 8 Oct 2013 15:59:29 +0800 Subject: [PATCH] stress: add license information Signed-off-by: Axel Lin Signed-off-by: Peter Korsgaard --- package/stress/stress.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/stress/stress.mk b/package/stress/stress.mk index 6e82b500f..63efb66f5 100644 --- a/package/stress/stress.mk +++ b/package/stress/stress.mk @@ -6,6 +6,8 @@ STRESS_VERSION = 1.0.4 STRESS_SITE = http://people.seas.harvard.edu/~apw/stress +STRESS_LICENSE = GPLv2+ +STRESS_LICENSE_FILES = COPYING STRESS_AUTORECONF = YES # Stress is linked statically if the --enable-static is specified.