|
From: <gb...@us...> - 2008-07-22 03:27:30
|
Revision: 292
http://gearbox.svn.sourceforge.net/gearbox/?rev=292&view=rev
Author: gbiggs
Date: 2008-07-22 03:27:37 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
Added some registration numbers
Modified Paths:
--------------
gearbox/trunk/src/flexiport/flexiport.cpp
gearbox/trunk/src/flexiport/flexiport.h
gearbox/trunk/src/flexiport/flexiport_types.h
gearbox/trunk/src/flexiport/logfile.cpp
gearbox/trunk/src/flexiport/logfile.h
gearbox/trunk/src/flexiport/logreaderport.cpp
gearbox/trunk/src/flexiport/logreaderport.h
gearbox/trunk/src/flexiport/logwriterport.cpp
gearbox/trunk/src/flexiport/logwriterport.h
gearbox/trunk/src/flexiport/port.cpp
gearbox/trunk/src/flexiport/port.h
gearbox/trunk/src/flexiport/serialport.cpp
gearbox/trunk/src/flexiport/serialport.h
gearbox/trunk/src/flexiport/tcpport.cpp
gearbox/trunk/src/flexiport/tcpport.h
gearbox/trunk/src/flexiport/test/serial_example.cpp
gearbox/trunk/src/flexiport/test/tcp_example.cpp
gearbox/trunk/src/flexiport/timeout.cpp
gearbox/trunk/src/flexiport/timeout.h
gearbox/trunk/src/flexiport/utils/porttoport.cpp
gearbox/trunk/src/hokuyo_aist/hokuyo_aist.cpp
gearbox/trunk/src/hokuyo_aist/hokuyo_aist.h
gearbox/trunk/src/hokuyo_aist/test/example.cpp
Modified: gearbox/trunk/src/flexiport/flexiport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/flexiport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/flexiport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/flexiport.h
===================================================================
--- gearbox/trunk/src/flexiport/flexiport.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/flexiport.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/flexiport_types.h
===================================================================
--- gearbox/trunk/src/flexiport/flexiport_types.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/flexiport_types.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logfile.cpp
===================================================================
--- gearbox/trunk/src/flexiport/logfile.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logfile.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logfile.h
===================================================================
--- gearbox/trunk/src/flexiport/logfile.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logfile.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logreaderport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/logreaderport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logreaderport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logreaderport.h
===================================================================
--- gearbox/trunk/src/flexiport/logreaderport.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logreaderport.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logwriterport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/logwriterport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logwriterport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/logwriterport.h
===================================================================
--- gearbox/trunk/src/flexiport/logwriterport.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/logwriterport.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/port.cpp
===================================================================
--- gearbox/trunk/src/flexiport/port.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/port.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/port.h
===================================================================
--- gearbox/trunk/src/flexiport/port.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/port.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/serialport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/serialport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/serialport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/serialport.h
===================================================================
--- gearbox/trunk/src/flexiport/serialport.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/serialport.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/tcpport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/tcpport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/tcpport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/tcpport.h
===================================================================
--- gearbox/trunk/src/flexiport/tcpport.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/tcpport.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/test/serial_example.cpp
===================================================================
--- gearbox/trunk/src/flexiport/test/serial_example.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/test/serial_example.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/test/tcp_example.cpp
===================================================================
--- gearbox/trunk/src/flexiport/test/tcp_example.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/test/tcp_example.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/timeout.cpp
===================================================================
--- gearbox/trunk/src/flexiport/timeout.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/timeout.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/timeout.h
===================================================================
--- gearbox/trunk/src/flexiport/timeout.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/timeout.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/flexiport/utils/porttoport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/utils/porttoport.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/flexiport/utils/porttoport.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-881
*
* This file is part of flexiport.
*
Modified: gearbox/trunk/src/hokuyo_aist/hokuyo_aist.cpp
===================================================================
--- gearbox/trunk/src/hokuyo_aist/hokuyo_aist.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/hokuyo_aist/hokuyo_aist.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-880
*
* This file is part of hokuyo_aist.
*
Modified: gearbox/trunk/src/hokuyo_aist/hokuyo_aist.h
===================================================================
--- gearbox/trunk/src/hokuyo_aist/hokuyo_aist.h 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/hokuyo_aist/hokuyo_aist.h 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-880
*
* This file is part of hokuyo_aist.
*
Modified: gearbox/trunk/src/hokuyo_aist/test/example.cpp
===================================================================
--- gearbox/trunk/src/hokuyo_aist/test/example.cpp 2008-07-18 01:56:04 UTC (rev 291)
+++ gearbox/trunk/src/hokuyo_aist/test/example.cpp 2008-07-22 03:27:37 UTC (rev 292)
@@ -9,7 +9,7 @@
* this distribution.
*
* This work is a product of the National Institute of Advanced Industrial Science and Technology,
- * Japan. Registration number: ___
+ * Japan. Registration number: H20PRO-880
*
* This file is part of hokuyo_aist.
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|