Add Copying for Red Hat
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 23 Oct 2009 06:42:16 +0000 (14:42 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 23 Oct 2009 06:42:16 +0000 (14:42 +0800)
165 files changed:
Makefile.am
bindings/Makefile.am
bindings/python/Makefile.am
bus/Makefile.am
bus/connection.c
bus/connection.h
bus/dbusimpl.c
bus/dbusimpl.h
bus/engineproxy.c
bus/engineproxy.h
bus/factoryproxy.c
bus/factoryproxy.h
bus/ibusimpl.c
bus/ibusimpl.h
bus/inputcontext.c
bus/inputcontext.h
bus/main.c
bus/matchrule.c
bus/matchrule.h
bus/option.h
bus/panelproxy.c
bus/panelproxy.h
bus/registry.c
bus/registry.h
bus/server.c
bus/server.h
client/Makefile.am
client/gtk2/Makefile.am
client/gtk2/ibusim.c
client/gtk2/ibusimcontext.c
client/gtk2/ibusimcontext.h
client/qt4/Makefile.am
client/qt4/ibus-client.cpp
client/qt4/ibus-client.h
client/qt4/ibus-input-context.cpp
client/qt4/ibus-input-context.h
client/qt4/im-ibus-qt.cpp
client/x11/Makefile.am
client/x11/gdk-private.c
client/x11/gdk-private.h
client/x11/main.c
data/Makefile.am
data/icons/Makefile.am
data/keymaps/Makefile.am
docs/Makefile.am
docs/reference/Makefile.am
gconf/Makefile.am
ibus/Makefile.am
ibus/__init__.py
ibus/_config.py.in
ibus/_gtk.py
ibus/application.py
ibus/attribute.py
ibus/bus.py
ibus/common.py
ibus/component.py
ibus/config.py
ibus/engine.py
ibus/enginedesc.py
ibus/exception.py
ibus/factory.py
ibus/inputcontext.py
ibus/interface/Makefile.am
ibus/interface/__init__.py
ibus/interface/iconfig.py
ibus/interface/iengine.py
ibus/interface/ienginefactory.py
ibus/interface/iibus.py
ibus/interface/iinputcontext.py
ibus/interface/inotifications.py
ibus/interface/ipanel.py
ibus/lang.py
ibus/lookuptable.py
ibus/modifier.py
ibus/notifications.py
ibus/object.py
ibus/observedpath.py
ibus/panel.py
ibus/property.py
ibus/serializable.py
ibus/text.py
ibus/utility.py
m4/Makefile.am
setup/Makefile.am
setup/enginecombobox.py
setup/enginetreeview.py
setup/icon.py
setup/keyboardshortcut.py
setup/main.py
src/Makefile.am
src/ibus.h
src/ibusattribute.c
src/ibusattribute.h
src/ibusbus.c
src/ibusbus.h
src/ibuscomponent.c
src/ibuscomponent.h
src/ibusconfig.c
src/ibusconfig.h
src/ibusconfigprivate.h
src/ibusconfigservice.c
src/ibusconfigservice.h
src/ibusconnection.c
src/ibusconnection.h
src/ibusdebug.h
src/ibusengine.c
src/ibusengine.h
src/ibusenginedesc.c
src/ibusenginedesc.h
src/ibuserror.c
src/ibuserror.h
src/ibusfactory.c
src/ibusfactory.h
src/ibushotkey.c
src/ibushotkey.h
src/ibusinputcontext.c
src/ibusinputcontext.h
src/ibusinternal.h
src/ibuskeymap.c
src/ibuskeymap.h
src/ibuskeysyms.h
src/ibuslookuptable.c
src/ibuslookuptable.h
src/ibusmainloop.c
src/ibusmainloop.h
src/ibusmessage.c
src/ibusmessage.h
src/ibusobject.c
src/ibusobject.h
src/ibusobservedpath.c
src/ibusobservedpath.h
src/ibuspendingcall.c
src/ibuspendingcall.h
src/ibusproperty.c
src/ibusproperty.h
src/ibusproxy.c
src/ibusproxy.h
src/ibusserializable.c
src/ibusserializable.h
src/ibusserver.c
src/ibusserver.h
src/ibusservice.c
src/ibusservice.h
src/ibusshare.c
src/ibusshare.h
src/ibustext.c
src/ibustext.h
src/ibustypes.h
src/ibusxml.c
src/ibusxml.h
ui/Makefile.am
ui/gtk/Makefile.am
ui/gtk/candidatepanel.py
ui/gtk/engineabout.py
ui/gtk/handle.py
ui/gtk/icon.py
ui/gtk/languagebar.py
ui/gtk/main.py
ui/gtk/menu.py
ui/gtk/notifications.py
ui/gtk/panel.py
ui/gtk/propitem.py
ui/gtk/toolitem.py
util/IMdkit/Makefile.am
util/Makefile.am

index ebcaecd..d68b268 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 39735dd..e578c19 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index af3df66..16b7ec5 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 3e25da6..829f8c7 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 5f6135e..7d8b6d3 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 5ea777c..9662694 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 33fb5f6..e6bb571 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index c767239..9c2d940 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 3efac5b..c2ef24c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 1a1b874..af4cb77 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 2e518ec..d0f5d49 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 5e94d67..2bdae11 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 2168cff..31b3738 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 0e82ab0..562f834 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 0fc2804..447fbeb 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 48aa9c1..e60c2c7 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index c5d94ff..71a4681 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 2fbcdcf..8b2195d 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 25224a3..e7563ea 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 3ded3a0..caf29f4 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index e67dc4a..1bcb768 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 95205df..d99c358 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 1a624c3..815cc93 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 21b971b..730f8df 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 1a57882..dfe40b8 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index e347bb0..609feb3 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 48cba94..1564afc 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 9b81d4b..3fef9c7 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 58a1fb6..fcad634 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et ts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 35e3142..a21a1b5 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 16fd9af..cb273ab 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et ts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index b3c48ee..85da05a 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 76f0e79..2ed12ae 100644 (file)
@@ -3,6 +3,7 @@
  * ibus - The Input Bus
  *
  * Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 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
index 17d1984..8fab114 100644 (file)
@@ -3,6 +3,7 @@
  * ibus - The Input Bus
  *
  * Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 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
index d50fb90..8dd060f 100644 (file)
@@ -3,6 +3,7 @@
  * ibus - The Input Bus
  *
  * Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 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
index 24b378f..1975433 100644 (file)
@@ -3,6 +3,7 @@
  * ibus - The Input Bus
  *
  * Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 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
index f270b20..180655d 100644 (file)
@@ -3,6 +3,7 @@
  * ibus - The Input Bus
  *
  * Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 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
index c46a383..19e0b44 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index bc52e84..30d45ad 100644 (file)
@@ -1,5 +1,6 @@
 /* ibus
  * Copyright (C) 2008 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008 Red Hat, Inc.
  *
  * gdk-private.c: Copied some code from gtk2
  *
index eb5da27..92ee8fa 100644 (file)
@@ -1,5 +1,6 @@
 /* ibus
  * Copyright (C) 2008 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008 Red Hat, Inc.
  *
  * gdk-private.h:
  *
index b271ca1..0862e22 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus
  * Copyright (C) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2007-2009 Red Hat, Inc.
  *
  * main.c:
  *
index a9f2400..7678d82 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 701edb8..720d608 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 31ab7bf..05389a5 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 4cb96df..46d5f23 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 5a3525e..2ed2b76 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 7557c48..634bd54 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 734fec2..5f2e236 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index de6332d..bd2710b 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index c278827..4af263c 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2008 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
index 03b6594..06e13f6 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index f350bfc..cea172d 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index a9ef90c..b7b1f8e 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 7f93ca2..016c4d4 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 855a971..1499a20 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index a0f0331..41c75da 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index f140804..f3410b8 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 5358672..da5dda2 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 2e1b4dc..9f40c05 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 3349bb4..296d2b5 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 6793942..3ad5842 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 7d7cdc3..3251722 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 0aa5fc9..bca8cf2 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 5d046b0..1b050c9 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index d83d9ea..30da888 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 1b1df56..21f3f3d 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 582f3f3..8a36400 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 232d62e..5eef15c 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index b3a5445..5a5eca8 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 6cf6b46..bf013a8 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 5aea4ca..f8a8e38 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 4a1e213..84184ec 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 4a87866..e2020b4 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index a03961c..2e8bb7c 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 82ab814..cb1e7ca 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 3b0cb6d..2a57cf6 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 37a43df..cf2dc30 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index d09c156..5720860 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index fd13e5b..f176a47 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 1b278bf..938f202 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 11258a5..1b9838d 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 5748e18..15192e1 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index ed15d70..a2fbe5e 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index e76b34b..c17ac0a 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 53c9944..6c554e5 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 1983a72..700f5bb 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 9454813..a92edba 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index f68599c..5d28187 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 17b58fe..f454b44 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 4656ff1..6747749 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 858ff0a..c493c69 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index da868bd..669aace 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 3322798..25a6d02 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 44157b0..47f7f74 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index d50ebf2..ae4aafe 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index de222be..72153fa 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 33b036d..f21712e 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ce44ae9..b4e051b 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index bcbfeed..4b7d74a 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index dec21dc..de4fb3b 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 8e98a58..9eb6bfc 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 3bcb1cf..9ef17db 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 7b41f3a..c2e6483 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index de72c59..2fd8490 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 64bfb94..7fbdc43 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 6cade18..1240495 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 180a22d..7ffef59 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 11fe2dd..e3d9abd 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 9b1d615..5d4c7a4 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 87bc417..1509a8f 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 1e2053d..63389af 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 97cd3b8..fde2867 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 9db1358..7fe874c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 650ac67..4732f3e 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 8972e23..4b36e3b 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 353ffba..fad4bff 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index b6d7b29..006921c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index a1f5e4c..ca3052a 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ffa620d..a9e9fa6 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ee1128c..d1a42d2 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index aa838a0..23203b5 100644 (file)
@@ -1,5 +1,6 @@
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 5970632..ea64cc3 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index e0b689c..314cd5c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index cffc54f..81b8c22 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ed76030..a1ba55c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index c9349d2..fc7d2d2 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ff61e2c..13d8204 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index cdba88b..1524635 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index f6cd03b..7abe2ba 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 298e805..33a9ff2 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input IBus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 9a16551..326f749 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input IBus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index a2c8c4b..996719a 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 9a48857..0a4295b 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 7aa3587..1edec6c 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 460c3b3..1565bf5 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 74e6f85..c17e582 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index b942772..113be04 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 8151957..398e8f9 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index a4381b6..d32a6b2 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 003db74..124b725 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 1d03d1b..860c182 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index e976b6e..97d4078 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index d48e12d..020f9cd 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index ec40570..58bc944 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 78f7487..59e9918 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index a146ea5..800445b 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 024222d..d619bb4 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* IBus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index e640b7a..4ac75d7 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* ibus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index c0056b9..16bd83a 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index 3a3fb32..da71f65 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set et sts=4: */
 /* bus - The Input Bus
  * Copyright (C) 2008-2009 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (C) 2008-2009 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
index f036b08..d42f352 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 479b40c..d51b89e 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index fd7c778..27fc5e7 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index dbc09a7..b412173 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 63be5ec..7a33964 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 83e181e..cc5920f 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 322af23..4e7dcc6 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index cc8fd3b..50eba52 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 562c6d7..a289a94 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 28ec8b3..7a9e7d0 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 589a98c..ea69d9d 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index 21c1eb6..c289312 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright(c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright(c) 2007-2009 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
index d3771d3..eafb3e6 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 06b7e23..9c1065c 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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
index 6e9c8b9..72e8262 100644 (file)
@@ -3,6 +3,7 @@
 # ibus - The Input Bus
 #
 # Copyright (c) 2007-2009 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 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