summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2011-04-05 05:43:19 +0000
committeragc <agc@pkgsrc.org>2011-04-05 05:43:19 +0000
commit7dc98a08cb91a5c363544c4bdd15db4d557ed010 (patch)
tree7cebbf1bc2ccf57a64eff8e01ba9f895e9a9c78c /bootstrap
parent32b0e368305bf30a12d1f98ef77165251e0fd8da (diff)
downloadpkgsrc-7dc98a08cb91a5c363544c4bdd15db4d557ed010.tar.gz
Move this file to a 2-clause BSD license.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap34
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