diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/functions.sh | 4 | ||||
-rwxr-xr-x | sh/gendepends.sh | 4 | ||||
-rw-r--r-- | sh/init-common-post.sh | 4 | ||||
-rwxr-xr-x | sh/net.sh | 4 | ||||
-rwxr-xr-x | sh/rc-functions.sh | 4 | ||||
-rw-r--r-- | sh/rc-mount.sh | 4 | ||||
-rwxr-xr-x | sh/runscript.sh | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sh/functions.sh b/sh/functions.sh index 56af00f2..effce67d 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 <roy@marples.name> +# 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 de12bc2c..0fd5b199 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 <roy@marples.name> +# 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 ca61d093..a246a846 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 <roy@marples.name> +# 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 @@ -1,6 +1,6 @@ #!/sbin/runscript -# Copyright 2007-2008 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples <roy@marples.name> +# 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 66a26f4d..2a57709c 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 <roy@marples.name> +# 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 5e791b7a..56a8f789 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 <roy@marples.name> +# 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 eea9a3ee..a59584ce 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 <roy@marples.name> +# All rights reserved. Released under the 2-clause BSD license. . /etc/init.d/functions.sh . "${RC_LIBDIR}"/sh/rc-functions.sh |