-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense_info.html
More file actions
137 lines (125 loc) · 5.66 KB
/
license_info.html
File metadata and controls
137 lines (125 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<html>
<!-- Mirrored from www.akaros.org/akaros-web/license_info.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:33:20 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Akaros Home Page</title>
<link href="akaros.css" rel="stylesheet" type="text/css">
<!-- Start of Google Analytics Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22440912-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics Code -->
</head>
<body>
<center>
<table bordercolor="#006633" border="8" width="800" cellpadding="4">
<tbody>
<tr align="CENTER">
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td>
<img src="akaros.png" width=350>
</td>
<td align="TOP">
<p>
Akaros is an open source, GPL-licensed operating system for manycore architectures.
Our goal is to provide support for parallel and high-performance applications and to scale to a large number of cores.
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align=center>
This research is supported in part by the <a href=http://www.nsf.gov/>National Science Foundation</a>,
under grants <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1320005><b>#1320005</b></a> and <a href=http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=1016714><b>#1016714</b></a>, and by the <a href=http://www.energy.gov/>Department of Energy</a> under grant #7086471.
</td>
</tr>
<tr>
<td>
<table border="0" bgcolor="#ffffff" width="100%" cellpadding="6">
<tbody>
<tr>
<td valign="TOP" align="CENTER" width="25%">
<table border="0" width="100%" height=400>
<tbody>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="news.html">News</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="overview.html">Overview</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="papers_and_talks.html">Papers and Talks</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="getting_started.html">Getting Started</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="license_info.html">License Info</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="resources.html">Resources</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="community.html">Community</a></td></tr>
<tr border=10 bgcolor="006633"><td border=10 align="center">
<a class="navbar" href="https://github.com/brho/akaros/issues">Report Bugs</a></td></tr>
</tbody>
</table>
</td>
<td valign="TOP" align="LEFT">
<center><h3>License Info</h3></center>
<hr>
<p>
The Akaros repository contains a mix of code from different projects across a few top-level directories.
The kernel is in <tt>kern</tt>, userspace libraries are in <tt>user/</tt>, and a variety of tools can be found in <tt>tools/</tt>, including the
toolchain.
<p>
<h4><b>The Akaros Kernel:</b></h4>
<p>
The Akaros kernel is licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License, version 2</a>.
Our kernel is made up of code from a number of other systems.
Anything written for the Akaros kernel is licensed "GPLv2 or later".
However, other code, such as from Linux and Plan 9, are licensed GPLv2, without the "or later" clause.
There is also code from BSD, Xen, JOS, and Plan 9 derivatives.
As a whole, the kernel is licensed GPLv2.
<p>
Note that the Plan 9 code that is a part of Akaros is also licensed under the Lucent Public License.
The University of California, Berkeley, has been authorised by Alcatel-Lucent to release all Plan 9 software previously governed by the Lucent Public License, Version 1.02 under the GNU General Public License, Version 2.
Akaros derives its Plan 9 code from this UCB release.
For more information, see <a href="../files/Plan9License.html">here</a>.
<p>
<h4><b>User Space Libraries and Tools:</b></h4>
<p>
Our user code is likewise from a mix of sources. All code written for Akaros, such as <tt>user/parlib/</tt>, is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">GNU LGPLv2.1</a>, or later.
Plan 9 libraries, including <tt>user/iplib</tt> and <tt>user/ndblib</tt> are licensed under the LGPLv2.1, but without the "or later".
See each library for details.
<p>
Likewise, <tt>tools/</tt> is a collection of various code.
All of our contributions to existing code bases, such as GCC, glibc, and busybox, are licensed under their respective projects' licenses.
<p>
<hr>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr><td>
<p>
Problems with this page?<br>
Email Kevin Klues
<a href="mailto:klueska@cs.berkeley.edu"><klueska@cs.berkeley.edu><a>
</p>
</td></tr>
</table>
</center>
</body>
<!-- Mirrored from www.akaros.org/akaros-web/license_info.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 11 Dec 2020 20:33:20 GMT -->
</html>