diff options
author | Roy Marples <roy@marples.name> | 2009-05-01 15:11:40 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-05-01 15:11:40 +0100 |
commit | 658a22063820b6f3ebbae13e54bd98df529a6eef (patch) | |
tree | e0b6580bef136e7ee25e7008baa8c5693bcb87b4 /sh | |
parent | b32c9c1139340980692bb7a1a7a79bb7f93e61d7 (diff) |
Add (c) to Copyright
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 | 4 | ||||
-rw-r--r-- | sh/rc-functions.sh.in | 4 | ||||
-rw-r--r-- | sh/rc-mount.sh | 2 | ||||
-rw-r--r-- | sh/runscript.sh.in | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in index 3f41f8fc..32fd92a3 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -1,4 +1,4 @@ -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 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 diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in index f18e5284..98443b62 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -1,7 +1,7 @@ #!@SHELL@ # Shell wrapper to list our dependencies -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. . @SYSCONFDIR@/init.d/functions.sh diff --git a/sh/init-common-post.sh.in b/sh/init-common-post.sh.in index f9e3aa3e..10ec9541 100644 --- a/sh/init-common-post.sh.in +++ b/sh/init-common-post.sh.in @@ -1,4 +1,4 @@ -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # mount $RC_SVCDIR as something we can write to if it's not rw diff --git a/sh/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in index 3e29fb85..a533d52b 100644 --- a/sh/init-early.sh.Linux.in +++ b/sh/init-early.sh.Linux.in @@ -1,5 +1,5 @@ #!@SHELL@ -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. : ${CONSOLE:=/dev/console} diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in index c3c6d516..2472825a 100644 --- a/sh/init.sh.BSD.in +++ b/sh/init.sh.BSD.in @@ -1,5 +1,5 @@ #!@SHELL@ -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # This basically mounts $svcdir as a ramdisk, but preserving its content diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 3fe03742..b98a5708 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -1,6 +1,6 @@ #!@SHELL@ -# Copyright 1999-2007 Gentoo Foundation -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# 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. # This basically mounts $RC_SVCDIR as a ramdisk. diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index ebdb7687..6e1ef01f 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -1,5 +1,5 @@ -# Copyright 2007 Gentoo Foundation -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007 Gentoo Foundation +# Copyright (c) 2007-2009 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 8c952f94..3b80c8c9 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,4 +1,4 @@ -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # Declare this here so that no formatting doesn't affect the embedded newline diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index abdaacb9..a8172dc4 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -1,7 +1,7 @@ #!@SHELL@ # Shell wrapper for runscript -# Copyright 2007-2009 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. . @SYSCONFDIR@/init.d/functions.sh |