README 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. This is a re-release of the final version of the 4th Edition of Plan 9
  2. from Bell Labs distributed directly by Bell Labs.
  3. 4th Edition was originally released by Lucent Technologies in 2002. It
  4. was released under the terms the Lucent Public License Version 1.02.
  5. 4th Edition continues the development of the same ideas, but in many
  6. ways represents the base of what most people think of as "modern" Plan
  7. 9 today. The ubiquitous file protocol, 9P, got its first revision, to
  8. 9P2000, which caused changes to many parts of the system. It also saw
  9. the debut of venti(8) and fossil(4), which began replacing the
  10. venerable old file server, fs(4). Authentication largely moved to a
  11. separate agent, factotum(4). Updates moved to replica, and the wiki
  12. was created. The original release notes for this edition can be found
  13. at /sys/doc/release4.ms.
  14. While this release is a recognizable ancestor of the latest Plan 9
  15. available, it is still quite old, and this release is mostly for
  16. educational and research purposes. The file protocol and
  17. authentication mechanisms are continued in modern Plan 9, though, so
  18. researchers looking to run this should have an easier time than with
  19. all previous releases. This is a second release of the 4th Edition,
  20. marking the final state of Plan 9 as distributed directly by Bell
  21. Labs.
  22. The only changes between this release and the original 4th Edition
  23. release are the new NOTICE, LICENSE, and README files, and moving the
  24. old ones. In particular, any copyright notices attributing things to
  25. Lucent Technologies or Bell Labs, or notices on restrictions of their
  26. use, should be read as historical; all such rights have been
  27. transferred to the Plan 9 Foundation and released as open source.
  28. Parts (notably, the fonts) maintain trademark and copyright to their
  29. respective parties (such as Bigelow & Holmes Inc.) and were included
  30. in Plan 9 by permission; those copyrights are unaffected by the
  31. transfer to Plan 9 Foundation and remain in effect per the terms found
  32. in this distribution.