From 2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 Apr 2021 12:47:57 +0100 Subject: update URIs --- src/argv.c | 4 ++-- src/argv.h | 4 ++-- src/build.h | 4 ++-- src/core/convert.c | 4 ++-- src/core/convert.h | 4 ++-- src/core/function.c | 4 ++-- src/core/function.h | 4 ++-- src/core/functions.c | 4 ++-- src/core/functions.h | 4 ++-- src/core/garbage.c | 4 ++-- src/core/garbage.h | 4 ++-- src/core/interpret.c | 4 ++-- src/core/interpret.h | 4 ++-- src/core/reference.c | 4 ++-- src/core/reference.h | 4 ++-- src/core/scanner.c | 4 ++-- src/core/scanner.h | 4 ++-- src/core/scope.c | 4 ++-- src/core/scope.h | 4 ++-- src/core/symbol.c | 4 ++-- src/core/symbol.h | 4 ++-- src/core/token.c | 4 ++-- src/core/token.h | 4 ++-- src/data/array.c | 4 ++-- src/data/array.h | 4 ++-- src/data/dat.c | 4 ++-- src/data/dat.h | 4 ++-- src/data/hash.c | 4 ++-- src/data/hash.h | 4 ++-- src/data/list.c | 4 ++-- src/data/list.h | 4 ++-- src/data/map.c | 4 ++-- src/data/map.h | 4 ++-- src/data/queue.c | 4 ++-- src/data/queue.h | 4 ++-- src/data/stack.c | 4 ++-- src/data/stack.h | 4 ++-- src/data/tree.c | 4 ++-- src/data/tree.h | 4 ++-- src/data/tupel.c | 4 ++-- src/data/tupel.h | 4 ++-- src/data/types.h | 4 ++-- src/defines.h | 6 +++--- src/fype.c | 4 ++-- src/fype.h | 4 ++-- src/main.c | 4 ++-- 46 files changed, 93 insertions(+), 93 deletions(-) (limited to 'src') diff --git a/src/argv.c b/src/argv.c index 7e83b0d..92a2d35 100644 --- a/src/argv.c +++ b/src/argv.c @@ -2,8 +2,8 @@ *: File: ./src/argv.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/argv.h b/src/argv.h index 2f3d792..63608e9 100644 --- a/src/argv.h +++ b/src/argv.h @@ -2,8 +2,8 @@ *: File: ./src/argv.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/build.h b/src/build.h index 4e046ad..e8aab9b 100644 --- a/src/build.h +++ b/src/build.h @@ -2,8 +2,8 @@ *: File: ./src/build.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/core/convert.c b/src/core/convert.c index 6844047..027c6ee 100644 --- a/src/core/convert.c +++ b/src/core/convert.c @@ -2,8 +2,8 @@ *: File: ./src/core/convert.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/core/convert.h b/src/core/convert.h index ed153d5..245b3bd 100644 --- a/src/core/convert.h +++ b/src/core/convert.h @@ -2,8 +2,8 @@ *: File: ./src/core/convert.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/core/function.c b/src/core/function.c index f16e74a..2111bf1 100644 --- a/src/core/function.c +++ b/src/core/function.c @@ -2,8 +2,8 @@ *: File: ./src/core/function.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/core/function.h b/src/core/function.h index 6235d97..617e133 100644 --- a/src/core/function.h +++ b/src/core/function.h @@ -2,8 +2,8 @@ *: File: ./src/core/function.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/core/functions.c b/src/core/functions.c index e534e9a..9aa354a 100644 --- a/src/core/functions.c +++ b/src/core/functions.c @@ -2,8 +2,8 @@ *: File: ./src/core/functions.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/core/functions.h b/src/core/functions.h index fc7a138..7b7c338 100644 --- a/src/core/functions.h +++ b/src/core/functions.h @@ -2,8 +2,8 @@ *: File: ./src/core/functions.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/core/garbage.c b/src/core/garbage.c index 544cbcb..2291b00 100644 --- a/src/core/garbage.c +++ b/src/core/garbage.c @@ -2,8 +2,8 @@ *: File: ./src/core/garbage.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/core/garbage.h b/src/core/garbage.h index 2f93982..3233e39 100644 --- a/src/core/garbage.h +++ b/src/core/garbage.h @@ -2,8 +2,8 @@ *: File: ./src/core/garbage.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/core/interpret.c b/src/core/interpret.c index e471e72..4aba04e 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -2,8 +2,8 @@ *: File: ./src/core/interpret.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/core/interpret.h b/src/core/interpret.h index 28c6f2b..2085e88 100644 --- a/src/core/interpret.h +++ b/src/core/interpret.h @@ -2,8 +2,8 @@ *: File: ./src/core/interpret.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/core/reference.c b/src/core/reference.c index fdbbb86..3727d01 100644 --- a/src/core/reference.c +++ b/src/core/reference.c @@ -2,8 +2,8 @@ *: File: ./src/core/reference.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/core/reference.h b/src/core/reference.h index 0d16a2a..b262720 100644 --- a/src/core/reference.h +++ b/src/core/reference.h @@ -2,8 +2,8 @@ *: File: ./src/core/reference.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/core/scanner.c b/src/core/scanner.c index 266650c..d2923e1 100644 --- a/src/core/scanner.c +++ b/src/core/scanner.c @@ -2,8 +2,8 @@ *: File: ./src/core/scanner.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/core/scanner.h b/src/core/scanner.h index bf4825d..ffab5b8 100644 --- a/src/core/scanner.h +++ b/src/core/scanner.h @@ -2,8 +2,8 @@ *: File: ./src/core/scanner.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/core/scope.c b/src/core/scope.c index acbec1f..7dfe792 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -2,8 +2,8 @@ *: File: ./src/core/scope.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/core/scope.h b/src/core/scope.h index 16ddbd8..32e13b7 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -2,8 +2,8 @@ *: File: ./src/core/scope.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/core/symbol.c b/src/core/symbol.c index 375ff84..317d82a 100644 --- a/src/core/symbol.c +++ b/src/core/symbol.c @@ -2,8 +2,8 @@ *: File: ./src/core/symbol.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/core/symbol.h b/src/core/symbol.h index 2f6cc10..04bf6fc 100644 --- a/src/core/symbol.h +++ b/src/core/symbol.h @@ -2,8 +2,8 @@ *: File: ./src/core/symbol.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/core/token.c b/src/core/token.c index 092836f..1c9699e 100644 --- a/src/core/token.c +++ b/src/core/token.c @@ -2,8 +2,8 @@ *: File: ./src/core/token.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/core/token.h b/src/core/token.h index fe4ff52..3947de8 100644 --- a/src/core/token.h +++ b/src/core/token.h @@ -2,8 +2,8 @@ *: File: ./src/core/token.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/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 diff --git a/src/defines.h b/src/defines.h index c5f567e..0848a0b 100644 --- a/src/defines.h +++ b/src/defines.h @@ -2,8 +2,8 @@ *: File: ./src/defines.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 @@ -54,7 +54,7 @@ #define ASSEMBLER "yasm" #define LINKER "cc" #define SCANNER_BUFSIZE 512 -#define URL "" +#define URL "" #define VERSION "Superalpha Build" diff --git a/src/fype.c b/src/fype.c index 5aca8c8..6cfb874 100644 --- a/src/fype.c +++ b/src/fype.c @@ -2,8 +2,8 @@ *: File: ./src/fype.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/fype.h b/src/fype.h index f871c8f..989d44e 100644 --- a/src/fype.h +++ b/src/fype.h @@ -2,8 +2,8 @@ *: File: ./src/fype.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/main.c b/src/main.c index b5cb62e..dc577e4 100644 --- a/src/main.c +++ b/src/main.c @@ -2,8 +2,8 @@ *: File: ./src/main.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 -- cgit v1.2.3