summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2016-08-18 14:00:48 -0400
committerFrans Kaashoek <[email protected]>2016-08-18 14:00:48 -0400
commit0f3d9d9d68eb429c5ce0c5bbf66cac6740f3d87c (patch)
tree1d32383b50ed61c61e02b0fe185233f5f1797d05
parent987064cb127ac765014f3a8e38cfec1503676515 (diff)
downloadxv6-labs-0f3d9d9d68eb429c5ce0c5bbf66cac6740f3d87c.tar.gz
xv6-labs-0f3d9d9d68eb429c5ce0c5bbf66cac6740f3d87c.tar.bz2
xv6-labs-0f3d9d9d68eb429c5ce0c5bbf66cac6740f3d87c.zip
It will be for 2016
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e4b05ef..e4bd022 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ ACKNOWLEDGMENTS
xv6 is inspired by John Lions's Commentary on UNIX 6th Edition (Peer
to Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14,
-2000)). See also http://pdos.csail.mit.edu/6.828/2014/xv6.html, which
+2000)). See also http://pdos.csail.mit.edu/6.828/2016/xv6.html, which
provides pointers to on-line resources for v6.
xv6 borrows code from the following sources:
@@ -31,7 +31,7 @@ Ubal, Warren Toomey, Stephen Tu, Keiichi Watanabe, Jindong Zhang, and
and Zou Chang Wei.
The code in the files that constitute xv6 is
-Copyright 2006-2014 Frans Kaashoek, Robert Morris, and Russ Cox.
+Copyright 2006-2016 Frans Kaashoek, Robert Morris, and Russ Cox.
ERROR REPORTS