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/core | |
| parent | 21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff) | |
update URIs
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/convert.c | 4 | ||||
| -rw-r--r-- | src/core/convert.h | 4 | ||||
| -rw-r--r-- | src/core/function.c | 4 | ||||
| -rw-r--r-- | src/core/function.h | 4 | ||||
| -rw-r--r-- | src/core/functions.c | 4 | ||||
| -rw-r--r-- | src/core/functions.h | 4 | ||||
| -rw-r--r-- | src/core/garbage.c | 4 | ||||
| -rw-r--r-- | src/core/garbage.h | 4 | ||||
| -rw-r--r-- | src/core/interpret.c | 4 | ||||
| -rw-r--r-- | src/core/interpret.h | 4 | ||||
| -rw-r--r-- | src/core/reference.c | 4 | ||||
| -rw-r--r-- | src/core/reference.h | 4 | ||||
| -rw-r--r-- | src/core/scanner.c | 4 | ||||
| -rw-r--r-- | src/core/scanner.h | 4 | ||||
| -rw-r--r-- | src/core/scope.c | 4 | ||||
| -rw-r--r-- | src/core/scope.h | 4 | ||||
| -rw-r--r-- | src/core/symbol.c | 4 | ||||
| -rw-r--r-- | src/core/symbol.h | 4 | ||||
| -rw-r--r-- | src/core/token.c | 4 | ||||
| -rw-r--r-- | src/core/token.h | 4 |
20 files changed, 40 insertions, 40 deletions
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 |
