comparison lisp/ruler-mode.el @ 94693:9276b559433c

Standardize permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 16:29:23 +0000
parents ee5932bf781d
children d42aff5ca541
comparison
equal deleted inserted replaced
94692:891cb8f8888f 94693:9276b559433c
9 ;; Version: 1.6 9 ;; Version: 1.6
10 ;; Keywords: convenience 10 ;; Keywords: convenience
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software: you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation, either version 3 of the License, or 16 ;; the Free Software Foundation, either version 3 of the License, or
17 ;; (at your option) any later version. 17 ;; (at your option) any later version.
18 18
19 ;; This program is distributed in the hope that it will be useful, 19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details. 22 ;; GNU General Public License for more details.
23 23
24 ;; You should have received a copy of the GNU General Public License 24 ;; You should have received a copy of the GNU General Public License
25 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26 26
27 ;;; Commentary: 27 ;;; Commentary:
28 28
29 ;; This library provides a minor mode to display a ruler in the header 29 ;; This library provides a minor mode to display a ruler in the header
30 ;; line. It works from Emacs 21 onwards. 30 ;; line. It works from Emacs 21 onwards.