From 160bdaa323bc8f8e651f9f546822336cf17d92f5 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 9 Jan 2015 17:57:12 -0800 Subject: Add LICENSE --- benchmarks/mt-vvadd/dataset.h | 2 ++ benchmarks/mt-vvadd/mt-vvadd.c | 2 ++ benchmarks/mt-vvadd/vvadd.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'benchmarks/mt-vvadd') diff --git a/benchmarks/mt-vvadd/dataset.h b/benchmarks/mt-vvadd/dataset.h index 51f25df..a421b7b 100644 --- a/benchmarks/mt-vvadd/dataset.h +++ b/benchmarks/mt-vvadd/dataset.h @@ -1,3 +1,5 @@ +// See LICENSE for license details. + #ifndef __DATASET_H #define __DATASET_H diff --git a/benchmarks/mt-vvadd/mt-vvadd.c b/benchmarks/mt-vvadd/mt-vvadd.c index 2d0ca07..8709166 100644 --- a/benchmarks/mt-vvadd/mt-vvadd.c +++ b/benchmarks/mt-vvadd/mt-vvadd.c @@ -1,3 +1,5 @@ +// See LICENSE for license details. + //************************************************************************** // Vector-vector add benchmark //-------------------------------------------------------------------------- diff --git a/benchmarks/mt-vvadd/vvadd.c b/benchmarks/mt-vvadd/vvadd.c index 8f4d43f..5b74dd0 100644 --- a/benchmarks/mt-vvadd/vvadd.c +++ b/benchmarks/mt-vvadd/vvadd.c @@ -1,3 +1,5 @@ +// See LICENSE for license details. + #include "stdlib.h" #include "dataset.h" -- cgit v1.1