Change Devid to David in copyright statements.
authorPhil Burk <philburk@mobileer.com>
Sun, 1 Jan 2017 23:52:57 +0000 (15:52 -0800)
committerPhil Burk <philburk@mobileer.com>
Sun, 1 Jan 2017 23:52:57 +0000 (15:52 -0800)
15 files changed:
fth/ansilocs.fth
fth/c_struct.fth
fth/case.fth
fth/floats.fth
fth/forget.fth
fth/loadp4th.fth
fth/locals.fth
fth/math.fth
fth/member.fth
fth/misc1.fth
fth/misc2.fth
fth/numberio.fth
fth/smart_if.fth
fth/system.fth
fth/wordslik.fth

index 33c0c71..3423bfc 100644 (file)
@@ -10,7 +10,7 @@
 \    local-compiler ( -- addr , variable containing CFA of locals compiler )
 \
 \ Author: Phil Burk
 \    local-compiler ( -- addr , variable containing CFA of locals compiler )
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 78cf163..330ce38 100644 (file)
@@ -5,7 +5,7 @@
 \ This file must be loaded before loading any .J files.
 \
 \ Author: Phil Burk
 \ This file must be loaded before loading any .J files.
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 830dc83..67d924e 100644 (file)
@@ -5,7 +5,7 @@
 \ >MARK >RESOLVE ?BRANCH etc. are not needed if one has IF ELSE THEN etc.
 \
 \ Author: Phil Burk
 \ >MARK >RESOLVE ?BRANCH etc. are not needed if one has IF ELSE THEN etc.
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 650730f..7ac31fd 100644 (file)
@@ -2,7 +2,7 @@
 \ High Level Forth support for Floating Point
 \
 \ Author: Phil Burk and Darren Gibbs
 \ High Level Forth support for Floating Point
 \
 \ Author: Phil Burk and Darren Gibbs
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 3971100..e4eaf97 100644 (file)
@@ -4,7 +4,7 @@
 \ forget part of dictionary
 \
 \ Author: Phil Burk
 \ forget part of dictionary
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index dd835ce..3d454f0 100644 (file)
@@ -2,7 +2,7 @@
 \ Load various files needed by PForth
 \
 \ Author: Phil Burk
 \ Load various files needed by PForth
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index a145781..50a96db 100644 (file)
@@ -3,7 +3,7 @@
 \ based on ANSI basis words (LOCAL) and TO
 \
 \ Author: Phil Burk
 \ based on ANSI basis words (LOCAL) and TO
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 891849c..9dd780f 100644 (file)
@@ -3,7 +3,7 @@
 \ FM/MOD SM/REM
 \
 \ Author: Phil Burk
 \ FM/MOD SM/REM
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 5aa84bd..3ff53d7 100644 (file)
@@ -6,7 +6,7 @@
 \ the Object Development Environment.
 \
 \ Author: Phil Burk
 \ the Object Development Environment.
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index da9c154..0738121 100644 (file)
@@ -2,7 +2,7 @@
 \ miscellaneous words
 \
 \ Author: Phil Burk
 \ miscellaneous words
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 17edf0c..3480449 100644 (file)
@@ -2,7 +2,7 @@
 \ Utilities for PForth extracted from HMSL
 \
 \ Author: Phil Burk
 \ Utilities for PForth extracted from HMSL
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index e79c5b8..05ec4da 100644 (file)
@@ -4,7 +4,7 @@
 \ numeric conversion
 \
 \ Author: Phil Burk
 \ numeric conversion
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 2234e18..ab2028e 100644 (file)
@@ -5,7 +5,7 @@
 \ Thanks to Mitch Bradley for the idea.
 \
 \ Author: Phil Burk
 \ Thanks to Mitch Bradley for the idea.
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index 5e7aff0..c1b7f66 100644 (file)
@@ -26,7 +26,7 @@
 \ Based on HMSL Forth
 \
 \ Author: Phil Burk
 \ Based on HMSL Forth
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
index e5ebd5a..4f2d12a 100644 (file)
@@ -6,7 +6,7 @@
 \ Enter:   WORDS.LIKE EMIT
 \
 \ Author: Phil Burk
 \ Enter:   WORDS.LIKE EMIT
 \
 \ Author: Phil Burk
-\ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom
+\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify
 \
 \ The pForth software code is dedicated to the public domain,
 \ and any third party may reproduce, distribute and modify