diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-27 05:03:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-27 05:03:06 +0000 |
commit | 88ddede6eee21ccb4da9cfec1e0e47356b7ab44b (patch) | |
tree | 69a4b8e19dd86525ef4a64a838c4d0e023ee9ace /lisp/autoinsert.el | |
parent | 253ed25e06c08e75a3fec99f8cc849148f43ebc3 (diff) | |
download | emacs-88ddede6eee21ccb4da9cfec1e0e47356b7ab44b.tar.gz |
(auto-insert-alist): Change permission text to match FSF's GPLv3 form.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index e7dc061168e..04c59441047 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -186,20 +186,18 @@ If this contains a %s, that will be replaced by the matching rule." (completing-read "Keyword, C-h: " v1 nil t)) str ", ") & -2 " -\;; This file is free software; you can redistribute it and/or modify +\;; This program 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. -\;; This file is distributed in the hope that it will be useful, +\;; This program is distributed in the hope that it will be useful, \;; but WITHOUT ANY WARRANTY; without even the implied warranty of \;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \;; 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 this program. If not, see <http://www.gnu.org/licenses/>. \;;; Commentary: |