From fec312d4482e17328394f3e87b4ad28b1f062b7f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 15:31:10 +0000 Subject: Update copyrights, my email and license. --- sh/functions.sh | 4 ++-- sh/gendepends.sh | 4 ++-- sh/init-common-post.sh | 4 ++-- sh/net.sh | 4 ++-- sh/rc-functions.sh | 4 ++-- sh/rc-mount.sh | 4 ++-- sh/runscript.sh | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'sh') diff --git a/sh/functions.sh b/sh/functions.sh index 56af00f..effce67 100644 --- a/sh/functions.sh +++ b/sh/functions.sh @@ -1,5 +1,5 @@ -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. # Allow any sh script to work with einfo functions and friends # We also provide a few helpful functions for other programs to use diff --git a/sh/gendepends.sh b/sh/gendepends.sh index de12bc2..0fd5b19 100755 --- a/sh/gendepends.sh +++ b/sh/gendepends.sh @@ -1,8 +1,8 @@ #!/bin/sh # Shell wrapper to list our dependencies -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. . /etc/init.d/functions.sh diff --git a/sh/init-common-post.sh b/sh/init-common-post.sh index ca61d09..a246a84 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh @@ -1,5 +1,5 @@ -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. # mount $svcdir as something we can write to if it's not rw # On vservers, / is always rw at this point, so we need to clean out diff --git a/sh/net.sh b/sh/net.sh index f3e43e2..e42c086 100755 --- a/sh/net.sh +++ b/sh/net.sh @@ -1,6 +1,6 @@ #!/sbin/runscript -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. MODULESDIR="${RC_LIBDIR}/net" MODULESLIST="${RC_SVCDIR}/nettree" diff --git a/sh/rc-functions.sh b/sh/rc-functions.sh index 66a26f4..2a57709 100755 --- a/sh/rc-functions.sh +++ b/sh/rc-functions.sh @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. has_addon() { diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh index 5e791b7..56a8f78 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,5 +1,5 @@ -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. # Handy function to handle all our unmounting needs # mountinfo is a C program to actually find our mounts on our supported OS's diff --git a/sh/runscript.sh b/sh/runscript.sh index eea9a3e..a59584c 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -1,8 +1,8 @@ #!/bin/sh # Shell wrapper for runscript -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples +# All rights reserved. Released under the 2-clause BSD license. . /etc/init.d/functions.sh . "${RC_LIBDIR}"/sh/rc-functions.sh -- cgit v1.2.3