diff options
author | rsc <rsc> | 2009-05-26 16:58:33 +0000 |
---|---|---|
committer | rsc <rsc> | 2009-05-26 16:58:33 +0000 |
commit | d827c8f3c82208c1df5c13b191880824f864fa91 (patch) | |
tree | 64e1fcef3ede987f2a605af53d8f5e982148fe44 /web | |
parent | 2157576107d6e81c643e14e134b60b8ae519c256 (diff) | |
download | xv6-labs-d827c8f3c82208c1df5c13b191880824f864fa91.tar.gz xv6-labs-d827c8f3c82208c1df5c13b191880824f864fa91.tar.bz2 xv6-labs-d827c8f3c82208c1df5c13b191880824f864fa91.zip |
Add MIT license file; update xv6-rev2.tar.gz with LICENSE.
Other files unchanged.
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 4f8e84c..ea90263 100644 --- a/web/index.html +++ b/web/index.html @@ -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. |