From: mdw Date: Fri, 26 Nov 1999 01:02:10 +0000 (+0000) Subject: Add another GPL banner to accomodate wide program names. X-Git-Tag: 1.0.3~3 X-Git-Url: https://git.distorted.org.uk/~mdw/skel/commitdiff_plain/e7043698347f7bc0dca68ad7c3b9370a9b81fde7 Add another GPL banner to accomodate wide program names. --- diff --git a/skelrc b/skelrc index 90b3a72..6049c5b 100644 --- a/skelrc +++ b/skelrc @@ -51,6 +51,22 @@ [[cont-comment]] along with [[program-name]]; if not, write to the Free Software Foundation, [[cont-comment]] Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.") +(setq skelrc-wide-gpl ;Version for wide program names +"[[cont-comment]] [[Program-name]] is free software; you can redistribute it and/or modify +[[cont-comment]] it under the terms of the GNU General Public License as published by +[[cont-comment]] the Free Software Foundation; either version 2 of the License, or +[[cont-comment]] (at your option) any later version. +[[cont-comment]] +[[cont-comment]] [[Program-name]] is distributed in the hope that it will be useful, +[[cont-comment]] but WITHOUT ANY WARRANTY; without even the implied warranty of +[[cont-comment]] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +[[cont-comment]] GNU General Public License for more details. +[[cont-comment]] +[[cont-comment]] You should have received a copy of the GNU General Public License +[[cont-comment]] along with [[program-name]]; if not, write to the Free +[[cont-comment]] Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +[[cont-comment]] MA 02111-1307, USA.") + (setq skelrc-lgpl "[[cont-comment]] [[Library-name]] is free software; you can redistribute it and/or modify [[cont-comment]] it under the terms of the GNU Library General Public License as @@ -94,6 +110,7 @@ (skelrc-assq 'program skel-alist) "this library")) (gpl . skelrc-gpl) + (wide-gpl . skelrc-wide-gpl) (lgpl . skelrc-lgpl) (revisions . "[[revision-banner]]\n[[cont-comment]]\n[[cont-comment]] $Log$[[block-end]]\n\n") (revision-banner . (skelrc-banner "Revision history" t))