summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:53:02 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:56:15 -0800
commit18e64b6ced40e97a0469b47471f2b66305264a16 (patch)
tree5773caf5d5b886062d89ae79f34968c3ddfdea21
parent1a95807a08d3d87e3fb9176f275a5ca6bfbd0afe (diff)
downloadenv-18e64b6ced40e97a0469b47471f2b66305264a16.zip
env-18e64b6ced40e97a0469b47471f2b66305264a16.tar.gz
env-18e64b6ced40e97a0469b47471f2b66305264a16.tar.bz2
Add LICENSE
-rw-r--r--LICENSE24
-rw-r--r--hwacha_xcpt.h2
-rw-r--r--p/riscv_test.h2
-rw-r--r--pm/riscv_test.h2
-rw-r--r--pt/riscv_test.h2
-rw-r--r--v/riscv_test.h2
-rw-r--r--v/vm.c2
7 files changed, 36 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..48fe522
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,24 @@
+Copyright (c) 2012-2015, The Regents of the University of California (Regents).
+All Rights Reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. Neither the name of the Regents nor the
+ names of its contributors may be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
+OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
+HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
+MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
diff --git a/hwacha_xcpt.h b/hwacha_xcpt.h
index 5c4dacc..f21e664 100644
--- a/hwacha_xcpt.h
+++ b/hwacha_xcpt.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef _HWACHA_XCPT_H
#define _HWACHA_XCPT_H
diff --git a/p/riscv_test.h b/p/riscv_test.h
index d92f2fe..ad9bfdc 100644
--- a/p/riscv_test.h
+++ b/p/riscv_test.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef _ENV_PHYSICAL_SINGLE_CORE_H
#define _ENV_PHYSICAL_SINGLE_CORE_H
diff --git a/pm/riscv_test.h b/pm/riscv_test.h
index 4bd1637..dbe3bd6 100644
--- a/pm/riscv_test.h
+++ b/pm/riscv_test.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef _ENV_PHYSICAL_MULTI_CORE_H
#define _ENV_PHYSICAL_MULTI_CORE_HA
diff --git a/pt/riscv_test.h b/pt/riscv_test.h
index ebe8109..31ff773 100644
--- a/pt/riscv_test.h
+++ b/pt/riscv_test.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef _ENV_PHYSICAL_SINGLE_CORE_TIMER_H
#define _ENV_PHYSICAL_SINGLE_CORE_TIMER_H
diff --git a/v/riscv_test.h b/v/riscv_test.h
index 685dbac..30dd124 100644
--- a/v/riscv_test.h
+++ b/v/riscv_test.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#ifndef _ENV_VIRTUAL_SINGLE_CORE_H
#define _ENV_VIRTUAL_SINGLE_CORE_H
diff --git a/v/vm.c b/v/vm.c
index 0051963..a57a136 100644
--- a/v/vm.c
+++ b/v/vm.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#include <stdint.h>
#include <string.h>
#include <stdio.h>