[uim-commit] r497 - in trunk: examples/uim-custom fep helper po qt qt/uim-kdehelper/src/candwin scm test uim

yamaken at freedesktop.org yamaken at freedesktop.org
Wed Feb 2 17:19:44 PST 2005


Author: yamaken
Date: 2005-02-02 17:19:41 -0800 (Wed, 02 Feb 2005)
New Revision: 497

Modified:
   trunk/examples/uim-custom/uim-custom-dump.c
   trunk/examples/uim-custom/uim-custom-update.c
   trunk/examples/uim-custom/uim-custom-variable.c
   trunk/fep/callbacks.c
   trunk/fep/draw.c
   trunk/fep/uim-fep-tick.c
   trunk/fep/uim-fep.c
   trunk/helper/helper-candwin-gtk.c
   trunk/helper/im-switcher-gtk.c
   trunk/helper/input-pad-ja.c
   trunk/helper/toolbar-applet-gnome.c
   trunk/po/ja.po
   trunk/po/uim.pot
   trunk/qt/candwin-qt.cpp
   trunk/qt/candwin-qt.h
   trunk/qt/toolbar-standalone-qt.cpp
   trunk/qt/uim-kdehelper/src/candwin/uim-candwin-qt.cpp
   trunk/scm/action.scm
   trunk/scm/key.scm
   trunk/scm/latin.scm
   trunk/scm/load-action.scm
   trunk/scm/m17nlib.scm
   trunk/scm/uim-sh.scm
   trunk/test/test-action.scm
   trunk/test/test-im.scm
   trunk/uim/prime.c
   trunk/uim/uim-func.c
   trunk/uim/uim-helper-client.c
   trunk/uim/uim-helper-server.c
   trunk/uim/uim-helper.c
   trunk/uim/uim-key.c
   trunk/uim/uim-sh.c
   trunk/uim/uim-table.c
   trunk/uim/uim.h
Log:
* qt/candwin-qt.cpp
* qt/uim-kdehelper/src/candwin/uim-candwin-qt.cpp
* qt/toolbar-standalone-qt.cpp
* qt/candwin-qt.h
* fep/uim-fep.c
* fep/callbacks.c
* fep/uim-fep-tick.c
* fep/draw.c
* po/ja.po
* po/uim.pot
* helper/toolbar-applet-gnome.c
* helper/im-switcher-gtk.c
* helper/helper-candwin-gtk.c
* helper/input-pad-ja.c
* test/test-im.scm
* test/test-action.scm
* scm/uim-sh.scm
* scm/m17nlib.scm
* scm/action.scm
* scm/latin.scm
* scm/key.scm
* scm/load-action.scm
* uim/uim.h
* uim/uim-sh.c
* uim/prime.c
* uim/uim-helper-client.c
* uim/uim-helper.c
* uim/uim-helper-server.c
* uim/uim-table.c
* uim/uim-key.c
* uim/uim-func.c
* examples/uim-custom/uim-custom-update.c
* examples/uim-custom/uim-custom-dump.c
* examples/uim-custom/uim-custom-variable.c
  - Update copyright by following script

    svn diff -r90 >tmp.diff; egrep '^Index: ' tmp.diff | perl -pe 's/^Index: //' | xargs grep 'Copyright.*uim Project' 2>/dev/null | egrep -v 2005 | perl -pe 's/:.+//' | xargs perl -i -pe 's/^([^"]+Copyright.*) (200[0-4])[^ ]* /\1 \2-2005 /'


