diff options
author | Miles Bader <miles@gnu.org> | 2007-01-26 06:16:11 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-01-26 06:16:11 +0000 |
commit | c0466914ba3ad88c402b0301646b4b5db8aeb913 (patch) | |
tree | 964d8df324ab5f46872dfedc92ccea9fe50a1441 /leim/MISC-DIC | |
parent | c97a3f22ed5841f1c8bcdbb80df2bd49635c6a56 (diff) | |
parent | 58f8a3f97bd49484d0eb4f83a70662ded0daf9cc (diff) | |
download | emacs-c0466914ba3ad88c402b0301646b4b5db8aeb913.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 586-614)
- Update from CVS
- Update from erc--emacs--22
- Merge from gnus--rel--5.10
- Merge from erc--main--0
- Make byte compiler correctly write circular constants
* gnus--rel--5.10 (patch 186-196)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
Diffstat (limited to 'leim/MISC-DIC')
-rw-r--r-- | leim/MISC-DIC/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/leim/MISC-DIC/README b/leim/MISC-DIC/README new file mode 100644 index 00000000000..fbc061801aa --- /dev/null +++ b/leim/MISC-DIC/README @@ -0,0 +1,46 @@ +The source and copyright status of dictionary files in this directory +are categorised into these three. + +(1) cangjie-table.b5 + cangjie-table.cns + +These are verbatim copies of what distributed by the author Christian +Wittern himself. Each file contains a copyright notice. + +(2) CTLau.html + CTLau-b5.html + +These are verbatim copies of what distributed at the authors home page +<umunhum.stanford.edu/~lee/chicomp/> Each file contains a copyright +notice. + +(3) pinyin.map + ziranma.cin + +These are verbatim copies of what distributed with a free packaged +called CCE at: + http://ftp.debian.org/debian/dists/potato/main + /source/utils/cce_0.36.orig.tar.gz + +As those files themselves don't contain copyright notices, the +copyright notice of the package itself should cover them. + +============================================================ + Copyright (C) 1999, Rui He, herui@cs.duke.edu + + + CCE(Console Chinese Environment) 0.32 + +CCE 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 1, or (at your option) any later version. + +CCE 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 +CCE; see the file COPYING. If not, write to the Free Software Foundation, +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.") +============================================================ |