From e8d961f569229573b00eeac45ebb3c79cf286ce6 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Mon, 17 Aug 2020 14:33:51 -0700 Subject: [PATCH] Add LICENCE, NOTICE, and README.md reflecting the new licence terms and conditions --- LICENSE | 21 +++++++++++++++++++++ NOTICE | 5 +++++ README.md | 17 +++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 LICENSE create mode 100644 NOTICE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..042215e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +Copyright Venue (Wayne Booth Marci, Estate of John Sybalsky) and Interlisp contributers. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..0ac532a --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Many thanks to Wayne Booth Marci, who inherited the rights of Venue, +including the copyright of works identified as Copyright Venue. + +Permission to release these files with the open source MIT License +has been granted. diff --git a/README.md b/README.md new file mode 100644 index 0000000..68da529 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Maiko + +This is the emulator for the Interlisp-D virtual machine, for a +byte-coded Lisp instruction set and some low-level functions for +connecting witih Lisp for access to display and disk etc. + +There’s a complex system of make files that include all the flags and +variables you have to set for each hardware/OS target. + +You need to be in the "bin" directory, you need to have "." on your +path, you need to do "./makeright x" in order for it to detect the +correct OS and then put together the makefile parts that it needs. It +will build it in ../.-x (for the .o files) and +../. for the executables. + + +