Modified: trunk/examples/uim-custom/uim-custom-dump.c
===================================================================
--- trunk/examples/uim-custom/uim-custom-dump.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/examples/uim-custom/uim-custom-dump.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 /*
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/examples/uim-custom/uim-custom-update.c
===================================================================
--- trunk/examples/uim-custom/uim-custom-update.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/examples/uim-custom/uim-custom-update.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 /*
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/examples/uim-custom/uim-custom-variable.c
===================================================================
--- trunk/examples/uim-custom/uim-custom-variable.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/examples/uim-custom/uim-custom-variable.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 /*
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/fep/callbacks.c
===================================================================
--- trunk/fep/callbacks.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/fep/callbacks.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/fep/draw.c
===================================================================
--- trunk/fep/draw.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/fep/draw.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/fep/uim-fep-tick.c
===================================================================
--- trunk/fep/uim-fep-tick.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/fep/uim-fep-tick.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/fep/uim-fep.c
===================================================================
--- trunk/fep/uim-fep.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/fep/uim-fep.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/helper/helper-candwin-gtk.c
===================================================================
--- trunk/helper/helper-candwin-gtk.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/helper/helper-candwin-gtk.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/helper/im-switcher-gtk.c
===================================================================
--- trunk/helper/im-switcher-gtk.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/helper/im-switcher-gtk.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/helper/input-pad-ja.c
===================================================================
--- trunk/helper/input-pad-ja.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/helper/input-pad-ja.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2004-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/helper/toolbar-applet-gnome.c
===================================================================
--- trunk/helper/toolbar-applet-gnome.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/helper/toolbar-applet-gnome.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/po/ja.po
===================================================================
--- trunk/po/ja.po	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/po/ja.po	2005-02-03 01:19:41 UTC (rev 497)
@@ -1191,7 +1191,7 @@
 
 #.
 #.
-#. Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+#. Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 #.
 #. All rights reserved.
 #.

Modified: trunk/po/uim.pot
===================================================================
--- trunk/po/uim.pot	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/po/uim.pot	2005-02-03 01:19:41 UTC (rev 497)
@@ -1186,7 +1186,7 @@
 
 #.
 #.
-#. Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+#. Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 #.
 #. All rights reserved.
 #.

Modified: trunk/qt/candwin-qt.cpp
===================================================================
--- trunk/qt/candwin-qt.cpp	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/qt/candwin-qt.cpp	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
- Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+ Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
  All rights reserved.
 

Modified: trunk/qt/candwin-qt.h
===================================================================
--- trunk/qt/candwin-qt.h	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/qt/candwin-qt.h	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
- Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+ Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
  All rights reserved.
 

Modified: trunk/qt/toolbar-standalone-qt.cpp
===================================================================
--- trunk/qt/toolbar-standalone-qt.cpp	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/qt/toolbar-standalone-qt.cpp	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
- Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+ Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
  All rights reserved.
 

Modified: trunk/qt/uim-kdehelper/src/candwin/uim-candwin-qt.cpp
===================================================================
--- trunk/qt/uim-kdehelper/src/candwin/uim-candwin-qt.cpp	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/qt/uim-kdehelper/src/candwin/uim-candwin-qt.cpp	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
- Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+ Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
  All rights reserved.
 

Modified: trunk/scm/action.scm
===================================================================
--- trunk/scm/action.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/action.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 ;;; action.scm: Handles user-operable actions of input methods
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/scm/key.scm
===================================================================
--- trunk/scm/key.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/key.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/scm/latin.scm
===================================================================
--- trunk/scm/latin.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/latin.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/scm/load-action.scm
===================================================================
--- trunk/scm/load-action.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/load-action.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 ;;; load-action.scm: loads action.scm in accordance with platform configuration
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/scm/m17nlib.scm
===================================================================
--- trunk/scm/m17nlib.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/m17nlib.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,5 +1,5 @@
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/scm/uim-sh.scm
===================================================================
--- trunk/scm/uim-sh.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/scm/uim-sh.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,7 +1,7 @@
 ;;; uim-sh.scm: uim interactive shell for debugging, batch processing
 ;;;             and serving as generic inferior process
 ;;;
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/test/test-action.scm
===================================================================
--- trunk/test/test-action.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/test/test-action.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 #!/usr/bin/env gosh
 
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/test/test-im.scm
===================================================================
--- trunk/test/test-im.scm	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/test/test-im.scm	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 #!/usr/bin/env gosh
 
-;;; Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 ;;;
 ;;; All rights reserved.
 ;;;

Modified: trunk/uim/prime.c
===================================================================
--- trunk/uim/prime.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/prime.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-func.c
===================================================================
--- trunk/uim/uim-func.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-func.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-helper-client.c
===================================================================
--- trunk/uim/uim-helper-client.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-helper-client.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,7 +1,7 @@
 
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-helper-server.c
===================================================================
--- trunk/uim/uim-helper-server.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-helper-server.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,7 +1,7 @@
 /*
   uim-helper-server.c: This file will be renamed uim-helper-messagebus.c later.
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-helper.c
===================================================================
--- trunk/uim/uim-helper.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-helper.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-key.c
===================================================================
--- trunk/uim/uim-key.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-key.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-sh.c
===================================================================
--- trunk/uim/uim-sh.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-sh.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -2,7 +2,7 @@
   uim-sh.c: uim interactive shell for debugging, batch processing and
             serving as generic inferior process
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim-table.c
===================================================================
--- trunk/uim/uim-table.c	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim-table.c	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 

Modified: trunk/uim/uim.h
===================================================================
--- trunk/uim/uim.h	2005-02-03 00:40:58 UTC (rev 496)
+++ trunk/uim/uim.h	2005-02-03 01:19:41 UTC (rev 497)
@@ -1,6 +1,6 @@
 /*
 
-  Copyright (c) 2003,2004 uim Project http://uim.freedesktop.org/
+  Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
   All rights reserved.
 



More information about the Uim-commit mailing list