From eaeb3f58a3ada2f590d0da963f3a103bf11ba0af Mon Sep 17 00:00:00 2001 From: Kris Yotam <75515498+krisyotam@users.noreply.github.com> Date: Thu, 14 May 2026 21:03:49 -0500 Subject: [PATCH] docs: add README.txt with credit --- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..f2603c20de0d211ae4190576942d873a77d963c3 --- /dev/null +++ b/README.txt @@ -0,0 +1,21 @@ +9hist +===== + +History of the Plan 9 kernel (1990 - 2003). + +Credit +------ + +Plan 9 was originally authored by employees of Bell Laboratories +(a unit of Nokia Corporation), under copyright held by Lucent +Technologies Inc. from 1990 through 2005. The source code is now +released under the MIT license by the Plan 9 Foundation +(https://p9f.org), copyright 2021. + +This historical archive of the Plan 9 kernel source tree was +assembled and published on GitHub by David du Colombier (0intro) +at https://github.com/0intro/9hist. All credit for collecting, +organizing, and preserving the source belongs to him and to the +Plan 9 Foundation. + +See LICENSE and NOTICE for the full copyright and license terms.