X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom.h;h=450ecdf985887a15b9bda5627b80a85e1d2621a2;hb=0c341b31ca4de86b12b8b98f724b4f746e98a5d2;hp=5fdf0181e6b4f7d26e3e74c31eb1beaf5da6f75a;hpb=a2f7d56476e81f8689d56e6a5641469f6497c487;p=gedcom-parse.git diff --git a/gedcom.h b/gedcom.h index 5fdf018..450ecdf 100644 --- a/gedcom.h +++ b/gedcom.h @@ -1,5 +1,17 @@ +/* This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + + (C) 2001 by The Genes Development Team + Original author: Peter Verthez (Peter.Verthez@advalvas.be) +*/ + /* $Id$ */ /* $Name$ */ + +#ifndef __GEDCOM_H +#define __GEDCOM_H #include #include #include @@ -33,3 +45,4 @@ int gedcom_parse(); int gedcom_lex(); extern int line_no; +#endif /* __GEDCOM_H */