summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-10-30 15:11:44 +0000
committerPaul Buetow <paul@buetow.org>2009-10-30 15:11:44 +0000
commita19e7caed9e54b3e601f32617c909f856dfec265 (patch)
treecbe8c15da7078ebff3706fb8cb4ec1eb9ed2be83 /src/core
parent37d92f8d048366d94b159752b65b79c22fef94cf (diff)
Diffstat (limited to 'src/core')
-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
20 files changed, 20 insertions, 20 deletions
diff --git a/src/core/convert.c b/src/core/convert.c
index c487b6f..e420d6f 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 ceedd24..186a198 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 59499bc..6ae314b 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 305158b..fa8a8dd 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 0ce26c2..ea1b515 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 57104f9..aee89fb 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 0b0b9a4..ee27449 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 5d9595b..1ba73ef 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 d30d65e..ddd4d09 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 078cf58..8412f19 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 c714fd5..4dbed43 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 a79f3db..1eade79 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 8cfea84..2966cf5 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 eceafbb..30c735c 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 d576d27..8482a9d 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 3d148e2..9bfafde 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 556adea..f207754 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 f4e9ccf..4312add 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 9f94814..1a34fbc 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (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 05c6c8e..c8eb3f2 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 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow
+ *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-