Add 2010 to copyright years.
[bpt/emacs.git] / leim / quail / czech.el
index a4d3d4b..387d6c5 100644 (file)
@@ -1,17 +1,18 @@
-;;; quail/czech.el -- Quail package for inputting Czech
+;;; czech.el --- Quail package for inputting Czech -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 1998 Free Software Foundation.
+;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
-;; Author:     Milan Zamazal <pdm@fi.muni.cz>
-;; Maintainer: Milan Zamazal <pdm@fi.muni.cz>
-;; Keywords: multilingual, input method, Czech
+;; Author: Milan Zamazal <pdm@zamazal.org>
+;; Maintainer: Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+;; Keywords: i18n, multilingual, input method, Czech
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs 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 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,9 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -36,7 +35,7 @@
 
 
 (quail-define-package
- "czech" "Czech" "CZ" nil
+ "czech" "Czech" "CZ" t
  "\"Standard\" Czech keyboard in the Windoze NT 105 keys version."
  nil t t t t nil nil nil nil nil t)
 
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-qwerty" "Czech" "CZ" nil
+ "czech-qwerty" "Czech" "CZ" t
  "\"Standard\" Czech keyboard in the Windoze NT 105 keys version, QWERTY layout."
  nil t nil nil t nil nil nil nil nil t)
 
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-1" "Czech" "CZ" nil
+ "czech-prog-1" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers #1.
 
 All digits except of `1' are replaced by Czech characters as on the standard
@@ -366,7 +365,7 @@ All other keys are the same as on standard US keyboard."
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-2" "Czech" "CZ" nil
+ "czech-prog-2" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers #2.
 
 All digits except of `1' are replaced by Czech characters as on the standard
@@ -456,7 +455,7 @@ All other keys are the same as on standard US keyboard."
  ([kp-add] ?+))
 
 (quail-define-package
- "czech-prog-3" "Czech" "CZ" nil
+ "czech-prog-3" "Czech" "CZ" t
  "Czech (non-standard) keyboard for programmers compatible with the default
 keyboard from the obsolete `emacs-czech' package.
 
@@ -566,3 +565,6 @@ All other keys are the same as on standard US keyboard."
  ([kp-9] ?9)
  ([kp-0] ?0)
  ([kp-add] ?+))
+
+;; arch-tag: 0a27dffc-a5e1-479f-9da2-a9eb91b34d8a
+;;; czech.el ends here