summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-10-30 15:11:18 +0000
committerPaul Buetow <paul@buetow.org>2009-10-30 15:11:18 +0000
commit37d92f8d048366d94b159752b65b79c22fef94cf (patch)
treec80f0038e2dd36a805e568eee514af074c345a01
parentdc1cdfb8f8b3130aaff6e92eaf1042e52e8a1a3a (diff)
-rw-r--r--docs/header.txt2
-rw-r--r--src/argv.c2
-rw-r--r--src/argv.h2
-rw-r--r--src/build.h2
-rw-r--r--src/core/convert.c2
-rw-r--r--src/core/convert.h2
-rw-r--r--src/core/function.c2
-rw-r--r--src/core/function.h2
-rw-r--r--src/core/functions.c2
-rw-r--r--src/core/functions.h2
-rw-r--r--src/core/garbage.c2
-rw-r--r--src/core/garbage.h2
-rw-r--r--src/core/interpret.c2
-rw-r--r--src/core/interpret.h2
-rw-r--r--src/core/reference.c2
-rw-r--r--src/core/reference.h2
-rw-r--r--src/core/scanner.c2
-rw-r--r--src/core/scanner.h2
-rw-r--r--src/core/scope.c2
-rw-r--r--src/core/scope.h2
-rw-r--r--src/core/symbol.c2
-rw-r--r--src/core/symbol.h2
-rw-r--r--src/core/token.c2
-rw-r--r--src/core/token.h2
-rw-r--r--src/data/array.c2
-rw-r--r--src/data/array.h2
-rw-r--r--src/data/dat.c2
-rw-r--r--src/data/dat.h2
-rw-r--r--src/data/hash.c2
-rw-r--r--src/data/hash.h2
-rw-r--r--src/data/list.c2
-rw-r--r--src/data/list.h2
-rw-r--r--src/data/map.c2
-rw-r--r--src/data/map.h2
-rw-r--r--src/data/queue.c2
-rw-r--r--src/data/queue.h2
-rw-r--r--src/data/stack.c2
-rw-r--r--src/data/stack.h2
-rw-r--r--src/data/tree.c2
-rw-r--r--src/data/tree.h2
-rw-r--r--src/data/tupel.c2
-rw-r--r--src/data/tupel.h2
-rw-r--r--src/data/types.h2
-rw-r--r--src/defines.h2
-rw-r--r--src/fype.c2
-rw-r--r--src/fype.h2
-rw-r--r--src/main.c2
47 files changed, 47 insertions, 47 deletions
diff --git a/docs/header.txt b/docs/header.txt
index 9bbce0f..c5b0118 100644
--- a/docs/header.txt
+++ b/docs/header.txt
@@ -5,7 +5,7 @@ WWW : http://fype.buetow.org
AUTHOR : http://paul.buetow.org
E-Mail : fype at dev.buetow.org
-Copyright (c) 2005 - 2008, Paul Buetow
+Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
All rights reserved.
Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/argv.c b/src/argv.c
index 7e83b0d..e453007 100644
--- a/src/argv.c
+++ b/src/argv.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/argv.h b/src/argv.h
index 2f3d792..3c2c61b 100644
--- a/src/argv.h
+++ b/src/argv.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/build.h b/src/build.h
index 02651cd..44cab04 100644
--- a/src/build.h
+++ b/src/build.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/convert.c b/src/core/convert.c
index 6844047..c487b6f 100644
--- a/src/core/convert.c
+++ b/src/core/convert.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/convert.h b/src/core/convert.h
index ed153d5..ceedd24 100644
--- a/src/core/convert.h
+++ b/src/core/convert.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/function.c b/src/core/function.c
index f16e74a..59499bc 100644
--- a/src/core/function.c
+++ b/src/core/function.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/function.h b/src/core/function.h
index 6235d97..305158b 100644
--- a/src/core/function.h
+++ b/src/core/function.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/functions.c b/src/core/functions.c
index e534e9a..0ce26c2 100644
--- a/src/core/functions.c
+++ b/src/core/functions.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/functions.h b/src/core/functions.h
index fc7a138..57104f9 100644
--- a/src/core/functions.h
+++ b/src/core/functions.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/garbage.c b/src/core/garbage.c
index 544cbcb..0b0b9a4 100644
--- a/src/core/garbage.c
+++ b/src/core/garbage.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/garbage.h b/src/core/garbage.h
index 2f93982..5d9595b 100644
--- a/src/core/garbage.h
+++ b/src/core/garbage.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/interpret.c b/src/core/interpret.c
index 9a7eef4..d30d65e 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/interpret.h b/src/core/interpret.h
index 28c6f2b..078cf58 100644
--- a/src/core/interpret.h
+++ b/src/core/interpret.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/reference.c b/src/core/reference.c
index fdbbb86..c714fd5 100644
--- a/src/core/reference.c
+++ b/src/core/reference.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/reference.h b/src/core/reference.h
index 0d16a2a..a79f3db 100644
--- a/src/core/reference.h
+++ b/src/core/reference.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/scanner.c b/src/core/scanner.c
index 266650c..8cfea84 100644
--- a/src/core/scanner.c
+++ b/src/core/scanner.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/scanner.h b/src/core/scanner.h
index bf4825d..eceafbb 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/scope.c b/src/core/scope.c
index acbec1f..d576d27 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/scope.h b/src/core/scope.h
index 16ddbd8..3d148e2 100644
--- a/src/core/scope.h
+++ b/src/core/scope.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/symbol.c b/src/core/symbol.c
index 375ff84..556adea 100644
--- a/src/core/symbol.c
+++ b/src/core/symbol.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/symbol.h b/src/core/symbol.h
index 2f6cc10..f4e9ccf 100644
--- a/src/core/symbol.h
+++ b/src/core/symbol.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/token.c b/src/core/token.c
index 092836f..9f94814 100644
--- a/src/core/token.c
+++ b/src/core/token.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/core/token.h b/src/core/token.h
index fe4ff52..05c6c8e 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/array.c b/src/data/array.c
index 5543d41..4f99ad5 100644
--- a/src/data/array.c
+++ b/src/data/array.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/array.h b/src/data/array.h
index 0568098..66d3da0 100644
--- a/src/data/array.h
+++ b/src/data/array.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/dat.c b/src/data/dat.c
index ec690ce..6b5ec32 100644
--- a/src/data/dat.c
+++ b/src/data/dat.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/dat.h b/src/data/dat.h
index 5b90d12..f05e8c7 100644
--- a/src/data/dat.h
+++ b/src/data/dat.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/hash.c b/src/data/hash.c
index 3e1ca77..52f8a22 100644
--- a/src/data/hash.c
+++ b/src/data/hash.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/hash.h b/src/data/hash.h
index 215b7be..4edcbee 100644
--- a/src/data/hash.h
+++ b/src/data/hash.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/list.c b/src/data/list.c
index 7c2b118..08bb2b5 100644
--- a/src/data/list.c
+++ b/src/data/list.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/list.h b/src/data/list.h
index e5e7e3b..d2f335d 100644
--- a/src/data/list.h
+++ b/src/data/list.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/map.c b/src/data/map.c
index 938d100..7eef972 100644
--- a/src/data/map.c
+++ b/src/data/map.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/map.h b/src/data/map.h
index 898eaaf..e286b08 100644
--- a/src/data/map.h
+++ b/src/data/map.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/queue.c b/src/data/queue.c
index 4d2884a..384db86 100644
--- a/src/data/queue.c
+++ b/src/data/queue.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/queue.h b/src/data/queue.h
index 71c8b29..a821bb0 100644
--- a/src/data/queue.h
+++ b/src/data/queue.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/stack.c b/src/data/stack.c
index b20354e..69b90e1 100644
--- a/src/data/stack.c
+++ b/src/data/stack.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/stack.h b/src/data/stack.h
index 99db538..f3f373c 100644
--- a/src/data/stack.h
+++ b/src/data/stack.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/tree.c b/src/data/tree.c
index 59c44db..f29e0fe 100644
--- a/src/data/tree.c
+++ b/src/data/tree.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/tree.h b/src/data/tree.h
index 7251b73..6566468 100644
--- a/src/data/tree.h
+++ b/src/data/tree.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/tupel.c b/src/data/tupel.c
index fe3b65c..e4e4f45 100644
--- a/src/data/tupel.c
+++ b/src/data/tupel.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/tupel.h b/src/data/tupel.h
index 03c366d..ed8238a 100644
--- a/src/data/tupel.h
+++ b/src/data/tupel.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/data/types.h b/src/data/types.h
index 0f3852d..b6b5de0 100644
--- a/src/data/types.h
+++ b/src/data/types.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/defines.h b/src/defines.h
index c5f567e..fec4c8c 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/fype.c b/src/fype.c
index 5aca8c8..fd8ab0e 100644
--- a/src/fype.c
+++ b/src/fype.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/fype.h b/src/fype.h
index f871c8f..ad4e296 100644
--- a/src/fype.h
+++ b/src/fype.h
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-
diff --git a/src/main.c b/src/main.c
index b5cb62e..f7b4397 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,7 @@
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2008, Paul Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-