diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 08:21:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 08:21:17 -0500 |
commit | dd3906d5ba40d9b817320b1af34ea7dbeaa7ed17 (patch) | |
tree | be721dc355d69604413e30a84fb23ffa50c772d0 | |
parent | c2d824368b0325260eefe58e3d60e01a949177be (diff) |
*.SlackBuild: strongly suggest BSD/MIT license
-rw-r--r-- | autotools-template.SlackBuild | 34 | ||||
-rw-r--r-- | cmake-template.SlackBuild | 34 | ||||
-rw-r--r-- | perl-template.SlackBuild | 34 | ||||
-rw-r--r-- | python-template.SlackBuild | 34 | ||||
-rw-r--r-- | 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 <appname> -# 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 <year> <you> <where you live> +# 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 <appname> -# 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 <year> <you> <where you live> +# 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 <appname> -# 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 <year> <you> <where you live> +# 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 <appname> -# 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 <year> <you> <where you live> +# 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 <appname> -# 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 <year> <you> <where you live> +# 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 |