summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--README.pod4
-rw-r--r--docs/header.txt3
-rw-r--r--docs/pod/fype.html4
-rw-r--r--docs/pod/fype.man4
-rw-r--r--docs/pod/fype.pod4
-rw-r--r--docs/pod/fype.tex4
-rw-r--r--docs/pod/fype.txt4
-rw-r--r--src/argv.c3
-rw-r--r--src/argv.h3
-rw-r--r--src/build.h3
-rw-r--r--src/core/convert.c3
-rw-r--r--src/core/convert.h3
-rw-r--r--src/core/function.c3
-rw-r--r--src/core/function.h3
-rw-r--r--src/core/functions.c3
-rw-r--r--src/core/functions.h3
-rw-r--r--src/core/garbage.c3
-rw-r--r--src/core/garbage.h3
-rw-r--r--src/core/interpret.c3
-rw-r--r--src/core/interpret.h3
-rw-r--r--src/core/reference.c3
-rw-r--r--src/core/reference.h3
-rw-r--r--src/core/scanner.c3
-rw-r--r--src/core/scanner.h3
-rw-r--r--src/core/scope.c3
-rw-r--r--src/core/scope.h3
-rw-r--r--src/core/symbol.c3
-rw-r--r--src/core/symbol.h3
-rw-r--r--src/core/token.c3
-rw-r--r--src/core/token.h3
-rw-r--r--src/data/array.c3
-rw-r--r--src/data/array.h3
-rw-r--r--src/data/dat.c3
-rw-r--r--src/data/dat.h3
-rw-r--r--src/data/hash.c3
-rw-r--r--src/data/hash.h3
-rw-r--r--src/data/list.c3
-rw-r--r--src/data/list.h3
-rw-r--r--src/data/map.c3
-rw-r--r--src/data/map.h3
-rw-r--r--src/data/queue.c3
-rw-r--r--src/data/queue.h3
-rw-r--r--src/data/stack.c3
-rw-r--r--src/data/stack.h3
-rw-r--r--src/data/tree.c3
-rw-r--r--src/data/tree.h3
-rw-r--r--src/data/tupel.c3
-rw-r--r--src/data/tupel.h3
-rw-r--r--src/data/types.h3
-rw-r--r--src/defines.h5
-rw-r--r--src/fype.c3
-rw-r--r--src/fype.h3
-rw-r--r--src/main.c3
54 files changed, 61 insertions, 108 deletions
diff --git a/COPYING b/COPYING
index ef7c913..09fcac7 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Fype (http://fype.buetow.org) is ...
+Fype is ...
... Copyright (c) 2005 2006 2007 2008 by Dipl.-Inf. (FH) Paul C. Buetow
All rights reserved.
diff --git a/README.pod b/README.pod
index 5006345..4926dbb 100644
--- a/README.pod
+++ b/README.pod
@@ -483,11 +483,11 @@ Nested functions work the same way the nested procedures work, with the exceptio
=head1 AUTHOR
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
=head1 WEBSITE
-The Fype Language (http://fype.buetow.org)
+The Fype Language
=head1 SEE ALSO
diff --git a/docs/header.txt b/docs/header.txt
index 9bbce0f..787e541 100644
--- a/docs/header.txt
+++ b/docs/header.txt
@@ -1,8 +1,7 @@
File: ${FILE}
A simple interpreter
-WWW : http://fype.buetow.org
-AUTHOR : http://paul.buetow.org
+AUTHOR : Paul Buetow http://buetow.org
E-Mail : fype at dev.buetow.org
Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/docs/pod/fype.html b/docs/pod/fype.html
index 121cbea..c958f38 100644
--- a/docs/pod/fype.html
+++ b/docs/pod/fype.html
@@ -575,12 +575,12 @@ keyword in order to check if a procedure has been defined or not.</p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
-<p>Paul C. Buetow (http://paul.buetow.org)</p>
+<p>Paul C. Buetow (http://buetow.org)</p>
<p>
</p>
<hr />
<h1><a name="website">WEBSITE</a></h1>
-<p>The Fype Language (http://fype.buetow.org)</p>
+<p>The Fype Language</p>
<p>
</p>
<hr />
diff --git a/docs/pod/fype.man b/docs/pod/fype.man
index ed963a7..442179c 100644
--- a/docs/pod/fype.man
+++ b/docs/pod/fype.man
@@ -561,10 +561,10 @@ Nested functions work the same way the nested procedures work, with the exceptio
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
.SH "WEBSITE"
.IX Header "WEBSITE"
-The Fype Language (http://fype.buetow.org)
+The Fype Language
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fIawk\fR\|(1) \fIcc\fR\|(1) \fImake\fR\|(1)
diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod
index 5006345..4926dbb 100644
--- a/docs/pod/fype.pod
+++ b/docs/pod/fype.pod
@@ -483,11 +483,11 @@ Nested functions work the same way the nested procedures work, with the exceptio
=head1 AUTHOR
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
=head1 WEBSITE
-The Fype Language (http://fype.buetow.org)
+The Fype Language
=head1 SEE ALSO
diff --git a/docs/pod/fype.tex b/docs/pod/fype.tex
index 7609a00..45f2914 100644
--- a/docs/pod/fype.tex
+++ b/docs/pod/fype.tex
@@ -555,12 +555,12 @@ Nested functions work the same way the nested procedures work, with the exceptio
\section{AUTHOR\label{AUTHOR}\index{AUTHOR}}
-Paul C. Buetow (http://paul.buetow.org)
+Paul C. Buetow (http://buetow.org)
\section{WEBSITE\label{WEBSITE}\index{WEBSITE}}
-The Fype Language (http://fype.buetow.org)
+The Fype Language
\section{SEE ALSO\label{SEE_ALSO}\index{SEE ALSO}}
diff --git a/docs/pod/fype.txt b/docs/pod/fype.txt
index 8513538..b01f450 100644
--- a/docs/pod/fype.txt
+++ b/docs/pod/fype.txt
@@ -425,10 +425,10 @@ SELF DEFINING PROCEDURES AND FUNCTIONS
bar; # Will produce an error, because bar is out of scope!
AUTHOR
- Paul C. Buetow (http://paul.buetow.org)
+ Paul C. Buetow (http://buetow.org)
WEBSITE
- The Fype Language (http://fype.buetow.org)
+ The Fype Language
SEE ALSO
awk(1) cc(1) make(1)
diff --git a/src/argv.c b/src/argv.c
index 7e83b0d..b22ced4 100644
--- a/src/argv.c
+++ b/src/argv.c
@@ -2,8 +2,7 @@
*: File: ./src/argv.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/argv.h b/src/argv.h
index 2f3d792..eb11e0b 100644
--- a/src/argv.h
+++ b/src/argv.h
@@ -2,8 +2,7 @@
*: File: ./src/argv.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/build.h b/src/build.h
index 4e046ad..bef4ac0 100644
--- a/src/build.h
+++ b/src/build.h
@@ -2,8 +2,7 @@
*: File: ./src/build.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/convert.c b/src/core/convert.c
index 6844047..c5c78b8 100644
--- a/src/core/convert.c
+++ b/src/core/convert.c
@@ -2,8 +2,7 @@
*: File: ./src/core/convert.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/convert.h b/src/core/convert.h
index ed153d5..e95de3b 100644
--- a/src/core/convert.h
+++ b/src/core/convert.h
@@ -2,8 +2,7 @@
*: File: ./src/core/convert.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/function.c b/src/core/function.c
index f16e74a..aa0c49d 100644
--- a/src/core/function.c
+++ b/src/core/function.c
@@ -2,8 +2,7 @@
*: File: ./src/core/function.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/function.h b/src/core/function.h
index 6235d97..327aef6 100644
--- a/src/core/function.h
+++ b/src/core/function.h
@@ -2,8 +2,7 @@
*: File: ./src/core/function.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/functions.c b/src/core/functions.c
index e534e9a..c372d78 100644
--- a/src/core/functions.c
+++ b/src/core/functions.c
@@ -2,8 +2,7 @@
*: File: ./src/core/functions.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/functions.h b/src/core/functions.h
index fc7a138..4cc5fc3 100644
--- a/src/core/functions.h
+++ b/src/core/functions.h
@@ -2,8 +2,7 @@
*: File: ./src/core/functions.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/garbage.c b/src/core/garbage.c
index 544cbcb..d724b48 100644
--- a/src/core/garbage.c
+++ b/src/core/garbage.c
@@ -2,8 +2,7 @@
*: File: ./src/core/garbage.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/garbage.h b/src/core/garbage.h
index 2f93982..c7b804d 100644
--- a/src/core/garbage.h
+++ b/src/core/garbage.h
@@ -2,8 +2,7 @@
*: File: ./src/core/garbage.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/interpret.c b/src/core/interpret.c
index e471e72..3e0a51a 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -2,8 +2,7 @@
*: File: ./src/core/interpret.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/interpret.h b/src/core/interpret.h
index 28c6f2b..0149ae3 100644
--- a/src/core/interpret.h
+++ b/src/core/interpret.h
@@ -2,8 +2,7 @@
*: File: ./src/core/interpret.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/reference.c b/src/core/reference.c
index fdbbb86..d46b6d4 100644
--- a/src/core/reference.c
+++ b/src/core/reference.c
@@ -2,8 +2,7 @@
*: File: ./src/core/reference.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/reference.h b/src/core/reference.h
index 0d16a2a..1575b25 100644
--- a/src/core/reference.h
+++ b/src/core/reference.h
@@ -2,8 +2,7 @@
*: File: ./src/core/reference.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/scanner.c b/src/core/scanner.c
index 266650c..c92eee5 100644
--- a/src/core/scanner.c
+++ b/src/core/scanner.c
@@ -2,8 +2,7 @@
*: File: ./src/core/scanner.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/scanner.h b/src/core/scanner.h
index bf4825d..45d867c 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -2,8 +2,7 @@
*: File: ./src/core/scanner.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/scope.c b/src/core/scope.c
index acbec1f..6f85e24 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -2,8 +2,7 @@
*: File: ./src/core/scope.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/scope.h b/src/core/scope.h
index 16ddbd8..3d7e986 100644
--- a/src/core/scope.h
+++ b/src/core/scope.h
@@ -2,8 +2,7 @@
*: File: ./src/core/scope.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/symbol.c b/src/core/symbol.c
index 375ff84..b1bbb4c 100644
--- a/src/core/symbol.c
+++ b/src/core/symbol.c
@@ -2,8 +2,7 @@
*: File: ./src/core/symbol.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/symbol.h b/src/core/symbol.h
index 2f6cc10..7570e68 100644
--- a/src/core/symbol.h
+++ b/src/core/symbol.h
@@ -2,8 +2,7 @@
*: File: ./src/core/symbol.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/token.c b/src/core/token.c
index 092836f..6615673 100644
--- a/src/core/token.c
+++ b/src/core/token.c
@@ -2,8 +2,7 @@
*: File: ./src/core/token.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/core/token.h b/src/core/token.h
index fe4ff52..4d94f82 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -2,8 +2,7 @@
*: File: ./src/core/token.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/array.c b/src/data/array.c
index 5543d41..ffeaffe 100644
--- a/src/data/array.c
+++ b/src/data/array.c
@@ -2,8 +2,7 @@
*: File: ./src/data/array.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/array.h b/src/data/array.h
index 0568098..d35aed8 100644
--- a/src/data/array.h
+++ b/src/data/array.h
@@ -2,8 +2,7 @@
*: File: ./src/data/array.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/dat.c b/src/data/dat.c
index ec690ce..2c6c9af 100644
--- a/src/data/dat.c
+++ b/src/data/dat.c
@@ -2,8 +2,7 @@
*: File: ./src/data/dat.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/dat.h b/src/data/dat.h
index 5b90d12..20f36af 100644
--- a/src/data/dat.h
+++ b/src/data/dat.h
@@ -2,8 +2,7 @@
*: File: ./src/data/dat.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/hash.c b/src/data/hash.c
index 3e1ca77..82f5a25 100644
--- a/src/data/hash.c
+++ b/src/data/hash.c
@@ -2,8 +2,7 @@
*: File: ./src/data/hash.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/hash.h b/src/data/hash.h
index 215b7be..2d520f6 100644
--- a/src/data/hash.h
+++ b/src/data/hash.h
@@ -2,8 +2,7 @@
*: File: ./src/data/hash.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/list.c b/src/data/list.c
index 7c2b118..157da48 100644
--- a/src/data/list.c
+++ b/src/data/list.c
@@ -2,8 +2,7 @@
*: File: ./src/data/list.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/list.h b/src/data/list.h
index e5e7e3b..7427353 100644
--- a/src/data/list.h
+++ b/src/data/list.h
@@ -2,8 +2,7 @@
*: File: ./src/data/list.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/map.c b/src/data/map.c
index 938d100..d04d8fe 100644
--- a/src/data/map.c
+++ b/src/data/map.c
@@ -2,8 +2,7 @@
*: File: ./src/data/map.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/map.h b/src/data/map.h
index 898eaaf..b4b16b0 100644
--- a/src/data/map.h
+++ b/src/data/map.h
@@ -2,8 +2,7 @@
*: File: ./src/data/map.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/queue.c b/src/data/queue.c
index 4d2884a..d484132 100644
--- a/src/data/queue.c
+++ b/src/data/queue.c
@@ -2,8 +2,7 @@
*: File: ./src/data/queue.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/queue.h b/src/data/queue.h
index 71c8b29..fe339d7 100644
--- a/src/data/queue.h
+++ b/src/data/queue.h
@@ -2,8 +2,7 @@
*: File: ./src/data/queue.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/stack.c b/src/data/stack.c
index b20354e..18f85cb 100644
--- a/src/data/stack.c
+++ b/src/data/stack.c
@@ -2,8 +2,7 @@
*: File: ./src/data/stack.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/stack.h b/src/data/stack.h
index 99db538..32b993c 100644
--- a/src/data/stack.h
+++ b/src/data/stack.h
@@ -2,8 +2,7 @@
*: File: ./src/data/stack.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/tree.c b/src/data/tree.c
index 59c44db..0117c89 100644
--- a/src/data/tree.c
+++ b/src/data/tree.c
@@ -2,8 +2,7 @@
*: File: ./src/data/tree.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/tree.h b/src/data/tree.h
index 7251b73..107faa8 100644
--- a/src/data/tree.h
+++ b/src/data/tree.h
@@ -2,8 +2,7 @@
*: File: ./src/data/tree.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/tupel.c b/src/data/tupel.c
index fe3b65c..e920d35 100644
--- a/src/data/tupel.c
+++ b/src/data/tupel.c
@@ -2,8 +2,7 @@
*: File: ./src/data/tupel.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/tupel.h b/src/data/tupel.h
index 03c366d..f8c6199 100644
--- a/src/data/tupel.h
+++ b/src/data/tupel.h
@@ -2,8 +2,7 @@
*: File: ./src/data/tupel.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/data/types.h b/src/data/types.h
index 0f3852d..89b03d6 100644
--- a/src/data/types.h
+++ b/src/data/types.h
@@ -2,8 +2,7 @@
*: File: ./src/data/types.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/defines.h b/src/defines.h
index c5f567e..80777dd 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2,8 +2,7 @@
*: File: ./src/defines.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
@@ -54,7 +53,7 @@
#define ASSEMBLER "yasm"
#define LINKER "cc"
#define SCANNER_BUFSIZE 512
-#define URL "<http://fype.buetow.org>"
+#define URL "<http://github.com/snonux/fype>"
#define VERSION "Superalpha Build"
diff --git a/src/fype.c b/src/fype.c
index 5aca8c8..24fa5d2 100644
--- a/src/fype.c
+++ b/src/fype.c
@@ -2,8 +2,7 @@
*: File: ./src/fype.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/fype.h b/src/fype.h
index f871c8f..07b2c85 100644
--- a/src/fype.h
+++ b/src/fype.h
@@ -2,8 +2,7 @@
*: File: ./src/fype.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
diff --git a/src/main.c b/src/main.c
index b5cb62e..679b34b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,8 +2,7 @@
*: File: ./src/main.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow