aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:57:12 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:57:12 -0800
commit160bdaa323bc8f8e651f9f546822336cf17d92f5 (patch)
tree25de76bbc455f970f57f135f2de4e0cc3865ca9b /benchmarks/common
parent350b03e6dd18616146cf43b9d5daa98db059822b (diff)
downloadriscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.zip
riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.gz
riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.bz2
Add LICENSE
Diffstat (limited to 'benchmarks/common')
-rw-r--r--benchmarks/common/crt.S2
-rw-r--r--benchmarks/common/syscalls.c2
-rw-r--r--benchmarks/common/util.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/common/crt.S b/benchmarks/common/crt.S
index cce3140..a4f6671 100644
--- a/benchmarks/common/crt.S
+++ b/benchmarks/common/crt.S
@@ -1,3 +1,5 @@
+# See LICENSE for license details.
+
#include "encoding.h"
#ifdef __riscv64
diff --git a/benchmarks/common/syscalls.c b/benchmarks/common/syscalls.c
index c8688eb..3271694 100644
--- a/benchmarks/common/syscalls.c
+++ b/benchmarks/common/syscalls.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
diff --git a/benchmarks/common/util.h b/benchmarks/common/util.h
index 24a1cad..2fcc89d 100644
--- a/benchmarks/common/util.h
+++ b/benchmarks/common/util.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef __UTIL_H
#define __UTIL_H