X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/8e9db35f299d8f606ba003d3cd8fa9e2c868c880..861862f451bf6fea44c052b8a8733853fa2fe9d9:/readme.txt diff --git a/readme.txt b/readme.txt index de7cf90..e77c40b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ by Phil Burk with Larry Polansky, David Rosenboom and Darren Gibbs. Support for 64-bit cells by Aleksej Saushev. -Last updated: December 23, 2014 V27 +Last updated: April 24, 2018 V28 Code for pForth is maintained on GitHub at: https://github.com/philburk/pforth @@ -17,19 +17,21 @@ For technical support please use the pForth forum at: -- LEGAL NOTICE ----------------------------------------- -The pForth software code is dedicated to the public domain, -and any third party may reproduce, distribute and modify -the pForth software code or any derivative works thereof -without any compensation or license. The pForth software -code is provided on an "as is" basis without any warranty -of any kind, including, without limitation, the implied -warranties of merchantability and fitness for a particular -purpose and their equivalents under the laws of any jurisdiction. +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -- Contents of SDK -------------------------------------- build - tools for building pForth on various platforms - build/win32/vs2005 - Visual Studio 2005 Project and Solution build/unix - Makefile for unix csrc - pForth kernel in ANSI 'C'