Added proper copyright notice.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 25 Nov 2001 15:20:07 +0000 (15:20 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 25 Nov 2001 15:20:07 +0000 (15:20 +0000)
15 files changed:
ChangeLog
ansel/ANSI_Z39.47.c
ansel/loop.c
ansel/skeleton.c
encoding.c
encoding.h
gedcom.h
gedcom.y
gedcom_1byte.lex
gedcom_hilo.lex
gedcom_lohi.lex
message.c
multilex.c
multilex.h
standalone.c

index 67657ba171debec55e962f80152cdae402c84e04..35307a3d99b514967d54649f1d820a611c3467fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-11-25  Peter Verthez  <Peter.Verthez@advalvas.be>
 
+       * all: added proper copyright notice (copyright to the Genes
+       Development Team)
+
        * release 0.7
          Uploaded to genes at SourceForge.
 
index a8f3cee407528c9e4b28f63016952246e9fe2c0f..7ec907805deac08358b586b7c581f78a2867f5c8 100644 (file)
@@ -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$ */
 
index ae83894dc9dea3a90220e16b1d12a79e281cc72b..cd9724dc62f79537ea16e7a70dd857cf0e43a2e1 100644 (file)
@@ -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.
index a42c02807af7f9d6bbe13e9178a564b82593614d..356918d68bec5ea87030d94ca2c6ab1f14255bb1 100644 (file)
@@ -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.
index 9d842cced378336f6b5dea1e959062127cdd855c..bd33b87b63ae096e69d5ac92d40c1f3266ac903e 100644 (file)
@@ -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$ */
 
index 3e9af4361f1eca4601df432d9c90d4b8c0a48e8c..f4a2129e09041cfcfbe887a3d7ad156c026899e5 100644 (file)
@@ -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$ */
 
index 987a382d0676a0039245e0836bd2b40ab39f616f..450ecdf985887a15b9bda5627b80a85e1d2621a2 100644 (file)
--- 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$ */
 
index b54286cb2aa35625fececb788d9a7e08415fb30a..e512aa6dd617665da3d53d60a61465971b041de5 100644 (file)
--- 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$ */
 
index 7121973e42795a5a8bf3cbfe4392c160aa59911b..5705c1e0ba4e928ab05efb369e57fc8904f24407 100644 (file)
@@ -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$ */
 
index d8a1da0c34c461d694ba186dc7879078f93705a5..62b9645e0ca19812db5c06c1cd925cc70ecc421c 100644 (file)
@@ -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$ */
 
index 3b315839ed5db01cf46b2536ebdb23300d94b70c..2545343cb351e0e3137d53011f22533eccab1826 100644 (file)
@@ -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$ */
 
index abde4b9f0416c8904d608e3617d38d4d3493cea9..5b723cda92279afcabae85d4d0492605b595a464 100644 (file)
--- 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$ */
 
index b0097cc871855d04ea0cd59af47c2ec812ad44f7..60bb0a32bd8672d6819e66d41e78bb88c6c5995f 100644 (file)
@@ -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$ */
 
index c8f81ef5a5974a826abab931243b12a6e5a828db..2e7881b603520d7af0a098b4d5642f13cd56ca00 100644 (file)
@@ -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$ */
 
index cedfca21a154245e26c92ddb16c175477f79bfca..9e4d4f06f7faaa232ce8418767e80589b4c4373a 100644 (file)
@@ -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$ */