Revision: 41640
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41640&view=rev
Author:   davidloman
Date:     2010-12-16 14:59:36 +0000 (Thu, 16 Dec 2010)

Log Message:
-----------
Removal of Author tag.  Not needed imho.

Modified Paths:
--------------
    rt^3/trunk/include/DbObject.h
    rt^3/trunk/include/PkgTcpClient.h
    rt^3/trunk/include/PkgTcpServer.h
    rt^3/trunk/include/PkgUdpClient.h
    rt^3/trunk/include/PkgUdpServer.h
    rt^3/trunk/src/GS/DbObject.cxx
    rt^3/trunk/src/libPkgCpp/PkgTcpClient.cxx
    rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx
    rt^3/trunk/src/libPkgCpp/PkgUdpClient.cxx
    rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx

Modified: rt^3/trunk/include/DbObject.h
===================================================================
--- rt^3/trunk/include/DbObject.h       2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/include/DbObject.h       2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * DbObject.h
  *
  *  Created on: Sep 29, 2010
- *      Author: dloman
+ *      
  */
 
 #ifndef __DBOBJECT_H__

Modified: rt^3/trunk/include/PkgTcpClient.h
===================================================================
--- rt^3/trunk/include/PkgTcpClient.h   2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/include/PkgTcpClient.h   2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * PkgTcpClient.h
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #ifndef __PKGTCPCLIENT_H__

Modified: rt^3/trunk/include/PkgTcpServer.h
===================================================================
--- rt^3/trunk/include/PkgTcpServer.h   2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/include/PkgTcpServer.h   2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * PkgTcpServer.h
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #ifndef __PKGTCPSERVER_H__

Modified: rt^3/trunk/include/PkgUdpClient.h
===================================================================
--- rt^3/trunk/include/PkgUdpClient.h   2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/include/PkgUdpClient.h   2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * PkgUdpClient.h
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #ifndef __PKGUDPCLIENT_H__

Modified: rt^3/trunk/include/PkgUdpServer.h
===================================================================
--- rt^3/trunk/include/PkgUdpServer.h   2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/include/PkgUdpServer.h   2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * PkgUdpServer.h
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #ifndef __PKGUDPSERVER_H__

Modified: rt^3/trunk/src/GS/DbObject.cxx
===================================================================
--- rt^3/trunk/src/GS/DbObject.cxx      2010-12-16 14:52:55 UTC (rev 41639)
+++ rt^3/trunk/src/GS/DbObject.cxx      2010-12-16 14:59:36 UTC (rev 41640)
@@ -21,7 +21,7 @@
  * DbObject.cxx
  *
  *  Created on: Sep 29, 2010
- *      Author: dloman
+ *      
  */
 
 #include "DbObject.h"

Modified: rt^3/trunk/src/libPkgCpp/PkgTcpClient.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgTcpClient.cxx   2010-12-16 14:52:55 UTC (rev 
41639)
+++ rt^3/trunk/src/libPkgCpp/PkgTcpClient.cxx   2010-12-16 14:59:36 UTC (rev 
41640)
@@ -21,7 +21,7 @@
  * PkgTcpClient.cxx
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #include "PkgTcpClient.h"

Modified: rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx   2010-12-16 14:52:55 UTC (rev 
41639)
+++ rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx   2010-12-16 14:59:36 UTC (rev 
41640)
@@ -21,7 +21,7 @@
  * PkgTcpServer.cxx
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #include "PkgTcpServer.h"

Modified: rt^3/trunk/src/libPkgCpp/PkgUdpClient.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgUdpClient.cxx   2010-12-16 14:52:55 UTC (rev 
41639)
+++ rt^3/trunk/src/libPkgCpp/PkgUdpClient.cxx   2010-12-16 14:59:36 UTC (rev 
41640)
@@ -21,7 +21,7 @@
  * PkgUdpClient.cxx
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #include "PkgUdpClient.h"

Modified: rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx   2010-12-16 14:52:55 UTC (rev 
41639)
+++ rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx   2010-12-16 14:59:36 UTC (rev 
41640)
@@ -21,7 +21,7 @@
  * PkgUdpServer.cxx
  *
  *  Created on: Aug 19, 2010
- *      Author: dloman
+ *      
  */
 
 #include "PkgUdpServer.h"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to