diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-06 07:25:26 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-06 07:25:26 +0000 |
commit | b1fc2b501450661ba452bea0df677a08cf00368b (patch) | |
tree | 979e7378babebcaeb4ba910871a2bc1e0f3aa64e /lisp/progmodes/ebnf2ps.el | |
parent | aa3e7364a46695cba2e43a3d8c0a6ccacefd1569 (diff) | |
download | emacs-b1fc2b501450661ba452bea0df677a08cf00368b.tar.gz |
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r-- | lisp/progmodes/ebnf2ps.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 267829b7659..80b9fb0adac 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -11,10 +11,10 @@ ;; 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 3, 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 @@ -22,9 +22,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., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. (defconst ebnf-version "4.4" "ebnf2ps.el, v 4.4 <2007/02/12 vinicius> |