Improve format of copyright/GPL notices (issue raised in debian pkging)
Similar to commit dc73e034cfafd in 3.4 branch
This commit is contained in:
parent
d46a9661ab
commit
fe8524e1f9
1 changed files with 16 additions and 3 deletions
|
@ -1,7 +1,20 @@
|
|||
;;; sclang-minor-mode for use in help files
|
||||
;;; SuperCollider
|
||||
;;; (c) 2007, Marije Baalman - nescivi
|
||||
;;; released under GPL
|
||||
;;; (c) 2007, Marije Baalman - nescivi <nescivi@gmail.com>
|
||||
;;;
|
||||
;;; 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 2 of the License, or
|
||||
;;; (at your option) any later version.
|
||||
;;;
|
||||
;;; 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 this program; if not, write to the Free Software
|
||||
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
(easy-mmode-define-minor-mode sclang-minor-mode
|
||||
"Toggle sclang-minor-mode.
|
||||
|
@ -58,4 +71,4 @@ sclang code with the normal command C-c C-c and C-c C-d."
|
|||
(defun sclang-minor-hooks ()
|
||||
(sclang-init-document)
|
||||
(sclang-make-document)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue