Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[bpt/emacs.git] / leim / README
CommitLineData
49f70d46 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
2f969cd4
GM
2 Free Software Foundation, Inc.
3See the end of the file for license conditions.
4
5
58af2287
DL
6This directory contains LEIM files.
7LEIM stands for Libraries of Emacs Input Methods.
8
9Contents of subdirectories are as follows.
10
11CXTERM-DIC:
12
13This directory contains source dictionaries (TIT format) for Chinese
42d777db 14input method distributed with cxterm (Chinese version xterm). These
58af2287 15dictionaries are automatically converted to Quail packages (Emacs Lisp
3e8d7904 16source files) by `make'.
58af2287 17
a3d0b0e0
KH
18MISC-DIC:
19
20This directory contains various dictionaries for Chinese input
3e8d7904
EZ
21methods. These dictionaries are automatically converted to Quail
22packages (Emacs Lisp source files) by `make'.
a3d0b0e0 23
58af2287
DL
24quail:
25
26This directory contains Emacs Lisp source files for Quail packages.
27
28SKK-DIC:
29
30This directory contains source dictionary for Japanese input method
31distributed with SKK (Japanese input method run with Mule). But, you
32don't need this file because we distribute an Emacs Lisp source file
d9e66103 33ja-dic/ja-dic.el which has already been converted from the source
58af2287
DL
34dictionary (See below).
35
243353b9 36ja-dic:
58af2287 37
243353b9 38This directory contains Emacs Lisp source file ja-dic.el which is
70462171
KH
39generated from a source dictionary in SKK-DIC directory. The
40inclusion of this file is for users convenience because it takes
41rather long time to generate it.
2f969cd4
GM
42
43\f
44This file is part of GNU Emacs.
45
d3fb0974 46GNU Emacs is free software: you can redistribute it and/or modify
2f969cd4 47it under the terms of the GNU General Public License as published by
d3fb0974
GM
48the Free Software Foundation, either version 3 of the License, or
49(at your option) any later version.
2f969cd4
GM
50
51GNU Emacs is distributed in the hope that it will be useful,
52but WITHOUT ANY WARRANTY; without even the implied warranty of
53MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54GNU General Public License for more details.
55
56You should have received a copy of the GNU General Public License
d3fb0974 57along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.