diff options
author | David Melik <dchmelik@gmail.com> | 2013-10-26 21:09:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:57 -0500 |
commit | de990a2556d272ac95429d443e5af59ff0dbfb4c (patch) | |
tree | 5618df308d2cc3d92423d968604cb5f91863ad2e /libraries/grx/grx.SlackBuild | |
parent | 72a65ba9c989b0060b3372e4afe204acdf2c878f (diff) | |
download | slackbuilds-de990a2556d272ac95429d443e5af59ff0dbfb4c.tar.gz |
libraries/grx: Fixed script license
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/grx/grx.SlackBuild')
-rw-r--r-- | libraries/grx/grx.SlackBuild | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/libraries/grx/grx.SlackBuild b/libraries/grx/grx.SlackBuild index bfca20feca..18d5b12562 100644 --- a/libraries/grx/grx.SlackBuild +++ b/libraries/grx/grx.SlackBuild @@ -2,7 +2,25 @@ # Slackware build script for GRX -# Written by David Melik <dchmelik @ gmail dot com> +# Copyright 2013 David Melik, Spokane, WA, USA +# 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=grx VERSION=${VERSION:-248} |