From e9df1b69eb5533adad05c13cc4a8f8ff2f46f61db4c00ec4f35a02c8ab5dba61 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Sat, 25 Aug 2012 13:29:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=48 --- ibus-fsf-address.patch | 730 ----------------------------------------- 1 file changed, 730 deletions(-) delete mode 100644 ibus-fsf-address.patch diff --git a/ibus-fsf-address.patch b/ibus-fsf-address.patch deleted file mode 100644 index ce140ea..0000000 --- a/ibus-fsf-address.patch +++ /dev/null @@ -1,730 +0,0 @@ -diff -Nur ibus-1.4.1/ibus/application.py ibus-1.4.1-new/ibus/application.py ---- ibus-1.4.1/ibus/application.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/application.py 2012-03-07 21:31:18.545914384 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import ibus - import dbus -diff -Nur ibus-1.4.1/ibus/attribute.py ibus-1.4.1-new/ibus/attribute.py ---- ibus-1.4.1/ibus/attribute.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/attribute.py 2012-03-07 21:31:32.042913901 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "ATTR_TYPE_UNDERLINE", -diff -Nur ibus-1.4.1/ibus/bus.py ibus-1.4.1-new/ibus/bus.py ---- ibus-1.4.1/ibus/bus.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/bus.py 2012-03-07 21:31:37.376913711 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "Bus", -diff -Nur ibus-1.4.1/ibus/common.py ibus-1.4.1-new/ibus/common.py ---- ibus-1.4.1/ibus/common.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/common.py 2012-03-07 21:31:42.353913533 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "IBUS_IFACE_IBUS", -diff -Nur ibus-1.4.1/ibus/component.py ibus-1.4.1-new/ibus/component.py ---- ibus-1.4.1/ibus/component.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/component.py 2012-03-07 21:31:48.086913328 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "Component", -diff -Nur ibus-1.4.1/ibus/config.py ibus-1.4.1-new/ibus/config.py ---- ibus-1.4.1/ibus/config.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/config.py 2012-03-07 21:31:53.032913150 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "ConfigBase", -diff -Nur ibus-1.4.1/ibus/_config.py.in ibus-1.4.1-new/ibus/_config.py.in ---- ibus-1.4.1/ibus/_config.py.in 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/_config.py.in 2012-03-07 21:32:00.801912873 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "get_version", -diff -Nur ibus-1.4.1/ibus/enginedesc.py ibus-1.4.1-new/ibus/enginedesc.py ---- ibus-1.4.1/ibus/enginedesc.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/enginedesc.py 2012-03-07 21:32:13.455912421 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "EngineDesc", -diff -Nur ibus-1.4.1/ibus/engine.py ibus-1.4.1-new/ibus/engine.py ---- ibus-1.4.1/ibus/engine.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/engine.py 2012-03-07 21:32:06.504912668 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "EngineBase", -diff -Nur ibus-1.4.1/ibus/exception.py ibus-1.4.1-new/ibus/exception.py ---- ibus-1.4.1/ibus/exception.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/exception.py 2012-03-07 21:32:19.520912202 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IBusException", ) - -diff -Nur ibus-1.4.1/ibus/factory.py ibus-1.4.1-new/ibus/factory.py ---- ibus-1.4.1/ibus/factory.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/factory.py 2012-03-07 21:32:27.277911925 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "EngineFactoryBase", -diff -Nur ibus-1.4.1/ibus/_gtk.py ibus-1.4.1-new/ibus/_gtk.py ---- ibus-1.4.1/ibus/_gtk.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/_gtk.py 2012-03-07 21:32:32.459911742 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "PangoAttrList", -diff -Nur ibus-1.4.1/ibus/__init__.py ibus-1.4.1-new/ibus/__init__.py ---- ibus-1.4.1/ibus/__init__.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/__init__.py 2012-03-07 21:32:37.312911567 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - from object import * - from attribute import * -diff -Nur ibus-1.4.1/ibus/inputcontext.py ibus-1.4.1-new/ibus/inputcontext.py ---- ibus-1.4.1/ibus/inputcontext.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/inputcontext.py 2012-03-07 21:32:42.492911380 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "InputContext", -diff -Nur ibus-1.4.1/ibus/interface/iconfig.py ibus-1.4.1-new/ibus/interface/iconfig.py ---- ibus-1.4.1/ibus/interface/iconfig.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/iconfig.py 2012-03-07 22:02:44.623846933 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IConfig", ) - -diff -Nur ibus-1.4.1/ibus/interface/ienginefactory.py ibus-1.4.1-new/ibus/interface/ienginefactory.py ---- ibus-1.4.1/ibus/interface/ienginefactory.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/ienginefactory.py 2012-03-07 22:02:54.192846591 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IEngineFactory", ) - -diff -Nur ibus-1.4.1/ibus/interface/iengine.py ibus-1.4.1-new/ibus/interface/iengine.py ---- ibus-1.4.1/ibus/interface/iengine.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/iengine.py 2012-03-07 22:02:49.694846752 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IEngine", ) - -diff -Nur ibus-1.4.1/ibus/interface/iibus.py ibus-1.4.1-new/ibus/interface/iibus.py ---- ibus-1.4.1/ibus/interface/iibus.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/iibus.py 2012-03-07 22:02:59.183846411 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IIBus", ) - -diff -Nur ibus-1.4.1/ibus/interface/iinputcontext.py ibus-1.4.1-new/ibus/interface/iinputcontext.py ---- ibus-1.4.1/ibus/interface/iinputcontext.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/iinputcontext.py 2012-03-07 22:03:04.454846224 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IInputContext", ) - -diff -Nur ibus-1.4.1/ibus/interface/__init__.py ibus-1.4.1-new/ibus/interface/__init__.py ---- ibus-1.4.1/ibus/interface/__init__.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/__init__.py 2012-03-07 22:03:09.294846051 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - from iibus import * - from iinputcontext import * -diff -Nur ibus-1.4.1/ibus/interface/inotifications.py ibus-1.4.1-new/ibus/interface/inotifications.py ---- ibus-1.4.1/ibus/interface/inotifications.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/inotifications.py 2012-03-07 22:03:14.333845870 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("INotifications", ) - -diff -Nur ibus-1.4.1/ibus/interface/ipanel.py ibus-1.4.1-new/ibus/interface/ipanel.py ---- ibus-1.4.1/ibus/interface/ipanel.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/interface/ipanel.py 2012-03-07 22:03:21.290845618 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ("IPanel", ) - -diff -Nur ibus-1.4.1/ibus/keysyms.py ibus-1.4.1-new/ibus/keysyms.py ---- ibus-1.4.1/ibus/keysyms.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/keysyms.py 2012-03-07 21:32:52.875911010 +0800 -@@ -16,8 +16,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this library; if not, write to the Free Software --# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 --# USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - VoidSymbol = 0xFFFFFF - BackSpace = 0xFF08 -diff -Nur ibus-1.4.1/ibus/lang.py ibus-1.4.1-new/ibus/lang.py ---- ibus-1.4.1/ibus/lang.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/lang.py 2012-03-07 21:33:04.912910580 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "get_language_name", -diff -Nur ibus-1.4.1/ibus/lookuptable.py ibus-1.4.1-new/ibus/lookuptable.py ---- ibus-1.4.1/ibus/lookuptable.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/lookuptable.py 2012-03-07 21:33:11.675910339 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "LookupTable", -diff -Nur ibus-1.4.1/ibus/Makefile.am ibus-1.4.1-new/ibus/Makefile.am ---- ibus-1.4.1/ibus/Makefile.am 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/Makefile.am 2012-03-07 21:33:29.143909712 +0800 -@@ -17,8 +17,8 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -+ - SUBDIRS = \ - interface \ - $(NULL) -diff -Nur ibus-1.4.1/ibus/modifier.py ibus-1.4.1-new/ibus/modifier.py ---- ibus-1.4.1/ibus/modifier.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/modifier.py 2012-03-07 21:33:20.712910015 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - SHIFT_MASK = 1 << 0 - LOCK_MASK = 1 << 1 -diff -Nur ibus-1.4.1/ibus/notifications.py ibus-1.4.1-new/ibus/notifications.py ---- ibus-1.4.1/ibus/notifications.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/notifications.py 2012-03-07 21:33:43.223909210 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "NotificationsBase", -diff -Nur ibus-1.4.1/ibus/object.py ibus-1.4.1-new/ibus/object.py ---- ibus-1.4.1/ibus/object.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/object.py 2012-03-07 21:33:51.445908915 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "Object", -diff -Nur ibus-1.4.1/ibus/observedpath.py ibus-1.4.1-new/ibus/observedpath.py ---- ibus-1.4.1/ibus/observedpath.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/observedpath.py 2012-03-07 21:34:32.255907454 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "ObservedPath", -diff -Nur ibus-1.4.1/ibus/panel.py ibus-1.4.1-new/ibus/panel.py ---- ibus-1.4.1/ibus/panel.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/panel.py 2012-03-07 21:34:37.176907281 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "PanelBase", -diff -Nur ibus-1.4.1/ibus/property.py ibus-1.4.1-new/ibus/property.py ---- ibus-1.4.1/ibus/property.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/property.py 2012-03-07 21:34:43.563907052 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "PROP_TYPE_NORMAL", -diff -Nur ibus-1.4.1/ibus/serializable.py ibus-1.4.1-new/ibus/serializable.py ---- ibus-1.4.1/ibus/serializable.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/serializable.py 2012-03-07 21:34:51.958906751 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "Serializable", -diff -Nur ibus-1.4.1/ibus/text.py ibus-1.4.1-new/ibus/text.py ---- ibus-1.4.1/ibus/text.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/text.py 2012-03-07 21:34:58.122906531 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "Text", -diff -Nur ibus-1.4.1/ibus/utility.py ibus-1.4.1-new/ibus/utility.py ---- ibus-1.4.1/ibus/utility.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ibus/utility.py 2012-03-07 21:35:05.744906259 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "unichar_half_to_full", -diff -Nur ibus-1.4.1/setup/engineabout.py ibus-1.4.1-new/setup/engineabout.py ---- ibus-1.4.1/setup/engineabout.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/engineabout.py 2012-03-07 21:29:41.973917838 +0800 -@@ -17,8 +17,8 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -+ - - import gtk - from gtk import gdk -diff -Nur ibus-1.4.1/setup/enginecombobox.py ibus-1.4.1-new/setup/enginecombobox.py ---- ibus-1.4.1/setup/enginecombobox.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/enginecombobox.py 2012-03-07 21:30:02.152917116 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gobject -diff -Nur ibus-1.4.1/setup/enginetreeview.py ibus-1.4.1-new/setup/enginetreeview.py ---- ibus-1.4.1/setup/enginetreeview.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/enginetreeview.py 2012-03-07 21:30:12.745916738 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import glib -diff -Nur ibus-1.4.1/setup/i18n.py ibus-1.4.1-new/setup/i18n.py ---- ibus-1.4.1/setup/i18n.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/i18n.py 2012-03-07 21:30:21.302916432 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gettext - import os -diff -Nur ibus-1.4.1/setup/ibus-setup.in ibus-1.4.1-new/setup/ibus-setup.in ---- ibus-1.4.1/setup/ibus-setup.in 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/ibus-setup.in 2012-03-07 21:30:33.800915985 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - prefix=@prefix@ - exec_prefix=@exec_prefix@ -diff -Nur ibus-1.4.1/setup/icon.py ibus-1.4.1-new/setup/icon.py ---- ibus-1.4.1/setup/icon.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/icon.py 2012-03-07 21:30:39.382915786 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "load_icon" -diff -Nur ibus-1.4.1/setup/keyboardshortcut.py ibus-1.4.1-new/setup/keyboardshortcut.py ---- ibus-1.4.1/setup/keyboardshortcut.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/keyboardshortcut.py 2012-03-07 21:30:45.812915555 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - __all__ = ( - "KeyboardShortcutSelection", -diff -Nur ibus-1.4.1/setup/main.py ibus-1.4.1-new/setup/main.py ---- ibus-1.4.1/setup/main.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/setup/main.py 2012-03-07 21:30:53.826915268 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gettext - import os -diff -Nur ibus-1.4.1/ui/gtk/candidatepanel.py ibus-1.4.1-new/ui/gtk/candidatepanel.py ---- ibus-1.4.1/ui/gtk/candidatepanel.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/candidatepanel.py 2012-03-07 22:00:37.408851483 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import operator - import gtk -diff -Nur ibus-1.4.1/ui/gtk/engineabout.py ibus-1.4.1-new/ui/gtk/engineabout.py ---- ibus-1.4.1/ui/gtk/engineabout.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/engineabout.py 2012-03-07 22:00:36.253851524 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - from gtk import gdk -diff -Nur ibus-1.4.1/ui/gtk/handle.py ibus-1.4.1-new/ui/gtk/handle.py ---- ibus-1.4.1/ui/gtk/handle.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/handle.py 2012-03-07 22:00:44.073851242 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk -diff -Nur ibus-1.4.1/ui/gtk/i18n.py ibus-1.4.1-new/ui/gtk/i18n.py ---- ibus-1.4.1/ui/gtk/i18n.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/i18n.py 2012-03-07 22:00:50.831851002 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gettext - import os -diff -Nur ibus-1.4.1/ui/gtk/ibus-ui-gtk.in ibus-1.4.1-new/ui/gtk/ibus-ui-gtk.in ---- ibus-1.4.1/ui/gtk/ibus-ui-gtk.in 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/ibus-ui-gtk.in 2012-03-07 22:32:20.372783426 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - prefix=@prefix@ - exec_prefix=@exec_prefix@ -diff -Nur ibus-1.4.1/ui/gtk/icon.py ibus-1.4.1-new/ui/gtk/icon.py ---- ibus-1.4.1/ui/gtk/icon.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/icon.py 2012-03-07 22:00:56.982850782 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk -diff -Nur ibus-1.4.1/ui/gtk/languagebar.py ibus-1.4.1-new/ui/gtk/languagebar.py ---- ibus-1.4.1/ui/gtk/languagebar.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/languagebar.py 2012-03-07 22:01:01.812850610 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk -diff -Nur ibus-1.4.1/ui/gtk/main.py ibus-1.4.1-new/ui/gtk/main.py ---- ibus-1.4.1/ui/gtk/main.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/main.py 2012-03-07 22:01:08.263850379 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - # try Cython - # try: -diff -Nur ibus-1.4.1/ui/gtk/menu.py ibus-1.4.1-new/ui/gtk/menu.py ---- ibus-1.4.1/ui/gtk/menu.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/menu.py 2012-03-07 22:01:14.020850171 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gobject -diff -Nur ibus-1.4.1/ui/gtk/notifications.py ibus-1.4.1-new/ui/gtk/notifications.py ---- ibus-1.4.1/ui/gtk/notifications.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/notifications.py 2012-03-07 22:01:18.734850005 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk -diff -Nur ibus-1.4.1/ui/gtk/panel.py ibus-1.4.1-new/ui/gtk/panel.py ---- ibus-1.4.1/ui/gtk/panel.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/panel.py 2012-03-07 22:01:24.992849778 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk -diff -Nur ibus-1.4.1/ui/gtk/propitem.py ibus-1.4.1-new/ui/gtk/propitem.py ---- ibus-1.4.1/ui/gtk/propitem.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/propitem.py 2012-03-07 22:01:29.895849605 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - class PropItem: - def __init__(self, prop): -diff -Nur ibus-1.4.1/ui/gtk/toolitem.py ibus-1.4.1-new/ui/gtk/toolitem.py ---- ibus-1.4.1/ui/gtk/toolitem.py 2012-02-02 12:54:54.000000000 +0800 -+++ ibus-1.4.1-new/ui/gtk/toolitem.py 2012-03-07 22:01:34.815849427 +0800 -@@ -17,8 +17,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, write to the --# Free Software Foundation, Inc., 59 Temple Place, Suite 330, --# Boston, MA 02111-1307 USA -+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - import gtk - import gtk.gdk as gdk