X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.c;h=be065bdf7128b28d897d33983fdb348841b52919;hb=da17f253322f42e339da531fdf87116098bae2c5;hp=3c3d55ea82e1ef01550902bf657827216841efc4;hpb=457106bb3c666efd10953c0a955ab2052b4ef8f1;p=m17n%2Fm17n-lib.git diff --git a/src/input.c b/src/input.c index 3c3d55e..be065bd 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 @@