summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-16 10:04:06 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-16 10:04:06 +0800
commit3964a3a32a676a58304141ec751ebd79f0bc5351 (patch)
tree909d58193fd9659d93973c56d14f4cb54509ef02
parentf77a0cb12e8349e097d7869528f57c29d05d02d9 (diff)
downloadibus-change_copyright.tar.gz
ibus-change_copyright.tar.xz
ibus-change_copyright.zip
Change copyright info in file header.change_copyright
-rw-r--r--Makefile.am2
-rw-r--r--bindings/Makefile.am2
-rw-r--r--bindings/python/Makefile.am2
-rw-r--r--bus/Makefile.am2
-rw-r--r--client/Makefile.am2
-rw-r--r--client/gtk2/Makefile.am2
l---------client/qt3/ibus-client.cpp1
l---------client/qt3/ibus-client.h1
l---------client/qt3/ibus-input-context.cpp1
l---------client/qt3/ibus-input-context.h1
l---------client/qt3/im-ibus-qt.cpp1
-rw-r--r--client/qt4/Makefile.am2
-rw-r--r--client/qt4/ibus-client.cpp2
-rw-r--r--client/qt4/ibus-client.h2
-rw-r--r--client/qt4/ibus-input-context.cpp2
-rw-r--r--client/qt4/ibus-input-context.h2
-rw-r--r--client/qt4/ibus.pro2
-rw-r--r--client/qt4/im-ibus-qt.cpp2
-rw-r--r--client/x11/Makefile.am2
-rw-r--r--client/x11/main.c2
-rw-r--r--configure.ac2
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/reference/Makefile.am2
-rw-r--r--gconf/Makefile.am2
-rw-r--r--ibus/Makefile.am2
-rw-r--r--ibus/__init__.py2
-rw-r--r--ibus/_config.py.in4
-rw-r--r--ibus/_gtk.py2
-rw-r--r--ibus/application.py2
-rw-r--r--ibus/attribute.py2
-rw-r--r--ibus/bus.py2
-rw-r--r--ibus/common.py2
-rw-r--r--ibus/component.py2
-rw-r--r--ibus/config.py2
-rw-r--r--ibus/engine.py2
-rw-r--r--ibus/enginedesc.py2
-rw-r--r--ibus/exception.py2
-rw-r--r--ibus/factory.py2
-rw-r--r--ibus/inputcontext.py2
-rw-r--r--ibus/interface/Makefile.am2
-rw-r--r--ibus/interface/__init__.py2
-rw-r--r--ibus/interface/iconfig.py2
-rw-r--r--ibus/interface/iengine.py2
-rw-r--r--ibus/interface/ienginefactory.py2
-rw-r--r--ibus/interface/iibus.py2
-rw-r--r--ibus/interface/iinputcontext.py2
-rw-r--r--ibus/interface/inotifications.py2
-rw-r--r--ibus/interface/ipanel.py2
-rw-r--r--ibus/lang.py2
-rw-r--r--ibus/lookuptable.py2
-rw-r--r--ibus/modifier.py2
-rw-r--r--ibus/notifications.py2
-rw-r--r--ibus/object.py2
-rw-r--r--ibus/observedpath.py2
-rw-r--r--ibus/panel.py2
-rw-r--r--ibus/property.py2
-rw-r--r--ibus/serializable.py2
-rw-r--r--ibus/text.py2
-rw-r--r--ibus/utility.py2
-rw-r--r--icons/Makefile.am2
-rw-r--r--m4/Makefile.am2
-rw-r--r--setup/Makefile.am2
-rw-r--r--setup/enginecombobox.py2
-rw-r--r--setup/enginetreeview.py2
-rw-r--r--setup/ibus-setup.in2
-rw-r--r--setup/icon.py2
-rw-r--r--setup/keyboardshortcut.py2
-rw-r--r--setup/main.py2
-rw-r--r--src/Makefile.am2
-rw-r--r--ui/Makefile.am2
-rw-r--r--ui/gtk/Makefile.am2
-rw-r--r--ui/gtk/candidatepanel.py2
-rw-r--r--ui/gtk/handle.py2
-rw-r--r--ui/gtk/ibus-ui-gtk.in2
-rw-r--r--ui/gtk/icon.py2
-rw-r--r--ui/gtk/languagebar.py2
-rw-r--r--ui/gtk/main.py2
-rw-r--r--ui/gtk/menu.py2
-rw-r--r--ui/gtk/notifications.py2
-rw-r--r--ui/gtk/panel.py2
-rw-r--r--ui/gtk/propitem.py2
-rw-r--r--ui/gtk/toolitem.py2
-rw-r--r--util/IMdkit/Makefile.am2
-rw-r--r--util/Makefile.am2
84 files changed, 80 insertions, 85 deletions
diff --git a/Makefile.am b/Makefile.am
index 47a21d0..4e81e04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index 59fb9f4..c15043a 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 75a2e49..ee21663 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 03ddfb3..b427808 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/Makefile.am b/client/Makefile.am
index 0eaf3dc..8f7848b 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/gtk2/Makefile.am b/client/gtk2/Makefile.am
index 2a4eb8b..65af846 100644
--- a/client/gtk2/Makefile.am
+++ b/client/gtk2/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt3/ibus-client.cpp b/client/qt3/ibus-client.cpp
deleted file mode 120000
index a3e23ff..0000000
--- a/client/qt3/ibus-client.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-client.cpp \ No newline at end of file
diff --git a/client/qt3/ibus-client.h b/client/qt3/ibus-client.h
deleted file mode 120000
index e5d567c..0000000
--- a/client/qt3/ibus-client.h
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-client.h \ No newline at end of file
diff --git a/client/qt3/ibus-input-context.cpp b/client/qt3/ibus-input-context.cpp
deleted file mode 120000
index ca48440..0000000
--- a/client/qt3/ibus-input-context.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-input-context.cpp \ No newline at end of file
diff --git a/client/qt3/ibus-input-context.h b/client/qt3/ibus-input-context.h
deleted file mode 120000
index db09e87..0000000
--- a/client/qt3/ibus-input-context.h
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-input-context.h \ No newline at end of file
diff --git a/client/qt3/im-ibus-qt.cpp b/client/qt3/im-ibus-qt.cpp
deleted file mode 120000
index b06a215..0000000
--- a/client/qt3/im-ibus-qt.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/im-ibus-qt.cpp \ No newline at end of file
diff --git a/client/qt4/Makefile.am b/client/qt4/Makefile.am
index 6ec42f4..356a32f 100644
--- a/client/qt4/Makefile.am
+++ b/client/qt4/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-client.cpp b/client/qt4/ibus-client.cpp
index 24b9177..4bd8a4d 100644
--- a/client/qt4/ibus-client.cpp
+++ b/client/qt4/ibus-client.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-client.h b/client/qt4/ibus-client.h
index 252d740..88ce3b3 100644
--- a/client/qt4/ibus-client.h
+++ b/client/qt4/ibus-client.h
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-input-context.cpp b/client/qt4/ibus-input-context.cpp
index 869c9f3..34a27ed 100644
--- a/client/qt4/ibus-input-context.cpp
+++ b/client/qt4/ibus-input-context.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-input-context.h b/client/qt4/ibus-input-context.h
index 01545b0..cbf68c6 100644
--- a/client/qt4/ibus-input-context.h
+++ b/client/qt4/ibus-input-context.h
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus.pro b/client/qt4/ibus.pro
index 086bbdc..63d2d7e 100644
--- a/client/qt4/ibus.pro
+++ b/client/qt4/ibus.pro
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/im-ibus-qt.cpp b/client/qt4/im-ibus-qt.cpp
index 204c523..4123562 100644
--- a/client/qt4/im-ibus-qt.cpp
+++ b/client/qt4/im-ibus-qt.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index bd2efab..b204381 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/x11/main.c b/client/x11/main.c
index 5ef9f30..5e271e0 100644
--- a/client/x11/main.c
+++ b/client/x11/main.c
@@ -1,6 +1,6 @@
/* vim:set et sts=4: */
/* ibus
- * Copyright (C) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (C) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* main.c:
*
diff --git a/configure.ac b/configure.ac
index 4437fd2..2dced3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c23ca9e..98aa9a4 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 70fe792..bcedcb5 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 061cd68..124d6dc 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/Makefile.am b/ibus/Makefile.am
index fba01c6..2db69e6 100644
--- a/ibus/Makefile.am
+++ b/ibus/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/__init__.py b/ibus/__init__.py
index 08432a3..521df47 100644
--- a/ibus/__init__.py
+++ b/ibus/__init__.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/_config.py.in b/ibus/_config.py.in
index ccd2ff5..bdc65eb 100644
--- a/ibus/_config.py.in
+++ b/ibus/_config.py.in
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@ def get_version():
return "@PACKAGE_VERSION@"
def get_copyright():
- return "Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>"
+ return "Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>"
def get_license():
return "LGPL"
diff --git a/ibus/_gtk.py b/ibus/_gtk.py
index b9874a6..995e6df 100644
--- a/ibus/_gtk.py
+++ b/ibus/_gtk.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/application.py b/ibus/application.py
index b9d9b3a..b5d690d 100644
--- a/ibus/application.py
+++ b/ibus/application.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/attribute.py b/ibus/attribute.py
index ef4b6a4..953ff4d 100644
--- a/ibus/attribute.py
+++ b/ibus/attribute.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/bus.py b/ibus/bus.py
index 3925385..0846739 100644
--- a/ibus/bus.py
+++ b/ibus/bus.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/common.py b/ibus/common.py
index e9868ee..8ad219d 100644
--- a/ibus/common.py
+++ b/ibus/common.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/component.py b/ibus/component.py
index afdc152..62b8abf 100644
--- a/ibus/component.py
+++ b/ibus/component.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/config.py b/ibus/config.py
index 70bc89a..87f1bab 100644
--- a/ibus/config.py
+++ b/ibus/config.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/engine.py b/ibus/engine.py
index f8c0447..4740e4e 100644
--- a/ibus/engine.py
+++ b/ibus/engine.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/enginedesc.py b/ibus/enginedesc.py
index 430072c..15ec8df 100644
--- a/ibus/enginedesc.py
+++ b/ibus/enginedesc.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/exception.py b/ibus/exception.py
index 9e82317..1680923 100644
--- a/ibus/exception.py
+++ b/ibus/exception.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/factory.py b/ibus/factory.py
index 82751ba..b4f9d7c 100644
--- a/ibus/factory.py
+++ b/ibus/factory.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/inputcontext.py b/ibus/inputcontext.py
index 10233da..50af34d 100644
--- a/ibus/inputcontext.py
+++ b/ibus/inputcontext.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/Makefile.am b/ibus/interface/Makefile.am
index ffc019c..de43af0 100644
--- a/ibus/interface/Makefile.am
+++ b/ibus/interface/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/__init__.py b/ibus/interface/__init__.py
index 90af265..42d6c81 100644
--- a/ibus/interface/__init__.py
+++ b/ibus/interface/__init__.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/iconfig.py b/ibus/interface/iconfig.py
index 23954fa..f010282 100644
--- a/ibus/interface/iconfig.py
+++ b/ibus/interface/iconfig.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/iengine.py b/ibus/interface/iengine.py
index 63d6c0e..3206d8f 100644
--- a/ibus/interface/iengine.py
+++ b/ibus/interface/iengine.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/ienginefactory.py b/ibus/interface/ienginefactory.py
index 5e93fd8..e1cff30 100644
--- a/ibus/interface/ienginefactory.py
+++ b/ibus/interface/ienginefactory.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py
index fa71a71..4986d49 100644
--- a/ibus/interface/iibus.py
+++ b/ibus/interface/iibus.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/iinputcontext.py b/ibus/interface/iinputcontext.py
index e5cf129..850b249 100644
--- a/ibus/interface/iinputcontext.py
+++ b/ibus/interface/iinputcontext.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/inotifications.py b/ibus/interface/inotifications.py
index 74d4dcf..28de730 100644
--- a/ibus/interface/inotifications.py
+++ b/ibus/interface/inotifications.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/interface/ipanel.py b/ibus/interface/ipanel.py
index e5d174c..791eb09 100644
--- a/ibus/interface/ipanel.py
+++ b/ibus/interface/ipanel.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/lang.py b/ibus/lang.py
index 52c4800..d3f03f7 100644
--- a/ibus/lang.py
+++ b/ibus/lang.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/lookuptable.py b/ibus/lookuptable.py
index 8eb4480..358981c 100644
--- a/ibus/lookuptable.py
+++ b/ibus/lookuptable.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/modifier.py b/ibus/modifier.py
index 7f6afad..a0d8c09 100644
--- a/ibus/modifier.py
+++ b/ibus/modifier.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/notifications.py b/ibus/notifications.py
index 0509548..a7172e2 100644
--- a/ibus/notifications.py
+++ b/ibus/notifications.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/object.py b/ibus/object.py
index b00e47a..049ea94 100644
--- a/ibus/object.py
+++ b/ibus/object.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/observedpath.py b/ibus/observedpath.py
index 94b3e7e..0896719 100644
--- a/ibus/observedpath.py
+++ b/ibus/observedpath.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/panel.py b/ibus/panel.py
index 9a34109..31e6950 100644
--- a/ibus/panel.py
+++ b/ibus/panel.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/property.py b/ibus/property.py
index 72f72a2..407b079 100644
--- a/ibus/property.py
+++ b/ibus/property.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/serializable.py b/ibus/serializable.py
index 734940a..05904ce 100644
--- a/ibus/serializable.py
+++ b/ibus/serializable.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/text.py b/ibus/text.py
index 9b47dbf..82c2094 100644
--- a/ibus/text.py
+++ b/ibus/text.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ibus/utility.py b/ibus/utility.py
index 7226740..3d6852e 100644
--- a/ibus/utility.py
+++ b/ibus/utility.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 5a6617c..4f49728 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/m4/Makefile.am b/m4/Makefile.am
index e9e1427..7a580f9 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 65cfdab..97a5514 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/enginecombobox.py b/setup/enginecombobox.py
index c8eaa15..453ccef 100644
--- a/setup/enginecombobox.py
+++ b/setup/enginecombobox.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/enginetreeview.py b/setup/enginetreeview.py
index 4e4c131..5adb7ee 100644
--- a/setup/enginetreeview.py
+++ b/setup/enginetreeview.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/ibus-setup.in b/setup/ibus-setup.in
index 1c05adb..2f29015 100644
--- a/setup/ibus-setup.in
+++ b/setup/ibus-setup.in
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/icon.py b/setup/icon.py
index fedd2cf..9513d0c 100644
--- a/setup/icon.py
+++ b/setup/icon.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/keyboardshortcut.py b/setup/keyboardshortcut.py
index c30dbcc..8e3e259 100644
--- a/setup/keyboardshortcut.py
+++ b/setup/keyboardshortcut.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/setup/main.py b/setup/main.py
index 8a1d047..c0b8687 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/Makefile.am b/src/Makefile.am
index e8c6614..20a815a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 851c80e..251db90 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index edaf4ec..b110aa1 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/candidatepanel.py b/ui/gtk/candidatepanel.py
index db02163..1939c98 100644
--- a/ui/gtk/candidatepanel.py
+++ b/ui/gtk/candidatepanel.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/handle.py b/ui/gtk/handle.py
index 4f4c625..de79bff 100644
--- a/ui/gtk/handle.py
+++ b/ui/gtk/handle.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/ibus-ui-gtk.in b/ui/gtk/ibus-ui-gtk.in
index 1f2331b..873e1b3 100644
--- a/ui/gtk/ibus-ui-gtk.in
+++ b/ui/gtk/ibus-ui-gtk.in
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/icon.py b/ui/gtk/icon.py
index 077848d..d8cd662 100644
--- a/ui/gtk/icon.py
+++ b/ui/gtk/icon.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/languagebar.py b/ui/gtk/languagebar.py
index 2a10a43..ac36c71 100644
--- a/ui/gtk/languagebar.py
+++ b/ui/gtk/languagebar.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/main.py b/ui/gtk/main.py
index f9f9ff6..79794b1 100644
--- a/ui/gtk/main.py
+++ b/ui/gtk/main.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/menu.py b/ui/gtk/menu.py
index 6f6c7d1..38df759 100644
--- a/ui/gtk/menu.py
+++ b/ui/gtk/menu.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/notifications.py b/ui/gtk/notifications.py
index 1e990f3..3fc0385 100644
--- a/ui/gtk/notifications.py
+++ b/ui/gtk/notifications.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/panel.py b/ui/gtk/panel.py
index d968393..6597ec1 100644
--- a/ui/gtk/panel.py
+++ b/ui/gtk/panel.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/propitem.py b/ui/gtk/propitem.py
index bb66174..d2f7d1c 100644
--- a/ui/gtk/propitem.py
+++ b/ui/gtk/propitem.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/ui/gtk/toolitem.py b/ui/gtk/toolitem.py
index 09ad686..5efff99 100644
--- a/ui/gtk/toolitem.py
+++ b/ui/gtk/toolitem.py
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/util/IMdkit/Makefile.am b/util/IMdkit/Makefile.am
index 448969b..9b366a8 100644
--- a/util/IMdkit/Makefile.am
+++ b/util/IMdkit/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/util/Makefile.am b/util/Makefile.am
index de4882b..b915aa7 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public