comparison lisp/textmodes/bibtex-style.el @ 94670:f4a69fedbd46

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Tue, 06 May 2008 04:33:14 +0000
parents d999f30304bc
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
94669:cc5c17b126b3 94670:f4a69fedbd46
3 ;; Copyright (C) 2005,2007, 2008 Free Software Foundation, Inc. 3 ;; Copyright (C) 2005,2007, 2008 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6 ;; Keywords: 6 ;; Keywords:
7 7
8 ;; This file is free software; you can redistribute it and/or modify 8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 3, or (at your option) 12 ;; the Free Software Foundation, either version 3 of the License, or
11 ;; any later version. 13 ;; (at your option) any later version.
12 14
13 ;; This file is distributed in the hope that it will be useful, 15 ;; GNU Emacs is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
17 19
18 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
22 22
23 ;;; Commentary: 23 ;;; Commentary:
24 24
25 ;; Done: font-lock, imenu, outline, commenting, indentation. 25 ;; Done: font-lock, imenu, outline, commenting, indentation.
26 ;; Todo: tab-completion. 26 ;; Todo: tab-completion.