diff options
author | agc <agc@pkgsrc.org> | 2011-04-05 05:43:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2011-04-05 05:43:19 +0000 |
commit | 3500911fe78daffa45d3647beb4c429e7372f0fb (patch) | |
tree | 7cebbf1bc2ccf57a64eff8e01ba9f895e9a9c78c /bootstrap | |
parent | eeef05c32d8d7b9b5253381e268a0f2645176494 (diff) | |
download | pkgsrc-3500911fe78daffa45d3647beb4c429e7372f0fb.tar.gz |
Move this file to a 2-clause BSD license.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 5acdb218e62..7f3ef31c14f 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,9 +1,9 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.164 2011/03/22 08:39:30 tron Exp $ +# $NetBSD: bootstrap,v 1.165 2011/04/05 05:43:19 agc Exp $ # -# -# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. +# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> +# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -13,25 +13,17 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by Alistair G. Crooks -# for the NetBSD project. -# 4. The name of the author may not be used to endorse or promote -# products derived from this software without specific prior written -# permission. # -# 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. +# 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. # #set -x |