X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=standalone.c;h=86fcdaebdd87fd70c5293f806d8f3481838c3c37;hb=ba1eed1a3c5a8970bcb233d17629a37fb2f54e3b;hp=0f9ba791d5fee64b2f087b3a9fa2591d05ca5d90;hpb=4853e945cac1a0c1b8f9f86336ea8fcc13460c5e;p=gedcom-parse.git diff --git a/standalone.c b/standalone.c index 0f9ba79..86fcdae 100644 --- a/standalone.c +++ b/standalone.c @@ -1,11 +1,22 @@ -/* 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) -*/ +/* Test program for the Gedcom library. + Copyright (C) 2001 The Genes Development Team + This file is part of the Gedcom parser library. + Contributed by Peter Verthez , 2001. + + The Gedcom parser library is free software; you can redistribute it + and/or modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The Gedcom parser library is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the Gedcom parser library; if not, write to the + Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ /* $Id$ */ /* $Name$ */ @@ -13,7 +24,7 @@ #include #include #include -#include "external.h" +#include "gedcom.h" void show_help () {