[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Bug-gnulib] missing licenses in gnulib



To fix diacrit.h and diacrit.c I installed the obvious patch:

2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>

	* diacrit.c, diacrit.h: Add GPL notice.

Index: diacrit.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/diacrit.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -u -r1.4 -r1.5
--- diacrit.c	9 Aug 2004 21:11:34 -0000	1.4
+++ diacrit.c	6 Oct 2004 20:08:44 -0000	1.5
@@ -3,6 +3,21 @@
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    All this file is a temporary hack, waiting for locales in GNU.
+
+   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, or (at your option)
+   any later version.
+
+   This program 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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; see the file COPYING.
+   If not, write to the Free Software Foundation,
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 */
 
 #ifdef HAVE_CONFIG_H
Index: diacrit.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/diacrit.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -u -r1.4 -r1.5
--- diacrit.h	9 Aug 2004 21:11:34 -0000	1.4
+++ diacrit.h	6 Oct 2004 20:08:56 -0000	1.5
@@ -3,6 +3,21 @@
    François Pinard <pinard@iro.umontreal.ca>, 1988.
 
    All this file is a temporary hack, waiting for locales in GNU.
+
+   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, or (at your option)
+   any later version.
+
+   This program 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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; see the file COPYING.
+   If not, write to the Free Software Foundation,
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 */
 
 extern const char diacrit_base[]; /* characters without diacritics */



Reply to: