X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.c;h=9edb55ebdada1576219b90dd540c610f5978648b;hb=6641826b5febdf5917ff0fe97c2515a424c990be;hp=9f738abb2356c673a06126d7156070242e4643de;hpb=6eae87c765653f7decc2f8c145234eec1d91a16e;p=m17n%2Fm17n-lib.git diff --git a/src/input.c b/src/input.c index 9f738ab..9edb55e 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ /* input.c -- input method module. - Copyright (C) 2003, 2004 + 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 @@