aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/mt-vvadd
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/mt-vvadd')
-rw-r--r--benchmarks/mt-vvadd/dataset.h2
-rw-r--r--benchmarks/mt-vvadd/mt-vvadd.c2
-rw-r--r--benchmarks/mt-vvadd/vvadd.c2
3 files changed, 6 insertions, 0 deletions
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"