summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-10-08 15:59:29 +0800
committerPeter Korsgaard <peter@korsgaard.com>2013-10-08 22:19:09 +0200
commitf65e8e31a5cbd27ae3aced271de7cffc4713ac4c (patch)
tree99ee5211e6b010066fdef8aba46708f09a67bdff
parent972a73e61aa6b73ce8ac8cffcf03a374d4d07b5e (diff)
stress: add license information
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/stress/stress.mk2
1 files changed, 2 insertions, 0 deletions
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.