From dd3906d5ba40d9b817320b1af34ea7dbeaa7ed17 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 18 Sep 2012 08:21:17 -0500 Subject: *.SlackBuild: strongly suggest BSD/MIT license --- autotools-template.SlackBuild | 34 ++++++++++++++++++++++++---------- cmake-template.SlackBuild | 34 ++++++++++++++++++++++++---------- perl-template.SlackBuild | 34 ++++++++++++++++++++++++---------- python-template.SlackBuild | 34 ++++++++++++++++++++++++---------- rubygem-template.SlackBuild | 34 ++++++++++++++++++++++++---------- 5 files changed, 120 insertions(+), 50 deletions(-) diff --git a/autotools-template.SlackBuild b/autotools-template.SlackBuild index 303fe5b..6aa5b31 100644 --- a/autotools-template.SlackBuild +++ b/autotools-template.SlackBuild @@ -2,20 +2,34 @@ # Slackware build script for -# Written by (your name) (your contact information) - -# (add license information here if you desire; otherwise, -# all submissions are considered to be in the public domain) -# Some licenses may incorporate the "Written by" information -# above, and if so, that line can be omitted -# We strongly suggest *not* using GPL for scripts, as it requires -# a copy of the GPL to be distributed with it. Since the GPL -# itself is longer than any build script will be, this just doesn't -# make good sense... +# Copyright +# 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. # |-----------------------------------------------------------------| # # REMOVE THIS ENTIRE BLOCK OF TEXT # # +# A license is required, and we strongly suggest you use the above +# BSD/MIT style license. We DO NOT accept "Public Domain" scripts. +# Public domain is not valid in some countries, and no license is +# worse than a "bad" license in those countries. +# # This template is not meant to be a 'cut and paste' script to # enable any random user to make a working package. While # we're certainly not discouraging use of this template, if diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild index dd0c26e..b15bcae 100644 --- a/cmake-template.SlackBuild +++ b/cmake-template.SlackBuild @@ -2,20 +2,34 @@ # Slackware build script for -# Written by (your name) (your contact information) - -# (add license information here if you desire; otherwise, -# all submissions are considered to be in the public domain) -# Some licenses may incorporate the "Written by" information -# above, and if so, that line can be omitted -# We strongly suggest *not* using GPL for scripts, as it requires -# a copy of the GPL to be distributed with it. Since the GPL -# itself is longer than any build script will be, this just doesn't -# make good sense... +# Copyright +# 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. # |-----------------------------------------------------------------| # # REMOVE THIS ENTIRE BLOCK OF TEXT # # +# A license is required, and we strongly suggest you use the above +# BSD/MIT style license. We DO NOT accept "Public Domain" scripts. +# Public domain is not valid in some countries, and no license is +# worse than a "bad" license in those countries. +# # This template is not meant to be a 'cut and paste' script to # enable any random user to make a working package. While # we're certainly not discouraging use of this template, if diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index a371cd0..ba9cb21 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -2,20 +2,34 @@ # Slackware build script for -# Written by (your name) (your contact information) - -# (add license information here if you desire; otherwise, -# all submissions are considered to be in the public domain) -# Some licenses may incorporate the "Written by" information -# above, and if so, that line can be omitted -# We strongly suggest *not* using GPL for scripts, as it requires -# a copy of the GPL to be distributed with it. Since the GPL -# itself is longer than any build script will be, this just doesn't -# make good sense... +# Copyright +# 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. # |-----------------------------------------------------------------| # # REMOVE THIS ENTIRE BLOCK OF TEXT # # +# A license is required, and we strongly suggest you use the above +# BSD/MIT style license. We DO NOT accept "Public Domain" scripts. +# Public domain is not valid in some countries, and no license is +# worse than a "bad" license in those countries. +# # This template is not meant to be a 'cut and paste' script to # enable any random user to make a working package. While # we're certainly not discouraging use of this template, if diff --git a/python-template.SlackBuild b/python-template.SlackBuild index 6f7c105..712a7a7 100644 --- a/python-template.SlackBuild +++ b/python-template.SlackBuild @@ -2,20 +2,34 @@ # Slackware build script for -# Written by (your name) (your contact information) - -# (add license information here if you desire; otherwise, -# all submissions are considered to be in the public domain) -# Some licenses may incorporate the "Written by" information -# above, and if so, that line can be omitted -# We strongly suggest *not* using GPL for scripts, as it requires -# a copy of the GPL to be distributed with it. Since the GPL -# itself is longer than any build script will be, this just doesn't -# make good sense... +# Copyright +# 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. # |-----------------------------------------------------------------| # # REMOVE THIS ENTIRE BLOCK OF TEXT # # +# A license is required, and we strongly suggest you use the above +# BSD/MIT style license. We DO NOT accept "Public Domain" scripts. +# Public domain is not valid in some countries, and no license is +# worse than a "bad" license in those countries. +# # This template is not meant to be a 'cut and paste' script to # enable any random user to make a working package. While # we're certainly not discouraging use of this template, if diff --git a/rubygem-template.SlackBuild b/rubygem-template.SlackBuild index 7f66cfa..4a2cba4 100644 --- a/rubygem-template.SlackBuild +++ b/rubygem-template.SlackBuild @@ -2,20 +2,34 @@ # Slackware build script for -# Written by (your name) (your contact information) - -# (add license information here if you desire; otherwise, -# all submissions are considered to be in the public domain) -# Some licenses may incorporate the "Written by" information -# above, and if so, that line can be omitted -# We strongly suggest *not* using GPL for scripts, as it requires -# a copy of the GPL to be distributed with it. Since the GPL -# itself is longer than any build script will be, this just doesn't -# make good sense... +# Copyright +# 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. # |-----------------------------------------------------------------| # # REMOVE THIS ENTIRE BLOCK OF TEXT # # +# A license is required, and we strongly suggest you use the above +# BSD/MIT style license. We DO NOT accept "Public Domain" scripts. +# Public domain is not valid in some countries, and no license is +# worse than a "bad" license in those countries. +# # This template is not meant to be a 'cut and paste' script to # enable any random user to make a working package. While # we're certainly not discouraging use of this template, if -- cgit v1.2.3