From 18e64b6ced40e97a0469b47471f2b66305264a16 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 9 Jan 2015 17:53:02 -0800 Subject: Add LICENSE --- LICENSE | 24 ++++++++++++++++++++++++ hwacha_xcpt.h | 2 ++ p/riscv_test.h | 2 ++ pm/riscv_test.h | 2 ++ pt/riscv_test.h | 2 ++ v/riscv_test.h | 2 ++ v/vm.c | 2 ++ 7 files changed, 36 insertions(+) create mode 100644 LICENSE 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 #include #include -- cgit v1.1