diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/functions.sh.in | 2 | ||||
-rw-r--r-- | sh/gendepends.sh.in | 2 | ||||
-rw-r--r-- | sh/init-common-post.sh.in | 2 | ||||
-rw-r--r-- | sh/init-early.sh.Linux.in | 2 | ||||
-rw-r--r-- | sh/init.sh.BSD.in | 2 | ||||
-rw-r--r-- | sh/init.sh.Linux.in | 2 | ||||
-rw-r--r-- | sh/rc-functions.sh.in | 2 | ||||
-rw-r--r-- | sh/rc-mount.sh | 2 | ||||
-rw-r--r-- | sh/runscript.sh.in | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in index ef8281e4..0f0e1a94 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# 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.in b/sh/gendepends.sh.in index 95a7b481..8858bacd 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -2,7 +2,7 @@ # Shell wrapper to list our dependencies # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. . @SYSCONFDIR@/init.d/functions.sh . @LIBEXECDIR@/sh/rc-functions.sh diff --git a/sh/init-common-post.sh.in b/sh/init-common-post.sh.in index 0649cb31..6001fe9c 100644 --- a/sh/init-common-post.sh.in +++ b/sh/init-common-post.sh.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # mount $RC_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/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in index a1f5f8a0..f5469511 100644 --- a/sh/init-early.sh.Linux.in +++ b/sh/init-early.sh.Linux.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. : ${CONSOLE:=/dev/console} : ${RC_LIBEXECDIR:=@LIBEXECDIR@} diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in index de3b4366..25b46a4d 100644 --- a/sh/init.sh.BSD.in +++ b/sh/init.sh.BSD.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # This basically mounts $svcdir as a ramdisk, but preserving its content # which allows us to run depscan.sh diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 21757fde..b3574344 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -1,7 +1,7 @@ #!@SHELL@ # Copyright (c) 1999-2007 Gentoo Foundation # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # This basically mounts $RC_SVCDIR as a ramdisk. # The tricky part is finding something our kernel supports diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index a3de2c17..02f84b47 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -1,6 +1,6 @@ # Copyright (c) 2007 Gentoo Foundation # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. has_addon() { diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh index da2e20e0..b3c9bf63 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Declare this here so that no formatting doesn't affect the embedded newline __IFS=" diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 71935a08..a3f387eb 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -2,7 +2,7 @@ # Shell wrapper for runscript # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. sourcex() { |