diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:47:57 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:47:57 +0100 |
| commit | 2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (patch) | |
| tree | 4800884f54578adaf8805b95cb2772f8933f92ae /src/data | |
| parent | 21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff) | |
update URIs
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/array.c | 4 | ||||
| -rw-r--r-- | src/data/array.h | 4 | ||||
| -rw-r--r-- | src/data/dat.c | 4 | ||||
| -rw-r--r-- | src/data/dat.h | 4 | ||||
| -rw-r--r-- | src/data/hash.c | 4 | ||||
| -rw-r--r-- | src/data/hash.h | 4 | ||||
| -rw-r--r-- | src/data/list.c | 4 | ||||
| -rw-r--r-- | src/data/list.h | 4 | ||||
| -rw-r--r-- | src/data/map.c | 4 | ||||
| -rw-r--r-- | src/data/map.h | 4 | ||||
| -rw-r--r-- | src/data/queue.c | 4 | ||||
| -rw-r--r-- | src/data/queue.h | 4 | ||||
| -rw-r--r-- | src/data/stack.c | 4 | ||||
| -rw-r--r-- | src/data/stack.h | 4 | ||||
| -rw-r--r-- | src/data/tree.c | 4 | ||||
| -rw-r--r-- | src/data/tree.h | 4 | ||||
| -rw-r--r-- | src/data/tupel.c | 4 | ||||
| -rw-r--r-- | src/data/tupel.h | 4 | ||||
| -rw-r--r-- | src/data/types.h | 4 |
19 files changed, 38 insertions, 38 deletions
diff --git a/src/data/array.c b/src/data/array.c index 5543d41..235cab4 100644 --- a/src/data/array.c +++ b/src/data/array.c @@ -2,8 +2,8 @@ *: File: ./src/data/array.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/array.h b/src/data/array.h index 0568098..d61f657 100644 --- a/src/data/array.h +++ b/src/data/array.h @@ -2,8 +2,8 @@ *: File: ./src/data/array.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/dat.c b/src/data/dat.c index ec690ce..e1ea5f6 100644 --- a/src/data/dat.c +++ b/src/data/dat.c @@ -2,8 +2,8 @@ *: File: ./src/data/dat.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/dat.h b/src/data/dat.h index 5b90d12..9e15544 100644 --- a/src/data/dat.h +++ b/src/data/dat.h @@ -2,8 +2,8 @@ *: File: ./src/data/dat.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/hash.c b/src/data/hash.c index 3e1ca77..42eab39 100644 --- a/src/data/hash.c +++ b/src/data/hash.c @@ -2,8 +2,8 @@ *: File: ./src/data/hash.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/hash.h b/src/data/hash.h index 215b7be..a7ed0ca 100644 --- a/src/data/hash.h +++ b/src/data/hash.h @@ -2,8 +2,8 @@ *: File: ./src/data/hash.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/list.c b/src/data/list.c index 7c2b118..2cc3836 100644 --- a/src/data/list.c +++ b/src/data/list.c @@ -2,8 +2,8 @@ *: File: ./src/data/list.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/list.h b/src/data/list.h index e5e7e3b..399c624 100644 --- a/src/data/list.h +++ b/src/data/list.h @@ -2,8 +2,8 @@ *: File: ./src/data/list.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/map.c b/src/data/map.c index 938d100..ff2da6e 100644 --- a/src/data/map.c +++ b/src/data/map.c @@ -2,8 +2,8 @@ *: File: ./src/data/map.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/map.h b/src/data/map.h index 898eaaf..0f741ca 100644 --- a/src/data/map.h +++ b/src/data/map.h @@ -2,8 +2,8 @@ *: File: ./src/data/map.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/queue.c b/src/data/queue.c index 4d2884a..3be0df8 100644 --- a/src/data/queue.c +++ b/src/data/queue.c @@ -2,8 +2,8 @@ *: File: ./src/data/queue.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/queue.h b/src/data/queue.h index 71c8b29..cca85e0 100644 --- a/src/data/queue.h +++ b/src/data/queue.h @@ -2,8 +2,8 @@ *: File: ./src/data/queue.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/stack.c b/src/data/stack.c index b20354e..fb8cf4b 100644 --- a/src/data/stack.c +++ b/src/data/stack.c @@ -2,8 +2,8 @@ *: File: ./src/data/stack.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/stack.h b/src/data/stack.h index 99db538..14688d6 100644 --- a/src/data/stack.h +++ b/src/data/stack.h @@ -2,8 +2,8 @@ *: File: ./src/data/stack.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/tree.c b/src/data/tree.c index 59c44db..1f7e250 100644 --- a/src/data/tree.c +++ b/src/data/tree.c @@ -2,8 +2,8 @@ *: File: ./src/data/tree.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/tree.h b/src/data/tree.h index 7251b73..c9bbbc2 100644 --- a/src/data/tree.h +++ b/src/data/tree.h @@ -2,8 +2,8 @@ *: File: ./src/data/tree.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/tupel.c b/src/data/tupel.c index fe3b65c..d922216 100644 --- a/src/data/tupel.c +++ b/src/data/tupel.c @@ -2,8 +2,8 @@ *: File: ./src/data/tupel.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/tupel.h b/src/data/tupel.h index 03c366d..fd79e84 100644 --- a/src/data/tupel.h +++ b/src/data/tupel.h @@ -2,8 +2,8 @@ *: File: ./src/data/tupel.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow diff --git a/src/data/types.h b/src/data/types.h index 0f3852d..8fa4172 100644 --- a/src/data/types.h +++ b/src/data/types.h @@ -2,8 +2,8 @@ *: File: ./src/data/types.h *: A simple interpreter *: - *: WWW : http://fype.buetow.org - *: AUTHOR : http://paul.buetow.org + *: WWW : https://github.com/snonux/fype + *: AUTHOR : http://buetow.org *: E-Mail : fype at dev.buetow.org *: *: Copyright (c) 2005 - 2008, Paul Buetow |
