summaryrefslogtreecommitdiff
path: root/ibus
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-01-10 03:29:59 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-01-10 03:29:59 +0800
commit7f93fe7650a6721aaf8ccecf3803ca00bb7075ff (patch)
tree103216bb3bb6022fd17054804485fbd818eecf89 /ibus
parent344ed80466ddd0be3735bdcc5877cf703efb89c2 (diff)
downloadibus-7f93fe7650a6721aaf8ccecf3803ca00bb7075ff.tar.gz
Update copyright.
Diffstat (limited to 'ibus')
-rw-r--r--ibus/Makefile.am4
-rw-r--r--ibus/__init__.py4
-rw-r--r--ibus/_config.py.in4
-rw-r--r--ibus/_gtk.py4
-rw-r--r--ibus/application.py4
-rw-r--r--ibus/attribute.py4
-rw-r--r--ibus/bus.py4
-rw-r--r--ibus/common.py4
-rw-r--r--ibus/component.py4
-rw-r--r--ibus/config.py4
-rw-r--r--ibus/engine.py4
-rw-r--r--ibus/enginedesc.py4
-rw-r--r--ibus/exception.py4
-rw-r--r--ibus/factory.py4
-rw-r--r--ibus/inputcontext.py4
-rw-r--r--ibus/interface/Makefile.am4
-rw-r--r--ibus/interface/__init__.py4
-rw-r--r--ibus/interface/iconfig.py4
-rw-r--r--ibus/interface/iengine.py4
-rw-r--r--ibus/interface/ienginefactory.py4
-rw-r--r--ibus/interface/iibus.py4
-rw-r--r--ibus/interface/iinputcontext.py4
-rw-r--r--ibus/interface/inotifications.py4
-rw-r--r--ibus/interface/ipanel.py4
-rw-r--r--ibus/lang.py4
-rw-r--r--ibus/lookuptable.py4
-rw-r--r--ibus/modifier.py4
-rw-r--r--ibus/notifications.py4
-rw-r--r--ibus/object.py4
-rw-r--r--ibus/observedpath.py4
-rw-r--r--ibus/panel.py4
-rw-r--r--ibus/property.py4
-rw-r--r--ibus/serializable.py4
-rw-r--r--ibus/text.py4
-rw-r--r--ibus/utility.py4
35 files changed, 70 insertions, 70 deletions
diff --git a/ibus/Makefile.am b/ibus/Makefile.am
index 5f2e2361..d1cd750d 100644
--- a/ibus/Makefile.am
+++ b/ibus/Makefile.am
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 bd2710bc..7c8f8bec 100644
--- a/ibus/__init__.py
+++ b/ibus/__init__.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 bf70d11b..6e3c1dfa 100644
--- a/ibus/_config.py.in
+++ b/ibus/_config.py.in
@@ -34,8 +34,8 @@ def get_version():
return '@PACKAGE_VERSION@'
def get_copyright():
- return _('''Copyright (c) 2007-2009 Peng Huang
-Copyright (c) 2007-2009 Red Hat, Inc.''')
+ return _('''Copyright (c) 2007-2010 Peng Huang
+Copyright (c) 2007-2010 Red Hat, Inc.''')
def get_license():
return 'LGPL'
diff --git a/ibus/_gtk.py b/ibus/_gtk.py
index 06e13f6a..b9eea1f0 100644
--- a/ibus/_gtk.py
+++ b/ibus/_gtk.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 cea172da..e21f17e5 100644
--- a/ibus/application.py
+++ b/ibus/application.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 b7b1f8ec..12704881 100644
--- a/ibus/attribute.py
+++ b/ibus/attribute.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 3b383836..4b7e57c9 100644
--- a/ibus/bus.py
+++ b/ibus/bus.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 9694b5da..b5346dcb 100644
--- a/ibus/common.py
+++ b/ibus/common.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 41c75dab..47db7305 100644
--- a/ibus/component.py
+++ b/ibus/component.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 29632dd7..d4d100e2 100644
--- a/ibus/config.py
+++ b/ibus/config.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 da5dda2b..54cffeae 100644
--- a/ibus/engine.py
+++ b/ibus/engine.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 ebbd9611..7a82be21 100644
--- a/ibus/enginedesc.py
+++ b/ibus/enginedesc.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 296d2b5c..f5ba1310 100644
--- a/ibus/exception.py
+++ b/ibus/exception.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 3ad58424..b9be700d 100644
--- a/ibus/factory.py
+++ b/ibus/factory.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 32517229..9bec0a8c 100644
--- a/ibus/inputcontext.py
+++ b/ibus/inputcontext.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 bca8cf27..49871ed2 100644
--- a/ibus/interface/Makefile.am
+++ b/ibus/interface/Makefile.am
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 1b050c9a..7ee0dd82 100644
--- a/ibus/interface/__init__.py
+++ b/ibus/interface/__init__.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 30da8888..34dd9728 100644
--- a/ibus/interface/iconfig.py
+++ b/ibus/interface/iconfig.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 21f3f3de..ef75224f 100644
--- a/ibus/interface/iengine.py
+++ b/ibus/interface/iengine.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright(c) 2007-2009 Red Hat, Inc.
+# Copyright(c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2010 Red Hat, Inc.
#
# 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 8a364007..f16fe435 100644
--- a/ibus/interface/ienginefactory.py
+++ b/ibus/interface/ienginefactory.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 72aa54df..2c0b109e 100644
--- a/ibus/interface/iibus.py
+++ b/ibus/interface/iibus.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 5a5eca8f..89f6dbdb 100644
--- a/ibus/interface/iinputcontext.py
+++ b/ibus/interface/iinputcontext.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 bf013a89..a94c54fc 100644
--- a/ibus/interface/inotifications.py
+++ b/ibus/interface/inotifications.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright(c) 2007-2009 Red Hat, Inc.
+# Copyright(c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2010 Red Hat, Inc.
#
# 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 f8a8e38a..4e946801 100644
--- a/ibus/interface/ipanel.py
+++ b/ibus/interface/ipanel.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright(c) 2007-2009 Red Hat, Inc.
+# Copyright(c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2010 Red Hat, Inc.
#
# 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 84184ec9..eb1b4db5 100644
--- a/ibus/lang.py
+++ b/ibus/lang.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 ea5fcdb0..5eaa3583 100644
--- a/ibus/lookuptable.py
+++ b/ibus/lookuptable.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 2e8bb7c5..844933cc 100644
--- a/ibus/modifier.py
+++ b/ibus/modifier.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 cb1e7cad..f55c3cea 100644
--- a/ibus/notifications.py
+++ b/ibus/notifications.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 2a57cf67..a7dd8b4f 100644
--- a/ibus/object.py
+++ b/ibus/object.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 cf2dc305..1301f597 100644
--- a/ibus/observedpath.py
+++ b/ibus/observedpath.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 57208608..204219f4 100644
--- a/ibus/panel.py
+++ b/ibus/panel.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 f176a47d..d4f87ecb 100644
--- a/ibus/property.py
+++ b/ibus/property.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 938f2020..c928356b 100644
--- a/ibus/serializable.py
+++ b/ibus/serializable.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 1b9838d3..a99520a4 100644
--- a/ibus/text.py
+++ b/ibus/text.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# 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 15192e16..c644821a 100644
--- a/ibus/utility.py
+++ b/ibus/utility.py
@@ -2,8 +2,8 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2007-2009 Red Hat, Inc.
+# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public