summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-05-01 15:11:40 +0100
committerRoy Marples <roy@marples.name>2009-05-01 15:11:40 +0100
commit658a22063820b6f3ebbae13e54bd98df529a6eef (patch)
treee0b6580bef136e7ee25e7008baa8c5693bcb87b4 /sh
parentb32c9c1139340980692bb7a1a7a79bb7f93e61d7 (diff)
downloadopenrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.gz
openrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.bz2
openrc-658a22063820b6f3ebbae13e54bd98df529a6eef.tar.xz
Add (c) to Copyright
Diffstat (limited to 'sh')
-rw-r--r--sh/functions.sh.in2
-rw-r--r--sh/gendepends.sh.in2
-rw-r--r--sh/init-common-post.sh.in2
-rw-r--r--sh/init-early.sh.Linux.in2
-rw-r--r--sh/init.sh.BSD.in2
-rw-r--r--sh/init.sh.Linux.in4
-rw-r--r--sh/rc-functions.sh.in4
-rw-r--r--sh/rc-mount.sh2
-rw-r--r--sh/runscript.sh.in2
9 files changed, 11 insertions, 11 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in
index 3f41f8f..32fd92a 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 f18e528..98443b6 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 f9e3aa3..10ec954 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 3e29fb8..a533d52 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 c3c6d51..2472825 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 3fe0374..b98a570 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 ebdb768..6e1ef01 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 8c952f9..3b80c8c 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 abdaacb..a8172dc 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