FIG forth, is it Public domain?

Topics relating to various Forth models on the 6502, 65816, and related microprocessors and microcontrollers.
Post Reply
electronicresourceguy
Posts: 8
Joined: 06 Apr 2009
Location: United States

FIG forth, is it Public domain?

Post by electronicresourceguy »

The ZIP file for FIG on the Source Code page has two versions. The readme file says the following:
Quote:
FIG6502.ASM is the original FIG listing, for a Rockwell native assembler.
FIG6502.ASX is my modified listing, which will assemble
with MAS65 macro cross assembler, available from
http://www2.whidbey.net/~beattidp/

04 JAN 2000
FIG6502.ASM starts with the following:
Quote:
;
; Through the courtesy of
;
; FORTH INTEREST GROUP
; P.O. BOX 2154
; OAKLAND, CALIFORNIA
; 94621
;
;
; Release 1.1
;
; with compiler security
; and
; variable length names
;
; Further distribution must include the above notice.
FIG6502.ASX starts with the following:
Quote:
;
; Through the courtesy of
;
; FORTH INTEREST GROUP
; P.O. BOX 2154
; OAKLAND, CALIFORNIA
; 94621
;
;
; Release 1.k0010
;
; with compiler security
; and
; variable length names
;
; Further distribution need not include this notice.
Do I need to include the notice or not?

I have built my own forth from the asx file, and was wondering what if any credit needs to be mentioned considering that the only thing that still looks the same is this introductory message. Everything else has been fundamentally re-written.
The Electronic Resource Guy
kc5tja
Posts: 1706
Joined: 04 Jan 2003

Post by kc5tja »

As FIG no longer exists, FIG Forth is now public domain.
User avatar
GARTHWILSON
Forum Moderator
Posts: 8773
Joined: 30 Aug 2002
Location: Southern California
Contact:

Post by GARTHWILSON »

Quote:
As FIG no longer exists, FIG Forth is now public domain.
They exist and have a web site, but seem to be almost in a permanent hybernation. Regardless, is there any problem with adding the notice?

Make sure you make the multiplication and division corrections though.
kc5tja
Posts: 1706
Joined: 04 Jan 2003

Post by kc5tja »

FIG itself no longer exists. Only the German and Silicon Valley FIG sub-chapters remain. In fact, SVFIG is now the inheritor of the forth.org website and material.

For more information, please feel free to contact Kevin Appert on this matter at http://www.forth.org/svfig/
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: FIG forth, is it Public domain?

Post by BigEd »

Just to note that the MAS65 macro cross assembler can now be found at
http://www.hytherion.com/beattidp/comput/x65tools/

It seems to run OK in dosbox on linux.
Post Reply