diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-12-14 00:17:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-17 21:41:58 -0600 |
commit | 6826af7ae4b865297415730d676fb46a2774ec50 (patch) | |
tree | 59ffe97c308572af8de84c8c97eb342c04049292 /haskell/haskell-regex-base | |
parent | 0855ed4a7206cb818c4c37c5c8d1a786b4839a02 (diff) | |
download | slackbuilds-6826af7ae4b865297415730d676fb46a2774ec50.tar.gz |
haskell/haskell-regex-base: Change license.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-regex-base')
-rw-r--r-- | haskell/haskell-regex-base/haskell-regex-base.SlackBuild | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/haskell/haskell-regex-base/haskell-regex-base.SlackBuild b/haskell/haskell-regex-base/haskell-regex-base.SlackBuild index af06029550..195f1be03e 100644 --- a/haskell/haskell-regex-base/haskell-regex-base.SlackBuild +++ b/haskell/haskell-regex-base/haskell-regex-base.SlackBuild @@ -2,8 +2,25 @@ # Slackware build script for regex-base -# Written by Mikko Värri (vmj@linuxbox.fi) -# Public domain. +# Copyright 2011 Mikko Värri, Finland +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-regex-base VERSION=${VERSION:-0.93.2} |