summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
committerRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
commitfec312d4482e17328394f3e87b4ad28b1f062b7f (patch)
tree7ebb4ad0f5f65fb49fccea32ed416fa2daf31e77 /sh
parent5de53f176c8c650017052722bd61368d08023f82 (diff)
downloadopenrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.gz
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.bz2
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.xz
Update copyrights, my email and license.
Diffstat (limited to 'sh')
-rw-r--r--sh/functions.sh4
-rwxr-xr-xsh/gendepends.sh4
-rw-r--r--sh/init-common-post.sh4
-rwxr-xr-xsh/net.sh4
-rwxr-xr-xsh/rc-functions.sh4
-rw-r--r--sh/rc-mount.sh4
-rwxr-xr-xsh/runscript.sh4
7 files changed, 14 insertions, 14 deletions
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 <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 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 <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 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 <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
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 <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 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 <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 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 <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 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 <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
. /etc/init.d/functions.sh
. "${RC_LIBDIR}"/sh/rc-functions.sh