diff --git a/el/sclang-minor-mode.el b/el/sclang-minor-mode.el index 4a8cb9f..047ec38 100644 --- a/el/sclang-minor-mode.el +++ b/el/sclang-minor-mode.el @@ -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 +;;; +;;; 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) - ) \ No newline at end of file + )