[Pcsclite-cvs-commit] PCSC/doc/example pcsc_demo.c,1.4,1.5

rousseau@quantz.debian.org rousseau@quantz.debian.org
Sat, 18 Oct 2003 22:00:03 +0200


Update of /cvsroot/pcsclite/PCSC/doc/example
In directory quantz:/tmp/cvs-serv18543

Modified Files:
	pcsc_demo.c 
Log Message:
put back the GNU GPL license since it is not protected by the BSD
license used by the other files.


Index: pcsc_demo.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pcsc_demo.c	18 Oct 2003 17:19:36 -0000	1.4
+++ pcsc_demo.c	18 Oct 2003 20:00:01 -0000	1.5
@@ -6,6 +6,20 @@
  * Copyright (C) 2003
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
+ * 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.
+ *
+ * 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; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ *
  * $Id$
  */