X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.c;h=cd6727660aab245f56c5cc37f5409deedd272334;hb=7a7928899a9cbfcb8a439fd698857408c337a822;hp=a987339a366712a3998bacdfcd17b2fba80afde9;hpb=0dea047cb7ff15ea5d26e42e0cd55c513a56afbb;p=m17n%2Fm17n-lib.git diff --git a/src/input.c b/src/input.c index a987339..cd67276 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* input.c -- input method module. - Copyright (C) 2003, 2004, 2005 + Copyright (C) 2003, 2004, 2005, 2006 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 02111-1307, USA. */ /***en @@ -26,7 +26,7 @@ An input method is an object to enable inputting various characters. An input method is identified by a pair of symbols, - LANGUAGE and NAME. This pair decides a input method driver of the + LANGUAGE and NAME. This pair decides an input method driver of the input method. An input method driver is a set of functions for handling the input method. There are two kinds of input methods; internal one and foreign one. @@ -34,26 +34,26 @@