From 0b5a6c8763c1050d505e5e0437bde1c4218091be Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 8 Sep 2007 16:13:20 +0000 Subject: [PATCH 1/1] PD release. --- jonesforth.S | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jonesforth.S b/jonesforth.S index 710bf28..6ad3e92 100644 --- a/jonesforth.S +++ b/jonesforth.S @@ -1,5 +1,6 @@ /* A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*- By Richard W.M. Jones http://annexia.org/forth + This is PUBLIC DOMAIN (see public domain release statement below). gcc -m32 -nostdlib -static -Wl,-Ttext,0 -o jonesforth jonesforth.S @@ -69,6 +70,13 @@ Also I used this document (http://ftp.funet.fi/pub/doc/IOCCC/1992/buzzard.2.design) which really defies easy explanation. + PUBLIC DOMAIN ---------------------------------------------------------------------- + + I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. + + In case this is not legally possible, I grant any entity the right to use this work for any purpose, + without any conditions, unless such conditions are required by law. + SETTING UP ---------------------------------------------------------------------- Let's get a few housekeeping things out of the way. Firstly because I need to draw lots of -- 1.8.3.1