Przeglądaj źródła

stress: add license information

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Axel Lin 12 lat temu
rodzic
commit
f65e8e31a5
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      package/stress/stress.mk

+ 2 - 0
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.