diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:25:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-02 19:25:17 +0200 |
commit | c2ca7be5a751879159f3cb591a64bb9568b79762 (patch) | |
tree | 04e38d4f4a2aad4d789bda0a65b7abb80a3439a2 /cgats/pars.c | |
parent | 45c152c326d87478fbf41714b4b8e2f7b57a282b (diff) | |
parent | 3db384424bd7398ffbb7a355cab8f15f3add009f (diff) |
Updated version 1.9.1+repack from 'upstream/1.9.1+repack'
with Debian dir 98a996367aa69ae41accf9c6d369f600bc94de80
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> |