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

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Sat, 18 Oct 2003 19:19:38 +0200


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

Modified Files:
	pcsc_demo.c 
Log Message:
- Unify the copyright/description header part for most of the files


Index: pcsc_demo.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcsc_demo.c	8 Sep 2003 11:21:14 -0000	1.3
+++ pcsc_demo.c	18 Oct 2003 17:19:36 -0000	1.4
@@ -1,23 +1,13 @@
 /*
-	pcsc_demo: sample program to use PC/SC API
-    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$ */
+ * Sample program to use PC/SC API.
+ *
+ * MUSCLE SmartCard Development ( http://www.linuxnet.com )
+ *
+ * Copyright (C) 2003
+ *  Ludovic Rousseau <ludovic.rousseau@free.fr>
+ *
+ * $Id$
+ */
 
 #include <stdio.h>
 #include <stdlib.h>