summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-05-09 13:52:31 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-05-09 13:52:31 +0900
commitdbb75a72894145cad1de4fc53a067fffa0816cab (patch)
treeccd0699db625d077cdcd70dadd21a16fc131a517
parent71fa48c6aeae129297a1c430d6187735c61828d6 (diff)
downloadibus-anthy-dbb75a72894145cad1de4fc53a067fffa0816cab.tar.gz
Updated copyright.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--data/Makefile.am4
-rw-r--r--data/oldchar.t4
-rw-r--r--data/symbol.t4
-rw-r--r--engine/Makefile.am4
-rw-r--r--engine/_config.py.in4
-rw-r--r--engine/anthy.i4
-rw-r--r--engine/engine.py4
-rw-r--r--engine/factory.py4
-rw-r--r--engine/ibus-engine-anthy.in4
-rw-r--r--engine/jastring.py4
-rw-r--r--engine/kana.py4
-rw-r--r--engine/main.py4
-rw-r--r--engine/romaji.py4
-rw-r--r--engine/segment.py4
-rw-r--r--engine/tables.py4
-rw-r--r--engine/thumb.py4
-rw-r--r--gir/Makefile.am4
-rw-r--r--gir/anthygcontext.c4
-rw-r--r--gir/anthygcontext.h4
-rw-r--r--icons/Makefile.am4
-rw-r--r--m4/Makefile.am4
-rw-r--r--po/el.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ibus-anthy.pot2
-rw-r--r--po/ja.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--setup/Makefile.am4
-rw-r--r--setup/anthyprefs.py.in4
-rw-r--r--setup/ibus-setup-anthy.in4
-rw-r--r--setup/main.py4
-rw-r--r--setup/prefs.py4
-rw-r--r--setup/setup.ui4
34 files changed, 63 insertions, 63 deletions
diff --git a/Makefile.am b/Makefile.am
index 228592d..bb98589 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 3da0092..255ce71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/Makefile.am b/data/Makefile.am
index 7ec7a86..2ffa886 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -2,8 +2,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2010-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2010-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/oldchar.t b/data/oldchar.t
index 7fde1f9..9275350 100644
--- a/data/oldchar.t
+++ b/data/oldchar.t
@@ -2,8 +2,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2010-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2010-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/data/symbol.t b/data/symbol.t
index a2806f4..3439caf 100644
--- a/data/symbol.t
+++ b/data/symbol.t
@@ -2,8 +2,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2010-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2010-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 5a33b8f..b96dd5f 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/_config.py.in b/engine/_config.py.in
index 82c3c85..56bfa8c 100644
--- a/engine/_config.py.in
+++ b/engine/_config.py.in
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/anthy.i b/engine/anthy.i
index 9e84fa0..a1fa6e1 100644
--- a/engine/anthy.i
+++ b/engine/anthy.i
@@ -3,8 +3,8 @@
* ibus-anthy - The Anthy engine for IBus
*
* Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
- * Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
- * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+ * Copyright (c) 2007-2013 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/engine/engine.py b/engine/engine.py
index b9d2642..48b8e1d 100644
--- a/engine/engine.py
+++ b/engine/engine.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/factory.py b/engine/factory.py
index 1f434c9..fbde144 100644
--- a/engine/factory.py
+++ b/engine/factory.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/ibus-engine-anthy.in b/engine/ibus-engine-anthy.in
index 1b3fd68..7bd5816 100644
--- a/engine/ibus-engine-anthy.in
+++ b/engine/ibus-engine-anthy.in
@@ -5,8 +5,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/jastring.py b/engine/jastring.py
index 1b4ca02..43268ee 100644
--- a/engine/jastring.py
+++ b/engine/jastring.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/kana.py b/engine/kana.py
index eea2fac..34bb5d4 100644
--- a/engine/kana.py
+++ b/engine/kana.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/main.py b/engine/main.py
index 5ee236f..eea430b 100644
--- a/engine/main.py
+++ b/engine/main.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/romaji.py b/engine/romaji.py
index 056c3b2..183bc4f 100644
--- a/engine/romaji.py
+++ b/engine/romaji.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/segment.py b/engine/segment.py
index 0f77d7d..77d545c 100644
--- a/engine/segment.py
+++ b/engine/segment.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/tables.py b/engine/tables.py
index f093eb1..94f238d 100644
--- a/engine/tables.py
+++ b/engine/tables.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/engine/thumb.py b/engine/thumb.py
index 223f571..5c569d5 100644
--- a/engine/thumb.py
+++ b/engine/thumb.py
@@ -5,8 +5,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 1a26bf1..bc0cf42 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -2,9 +2,9 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2012-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# Copyright (c) 2012 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2012 Red Hat, Inc.
+# Copyright (c) 2012-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gir/anthygcontext.c b/gir/anthygcontext.c
index ed3d587..32a30db 100644
--- a/gir/anthygcontext.c
+++ b/gir/anthygcontext.c
@@ -1,9 +1,9 @@
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* vim:set et sts=4: */
/* ibus-anthy - The Anthy engine for IBus
- * Copyright (c) 2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+ * Copyright (c) 2012-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
* Copyright (c) 2012 Peng Huang <shawn.p.huang@gmail.com>
- * Copyright (c) 2012 Red Hat, Inc.
+ * Copyright (c) 2012-2013 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/gir/anthygcontext.h b/gir/anthygcontext.h
index 93c4538..a465d76 100644
--- a/gir/anthygcontext.h
+++ b/gir/anthygcontext.h
@@ -1,9 +1,9 @@
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/* vim:set et sts=4: */
/* ibus-anthy - The Anthy engine for IBus
- * Copyright (c) 2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+ * Copyright (c) 2012-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
* Copyright (c) 2012 Peng Huang <shawn.p.huang@gmail.com>
- * Copyright (c) 2012 Red Hat, Inc.
+ * Copyright (c) 2012-2013 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/icons/Makefile.am b/icons/Makefile.am
index dd8a090..20df63b 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/m4/Makefile.am b/m4/Makefile.am
index f88b3ea..c0c5d51 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/po/el.po b/po/el.po
index 33ac30b..b888762 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,5 +1,5 @@
# Greek translation of ibus-anthy.
-# Copyright (C) 2009-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (C) 2009-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# This file is distributed under the same license as the ibus-anthy package.
#
# Translators:
diff --git a/po/fr.po b/po/fr.po
index 7bccb28..763ab1e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,6 +1,6 @@
# French translation of ibus-anthy.
# Copyright (C) 2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (C) 2009-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (C) 2009-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# This file is distributed under the same license as the ibus-anthy package.
#
# Julien Humbert <julroy67@gmail.com>, 2009-2012.
diff --git a/po/ibus-anthy.pot b/po/ibus-anthy.pot
index a03e0d3..a8c4a1d 100644
--- a/po/ibus-anthy.pot
+++ b/po/ibus-anthy.pot
@@ -1,5 +1,5 @@
# Source translation of ibus-anthy.
-# Copyright (C) 2009-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (C) 2009-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# This file is distributed under the same license as the ibus-anthy package.
#
msgid ""
diff --git a/po/ja.po b/po/ja.po
index b6c593a..5db8d69 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,6 +1,6 @@
# Japanese translation of ibus-anthy.
# Copyright (C) 2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (C) 2009-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (C) 2009-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# This file is distributed under the same license as the ibus-anthy package.
#
# UTUMI Hirosi <utuhiro78@yahoo.co.jp>, 2008.
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4f41ad4..873fc6c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,6 +1,6 @@
# Chinese translation for ibus-anthy.
# Copyright (C) 2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (C) 2009-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (C) 2009-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
# This file is distributed under the same license as the ibus-anthy package.
#
# Peng Huang <shawn.p.huang@gmail.com>, 2008.
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 5d1bcdf..8b13a3c 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -4,8 +4,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index 1de9486..32f374c 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -5,8 +5,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup/ibus-setup-anthy.in b/setup/ibus-setup-anthy.in
index fc8de43..735bf4e 100644
--- a/setup/ibus-setup-anthy.in
+++ b/setup/ibus-setup-anthy.in
@@ -4,8 +4,8 @@
# ibus-tmpl - The Input Bus template project
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup/main.py b/setup/main.py
index 12e975e..7a121da 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -4,8 +4,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup/prefs.py b/setup/prefs.py
index 432ccda..d1dd22b 100644
--- a/setup/prefs.py
+++ b/setup/prefs.py
@@ -4,8 +4,8 @@
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
-# Copyright (c) 2010-2012 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2012 Red Hat, Inc.
+# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2013 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/setup/setup.ui b/setup/setup.ui
index 4306ecc..d383d1e 100644
--- a/setup/setup.ui
+++ b/setup/setup.ui
@@ -2818,8 +2818,8 @@
<property name="program-name">IBus-Anthy</property>
<property name="copyright">Copyright (c) 2007-2008 Peng Huang
Copyright (c) 2009 Hideaki ABE
-Copyright (c) 2009-2012 Takao Fujiwara
-Copyright (c) 2007-2012 Red Hat, Inc.</property>
+Copyright (c) 2009-2013 Takao Fujiwara
+Copyright (c) 2007-2013 Red Hat, Inc.</property>
<property name="comments" translatable="yes">The Anthy engine for the IBus input platform</property>
<property name="license">GPL</property>
<property name="website">http://code.google.com/p/ibus/</property>