summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2010-01-14 13:20:28 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2010-01-14 13:20:28 +0900
commit24ee4689479cf2d048a8554a60984dcec152c919 (patch)
tree8a06ace90ff4e02afff7632d65259a2d8b0440b4 /engine
parente1893737066698ae442c4c7f65f82adabfd455d5 (diff)
downloadibus-anthy-24ee4689479cf2d048a8554a60984dcec152c919.tar.gz
Fix License and Copyright
Diffstat (limited to 'engine')
-rw-r--r--engine/Makefile.am3
-rw-r--r--engine/anthy.i3
-rw-r--r--engine/anthy.xml.in.in2
-rw-r--r--engine/engine.py3
-rw-r--r--engine/factory.py3
-rw-r--r--engine/ibus-engine-anthy.in27
-rw-r--r--engine/jastring.py3
-rw-r--r--engine/kana.py3
-rw-r--r--engine/romaji.py3
-rw-r--r--engine/segment.py3
-rw-r--r--engine/tables.py3
-rw-r--r--engine/thumb.py21
12 files changed, 55 insertions, 22 deletions
diff --git a/engine/Makefile.am b/engine/Makefile.am
index b8c81e4..6c2dae3 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -2,7 +2,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 c48481c..2f1140d 100644
--- a/engine/anthy.i
+++ b/engine/anthy.i
@@ -2,7 +2,8 @@
/*
* ibus-anthy - The Anthy engine for IBus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2010 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.xml.in.in b/engine/anthy.xml.in.in
index 2578723..196537f 100644
--- a/engine/anthy.xml.in.in
+++ b/engine/anthy.xml.in.in
@@ -1,5 +1,5 @@
<?xml version=\"1.0\" encoding=\"utf-8\"?>
-<!-- filename: pinyin.xml -->
+<!-- filename: anthy.xml -->
<component>
<name>org.freedesktop.IBus.Anthy</name>
<description>Anthy Component</description>
diff --git a/engine/engine.py b/engine/engine.py
index cd139db..99b4054 100644
--- a/engine/engine.py
+++ b/engine/engine.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 eee85dc..c2a342e 100644
--- a/engine/factory.py
+++ b/engine/factory.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 fb7c09a..9f29e32 100644
--- a/engine/ibus-engine-anthy.in
+++ b/engine/ibus-engine-anthy.in
@@ -1,23 +1,26 @@
#!/bin/sh
#
-# ibus - The Input Bus
+# vim:set noet ts=4:
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# ibus-anthy - The Anthy engine for IBus
#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2 of the License, or (at your option) any later version.
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 Red Hat, Inc.
#
-# This library is distributed in the hope that it will be useful,
+# 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
+# GNU General Public License for more details.
#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-# Boston, MA 02111-1307 USA
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
prefix=@prefix@
datarootdir=@datarootdir@
exec_prefix=@exec_prefix@
diff --git a/engine/jastring.py b/engine/jastring.py
index c2ec4b4..306691e 100644
--- a/engine/jastring.py
+++ b/engine/jastring.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 4bf53a3..4932a6c 100644
--- a/engine/kana.py
+++ b/engine/kana.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 80010cd..12c6656 100644
--- a/engine/romaji.py
+++ b/engine/romaji.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 a91607a..224bfcc 100644
--- a/engine/segment.py
+++ b/engine/segment.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 b0a8e68..2ea67e0 100644
--- a/engine/tables.py
+++ b/engine/tables.py
@@ -3,7 +3,8 @@
#
# ibus-anthy - The Anthy engine for IBus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2010 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 4eb8ccf..b678cda 100644
--- a/engine/thumb.py
+++ b/engine/thumb.py
@@ -1,4 +1,25 @@
# -*- coding: utf-8 -*-
+# vim:set et sts=4 sw=4:
+#
+# ibus-anthy - The Anthy engine for IBus
+#
+# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
+# Copyright (c) 2007-2010 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import gtk
import gobject