comparison lisp/mule/canna-leim.el @ 5404:91b3aa59f49b

Convert lisp/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 15 Oct 2010 15:18:27 +0200
parents 50d74a9d19b7
children b9167d522a9a
comparison
equal deleted inserted replaced
5403:cf70940883ca 5404:91b3aa59f49b
11 ;; Author: Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> 11 ;; Author: Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
12 ;; Version: canna-leim.el,v 1.2 1997/10/27 10:08:49 steve Exp 12 ;; Version: canna-leim.el,v 1.2 1997/10/27 10:08:49 steve Exp
13 ;; Keywords: japanese, input method, LEIM 13 ;; Keywords: japanese, input method, LEIM
14 ;; Last Modified: 1997/10/27 10:08:49 14 ;; Last Modified: 1997/10/27 10:08:49
15 15
16 ;; This program is free software; you can redistribute it and/or modify 16 ;; XEmacs is free software: you can redistribute it and/or modify it
17 ;; it under the terms of the GNU General Public License as published by 17 ;; under the terms of the GNU General Public License as published by the
18 ;; the Free Software Foundation; either versions 2, or (at your option) 18 ;; Free Software Foundation, either version 3 of the License, or (at your
19 ;; any later version. 19 ;; option) any later version.
20 20
21 ;; This program is distributed in the hope that it will be useful 21 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
24 ;; GNU General Public License for more details. 24 ;; for more details.
25 25
26 ;; You should have received a copy of the GNU General Public License 26 ;; You should have received a copy of the GNU General Public License
27 ;; along with XEmacs, see the file COPYING. If not, write to the Free 27 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; Software Foundation Inc., 59 Temple Place - Suite 330, Boston,
29 ;; MA 02111-1307, USA.
30 28
31 ;;; TODO 29 ;;; TODO
32 ;; 30 ;;
33 ;; Add pointers to Canna documentation in LEIM format 31 ;; Add pointers to Canna documentation in LEIM format
34 32