summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-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
19 files changed, 19 insertions, 19 deletions
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-