Refer to LICENSE in some newer source files
authorAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 8 Sep 2015 22:03:03 +0000 (15:03 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 8 Sep 2015 22:03:03 +0000 (15:03 -0700)
riscv/extension.cc
riscv/extension.h
riscv/extensions.cc
riscv/insn_template.h
riscv/mulhi.h
riscv/regnames.cc
riscv/rocc.cc
riscv/trap.cc

index 097713929bf43c92da73396ebaf017a311a7b5ac..00cd24ff9bd174daf33b4c4e92bcf83649dfec19 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "extension.h"
 #include "trap.h"
 
index f73a5a82d592b70f9b9de9e55fce5dea26e2757e..d1e847d9b8ebff01511fbed25aef21f910313ac2 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #ifndef _RISCV_COPROCESSOR_H
 #define _RISCV_COPROCESSOR_H
 
index 315621fd86fbbb93822bc00763b7eecc2670585e..d1690c4b8f65dd25159f84866b14fa132aac58c6 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "extension.h"
 #include <string>
 #include <map>
index 56a9c7fc2d399a6942c91637d6ea78bb7bd476cb..1a0fd2ee1cf67b61aa25680d72119e546437a15b 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "mmu.h"
 #include "mulhi.h"
 #include "softfloat.h"
index f0a5d7b0d3b9efdcf0e5a8da25fc65ca49b372c0..bb4a484a6dee9210ce4d6ff28098e2c065f7adc6 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #ifndef _RISCV_MULHI_H
 #define _RISCV_MULHI_H
 
index 5a696b36925a6209cc855a0dbe9b0075a373356f..c5743454b79cb7e1cca2e6f0a97106997d98a73f 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "disasm.h"
 
 const char* xpr_name[] = {
index 7988c011e20ce9d1b1b27f0b53ba0c9d2bf2e972..db03e37c4869e39f5a96808706dac09a3e25b266 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "rocc.h"
 #include "trap.h"
 #include <cstdlib>
index e1346e7c8d4fa1ea6c6966d5a9b03fca32e66e7b..5add05d75d3f1be86c57f668d278ed0f8b5c4d48 100644 (file)
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
 #include "trap.h"
 #include "processor.h"
 #include <cstdio>