summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2016-12-11 20:23:24 -0800
committerMegan Wachs <megan@sifive.com>2016-12-11 20:24:26 -0800
commit860d38c9dcf0553241da4090e5502650e0399f1c (patch)
treec6ac51aa34e1928b25a4b3e70b7b51d1f0a473a0 /bsp
parent0c27b0c745a411ee4829c2c372779709c3509e42 (diff)
Add some missing LICENSE headers.
Diffstat (limited to 'bsp')
-rw-r--r--bsp/env/freedom-e300-arty/init.c1
-rw-r--r--bsp/env/freedom-e300-hifive1/entry.S1
2 files changed, 2 insertions, 0 deletions
diff --git a/bsp/env/freedom-e300-arty/init.c b/bsp/env/freedom-e300-arty/init.c
index 37e9725..1f26b19 100644
--- a/bsp/env/freedom-e300-arty/init.c
+++ b/bsp/env/freedom-e300-arty/init.c
@@ -1,3 +1,4 @@
+//See LICENSE for license details.
#include <stdint.h>
#include <unistd.h>
diff --git a/bsp/env/freedom-e300-hifive1/entry.S b/bsp/env/freedom-e300-hifive1/entry.S
index 524f8ee..3eb2638 100644
--- a/bsp/env/freedom-e300-hifive1/entry.S
+++ b/bsp/env/freedom-e300-hifive1/entry.S
@@ -1,3 +1,4 @@
+// See LICENSE for License Details
#ifndef ENTRY_S
#define ENTRY_S