diff options
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/defines.h b/src/defines.h index c5f567e..6721a47 100644 --- a/src/defines.h +++ b/src/defines.h @@ -2,11 +2,11 @@ *: File: ./src/defines.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 *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- @@ -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. *: @@ -50,12 +50,12 @@ #define HASH_MAXOCC 5 #define HASH_MKEYLEN 32 #define HASH_SCALE 10 -#define NAME "Fype" +#define NAME "Fype0" #define ASSEMBLER "yasm" #define LINKER "cc" #define SCANNER_BUFSIZE 512 -#define URL "<http://fype.buetow.org>" -#define VERSION "Superalpha Build" +#define URL "<http://fype0.buetow.org>" +#define VERSION "Alpha Build" |
