summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/array.c4
-rw-r--r--src/data/array.h4
-rw-r--r--src/data/dat.c4
-rw-r--r--src/data/dat.h4
-rw-r--r--src/data/hash.c4
-rw-r--r--src/data/hash.h4
-rw-r--r--src/data/list.c4
-rw-r--r--src/data/list.h4
-rw-r--r--src/data/map.c4
-rw-r--r--src/data/map.h4
-rw-r--r--src/data/queue.c4
-rw-r--r--src/data/queue.h4
-rw-r--r--src/data/stack.c4
-rw-r--r--src/data/stack.h4
-rw-r--r--src/data/tree.c4
-rw-r--r--src/data/tree.h4
-rw-r--r--src/data/tupel.c4
-rw-r--r--src/data/tupel.h4
-rw-r--r--src/data/types.h4
19 files changed, 38 insertions, 38 deletions
diff --git a/src/data/array.c b/src/data/array.c
index 6caf8fd..fbb4590 100644
--- a/src/data/array.c
+++ b/src/data/array.c
@@ -2,7 +2,7 @@
*: File: ./src/data/array.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/array.h b/src/data/array.h
index 53c9aaa..21c23d3 100644
--- a/src/data/array.h
+++ b/src/data/array.h
@@ -2,7 +2,7 @@
*: File: ./src/data/array.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/dat.c b/src/data/dat.c
index 5ddf535..edd861f 100644
--- a/src/data/dat.c
+++ b/src/data/dat.c
@@ -2,7 +2,7 @@
*: File: ./src/data/dat.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/dat.h b/src/data/dat.h
index ad2cfd5..6e638cb 100644
--- a/src/data/dat.h
+++ b/src/data/dat.h
@@ -2,7 +2,7 @@
*: File: ./src/data/dat.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/hash.c b/src/data/hash.c
index c5fd41f..c892f2c 100644
--- a/src/data/hash.c
+++ b/src/data/hash.c
@@ -2,7 +2,7 @@
*: File: ./src/data/hash.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/hash.h b/src/data/hash.h
index c1f2534..13dd742 100644
--- a/src/data/hash.h
+++ b/src/data/hash.h
@@ -2,7 +2,7 @@
*: File: ./src/data/hash.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/list.c b/src/data/list.c
index 932b60f..f751fa0 100644
--- a/src/data/list.c
+++ b/src/data/list.c
@@ -2,7 +2,7 @@
*: File: ./src/data/list.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/list.h b/src/data/list.h
index 8baa1fe..1295485 100644
--- a/src/data/list.h
+++ b/src/data/list.h
@@ -2,7 +2,7 @@
*: File: ./src/data/list.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/map.c b/src/data/map.c
index e078df4..2437385 100644
--- a/src/data/map.c
+++ b/src/data/map.c
@@ -2,7 +2,7 @@
*: File: ./src/data/map.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/map.h b/src/data/map.h
index 75dd0a3..c457529 100644
--- a/src/data/map.h
+++ b/src/data/map.h
@@ -2,7 +2,7 @@
*: File: ./src/data/map.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/queue.c b/src/data/queue.c
index db16a39..e6e6d7b 100644
--- a/src/data/queue.c
+++ b/src/data/queue.c
@@ -2,7 +2,7 @@
*: File: ./src/data/queue.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/queue.h b/src/data/queue.h
index a95f42b..5e24fce 100644
--- a/src/data/queue.h
+++ b/src/data/queue.h
@@ -2,7 +2,7 @@
*: File: ./src/data/queue.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/stack.c b/src/data/stack.c
index ca12704..7e30f32 100644
--- a/src/data/stack.c
+++ b/src/data/stack.c
@@ -2,7 +2,7 @@
*: File: ./src/data/stack.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/stack.h b/src/data/stack.h
index 21dcdcb..a54a894 100644
--- a/src/data/stack.h
+++ b/src/data/stack.h
@@ -2,7 +2,7 @@
*: File: ./src/data/stack.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/tree.c b/src/data/tree.c
index 81f7321..67f0b15 100644
--- a/src/data/tree.c
+++ b/src/data/tree.c
@@ -2,7 +2,7 @@
*: File: ./src/data/tree.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/tree.h b/src/data/tree.h
index 0bcb8d6..6dc7d4b 100644
--- a/src/data/tree.h
+++ b/src/data/tree.h
@@ -2,7 +2,7 @@
*: File: ./src/data/tree.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/tupel.c b/src/data/tupel.c
index b9babe4..1294fbf 100644
--- a/src/data/tupel.c
+++ b/src/data/tupel.c
@@ -2,7 +2,7 @@
*: File: ./src/data/tupel.c
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/tupel.h b/src/data/tupel.h
index 61dd3d2..35ad6d0 100644
--- a/src/data/tupel.h
+++ b/src/data/tupel.h
@@ -2,7 +2,7 @@
*: File: ./src/data/tupel.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*:
diff --git a/src/data/types.h b/src/data/types.h
index 3619b7a..3fbab40 100644
--- a/src/data/types.h
+++ b/src/data/types.h
@@ -2,7 +2,7 @@
*: File: ./src/data/types.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
+ *: WWW : http://fype.buetow.org
*: AUTHOR : http://paul.buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -16,7 +16,7 @@
*: * Redistributions in binary form must reproduce the above copyright
*: notice, this list of conditions and the following disclaimer in the
*: documentation and/or other materials provided with the distribution.
- *: * Neither the name of P. B. Labs nor the names of its contributors may
+ *: * Neither the name of buetow.org nor the names of its contributors may
*: be used to endorse or promote products derived from this software
*: without specific prior written permission.
*: