summaryrefslogtreecommitdiffstats
path: root/ibus/interface
diff options
context:
space:
mode:
Diffstat (limited to 'ibus/interface')
-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
9 files changed, 9 insertions, 9 deletions
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