From 8b2b2613e13258d7535bf09e818aebe9361ba52b Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Fri, 23 Oct 2009 14:42:16 +0800 Subject: [PATCH] Add Copying for Red Hat --- Makefile.am | 1 + bindings/Makefile.am | 1 + bindings/python/Makefile.am | 1 + bus/Makefile.am | 1 + bus/connection.c | 1 + bus/connection.h | 1 + bus/dbusimpl.c | 1 + bus/dbusimpl.h | 1 + bus/engineproxy.c | 1 + bus/engineproxy.h | 1 + bus/factoryproxy.c | 1 + bus/factoryproxy.h | 1 + bus/ibusimpl.c | 1 + bus/ibusimpl.h | 1 + bus/inputcontext.c | 1 + bus/inputcontext.h | 1 + bus/main.c | 1 + bus/matchrule.c | 1 + bus/matchrule.h | 1 + bus/option.h | 1 + bus/panelproxy.c | 1 + bus/panelproxy.h | 1 + bus/registry.c | 1 + bus/registry.h | 1 + bus/server.c | 1 + bus/server.h | 1 + client/Makefile.am | 1 + client/gtk2/Makefile.am | 1 + client/gtk2/ibusim.c | 1 + client/gtk2/ibusimcontext.c | 1 + client/gtk2/ibusimcontext.h | 1 + client/qt4/Makefile.am | 1 + client/qt4/ibus-client.cpp | 1 + client/qt4/ibus-client.h | 1 + client/qt4/ibus-input-context.cpp | 1 + client/qt4/ibus-input-context.h | 1 + client/qt4/im-ibus-qt.cpp | 1 + client/x11/Makefile.am | 1 + client/x11/gdk-private.c | 1 + client/x11/gdk-private.h | 1 + client/x11/main.c | 1 + data/Makefile.am | 1 + data/icons/Makefile.am | 1 + data/keymaps/Makefile.am | 1 + docs/Makefile.am | 1 + docs/reference/Makefile.am | 1 + gconf/Makefile.am | 1 + ibus/Makefile.am | 1 + ibus/__init__.py | 1 + ibus/_config.py.in | 1 + ibus/_gtk.py | 1 + ibus/application.py | 1 + ibus/attribute.py | 1 + ibus/bus.py | 1 + ibus/common.py | 1 + ibus/component.py | 1 + ibus/config.py | 1 + ibus/engine.py | 1 + ibus/enginedesc.py | 1 + ibus/exception.py | 1 + ibus/factory.py | 1 + ibus/inputcontext.py | 1 + ibus/interface/Makefile.am | 1 + ibus/interface/__init__.py | 1 + ibus/interface/iconfig.py | 1 + ibus/interface/iengine.py | 1 + ibus/interface/ienginefactory.py | 1 + ibus/interface/iibus.py | 1 + ibus/interface/iinputcontext.py | 1 + ibus/interface/inotifications.py | 1 + ibus/interface/ipanel.py | 1 + ibus/lang.py | 1 + ibus/lookuptable.py | 1 + ibus/modifier.py | 1 + ibus/notifications.py | 1 + ibus/object.py | 1 + ibus/observedpath.py | 1 + ibus/panel.py | 1 + ibus/property.py | 1 + ibus/serializable.py | 1 + ibus/text.py | 1 + ibus/utility.py | 1 + m4/Makefile.am | 1 + setup/Makefile.am | 1 + setup/enginecombobox.py | 1 + setup/enginetreeview.py | 1 + setup/icon.py | 1 + setup/keyboardshortcut.py | 1 + setup/main.py | 1 + src/Makefile.am | 1 + src/ibus.h | 1 + src/ibusattribute.c | 1 + src/ibusattribute.h | 1 + src/ibusbus.c | 1 + src/ibusbus.h | 1 + src/ibuscomponent.c | 1 + src/ibuscomponent.h | 1 + src/ibusconfig.c | 1 + src/ibusconfig.h | 1 + src/ibusconfigprivate.h | 1 + src/ibusconfigservice.c | 1 + src/ibusconfigservice.h | 1 + src/ibusconnection.c | 1 + src/ibusconnection.h | 1 + src/ibusdebug.h | 1 + src/ibusengine.c | 1 + src/ibusengine.h | 1 + src/ibusenginedesc.c | 1 + src/ibusenginedesc.h | 1 + src/ibuserror.c | 1 + src/ibuserror.h | 1 + src/ibusfactory.c | 1 + src/ibusfactory.h | 1 + src/ibushotkey.c | 1 + src/ibushotkey.h | 1 + src/ibusinputcontext.c | 1 + src/ibusinputcontext.h | 1 + src/ibusinternal.h | 1 + src/ibuskeymap.c | 1 + src/ibuskeymap.h | 1 + src/ibuskeysyms.h | 1 + src/ibuslookuptable.c | 1 + src/ibuslookuptable.h | 1 + src/ibusmainloop.c | 1 + src/ibusmainloop.h | 1 + src/ibusmessage.c | 1 + src/ibusmessage.h | 1 + src/ibusobject.c | 1 + src/ibusobject.h | 1 + src/ibusobservedpath.c | 1 + src/ibusobservedpath.h | 1 + src/ibuspendingcall.c | 1 + src/ibuspendingcall.h | 1 + src/ibusproperty.c | 1 + src/ibusproperty.h | 1 + src/ibusproxy.c | 1 + src/ibusproxy.h | 1 + src/ibusserializable.c | 1 + src/ibusserializable.h | 1 + src/ibusserver.c | 1 + src/ibusserver.h | 1 + src/ibusservice.c | 1 + src/ibusservice.h | 1 + src/ibusshare.c | 1 + src/ibusshare.h | 1 + src/ibustext.c | 1 + src/ibustext.h | 1 + src/ibustypes.h | 1 + src/ibusxml.c | 1 + src/ibusxml.h | 1 + ui/Makefile.am | 1 + ui/gtk/Makefile.am | 1 + ui/gtk/candidatepanel.py | 1 + ui/gtk/engineabout.py | 1 + ui/gtk/handle.py | 1 + ui/gtk/icon.py | 1 + ui/gtk/languagebar.py | 1 + ui/gtk/main.py | 1 + ui/gtk/menu.py | 1 + ui/gtk/notifications.py | 1 + ui/gtk/panel.py | 1 + ui/gtk/propitem.py | 1 + ui/gtk/toolitem.py | 1 + util/IMdkit/Makefile.am | 1 + util/Makefile.am | 1 + 165 files changed, 165 insertions(+) diff --git a/Makefile.am b/Makefile.am index ebcaecd1..d68b2685 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 39735ddc..e578c193 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index af3df66c..16b7ec5f 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/bus/Makefile.am b/bus/Makefile.am index 3e25da61..829f8c75 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/bus/connection.c b/bus/connection.c index 5f6135ec..7d8b6d39 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/connection.h b/bus/connection.h index 5ea777ce..96626942 100644 --- a/bus/connection.h +++ b/bus/connection.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/dbusimpl.c b/bus/dbusimpl.c index 33fb5f68..e6bb571f 100644 --- a/bus/dbusimpl.c +++ b/bus/dbusimpl.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/dbusimpl.h b/bus/dbusimpl.h index c767239d..9c2d9401 100644 --- a/bus/dbusimpl.h +++ b/bus/dbusimpl.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/engineproxy.c b/bus/engineproxy.c index 3efac5b6..c2ef24c8 100644 --- a/bus/engineproxy.c +++ b/bus/engineproxy.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/engineproxy.h b/bus/engineproxy.h index 1a1b874e..af4cb771 100644 --- a/bus/engineproxy.h +++ b/bus/engineproxy.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/factoryproxy.c b/bus/factoryproxy.c index 2e518ec4..d0f5d497 100644 --- a/bus/factoryproxy.c +++ b/bus/factoryproxy.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/factoryproxy.h b/bus/factoryproxy.h index 5e94d67e..2bdae11e 100644 --- a/bus/factoryproxy.h +++ b/bus/factoryproxy.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/ibusimpl.c b/bus/ibusimpl.c index 2168cff2..31b37387 100644 --- a/bus/ibusimpl.c +++ b/bus/ibusimpl.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/ibusimpl.h b/bus/ibusimpl.h index 0e82ab06..562f834d 100644 --- a/bus/ibusimpl.h +++ b/bus/ibusimpl.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/inputcontext.c b/bus/inputcontext.c index 0fc2804c..447fbebb 100644 --- a/bus/inputcontext.c +++ b/bus/inputcontext.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/inputcontext.h b/bus/inputcontext.h index 48aa9c19..e60c2c70 100644 --- a/bus/inputcontext.h +++ b/bus/inputcontext.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/main.c b/bus/main.c index c5d94ff8..71a4681d 100644 --- a/bus/main.c +++ b/bus/main.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/matchrule.c b/bus/matchrule.c index 2fbcdcf9..8b2195d1 100644 --- a/bus/matchrule.c +++ b/bus/matchrule.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/matchrule.h b/bus/matchrule.h index 25224a3c..e7563ead 100644 --- a/bus/matchrule.h +++ b/bus/matchrule.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/option.h b/bus/option.h index 3ded3a0d..caf29f41 100644 --- a/bus/option.h +++ b/bus/option.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/panelproxy.c b/bus/panelproxy.c index e67dc4a0..1bcb768f 100644 --- a/bus/panelproxy.c +++ b/bus/panelproxy.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/panelproxy.h b/bus/panelproxy.h index 95205df0..d99c3589 100644 --- a/bus/panelproxy.h +++ b/bus/panelproxy.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/registry.c b/bus/registry.c index 1a624c30..815cc934 100644 --- a/bus/registry.c +++ b/bus/registry.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/registry.h b/bus/registry.h index 21b971b9..730f8df0 100644 --- a/bus/registry.h +++ b/bus/registry.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/server.c b/bus/server.c index 1a57882e..dfe40b81 100644 --- a/bus/server.c +++ b/bus/server.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/bus/server.h b/bus/server.h index e347bb02..609feb32 100644 --- a/bus/server.h +++ b/bus/server.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/client/Makefile.am b/client/Makefile.am index 48cba944..1564afc2 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/client/gtk2/Makefile.am b/client/gtk2/Makefile.am index 9b81d4b6..3fef9c71 100644 --- a/client/gtk2/Makefile.am +++ b/client/gtk2/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/client/gtk2/ibusim.c b/client/gtk2/ibusim.c index 58a1fb63..fcad634a 100644 --- a/client/gtk2/ibusim.c +++ b/client/gtk2/ibusim.c @@ -1,6 +1,7 @@ /* vim:set et ts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/client/gtk2/ibusimcontext.c b/client/gtk2/ibusimcontext.c index 35e31429..a21a1b50 100644 --- a/client/gtk2/ibusimcontext.c +++ b/client/gtk2/ibusimcontext.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/client/gtk2/ibusimcontext.h b/client/gtk2/ibusimcontext.h index 16fd9af6..cb273abd 100644 --- a/client/gtk2/ibusimcontext.h +++ b/client/gtk2/ibusimcontext.h @@ -1,6 +1,7 @@ /* vim:set et ts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/client/qt4/Makefile.am b/client/qt4/Makefile.am index b3c48ee9..85da05a1 100644 --- a/client/qt4/Makefile.am +++ b/client/qt4/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/client/qt4/ibus-client.cpp b/client/qt4/ibus-client.cpp index 76f0e790..2ed12ae2 100644 --- a/client/qt4/ibus-client.cpp +++ b/client/qt4/ibus-client.cpp @@ -3,6 +3,7 @@ * ibus - The Input Bus * * Copyright (c) 2007-2009 Peng Huang + * 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 diff --git a/client/qt4/ibus-client.h b/client/qt4/ibus-client.h index 17d1984d..8fab114f 100644 --- a/client/qt4/ibus-client.h +++ b/client/qt4/ibus-client.h @@ -3,6 +3,7 @@ * ibus - The Input Bus * * Copyright (c) 2007-2009 Peng Huang + * 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 diff --git a/client/qt4/ibus-input-context.cpp b/client/qt4/ibus-input-context.cpp index d50fb90e..8dd060fc 100644 --- a/client/qt4/ibus-input-context.cpp +++ b/client/qt4/ibus-input-context.cpp @@ -3,6 +3,7 @@ * ibus - The Input Bus * * Copyright (c) 2007-2009 Peng Huang + * 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 diff --git a/client/qt4/ibus-input-context.h b/client/qt4/ibus-input-context.h index 24b378f0..19754335 100644 --- a/client/qt4/ibus-input-context.h +++ b/client/qt4/ibus-input-context.h @@ -3,6 +3,7 @@ * ibus - The Input Bus * * Copyright (c) 2007-2009 Peng Huang + * 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 diff --git a/client/qt4/im-ibus-qt.cpp b/client/qt4/im-ibus-qt.cpp index f270b202..180655df 100644 --- a/client/qt4/im-ibus-qt.cpp +++ b/client/qt4/im-ibus-qt.cpp @@ -3,6 +3,7 @@ * ibus - The Input Bus * * Copyright (c) 2007-2009 Peng Huang + * 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 diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index c46a3837..19e0b444 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/client/x11/gdk-private.c b/client/x11/gdk-private.c index bc52e84d..30d45ade 100644 --- a/client/x11/gdk-private.c +++ b/client/x11/gdk-private.c @@ -1,5 +1,6 @@ /* ibus * Copyright (C) 2008 Peng Huang + * Copyright (C) 2008 Red Hat, Inc. * * gdk-private.c: Copied some code from gtk2 * diff --git a/client/x11/gdk-private.h b/client/x11/gdk-private.h index eb5da275..92ee8fab 100644 --- a/client/x11/gdk-private.h +++ b/client/x11/gdk-private.h @@ -1,5 +1,6 @@ /* ibus * Copyright (C) 2008 Peng Huang + * Copyright (C) 2008 Red Hat, Inc. * * gdk-private.h: * diff --git a/client/x11/main.c b/client/x11/main.c index b271ca10..0862e22d 100644 --- a/client/x11/main.c +++ b/client/x11/main.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus * Copyright (C) 2007-2009 Peng Huang + * Copyright (C) 2007-2009 Red Hat, Inc. * * main.c: * diff --git a/data/Makefile.am b/data/Makefile.am index a9f24002..7678d821 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 701edb8a..720d608f 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/data/keymaps/Makefile.am b/data/keymaps/Makefile.am index 31ab7bff..05389a5d 100644 --- a/data/keymaps/Makefile.am +++ b/data/keymaps/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/docs/Makefile.am b/docs/Makefile.am index 4cb96df3..46d5f232 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 5a3525eb..2ed2b765 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/gconf/Makefile.am b/gconf/Makefile.am index 7557c480..634bd541 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/Makefile.am b/ibus/Makefile.am index 734fec23..5f2e2361 100644 --- a/ibus/Makefile.am +++ b/ibus/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/__init__.py b/ibus/__init__.py index de6332db..bd2710bc 100644 --- a/ibus/__init__.py +++ b/ibus/__init__.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/_config.py.in b/ibus/_config.py.in index c278827b..4af263c2 100644 --- a/ibus/_config.py.in +++ b/ibus/_config.py.in @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2008 Huang Peng +# 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 diff --git a/ibus/_gtk.py b/ibus/_gtk.py index 03b6594b..06e13f6a 100644 --- a/ibus/_gtk.py +++ b/ibus/_gtk.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/application.py b/ibus/application.py index f350bfc2..cea172da 100644 --- a/ibus/application.py +++ b/ibus/application.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/attribute.py b/ibus/attribute.py index a9ef90ca..b7b1f8ec 100644 --- a/ibus/attribute.py +++ b/ibus/attribute.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/bus.py b/ibus/bus.py index 7f93ca20..016c4d4c 100644 --- a/ibus/bus.py +++ b/ibus/bus.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/common.py b/ibus/common.py index 855a9719..1499a20a 100644 --- a/ibus/common.py +++ b/ibus/common.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/component.py b/ibus/component.py index a0f03319..41c75dab 100644 --- a/ibus/component.py +++ b/ibus/component.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/config.py b/ibus/config.py index f1408048..f3410b86 100644 --- a/ibus/config.py +++ b/ibus/config.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/engine.py b/ibus/engine.py index 53586720..da5dda2b 100644 --- a/ibus/engine.py +++ b/ibus/engine.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/enginedesc.py b/ibus/enginedesc.py index 2e1b4dc0..9f40c058 100644 --- a/ibus/enginedesc.py +++ b/ibus/enginedesc.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/exception.py b/ibus/exception.py index 3349bb42..296d2b5c 100644 --- a/ibus/exception.py +++ b/ibus/exception.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/factory.py b/ibus/factory.py index 67939429..3ad58424 100644 --- a/ibus/factory.py +++ b/ibus/factory.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/inputcontext.py b/ibus/inputcontext.py index 7d7cdc31..32517229 100644 --- a/ibus/inputcontext.py +++ b/ibus/inputcontext.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/Makefile.am b/ibus/interface/Makefile.am index 0aa5fc9c..bca8cf27 100644 --- a/ibus/interface/Makefile.am +++ b/ibus/interface/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/__init__.py b/ibus/interface/__init__.py index 5d046b05..1b050c9a 100644 --- a/ibus/interface/__init__.py +++ b/ibus/interface/__init__.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/iconfig.py b/ibus/interface/iconfig.py index d83d9eab..30da8888 100644 --- a/ibus/interface/iconfig.py +++ b/ibus/interface/iconfig.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/iengine.py b/ibus/interface/iengine.py index 1b1df56b..21f3f3de 100644 --- a/ibus/interface/iengine.py +++ b/ibus/interface/iengine.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/ienginefactory.py b/ibus/interface/ienginefactory.py index 582f3f35..8a364007 100644 --- a/ibus/interface/ienginefactory.py +++ b/ibus/interface/ienginefactory.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py index 232d62e0..5eef15c4 100644 --- a/ibus/interface/iibus.py +++ b/ibus/interface/iibus.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/iinputcontext.py b/ibus/interface/iinputcontext.py index b3a54452..5a5eca8f 100644 --- a/ibus/interface/iinputcontext.py +++ b/ibus/interface/iinputcontext.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/inotifications.py b/ibus/interface/inotifications.py index 6cf6b46c..bf013a89 100644 --- a/ibus/interface/inotifications.py +++ b/ibus/interface/inotifications.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/interface/ipanel.py b/ibus/interface/ipanel.py index 5aea4cab..f8a8e38a 100644 --- a/ibus/interface/ipanel.py +++ b/ibus/interface/ipanel.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/lang.py b/ibus/lang.py index 4a1e213c..84184ec9 100644 --- a/ibus/lang.py +++ b/ibus/lang.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/lookuptable.py b/ibus/lookuptable.py index 4a878667..e2020b4a 100644 --- a/ibus/lookuptable.py +++ b/ibus/lookuptable.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/modifier.py b/ibus/modifier.py index a03961c9..2e8bb7c5 100644 --- a/ibus/modifier.py +++ b/ibus/modifier.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/notifications.py b/ibus/notifications.py index 82ab8147..cb1e7cad 100644 --- a/ibus/notifications.py +++ b/ibus/notifications.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/object.py b/ibus/object.py index 3b0cb6d4..2a57cf67 100644 --- a/ibus/object.py +++ b/ibus/object.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/observedpath.py b/ibus/observedpath.py index 37a43dfe..cf2dc305 100644 --- a/ibus/observedpath.py +++ b/ibus/observedpath.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/panel.py b/ibus/panel.py index d09c1565..57208608 100644 --- a/ibus/panel.py +++ b/ibus/panel.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/property.py b/ibus/property.py index fd13e5bd..f176a47d 100644 --- a/ibus/property.py +++ b/ibus/property.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/serializable.py b/ibus/serializable.py index 1b278bf3..938f2020 100644 --- a/ibus/serializable.py +++ b/ibus/serializable.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/text.py b/ibus/text.py index 11258a52..1b9838d3 100644 --- a/ibus/text.py +++ b/ibus/text.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ibus/utility.py b/ibus/utility.py index 5748e180..15192e16 100644 --- a/ibus/utility.py +++ b/ibus/utility.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/m4/Makefile.am b/m4/Makefile.am index ed15d703..a2fbe5e8 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/Makefile.am b/setup/Makefile.am index e76b34b0..c17ac0a0 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/enginecombobox.py b/setup/enginecombobox.py index 53c99443..6c554e5d 100644 --- a/setup/enginecombobox.py +++ b/setup/enginecombobox.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/enginetreeview.py b/setup/enginetreeview.py index 1983a72b..700f5bbf 100644 --- a/setup/enginetreeview.py +++ b/setup/enginetreeview.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/icon.py b/setup/icon.py index 94548132..a92edbad 100644 --- a/setup/icon.py +++ b/setup/icon.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/keyboardshortcut.py b/setup/keyboardshortcut.py index f68599cf..5d281871 100644 --- a/setup/keyboardshortcut.py +++ b/setup/keyboardshortcut.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/setup/main.py b/setup/main.py index 17b58fe7..f454b442 100644 --- a/setup/main.py +++ b/setup/main.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/src/Makefile.am b/src/Makefile.am index 4656ff11..67477496 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/src/ibus.h b/src/ibus.h index 858ff0a2..c493c697 100644 --- a/src/ibus.h +++ b/src/ibus.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusattribute.c b/src/ibusattribute.c index da868bd3..669aace6 100644 --- a/src/ibusattribute.c +++ b/src/ibusattribute.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusattribute.h b/src/ibusattribute.h index 33227986..25a6d024 100644 --- a/src/ibusattribute.h +++ b/src/ibusattribute.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusbus.c b/src/ibusbus.c index 44157b0f..47f7f741 100644 --- a/src/ibusbus.c +++ b/src/ibusbus.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusbus.h b/src/ibusbus.h index d50ebf2c..ae4aafeb 100644 --- a/src/ibusbus.h +++ b/src/ibusbus.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuscomponent.c b/src/ibuscomponent.c index de222bea..72153fa3 100644 --- a/src/ibuscomponent.c +++ b/src/ibuscomponent.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuscomponent.h b/src/ibuscomponent.h index 33b036dc..f21712e6 100644 --- a/src/ibuscomponent.h +++ b/src/ibuscomponent.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconfig.c b/src/ibusconfig.c index ce44ae9e..b4e051b6 100644 --- a/src/ibusconfig.c +++ b/src/ibusconfig.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconfig.h b/src/ibusconfig.h index bcbfeeda..4b7d74a4 100644 --- a/src/ibusconfig.h +++ b/src/ibusconfig.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconfigprivate.h b/src/ibusconfigprivate.h index dec21dc4..de4fb3b2 100644 --- a/src/ibusconfigprivate.h +++ b/src/ibusconfigprivate.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconfigservice.c b/src/ibusconfigservice.c index 8e98a587..9eb6bfc3 100644 --- a/src/ibusconfigservice.c +++ b/src/ibusconfigservice.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconfigservice.h b/src/ibusconfigservice.h index 3bcb1cf3..9ef17db6 100644 --- a/src/ibusconfigservice.h +++ b/src/ibusconfigservice.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconnection.c b/src/ibusconnection.c index 7b41f3a6..c2e64835 100644 --- a/src/ibusconnection.c +++ b/src/ibusconnection.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusconnection.h b/src/ibusconnection.h index de72c592..2fd8490e 100644 --- a/src/ibusconnection.h +++ b/src/ibusconnection.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusdebug.h b/src/ibusdebug.h index 64bfb94b..7fbdc43e 100644 --- a/src/ibusdebug.h +++ b/src/ibusdebug.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusengine.c b/src/ibusengine.c index 6cade186..1240495c 100644 --- a/src/ibusengine.c +++ b/src/ibusengine.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusengine.h b/src/ibusengine.h index 180a22d3..7ffef59a 100644 --- a/src/ibusengine.h +++ b/src/ibusengine.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusenginedesc.c b/src/ibusenginedesc.c index 11fe2ddf..e3d9abd8 100644 --- a/src/ibusenginedesc.c +++ b/src/ibusenginedesc.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusenginedesc.h b/src/ibusenginedesc.h index 9b1d6154..5d4c7a4d 100644 --- a/src/ibusenginedesc.h +++ b/src/ibusenginedesc.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuserror.c b/src/ibuserror.c index 87bc417d..1509a8f6 100644 --- a/src/ibuserror.c +++ b/src/ibuserror.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuserror.h b/src/ibuserror.h index 1e2053d0..63389af1 100644 --- a/src/ibuserror.h +++ b/src/ibuserror.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusfactory.c b/src/ibusfactory.c index 97cd3b87..fde2867a 100644 --- a/src/ibusfactory.c +++ b/src/ibusfactory.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusfactory.h b/src/ibusfactory.h index 9db13585..7fe874c6 100644 --- a/src/ibusfactory.h +++ b/src/ibusfactory.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibushotkey.c b/src/ibushotkey.c index 650ac678..4732f3e2 100644 --- a/src/ibushotkey.c +++ b/src/ibushotkey.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibushotkey.h b/src/ibushotkey.h index 8972e23c..4b36e3be 100644 --- a/src/ibushotkey.h +++ b/src/ibushotkey.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusinputcontext.c b/src/ibusinputcontext.c index 353ffba0..fad4bff5 100644 --- a/src/ibusinputcontext.c +++ b/src/ibusinputcontext.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusinputcontext.h b/src/ibusinputcontext.h index b6d7b29f..006921c5 100644 --- a/src/ibusinputcontext.h +++ b/src/ibusinputcontext.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusinternal.h b/src/ibusinternal.h index a1f5e4c1..ca3052ac 100644 --- a/src/ibusinternal.h +++ b/src/ibusinternal.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuskeymap.c b/src/ibuskeymap.c index ffa620d0..a9e9fa6b 100644 --- a/src/ibuskeymap.c +++ b/src/ibuskeymap.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuskeymap.h b/src/ibuskeymap.h index ee1128c2..d1a42d26 100644 --- a/src/ibuskeymap.h +++ b/src/ibuskeymap.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuskeysyms.h b/src/ibuskeysyms.h index aa838a0c..23203b52 100644 --- a/src/ibuskeysyms.h +++ b/src/ibuskeysyms.h @@ -1,5 +1,6 @@ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuslookuptable.c b/src/ibuslookuptable.c index 59706322..ea64cc3c 100644 --- a/src/ibuslookuptable.c +++ b/src/ibuslookuptable.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuslookuptable.h b/src/ibuslookuptable.h index e0b689c4..314cd5c3 100644 --- a/src/ibuslookuptable.h +++ b/src/ibuslookuptable.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusmainloop.c b/src/ibusmainloop.c index cffc54f6..81b8c22e 100644 --- a/src/ibusmainloop.c +++ b/src/ibusmainloop.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusmainloop.h b/src/ibusmainloop.h index ed760300..a1ba55c4 100644 --- a/src/ibusmainloop.h +++ b/src/ibusmainloop.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusmessage.c b/src/ibusmessage.c index c9349d2a..fc7d2d2b 100644 --- a/src/ibusmessage.c +++ b/src/ibusmessage.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusmessage.h b/src/ibusmessage.h index ff61e2c3..13d82049 100644 --- a/src/ibusmessage.h +++ b/src/ibusmessage.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusobject.c b/src/ibusobject.c index cdba88b3..1524635e 100644 --- a/src/ibusobject.c +++ b/src/ibusobject.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusobject.h b/src/ibusobject.h index f6cd03b8..7abe2ba5 100644 --- a/src/ibusobject.h +++ b/src/ibusobject.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusobservedpath.c b/src/ibusobservedpath.c index 298e8050..33a9ff24 100644 --- a/src/ibusobservedpath.c +++ b/src/ibusobservedpath.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input IBus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusobservedpath.h b/src/ibusobservedpath.h index 9a165519..326f749b 100644 --- a/src/ibusobservedpath.h +++ b/src/ibusobservedpath.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input IBus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuspendingcall.c b/src/ibuspendingcall.c index a2c8c4b4..996719a0 100644 --- a/src/ibuspendingcall.c +++ b/src/ibuspendingcall.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibuspendingcall.h b/src/ibuspendingcall.h index 9a48857b..0a4295b2 100644 --- a/src/ibuspendingcall.h +++ b/src/ibuspendingcall.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusproperty.c b/src/ibusproperty.c index 7aa35875..1edec6c6 100644 --- a/src/ibusproperty.c +++ b/src/ibusproperty.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusproperty.h b/src/ibusproperty.h index 460c3b3a..1565bf56 100644 --- a/src/ibusproperty.h +++ b/src/ibusproperty.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusproxy.c b/src/ibusproxy.c index 74e6f85e..c17e5825 100644 --- a/src/ibusproxy.c +++ b/src/ibusproxy.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusproxy.h b/src/ibusproxy.h index b9427729..113be04a 100644 --- a/src/ibusproxy.h +++ b/src/ibusproxy.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusserializable.c b/src/ibusserializable.c index 8151957f..398e8f9c 100644 --- a/src/ibusserializable.c +++ b/src/ibusserializable.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusserializable.h b/src/ibusserializable.h index a4381b68..d32a6b2e 100644 --- a/src/ibusserializable.h +++ b/src/ibusserializable.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusserver.c b/src/ibusserver.c index 003db743..124b7253 100644 --- a/src/ibusserver.c +++ b/src/ibusserver.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusserver.h b/src/ibusserver.h index 1d03d1b2..860c1823 100644 --- a/src/ibusserver.h +++ b/src/ibusserver.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusservice.c b/src/ibusservice.c index e976b6e8..97d40782 100644 --- a/src/ibusservice.c +++ b/src/ibusservice.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusservice.h b/src/ibusservice.h index d48e12d1..020f9cda 100644 --- a/src/ibusservice.h +++ b/src/ibusservice.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusshare.c b/src/ibusshare.c index ec405707..58bc9440 100644 --- a/src/ibusshare.c +++ b/src/ibusshare.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusshare.h b/src/ibusshare.h index 78f74870..59e9918f 100644 --- a/src/ibusshare.h +++ b/src/ibusshare.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibustext.c b/src/ibustext.c index a146ea53..800445b0 100644 --- a/src/ibustext.c +++ b/src/ibustext.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibustext.h b/src/ibustext.h index 024222d1..d619bb4f 100644 --- a/src/ibustext.h +++ b/src/ibustext.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* IBus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibustypes.h b/src/ibustypes.h index e640b7ad..4ac75d7d 100644 --- a/src/ibustypes.h +++ b/src/ibustypes.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* ibus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusxml.c b/src/ibusxml.c index c0056b95..16bd83a7 100644 --- a/src/ibusxml.c +++ b/src/ibusxml.c @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/src/ibusxml.h b/src/ibusxml.h index 3a3fb32b..da71f656 100644 --- a/src/ibusxml.h +++ b/src/ibusxml.h @@ -1,6 +1,7 @@ /* vim:set et sts=4: */ /* bus - The Input Bus * Copyright (C) 2008-2009 Peng Huang + * 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 diff --git a/ui/Makefile.am b/ui/Makefile.am index f036b086..d42f352c 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am index 479b40ca..d51b89ed 100644 --- a/ui/gtk/Makefile.am +++ b/ui/gtk/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/candidatepanel.py b/ui/gtk/candidatepanel.py index fd7c778a..27fc5e72 100644 --- a/ui/gtk/candidatepanel.py +++ b/ui/gtk/candidatepanel.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/engineabout.py b/ui/gtk/engineabout.py index dbc09a70..b4121730 100644 --- a/ui/gtk/engineabout.py +++ b/ui/gtk/engineabout.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/handle.py b/ui/gtk/handle.py index 63be5ec9..7a33964b 100644 --- a/ui/gtk/handle.py +++ b/ui/gtk/handle.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/icon.py b/ui/gtk/icon.py index 83e181eb..cc5920f7 100644 --- a/ui/gtk/icon.py +++ b/ui/gtk/icon.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/languagebar.py b/ui/gtk/languagebar.py index 322af236..4e7dcc6e 100644 --- a/ui/gtk/languagebar.py +++ b/ui/gtk/languagebar.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/main.py b/ui/gtk/main.py index cc8fd3b4..50eba520 100644 --- a/ui/gtk/main.py +++ b/ui/gtk/main.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/menu.py b/ui/gtk/menu.py index 562c6d78..a289a94f 100644 --- a/ui/gtk/menu.py +++ b/ui/gtk/menu.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/notifications.py b/ui/gtk/notifications.py index 28ec8b31..7a9e7d0d 100644 --- a/ui/gtk/notifications.py +++ b/ui/gtk/notifications.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/panel.py b/ui/gtk/panel.py index 589a98c0..ea69d9da 100644 --- a/ui/gtk/panel.py +++ b/ui/gtk/panel.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/propitem.py b/ui/gtk/propitem.py index 21c1eb60..c2893128 100644 --- a/ui/gtk/propitem.py +++ b/ui/gtk/propitem.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright(c) 2007-2009 Peng Huang +# 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 diff --git a/ui/gtk/toolitem.py b/ui/gtk/toolitem.py index d3771d35..eafb3e67 100644 --- a/ui/gtk/toolitem.py +++ b/ui/gtk/toolitem.py @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/util/IMdkit/Makefile.am b/util/IMdkit/Makefile.am index 06b7e235..9c1065cf 100644 --- a/util/IMdkit/Makefile.am +++ b/util/IMdkit/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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 diff --git a/util/Makefile.am b/util/Makefile.am index 6e9c8b90..72e82627 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -3,6 +3,7 @@ # ibus - The Input Bus # # Copyright (c) 2007-2009 Peng Huang +# 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