From: Peter Verthez Date: Sun, 25 Nov 2001 15:20:07 +0000 (+0000) Subject: Added proper copyright notice. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d2233f145e24a310889e4cc650365077786da3d9;p=gedcom-parse.git Added proper copyright notice. --- diff --git a/ChangeLog b/ChangeLog index 67657ba..35307a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-11-25 Peter Verthez + * all: added proper copyright notice (copyright to the Genes + Development Team) + * release 0.7 Uploaded to genes at SourceForge. diff --git a/ansel/ANSI_Z39.47.c b/ansel/ANSI_Z39.47.c index a8f3cee..7ec9078 100644 --- a/ansel/ANSI_Z39.47.c +++ b/ansel/ANSI_Z39.47.c @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/ansel/loop.c b/ansel/loop.c index ae83894..cd9724d 100644 --- a/ansel/loop.c +++ b/ansel/loop.c @@ -1,3 +1,8 @@ +/* This file is taken from the glibc sources (release 2.2.4). + Only this initial comment has been added. The next comment + gives the original copyright notice. +*/ + /* Conversion loop frame work. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/ansel/skeleton.c b/ansel/skeleton.c index a42c028..356918d 100644 --- a/ansel/skeleton.c +++ b/ansel/skeleton.c @@ -1,3 +1,8 @@ +/* This file is taken from the glibc sources (release 2.2.4). + Only this initial comment has been added. The next comment + gives the original copyright notice. +*/ + /* Skeleton for a conversion module. Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/encoding.c b/encoding.c index 9d842cc..bd33b87 100644 --- a/encoding.c +++ b/encoding.c @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/encoding.h b/encoding.h index 3e9af43..f4a2129 100644 --- a/encoding.h +++ b/encoding.h @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/gedcom.h b/gedcom.h index 987a382..450ecdf 100644 --- a/gedcom.h +++ b/gedcom.h @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/gedcom.y b/gedcom.y index b54286c..e512aa6 100644 --- a/gedcom.y +++ b/gedcom.y @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/gedcom_1byte.lex b/gedcom_1byte.lex index 7121973..5705c1e 100644 --- a/gedcom_1byte.lex +++ b/gedcom_1byte.lex @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/gedcom_hilo.lex b/gedcom_hilo.lex index d8a1da0..62b9645 100644 --- a/gedcom_hilo.lex +++ b/gedcom_hilo.lex @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/gedcom_lohi.lex b/gedcom_lohi.lex index 3b31583..2545343 100644 --- a/gedcom_lohi.lex +++ b/gedcom_lohi.lex @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/message.c b/message.c index abde4b9..5b723cd 100644 --- a/message.c +++ b/message.c @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/multilex.c b/multilex.c index b0097cc..60bb0a3 100644 --- a/multilex.c +++ b/multilex.c @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/multilex.h b/multilex.h index c8f81ef..2e7881b 100644 --- a/multilex.h +++ b/multilex.h @@ -1,3 +1,12 @@ +/* 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$ */ diff --git a/standalone.c b/standalone.c index cedfca2..9e4d4f0 100644 --- a/standalone.c +++ b/standalone.c @@ -1,3 +1,12 @@ +/* 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$ */