comparison lisp/progmodes/vhdl-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 c3992d04d39a
children 541ff411cf6f
comparison
equal deleted inserted replaced
94672:0e2d838cfad2 94673:52b7a8c22af5
21 (defconst vhdl-time-stamp "2005-08-30" 21 (defconst vhdl-time-stamp "2005-08-30"
22 "VHDL Mode time stamp for last update.") 22 "VHDL Mode time stamp for last update.")
23 23
24 ;; This file is part of GNU Emacs. 24 ;; This file is part of GNU Emacs.
25 25
26 ;; GNU Emacs is free software; you can redistribute it and/or modify 26 ;; GNU Emacs is free software: you can redistribute it and/or modify
27 ;; it under the terms of the GNU General Public License as published by 27 ;; it under the terms of the GNU General Public License as published by
28 ;; the Free Software Foundation; either version 3, or (at your option) 28 ;; the Free Software Foundation, either version 3 of the License, or
29 ;; any later version. 29 ;; (at your option) any later version.
30 30
31 ;; GNU Emacs is distributed in the hope that it will be useful, 31 ;; GNU Emacs is distributed in the hope that it will be useful,
32 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 32 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
33 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 33 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 ;; GNU General Public License for more details. 34 ;; GNU General Public License for more details.
35 35
36 ;; You should have received a copy of the GNU General Public License 36 ;; You should have received a copy of the GNU General Public License
37 ;; along with GNU Emacs; see the file COPYING. If not, write to the 37 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
38 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
39 ;; Boston, MA 02110-1301, USA.
40 38
41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 39 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42 ;;; Commentary: 40 ;;; Commentary:
43 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44 42