summaryrefslogtreecommitdiff
path: root/os/pc
diff options
context:
space:
mode:
Diffstat (limited to 'os/pc')
-rw-r--r--os/pc/NOTICE16
-rw-r--r--os/pc/README9
2 files changed, 9 insertions, 16 deletions
diff --git a/os/pc/NOTICE b/os/pc/NOTICE
index 95b421c4..37a147c1 100644
--- a/os/pc/NOTICE
+++ b/os/pc/NOTICE
@@ -1,8 +1,10 @@
-Most of these files have been issued at some time under the Lucent Public License 1.02,
-except devbench.c, fpi387.c, flashzpc.c, devtv.c, devmouse.c, devmpeg.c (which are Vita Nuova MIT-template).
+Most of these files are adapted from Plan 9
+ Copyright © 2002 Lucent Technologies Inc
+ Copyright © 2021 Plan 9 Foundation
+This software was originally authored by employees of Bell Laboratories,
+a unit of Nokia Corporation.
-The copyright is not necessarily Lucent's in all cases (eg, ether83815.c, sd53c8xx.c,
-and much of the USB and wavelan support) because some things were written outside Lucent.
-A more accurate summary will appear here shortly.
-Meanwhile, if you'd like to use the software in some other program,
-you can always ask us to work out the detailed appropriate copyright notice.
+devbench.c, fpi387.c, and flashzpc.c are
+ Copyright © 1999-2005 Vita Nuova Holdings Ltd
+
+All of them are covered by the MIT licence (see /NOTICE).
diff --git a/os/pc/README b/os/pc/README
deleted file mode 100644
index 092eceb6..00000000
--- a/os/pc/README
+++ /dev/null
@@ -1,9 +0,0 @@
-PC kernel
-
-The PC kernel is currently being updated to bring it up-to-date with
-Plan 9 support (the original Inferno PC kernel was derived from an
-extended subset of an earlier edition of Plan 9). In particular,
-although it can be configured as a server, graphics support is
-still being provided. (The kernel level code in vga*.c, devvga.c and screen.c
-is probably near the final version, but some Limbo code is needed to
-set the right graphics modes.)