From 0e3f9a9f48b0b42d55dc36915131c915e7119d9b Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Sun, 6 Mar 2011 22:21:26 +0900 Subject: [PATCH] Add and update copyright notices --- Makefile.am | 10 +++++----- configure.ac | 10 +++++----- setup/Makefile.am | 10 +++++----- setup/config.py.in | 12 ++++++------ setup/hangul_keyboard_list.c | 19 +++++++++++++++++++ setup/ibus-setup-hangul.in | 12 ++++++------ setup/main.py | 12 ++++++------ src/Makefile.am | 10 +++++----- src/engine.c | 19 +++++++++++++++++++ src/engine.h | 19 +++++++++++++++++++ src/i18n.h | 18 ++++++++++++++++++ src/main.c | 19 +++++++++++++++++++ 12 files changed, 132 insertions(+), 38 deletions(-) diff --git a/Makefile.am b/Makefile.am index 055e395..3deaff8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,17 +6,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. SUBDIRS = \ src \ diff --git a/configure.ac b/configure.ac index d37b184..54738dd 100644 --- a/configure.ac +++ b/configure.ac @@ -6,17 +6,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. # if not 1, append datestamp to the version number. m4_define([ibus_released], [1]) diff --git a/setup/Makefile.am b/setup/Makefile.am index 75ce836..704c2cf 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -6,17 +6,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. setup_hangul_PYTHON = \ config.py \ diff --git a/setup/config.py.in b/setup/config.py.in index 2e90097..0b9e730 100644 --- a/setup/config.py.in +++ b/setup/config.py.in @@ -2,21 +2,21 @@ # # ibus-hangul - The Hangul Engine For IBus # -# Copyright (c) 2009 Choe Hwanjin +# Copyright (c) 2009-2011 Choe Hwanjin # # 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. gettext_package = '@SETUP_GETTEXT_PACKAGE@' localedir = '@SETUP_LOCALEDIR@' diff --git a/setup/hangul_keyboard_list.c b/setup/hangul_keyboard_list.c index b56200d..d47e1ea 100644 --- a/setup/hangul_keyboard_list.c +++ b/setup/hangul_keyboard_list.c @@ -1,3 +1,22 @@ +/* vim:set et sw=4 sts=4: */ +/* ibus-hangul - The Hangul Engine For IBus + * Copyright (C) 2010-2011 Choe Hwanjin + * + * 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 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include diff --git a/setup/ibus-setup-hangul.in b/setup/ibus-setup-hangul.in index 6b68cdc..a2c87f9 100644 --- a/setup/ibus-setup-hangul.in +++ b/setup/ibus-setup-hangul.in @@ -3,21 +3,21 @@ # # ibus-hangul - The Hangul Engine For IBus # -# Copyright (c) 2009 Choe Hwanjin +# Copyright (c) 2009-2011 Choe Hwanjin # # 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. exec python @SETUP_PKGDATADIR@/setup/main.py $@ diff --git a/setup/main.py b/setup/main.py index 8668f9d..e2bf545 100644 --- a/setup/main.py +++ b/setup/main.py @@ -2,21 +2,21 @@ # # ibus-hangul - The Hangul Engine For IBus # -# Copyright (c) 2009 Choe Hwanjin +# Copyright (c) 2009-2011 Choe Hwanjin # # 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. import sys import os diff --git a/src/Makefile.am b/src/Makefile.am index 0db9d55..c9208d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,17 +6,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. AM_CFLAGS = \ @IBUS_CFLAGS@ \ diff --git a/src/engine.c b/src/engine.c index 1fd9f62..7054bc6 100644 --- a/src/engine.c +++ b/src/engine.c @@ -1,4 +1,23 @@ /* vim:set et sts=4: */ +/* ibus-hangul - The Hangul Engine For IBus + * Copyright (C) 2008-2009 Peng Huang + * Copyright (C) 2009-2011 Choe Hwanjin + * + * 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 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifdef HAVE_CONFIG_H #include #endif diff --git a/src/engine.h b/src/engine.h index 239ded2..25c5728 100644 --- a/src/engine.h +++ b/src/engine.h @@ -1,4 +1,23 @@ /* vim:set et sts=4: */ +/* ibus-hangul - The Hangul Engine For IBus + * Copyright (C) 2008-2009 Peng Huang + * Copyright (C) 2009-2011 Choe Hwanjin + * + * 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 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef __ENGINE_H__ #define __ENGINE_H__ diff --git a/src/i18n.h b/src/i18n.h index 56dc814..bc3f0d7 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -1,4 +1,22 @@ /* vim:set et sts=4: */ +/* ibus-hangul - The Hangul Engine For IBus + * Copyright (C) 2008-2009 Peng Huang + * Copyright (C) 2009-2011 Choe Hwanjin + * + * 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 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef ibus_hangul_i18n_h #define ibus_hangul_i18n_h diff --git a/src/main.c b/src/main.c index 58a0033..aa36af2 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,23 @@ /* vim:set et sts=4: */ +/* ibus-hangul - The Hangul Engine For IBus + * Copyright (C) 2008-2009 Peng Huang + * Copyright (C) 2009-2011 Choe Hwanjin + * + * 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 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifdef HAVE_CONFIG_H #include #endif