From ac95983afa62e6960bdf674bbe9d393e67a6fded Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Sun, 22 Jun 2008 17:01:44 +0800 Subject: [PATCH] Add license headers. --- engine/anthy/ibus-engine-anthy.in | 21 +++++++++++++++++++++ engine/enchant/ibus-engine-enchant.in | 21 +++++++++++++++++++++ ibusdaemon/ibus-daemon.in | 21 +++++++++++++++++++++ panel/ibus-panel.in | 21 +++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/engine/anthy/ibus-engine-anthy.in b/engine/anthy/ibus-engine-anthy.in index a688e0a..8e1b2ca 100644 --- a/engine/anthy/ibus-engine-anthy.in +++ b/engine/anthy/ibus-engine-anthy.in @@ -1,2 +1,23 @@ #!/bin/sh +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# 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 + python @prefix@/share/ibus/engine/anthy/main.py $@ + diff --git a/engine/enchant/ibus-engine-enchant.in b/engine/enchant/ibus-engine-enchant.in index a790d1c..251160e 100644 --- a/engine/enchant/ibus-engine-enchant.in +++ b/engine/enchant/ibus-engine-enchant.in @@ -1,2 +1,23 @@ #!/bin/sh +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# 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 + python @prefix@/share/ibus/engine/enchant/main.py $@ + diff --git a/ibusdaemon/ibus-daemon.in b/ibusdaemon/ibus-daemon.in index 42ae7e3..a5b5e6c 100644 --- a/ibusdaemon/ibus-daemon.in +++ b/ibusdaemon/ibus-daemon.in @@ -1,2 +1,23 @@ #!/bin/sh +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# 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 + python @prefix@/share/ibus/ibusdaemon/ibusdaemon.py $@ + diff --git a/panel/ibus-panel.in b/panel/ibus-panel.in index 8206d40..bf8db18 100644 --- a/panel/ibus-panel.in +++ b/panel/ibus-panel.in @@ -1,2 +1,23 @@ #!/bin/sh +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# 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 + python @prefix@/share/ibus/panel/main.py $@ + -- 2.7.4