File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545#include "stream.h"
4646#include "addfcodes.h"
4747
48- #define DETOK_VERSION "1.0.2 "
48+ #define DETOK_VERSION "1.0.3 "
4949
50- #define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
50+ #define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
5151 "(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
5252#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
5353
@@ -65,9 +65,9 @@ static void print_copyright(bool is_error)
6565 char buffr [512 ];
6666
6767 sprintf (buffr ,
68- "Welcome to detok - OpenBIOS detokenizer v" DETOK_VERSION "\n"
68+ "Welcome to detok - FCode detokenizer v" DETOK_VERSION "\n"
6969 CORE_COPYR "\n" IBM_COPYR "\n"
70- "Written by Stefan Reinauer, <stepan@openbios.org>\n"
70+ "Written by Stefan Reinauer <stepan@openbios.org>\n"
7171 "This program is free software; you may redistribute it "
7272 "under the terms of\nthe GNU General Public License v2. "
7373 "This program has absolutely no warranty.\n\n" );
Original file line number Diff line number Diff line change 4646#include "stack.h"
4747#include "emit.h"
4848
49- #define TOKE_VERSION "1.0.2"
50- #define TOKE_COPYRIGHT_DATE "2001-2006"
49+ #define TOKE_VERSION "1.0.3"
5150
5251#include "vocabfuncts.h"
5352#include "scanner.h"
5655#include "clflags.h"
5756#include "tracesyms.h"
5857
59- #define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
58+ #define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
6059 "(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
6160#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
6261
@@ -100,7 +99,7 @@ static char *outputname = NULL;
10099 **************************************************************************** */
101100static void print_copyright (void )
102101{
103- printf ( "Welcome to toke - OpenBIOS tokenizer v" TOKE_VERSION "\n"
102+ printf ( "Welcome to toke - FCode tokenizer v" TOKE_VERSION "\n"
104103 CORE_COPYR "\n" IBM_COPYR "\n"
105104 "This program is free software; you may redistribute it "
106105 "under the terms of\nthe GNU General Public License v2. "
You can’t perform that action at this time.
0 commit comments