summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-23 02:03:40 +0000
committerPaul Buetow <paul@buetow.org>2008-08-23 02:03:40 +0000
commite9a9ad33583c49df48ae99cab9ba0fd80f150a9e (patch)
treeff64d142f450f4b9c31dbdeb2a2d6cb7de7f5e92 /src/core
parentda52f90a73abd653cfe9726bcf5c96338db0b7a2 (diff)
changed headers
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/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/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
16 files changed, 16 insertions, 16 deletions
diff --git a/src/core/convert.c b/src/core/convert.c
index ff0fcb2..af36c34 100644
--- a/src/core/convert.c
+++ b/src/core/convert.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 632283e..e38f0e6 100644
--- a/src/core/convert.h
+++ b/src/core/convert.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 4225309..7912cf7 100644
--- a/src/core/function.c
+++ b/src/core/function.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 e7cfe48..7355190 100644
--- a/src/core/function.h
+++ b/src/core/function.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 3d39d71..8d78344 100644
--- a/src/core/garbage.c
+++ b/src/core/garbage.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 d7f6609..8d13f5b 100644
--- a/src/core/garbage.h
+++ b/src/core/garbage.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 340b80a..6053f17 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 743a24a..4fc79e2 100644
--- a/src/core/interpret.h
+++ b/src/core/interpret.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 a202bc3..f4c6b81 100644
--- a/src/core/scanner.c
+++ b/src/core/scanner.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 e760bc6..69703b0 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 f372a6a..7f8ecad 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 6e74e64..95b8c9a 100644
--- a/src/core/scope.h
+++ b/src/core/scope.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 c6733f5..5bfca53 100644
--- a/src/core/symbol.c
+++ b/src/core/symbol.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 755c3f7..e6d7fa1 100644
--- a/src/core/symbol.h
+++ b/src/core/symbol.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 58b334a..56ecb80 100644
--- a/src/core/token.c
+++ b/src/core/token.c
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (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 bb57a64..a14f04c 100644
--- a/src/core/token.h
+++ b/src/core/token.h
@@ -5,7 +5,7 @@
*: WWW : http://fype.buetow.org
*: E-Mail : fype@dev.buetow.org
*:
- *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com)
+ *: Copyright (c) 2005 2006 2007 2008, Dipl.-Inf. (FH) Paul C. Buetow
*: All rights reserved.
*:
*: Redistribution and use in source and binary forms, with or without modi-