diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-12 19:28:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-12 19:28:02 +0000 |
commit | cbf5bdf8e23d2cfc023f97906f1ab6eb00ba615c (patch) | |
tree | 5055775301be49451be7680128a2ae7d76bc385f /mk | |
parent | 89b5ee06fc6d55fd47d03e194f6bdb443eb13ec9 (diff) | |
download | pkgsrc-cbf5bdf8e23d2cfc023f97906f1ab6eb00ba615c.tar.gz |
Change my non-standard copyright header to a BSD-style one.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/build | 34 | ||||
-rw-r--r-- | mk/bulk/printdepends | 35 |
2 files changed, 62 insertions, 7 deletions
diff --git a/mk/bulk/build b/mk/bulk/build index de0161977ed..e4930ae7134 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -1,9 +1,37 @@ #!/bin/sh -# $NetBSD: build,v 1.10 2001/03/19 11:25:39 dmcmahill Exp $ +# $NetBSD: build,v 1.11 2001/10/12 19:28:02 hubertf Exp $ + # -# Do builk build +# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org> +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 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 Hubert Feyrer for +# the NetBSD Project. +# +# 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. # -# (c) 2000 Hubert Feyrer, All Rights Reserved. + +# +# Do builk build # echo Bulk build started: `date` diff --git a/mk/bulk/printdepends b/mk/bulk/printdepends index 049034b529b..3b11fd623bb 100644 --- a/mk/bulk/printdepends +++ b/mk/bulk/printdepends @@ -1,12 +1,39 @@ #!/bin/sh -# $NetBSD: printdepends,v 1.7 2001/07/13 15:14:57 dmcmahill Exp $ +# $NetBSD: printdepends,v 1.8 2001/10/12 19:28:02 hubertf Exp $ + +# +# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@netbsd.org> +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 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 Hubert Feyrer for +# the NetBSD Project. +# +# 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. +# + # # Print list of pkg dependencies suitable for tsort(1). # Start in /usr/pkgsrc. # -# (c) Copyright 2000 Hubert Feyrer <hubertf@netbsd.org>. -# All rights reserved. -# # /usr/pkgsrc cwd=$PWD |