Add another GPL banner to accomodate wide program names.
authormdw <mdw>
Fri, 26 Nov 1999 01:02:10 +0000 (01:02 +0000)
committermdw <mdw>
Fri, 26 Nov 1999 01:02:10 +0000 (01:02 +0000)
skelrc

diff --git a/skelrc b/skelrc
index 90b3a72..6049c5b 100644 (file)
--- a/skelrc
+++ b/skelrc
 [[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.")
 
 [[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
 (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
                             (skelrc-assq 'program skel-alist)
                             "this library"))
         (gpl . skelrc-gpl)
                             (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))
         (lgpl . skelrc-lgpl)
         (revisions . "[[revision-banner]]\n[[cont-comment]]\n[[cont-comment]] $Log$[[block-end]]\n\n")
         (revision-banner . (skelrc-banner "Revision history" t))