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 33c0c71a4e52454374dc5dc1185483638a83554e..3423bfc70eab7901a4a7dbbfd77fa3e92b6b3d9e 100644 (file)
@@ -10,7 +10,7 @@
 \    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
index 78cf16340f35cb169b37e2306674d1c87d44c1d0..330ce38e4690c00a4cf3995623f1ae65a15a6093 100644 (file)
@@ -5,7 +5,7 @@
 \ 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
index 830dc83c71b91a607fe6471df8c84d09e4feceee..67d924e9351b3db4a11b8ff60d48addd4d5f013f 100644 (file)
@@ -5,7 +5,7 @@
 \ >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
index 650730f520e52a7c243f3a807dbf3f0c36600d26..7ac31fde6c88e37b5715654fe03a8ab081d46d06 100644 (file)
@@ -2,7 +2,7 @@
 \ 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
index 397110086a9524aee88e8fa0a7bf33c074a54f98..e4eaf97d074f00dd5e0989754cf954f09f826500 100644 (file)
@@ -4,7 +4,7 @@
 \ 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
index dd835ce68ac5adbd31cb16c4f2bf5fd270b29a01..3d454f043d3a82e40a364691e2b506c345edb557 100644 (file)
@@ -2,7 +2,7 @@
 \ 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
index a14578152db6acf26b53732194b76845746f2cac..50a96db31625dd9e3d2c61cf84f25c21e4e9052c 100644 (file)
@@ -3,7 +3,7 @@
 \ 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
index 891849cb349acb82f004c7527cc318ff299eb493..9dd780f0e2068d63000b3ff3ccbb36659bec0251 100644 (file)
@@ -3,7 +3,7 @@
 \ 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
index 5aa84bd2a358bd19bf5514452dc9f87a7983f057..3ff53d7109ce21046dca7a66d3b619207e1464d0 100644 (file)
@@ -6,7 +6,7 @@
 \ 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
index da9c1546ea3a388ecc0b592d73c7a23797261b49..0738121c47c12dd68e7f7386688de875098db4d1 100644 (file)
@@ -2,7 +2,7 @@
 \ 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
index 17edf0c0a361701008b35d1267f8ceb2177c0586..3480449ba71ccef90176addea5316917abe289b0 100644 (file)
@@ -2,7 +2,7 @@
 \ 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
index e79c5b8ad4bee5a472b0ceb2d734f584b576adfc..05ec4da8a7a76bbaa6d84bc1ac1f539df34e2c26 100644 (file)
@@ -4,7 +4,7 @@
 \ 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
index 2234e18bb110a01121e424f1d1b332c922ffe3e8..ab2028e709561ae9f2eed9dc10165e9dc8bd2f6e 100644 (file)
@@ -5,7 +5,7 @@
 \ 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
index 5e7aff07c529f3fb7cca0ea4ff170dffd9b2d3f2..c1b7f66692773eeb16d41cdf45330a6b363d5912 100644 (file)
@@ -26,7 +26,7 @@
 \ 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
index e5ebd5a7c51543525c42e584280766fca4fa0c59..4f2d12add65007f7dae898801a5602d2159df3ac 100644 (file)
@@ -6,7 +6,7 @@
 \ 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