diff options
Diffstat (limited to 'cgats/pars.c')
-rw-r--r-- | cgats/pars.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cgats/pars.c b/cgats/pars.c index 8a4e4b9..c3038d5 100644 --- a/cgats/pars.c +++ b/cgats/pars.c @@ -2,6 +2,9 @@ /* * Simple ASCII file parsing object. * Used as a base for the CGATS.5 and IT8.7 family file I/O class + */ + +/* * Version 2.05 * * Author: Graeme W. Gill @@ -11,9 +14,10 @@ * All rights reserved. * * This material is licensed with an "MIT" free use license:- - * see the License.txt file in this directory for licensing details. + * see the License4.txt file in this directory for licensing details. */ + #define _PARS_C_ /* Turn on implimentation code */ #include <stdio.h> |