Update of /cvsroot/opengtoolkit/serial/c_source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20032/c_source
Modified Files:
lv_error.c lv_error.h plist.c plist.h
Log Message:
Modified comments.
Index: lv_error.c
===================================================================
RCS file: /cvsroot/opengtoolkit/serial/c_source/lv_error.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lv_error.c 23 Jul 2005 08:50:30 -0000 1.1
--- lv_error.c 30 Sep 2005 11:12:43 -0000 1.2
***************
*** 1,8 ****
! /* lv_error.cpp
*
! * LabVIEW Error Cluster Utilities
*
! * Martin Henz Systemtechnik, Stuttgart
*
* */
--- 1,15 ----
! /* lv_error.c
*
! * LabVIEW Error Cluster Utilities
*
! * Author:
! * Martin Henz Systemtechnik, Germany, Stuttgart
! * E-Mail: mar...@mh...
! * Web: http://www.mhst.de
! *
! * If you want to get the sources of this library, send an email to me (mar...@mh...)
*
+ * The following program code is released under the LGPL license
+ * http://www.gnu.org/copyleft/lgpl.html
* */
Index: plist.h
===================================================================
RCS file: /cvsroot/opengtoolkit/serial/c_source/plist.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** plist.h 12 Apr 2005 07:52:53 -0000 1.3
--- plist.h 30 Sep 2005 11:12:43 -0000 1.4
***************
*** 1,7 ****
! /* plist.cpp
*
! * Simple List Implementation
*
! * Martin Henz Systemtechnik, Stuttgart
* */
--- 1,15 ----
! /* plist.h
*
! * Simple List Implementation
*
! * Author:
! * Martin Henz Systemtechnik, Germany, Stuttgart
! * E-Mail: mar...@mh...
! * Web: http://www.mhst.de
! *
! * If you want to get the sources of this library, send an email to me (mar...@mh...)
! *
! * The following program code is released under the LGPL license
! * http://www.gnu.org/copyleft/lgpl.html
* */
Index: plist.c
===================================================================
RCS file: /cvsroot/opengtoolkit/serial/c_source/plist.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plist.c 23 Jul 2005 08:50:30 -0000 1.1
--- plist.c 30 Sep 2005 11:12:43 -0000 1.2
***************
*** 1,7 ****
! /* plist.cpp
*
! * Simple pList Implementation
*
! * Martin Henz Systemtechnik, Stuttgart
* */
--- 1,15 ----
! /* plist.c
*
! * Simple pList Implementation
*
! * Author:
! * Martin Henz Systemtechnik, Germany, Stuttgart
! * E-Mail: mar...@mh...
! * Web: http://www.mhst.de
! *
! * If you want to get the sources of this library, send an email to me (mar...@mh...)
! *
! * The following program code is released under the LGPL license
! * http://www.gnu.org/copyleft/lgpl.html
* */
Index: lv_error.h
===================================================================
RCS file: /cvsroot/opengtoolkit/serial/c_source/lv_error.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lv_error.h 20 Jan 2005 16:49:45 -0000 1.1
--- lv_error.h 30 Sep 2005 11:12:43 -0000 1.2
***************
*** 1,8 ****
! /* lv_error.h
*
! * LabVIEW Error Cluster Utilities
*
! * Martin Henz Systemtechnik, Stuttgart
*
* */
--- 1,15 ----
! /* lv_error.h
*
! * LabVIEW Error Cluster Utilities
*
! * Author:
! * Martin Henz Systemtechnik, Germany, Stuttgart
! * E-Mail: mar...@mh...
! * Web: http://www.mhst.de
! *
! * If you want to get the sources of this library, send an email to me (mar...@mh...)
*
+ * The following program code is released under the LGPL license
+ * http://www.gnu.org/copyleft/lgpl.html
* */
|