Changes due to name change.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 17:26:45 +0000 (17:26 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 17:26:45 +0000 (17:26 +0000)
include/gedcom.h

index afaec3b121b5dc715bfe6204a36a792312b0974b..4c28b2788ec4ddf60822517d4504fe6abd59a3e6 100644 (file)
@@ -1,5 +1,17 @@
-#ifndef __EXTERNAL_H
-#define __EXTERNAL_H
+/*  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 <stdio.h>
 
@@ -97,4 +109,4 @@ void    gedcom_subscribe_to_element(Gedcom_elt elt,
                                    Gedcom_elt_start_cb cb_start,
                                    Gedcom_elt_end_cb cb_end);
 
-#endif /* __EXTERNAL_H */
+#endif /* __GEDCOM_H */