From 1a088514966ccf1da083dd7a291f115748c476f5 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sun, 1 Jan 2017 15:52:57 -0800 Subject: [PATCH] Change Devid to David in copyright statements. --- fth/ansilocs.fth | 2 +- fth/c_struct.fth | 2 +- fth/case.fth | 2 +- fth/floats.fth | 2 +- fth/forget.fth | 2 +- fth/loadp4th.fth | 2 +- fth/locals.fth | 2 +- fth/math.fth | 2 +- fth/member.fth | 2 +- fth/misc1.fth | 2 +- fth/misc2.fth | 2 +- fth/numberio.fth | 2 +- fth/smart_if.fth | 2 +- fth/system.fth | 2 +- fth/wordslik.fth | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/fth/ansilocs.fth b/fth/ansilocs.fth index 33c0c71..3423bfc 100644 --- a/fth/ansilocs.fth +++ b/fth/ansilocs.fth @@ -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 diff --git a/fth/c_struct.fth b/fth/c_struct.fth index 78cf163..330ce38 100644 --- a/fth/c_struct.fth +++ b/fth/c_struct.fth @@ -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 diff --git a/fth/case.fth b/fth/case.fth index 830dc83..67d924e 100644 --- a/fth/case.fth +++ b/fth/case.fth @@ -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 diff --git a/fth/floats.fth b/fth/floats.fth index 650730f..7ac31fd 100644 --- a/fth/floats.fth +++ b/fth/floats.fth @@ -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 diff --git a/fth/forget.fth b/fth/forget.fth index 3971100..e4eaf97 100644 --- a/fth/forget.fth +++ b/fth/forget.fth @@ -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 diff --git a/fth/loadp4th.fth b/fth/loadp4th.fth index dd835ce..3d454f0 100644 --- a/fth/loadp4th.fth +++ b/fth/loadp4th.fth @@ -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 diff --git a/fth/locals.fth b/fth/locals.fth index a145781..50a96db 100644 --- a/fth/locals.fth +++ b/fth/locals.fth @@ -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 diff --git a/fth/math.fth b/fth/math.fth index 891849c..9dd780f 100644 --- a/fth/math.fth +++ b/fth/math.fth @@ -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 diff --git a/fth/member.fth b/fth/member.fth index 5aa84bd..3ff53d7 100644 --- a/fth/member.fth +++ b/fth/member.fth @@ -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 diff --git a/fth/misc1.fth b/fth/misc1.fth index da9c154..0738121 100644 --- a/fth/misc1.fth +++ b/fth/misc1.fth @@ -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 diff --git a/fth/misc2.fth b/fth/misc2.fth index 17edf0c..3480449 100644 --- a/fth/misc2.fth +++ b/fth/misc2.fth @@ -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 diff --git a/fth/numberio.fth b/fth/numberio.fth index e79c5b8..05ec4da 100644 --- a/fth/numberio.fth +++ b/fth/numberio.fth @@ -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 diff --git a/fth/smart_if.fth b/fth/smart_if.fth index 2234e18..ab2028e 100644 --- a/fth/smart_if.fth +++ b/fth/smart_if.fth @@ -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 diff --git a/fth/system.fth b/fth/system.fth index 5e7aff0..c1b7f66 100644 --- a/fth/system.fth +++ b/fth/system.fth @@ -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 diff --git a/fth/wordslik.fth b/fth/wordslik.fth index e5ebd5a..4f2d12a 100644 --- a/fth/wordslik.fth +++ b/fth/wordslik.fth @@ -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 -- 2.20.1