From 0237168a2cd3c8c9f37b072d961f5381096545e8 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 7 Jul 2000 18:34:20 +0000 Subject: [PATCH] Add a new BSD-ish licence. --- skelrc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/skelrc b/skelrc index 6049c5b..011a9e1 100644 --- a/skelrc +++ b/skelrc @@ -83,6 +83,43 @@ [[cont-comment]] Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, [[cont-comment]] MA 02111-1307, USA.") +(setq skelrc-bsd +"[[cont-comment]] Copyright (c) [[year]] [[author]] +[[cont-comment]] All rights reserved. +[[cont-comment]] +[[cont-comment]] Redistribution and use in source and binary forms, with or without +[[cont-comment]] modification, are permitted provided that the following conditions are +[[cont-comment]] met: +[[cont-comment]] +[[cont-comment]] 1. Redistributions of source code must retain the above copyright +[[cont-comment]] notice, this list of conditions and the following disclaimer. +[[cont-comment]] +[[cont-comment]] 2, Redistributions in binary form must reproduce the above copyright +[[cont-comment]] notice, this list of conditions and the following disclaimer in the +[[cont-comment]] documentation and/or other materials provided with the distribution. +[[cont-comment]] +[[cont-comment]] 3. The name of the authors may not be used to endorse or promote +[[cont-comment]] products derived from this software without specific prior written +[[cont-comment]] permission. +[[cont-comment]] +[[cont-comment]] THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED +[[cont-comment]] WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +[[cont-comment]] MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN +[[cont-comment]] NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +[[cont-comment]] INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +[[cont-comment]] (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +[[cont-comment]] SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +[[cont-comment]] HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +[[cont-comment]] STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +[[cont-comment]] ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +[[cont-comment]] POSSIBILITY OF SUCH DAMAGE. +[[cont-comment]] +[[cont-comment]] Instead of accepting the above terms, you may redistribute and/or modify +[[cont-comment]] this software under the terms of either the GNU General Public License, +[[cont-comment]] or the GNU Library General Public License, published by the Free +[[cont-comment]] Software Foundation; either version 2 of the License, or (at your +[[cont-comment]] option) any later version.") + (defun skel-basename () (file-name-sans-extension (file-name-nondirectory buffer-file-name))) @@ -112,6 +149,7 @@ (gpl . skelrc-gpl) (wide-gpl . skelrc-wide-gpl) (lgpl . skelrc-lgpl) + (bsd . skelrc-bsd) (revisions . "[[revision-banner]]\n[[cont-comment]]\n[[cont-comment]] $Log$[[block-end]]\n\n") (revision-banner . (skelrc-banner "Revision history" t)) (preamble . "") -- 2.11.0