From fe8524e1f951b30f562c233345c9a040182ed5eb Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Tue, 14 Jun 2011 10:48:37 +0100 Subject: [PATCH] Improve format of copyright/GPL notices (issue raised in debian pkging) Similar to commit dc73e034cfafd in 3.4 branch --- el/sclang-minor-mode.el | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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 + )