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/multiply/dataset1.h | 2 ++ benchmarks/multiply/multiply.c | 2 ++ benchmarks/multiply/multiply.h | 2 ++ benchmarks/multiply/multiply_main.c | 2 ++ 4 files changed, 8 insertions(+) (limited to 'benchmarks/multiply') diff --git a/benchmarks/multiply/dataset1.h b/benchmarks/multiply/dataset1.h index 292ad7f..2b0850e 100644 --- a/benchmarks/multiply/dataset1.h +++ b/benchmarks/multiply/dataset1.h @@ -1,3 +1,5 @@ +// See LICENSE for license details. + #define DATA_SIZE 100 diff --git a/benchmarks/multiply/multiply.c b/benchmarks/multiply/multiply.c index 98b279b..3a0b903 100644 --- a/benchmarks/multiply/multiply.c +++ b/benchmarks/multiply/multiply.c @@ -1,3 +1,5 @@ +// See LICENSE for license details. + // ************************************************************************* // multiply function (c version) // ------------------------------------------------------------------------- diff --git a/benchmarks/multiply/multiply.h b/benchmarks/multiply/multiply.h index 6d27795..b2b1cf7 100644 --- a/benchmarks/multiply/multiply.h +++ b/benchmarks/multiply/multiply.h @@ -1,3 +1,5 @@ +// See LICENSE for license details. + //************************************************************************** // Software multiply function //-------------------------------------------------------------------------- diff --git a/benchmarks/multiply/multiply_main.c b/benchmarks/multiply/multiply_main.c index 037de2f..aed3e0d 100644 --- a/benchmarks/multiply/multiply_main.c +++ b/benchmarks/multiply/multiply_main.c @@ -1,3 +1,5 @@ +// See LICENSE for license details. + // ************************************************************************* // multiply filter bencmark // ------------------------------------------------------------------------- -- cgit v1.1