Updated to use Bochs 2.6.11
[pintos-anon] / LICENSE
1 Pintos, including its documentation, is subject to the following
2 license:
3
4     Copyright (C) 2004, 2005, 2006 Board of Trustees, Leland Stanford
5     Jr. University.  All rights reserved.
6
7     Permission is hereby granted, free of charge, to any person obtaining
8     a copy of this software and associated documentation files (the
9     "Software"), to deal in the Software without restriction, including
10     without limitation the rights to use, copy, modify, merge, publish,
11     distribute, sublicense, and/or sell copies of the Software, and to
12     permit persons to whom the Software is furnished to do so, subject to
13     the following conditions:
14
15     The above copyright notice and this permission notice shall be
16     included in all copies or substantial portions of the Software.
17
18     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26 A few individual files in Pintos were originally derived from other
27 projects, but they have been extensively modified for use in Pintos.
28 The original code falls under the original license, and modifications
29 for Pintos are additionally covered by the Pintos license above. 
30
31 In particular, code derived from Nachos is subject to the following
32 license:
33
34 /* Copyright (c) 1992-1996 The Regents of the University of California.
35    All rights reserved.
36
37    Permission to use, copy, modify, and distribute this software
38    and its documentation for any purpose, without fee, and
39    without written agreement is hereby granted, provided that the
40    above copyright notice and the following two paragraphs appear
41    in all copies of this software.
42
43    IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO
44    ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
45    CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE
46    AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA
47    HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48
49    THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY
50    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
51    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
52    PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
53    BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
54    PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
55    MODIFICATIONS.
56 */