diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-12-13 19:56:45 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | 3b70ab069363ebad98e159b8b10eaec062245175 (patch) | |
tree | 93cef78b7a4507fc16956d6c228ceceed4a4e1c8 /perl/perl-File-HomeDir | |
parent | cd1cee2e69fc728a019e35d96bb325eb0f937b93 (diff) | |
download | slackbuilds-3b70ab069363ebad98e159b8b10eaec062245175.tar.gz |
Various: License change
modified: perl/perl-Config-Find/perl-Config-Find.SlackBuild
modified: perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild
modified: perl/perl-File-Which/perl-File-Which.SlackBuild
modified: perl/perl-IPC-Run3/perl-IPC-Run3.SlackBuild
modified: perl/perl-Probe-Perl/perl-Probe-Perl.SlackBuild
modified: perl/perl-Test-Script/perl-Test-Script.SlackBuild
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-HomeDir')
-rw-r--r-- | perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild b/perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild index 4c9786fb3c..f792939e7b 100644 --- a/perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild +++ b/perl/perl-File-HomeDir/perl-File-HomeDir.SlackBuild @@ -2,8 +2,25 @@ # Slackware build script for File-HomeDir -# 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=perl-File-HomeDir VERSION=${VERSION:-0.98} |