diff options
Diffstat (limited to 'ibus/_config.py.in')
-rw-r--r-- | ibus/_config.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |