summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-02 20:24:25 +0200
committerPaul Buetow <paul@buetow.org>2021-11-02 20:24:25 +0200
commitae0c64ab5d79bc52ca0e4f233ad8f7eb3f811d97 (patch)
treec152cc072d64b982aa3c0486816960bc06ecc015 /src/data
parent2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (diff)
move to codeberg
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 235cab4..1602bbb 100644
--- a/src/data/array.c
+++ b/src/data/array.c
@@ -2,7 +2,7 @@
*: File: ./src/data/array.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/array.h b/src/data/array.h
index d61f657..c2e9b6a 100644
--- a/src/data/array.h
+++ b/src/data/array.h
@@ -2,7 +2,7 @@
*: File: ./src/data/array.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/dat.c b/src/data/dat.c
index e1ea5f6..ce86d02 100644
--- a/src/data/dat.c
+++ b/src/data/dat.c
@@ -2,7 +2,7 @@
*: File: ./src/data/dat.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/dat.h b/src/data/dat.h
index 9e15544..5e009d0 100644
--- a/src/data/dat.h
+++ b/src/data/dat.h
@@ -2,7 +2,7 @@
*: File: ./src/data/dat.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/hash.c b/src/data/hash.c
index 42eab39..2f41b44 100644
--- a/src/data/hash.c
+++ b/src/data/hash.c
@@ -2,7 +2,7 @@
*: File: ./src/data/hash.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/hash.h b/src/data/hash.h
index a7ed0ca..a292221 100644
--- a/src/data/hash.h
+++ b/src/data/hash.h
@@ -2,7 +2,7 @@
*: File: ./src/data/hash.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/list.c b/src/data/list.c
index 2cc3836..7c139b8 100644
--- a/src/data/list.c
+++ b/src/data/list.c
@@ -2,7 +2,7 @@
*: File: ./src/data/list.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/list.h b/src/data/list.h
index 399c624..7c696b3 100644
--- a/src/data/list.h
+++ b/src/data/list.h
@@ -2,7 +2,7 @@
*: File: ./src/data/list.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/map.c b/src/data/map.c
index ff2da6e..23dea9d 100644
--- a/src/data/map.c
+++ b/src/data/map.c
@@ -2,7 +2,7 @@
*: File: ./src/data/map.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/map.h b/src/data/map.h
index 0f741ca..22732be 100644
--- a/src/data/map.h
+++ b/src/data/map.h
@@ -2,7 +2,7 @@
*: File: ./src/data/map.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/queue.c b/src/data/queue.c
index 3be0df8..688c974 100644
--- a/src/data/queue.c
+++ b/src/data/queue.c
@@ -2,7 +2,7 @@
*: File: ./src/data/queue.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/queue.h b/src/data/queue.h
index cca85e0..dc84a72 100644
--- a/src/data/queue.h
+++ b/src/data/queue.h
@@ -2,7 +2,7 @@
*: File: ./src/data/queue.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/stack.c b/src/data/stack.c
index fb8cf4b..9c22cc2 100644
--- a/src/data/stack.c
+++ b/src/data/stack.c
@@ -2,7 +2,7 @@
*: File: ./src/data/stack.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/stack.h b/src/data/stack.h
index 14688d6..961bb06 100644
--- a/src/data/stack.h
+++ b/src/data/stack.h
@@ -2,7 +2,7 @@
*: File: ./src/data/stack.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/tree.c b/src/data/tree.c
index 1f7e250..e8098f5 100644
--- a/src/data/tree.c
+++ b/src/data/tree.c
@@ -2,7 +2,7 @@
*: File: ./src/data/tree.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/tree.h b/src/data/tree.h
index c9bbbc2..f62135f 100644
--- a/src/data/tree.h
+++ b/src/data/tree.h
@@ -2,7 +2,7 @@
*: File: ./src/data/tree.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/tupel.c b/src/data/tupel.c
index d922216..6c85743 100644
--- a/src/data/tupel.c
+++ b/src/data/tupel.c
@@ -2,7 +2,7 @@
*: File: ./src/data/tupel.c
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/tupel.h b/src/data/tupel.h
index fd79e84..305ed29 100644
--- a/src/data/tupel.h
+++ b/src/data/tupel.h
@@ -2,7 +2,7 @@
*: File: ./src/data/tupel.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
diff --git a/src/data/types.h b/src/data/types.h
index 8fa4172..5cf1356 100644
--- a/src/data/types.h
+++ b/src/data/types.h
@@ -2,7 +2,7 @@
*: File: ./src/data/types.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*: