Add MIT license file; update xv6-rev2.tar.gz with LICENSE.

Other files unchanged.
This commit is contained in:
rsc 2009-05-26 16:58:33 +00:00
parent 2157576107
commit d827c8f3c8
3 changed files with 26 additions and 0 deletions

View file

@ -95,6 +95,8 @@ We distribute the sources in electronic form but also as
a printed booklet with line numbers that keep everyone
together during lectures. The booklet is available as
<a href="xv6-rev2.pdf">xv6-rev2.pdf</a>.
The xv6 source code is licensed under the traditional <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>;
see the LICENSE file in the source distribution.
<br><br>
xv6 compiles using the GNU C compiler,
targeted at the x86 using ELF binaries.