Mercurial > emacs
comparison lisp/progmodes/tcl.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 | a1342e6e097a |
children | 46cd7381c2ff |
comparison
equal
deleted
inserted
replaced
94672:0e2d838cfad2 | 94673:52b7a8c22af5 |
---|---|
8 ;; Chris Lindblad <cjl@lcs.mit.edu> | 8 ;; Chris Lindblad <cjl@lcs.mit.edu> |
9 ;; Keywords: languages tcl modes | 9 ;; Keywords: languages tcl modes |
10 | 10 |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 | 12 |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;; GNU Emacs is free software: you can redistribute it and/or modify |
14 ;; it under the terms of the GNU General Public License as published by | 14 ;; it under the terms of the GNU General Public License as published by |
15 ;; the Free Software Foundation; either version 3, or (at your option) | 15 ;; the Free Software Foundation, either version 3 of the License, or |
16 ;; any later version. | 16 ;; (at your option) any later version. |
17 | 17 |
18 ;; GNU Emacs is distributed in the hope that it will be useful, | 18 ;; GNU Emacs is distributed in the hope that it will be useful, |
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 ;; GNU General Public License for more details. | 21 ;; GNU General Public License for more details. |
22 | 22 |
23 ;; You should have received a copy of the GNU General Public License | 23 ;; You should have received a copy of the GNU General Public License |
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
26 ;; Boston, MA 02110-1301, USA. | |
27 | 25 |
28 ;; BEFORE USE: | 26 ;; BEFORE USE: |
29 ;; | 27 ;; |
30 ;; If you plan to use the interface to the TclX help files, you must | 28 ;; If you plan to use the interface to the TclX help files, you must |
31 ;; set the variable tcl-help-directory-list to point to the topmost | 29 ;; set the variable tcl-help-directory-list to point to the topmost |