OSDN Git Service

$Idを反映するよう変更。
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Thu, 19 Nov 2009 14:17:38 +0000 (14:17 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Thu, 19 Nov 2009 14:17:38 +0000 (14:17 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@125 9df91469-1e22-0410-86e7-ea8537beb833

31 files changed:
src/Makefile
src/common/handle/TPIHandle.cpp
src/common/handle/TPIHandle.h
src/common/header/Makefile
src/common/header/plugin-extra.h
src/common/header/plugin.def
src/common/header/plugin.h
src/common/library/library.cpp
src/common/library/library.h
src/lychee/Makefile
src/lychee/cls_filedroptarget.cpp
src/lychee/cls_filedroptarget.h
src/lychee/cls_listctrl.cpp
src/lychee/cls_listctrl.h
src/lychee/dlg_make.cpp
src/lychee/dlg_make.h
src/lychee/dlg_process.cpp
src/lychee/dlg_process.h
src/lychee/frm_main.cpp
src/lychee/frm_main.h
src/lychee/functions.cpp
src/lychee/functions.h
src/lychee/lychee.cpp
src/lychee/lychee.h
src/plugin/calLibrary/calLibrary.cpp
src/plugin/calLibrary/calLibrary.h
src/plugin/cuiWrapper/Makefile
src/plugin/cuiWrapper/cuiWrapper.cpp
src/plugin/cuiWrapper/cuiWrapper.h
src/plugin/spiLibrary/spiLibrary.cpp
src/plugin/spiLibrary/spiLibrary.h

index d66d8fe..d3321a4 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.\r
-# $Id: Makefile,v 1.5 2009/08/26 13:41:28 sirakaba Exp $\r
+# $Id$\r
 \r
 .PHONY: all clean\r
 \r
index 26c9a3c..7d18f55 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: TPIHandle.cpp,v 1.5 2009/08/28 12:41:29 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 51892bb..671c0f3 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: TPIHandle.h,v 1.2 2009/08/15 07:20:13 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #ifndef H_LOADED_TPI_HANDLE
index f71799d..b476db2 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.\r
-# $Id: Makefile,v 1.3 2009/08/22 07:18:18 sirakaba Exp $\r
+# $Id$\r
 \r
 .PHONY: all clean\r
 \r
index f920ce8..c5b67cf 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: plugin-extra.h,v 1.1 2009/05/01 11:42:18 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #ifndef __TPI_API_SPEC_EXTRA
index 124f076..62c8d05 100644 (file)
@@ -1,5 +1,5 @@
 ; TPI Common define file for plug-ins.
-; $Id: plugin.def,v 1.1 2009/05/01 11:42:18 sirakaba Exp $
+; $Id$
 
 EXPORTS
        GetPluginInformation            @1
index b296269..6a182c0 100644 (file)
@@ -1,7 +1,7 @@
 /** \r
  * @file    plugin.h\r
  * @brief   プラグインで読み込むTPI共通ヘッダ。\r
- * @version $Id: plugin.h,v 1.5 2009/08/28 12:41:29 sirakaba Exp $\r
+ * @version $Id$\r
  *\r
  * @mainpage TPI reference manual\r
  * TPIは簡易でマルチプラットフォームなプラグイン仕様です。仕様は現在策定中であるため、今後改訂される可能性があります。\r
index b2b105d..5aaccbf 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: library.cpp,v 1.10 2009/09/27 13:42:33 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 59d359e..7d7f473 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: library.h,v 1.5 2009/09/27 10:11:13 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 4e1ee0a..1be24b0 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.\r
-# $Id: Makefile,v 1.5 2009/08/22 13:31:54 sirakaba Exp $\r
+# $Id$\r
 \r
 # Define compilers.\r
 CC = g++\r
index 5b86ad4..8c20e05 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: cls_filedroptarget.cpp,v 1.2 2009/08/09 06:08:51 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include "lychee.h"
index e7f44f6..554f9df 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: cls_filedroptarget.h,v 1.3 2009/08/15 07:20:13 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #ifndef H_LOADED_CLS_FDT
index 841dbe7..60869af 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: cls_listctrl.cpp,v 1.6 2009/08/23 03:00:34 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 #include "lychee.h"\r
index 142e98c..7af5ba5 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: cls_listctrl.h,v 1.3 2009/08/20 11:51:49 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #ifndef H_LOADED_CLS_LC
index b82720a..ddc6a8a 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: dlg_make.cpp,v 1.15 2009/08/30 08:07:17 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include "lychee.h"
index e206a8d..a92296d 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: dlg_make.h,v 1.8 2009/08/28 12:52:38 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 #ifndef H_LOADED_DLG_MAKE\r
index 47c7334..bf943aa 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: dlg_process.cpp,v 1.6 2009/09/01 12:20:49 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include "lychee.h"
index 129c14f..a823f30 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: dlg_process.h,v 1.3 2009/08/15 07:20:13 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #ifndef H_LOADED_DLG_PROCESS
index f0d63ac..b9b3c07 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: frm_main.cpp,v 1.42 2009/09/05 03:24:58 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include "lychee.h"
index 722cc41..ed2fc10 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: frm_main.h,v 1.10 2009/08/30 09:28:27 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include <wx/cmdline.h>
index 6c61b0f..4a1255c 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: functions.cpp,v 1.17 2009/09/02 11:18:49 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 6296b53..60e30b4 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: functions.h,v 1.7 2009/08/23 10:59:56 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 #ifndef H_LOADED_FUNCTIONS\r
index ca2de17..f270d40 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: frontend.cpp,v 1.3 2009/08/27 11:26:00 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 #include "lychee.h"
index 42943be..90806c7 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: frontend.h,v 1.9 2009/08/29 08:13:09 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 #ifndef H_LOADED_LYCHEE\r
index 074f496..9309fcf 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: calLibrary.cpp,v 1.23 2009/09/27 13:44:12 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 233928c..1498a2f 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: calLibrary.h,v 1.3 2009/09/27 10:11:13 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 8bddd97..6e45ed4 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.\r
-# $Id: Makefile,v 1.2 2009/08/22 13:31:54 sirakaba Exp $\r
+# $Id$\r
 \r
 # Define compilers.\r
 CC = g++\r
index b62ce77..f49c21c 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: cuiWrapper.cpp,v 1.26 2009/09/27 13:41:02 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 4da3c4e..9cd975e 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: cuiWrapper.h,v 1.1 2009/08/15 07:22:27 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 //******************************************************************************
index 122424c..9a23c5f 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,\r
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
 \r
-  $Id: spiLibrary.cpp,v 1.9 2009/08/23 04:25:53 sirakaba Exp $\r
+  $Id$\r
 *******************************************************************************/\r
 \r
 //******************************************************************************\r
index 84533a7..e482480 100644 (file)
@@ -16,7 +16,7 @@
   with this library; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-  $Id: spiLibrary.h,v 1.1 2009/05/01 11:42:18 sirakaba Exp $
+  $Id$
 *******************************************************************************/
 
 //******************************************************************************