summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-08-27 16:26:02 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-08-29 12:57:36 +0900
commite1a94ef87577a38b3402a0ebaa1f0e5088f99c2a (patch)
treee818ab3f3095ab58e55b9744372d8bd5a6a3bc3c /gir
parentc5b47a31c1d5556990024b21476fa8accc1ded24 (diff)
downloadibus-anthy-e1a94ef87577a38b3402a0ebaa1f0e5088f99c2a.tar.gz
Updated source files with the latest GPL 2.0.
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am10
-rw-r--r--gir/anthygcontext.c10
-rw-r--r--gir/anthygcontext.h10
3 files changed, 15 insertions, 15 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index bc0cf42..77e9d08 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -8,17 +8,17 @@
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
INTROSPECTION_GIRS =
diff --git a/gir/anthygcontext.c b/gir/anthygcontext.c
index 32a30db..d08ee01 100644
--- a/gir/anthygcontext.c
+++ b/gir/anthygcontext.c
@@ -7,17 +7,17 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <glib-object.h>
diff --git a/gir/anthygcontext.h b/gir/anthygcontext.h
index a465d76..a41bfd6 100644
--- a/gir/anthygcontext.h
+++ b/gir/anthygcontext.h
@@ -7,17 +7,17 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __ANTHY_GCONTEXT_H_