comparison lisp/progmodes/perl-mode.el @ 94673:52b7a8c22af5

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 07:18:39 +0000
parents 755f65f1ae15
children 313549362857
comparison
equal deleted inserted replaced
94672:0e2d838cfad2 94673:52b7a8c22af5
11 ;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the 11 ;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the
12 ;; Free Software Foundation, under terms of its General Public License. 12 ;; Free Software Foundation, under terms of its General Public License.
13 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify 16 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation; either version 3, or (at your option) 18 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; any later version. 19 ;; (at your option) any later version.
20 20
21 ;; GNU Emacs is distributed in the hope that it will be useful, 21 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details. 24 ;; GNU General Public License 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 GNU Emacs; see the file COPYING. If not, write to the 27 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
29 ;; Boston, MA 02110-1301, USA.
30 28
31 ;;; Commentary: 29 ;;; Commentary:
32 30
33 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode") 31 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode")
34 ;; to your .emacs file and change the first line of your perl script to: 32 ;; to your .emacs file and change the first line of your perl script to: