summaryrefslogtreecommitdiff
path: root/src/fype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fype.h')
-rw-r--r--src/fype.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/fype.h b/src/fype.h
index a8bd2b2..e1ecbf8 100644
--- a/src/fype.h
+++ b/src/fype.h
@@ -1,13 +1,12 @@
/*:*
*: File: ./src/fype.h
- *: A simple interpreter
+ *: A simple Fype interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
- *: E-Mail : fype at dev.buetow.org
+ *: WWW: http://fype.buetow.org
+ *: AUTHOR: http://paul.buetow.org
+ *: E-Mail: fype at dev.buetow.org
*:
- *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow
- *: All rights reserved.
+ *: The Fype Language; (c) 2005 - 2010 Paul Buetow
*:
*: Redistribution and use in source and binary forms, with or without modi-
*: fication, are permitted provided that the following conditions are met:
@@ -46,7 +45,7 @@
typedef struct {
Tupel *p_tupel_argv; // Contains command line options
- List *p_list_token; // Initial list of token
+ List *p_list_token; // Initial list of tokens
Hash *p_hash_syms; // Symbol table
char *c_basename;
} Fype;