summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-29 19:46:31 -0400
committerMike Frysinger <vapier@gentoo.org>2011-06-29 19:46:31 -0400
commitd0bc4f20adfe4392639ddda6721850fdc74ea123 (patch)
treeb5cae064eab343c9485b933961a59c257d680fa0 /sh
parentb6766c25442bf75a4cf8e65b53a252831c356022 (diff)
downloadopenrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.gz
openrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.bz2
openrc-d0bc4f20adfe4392639ddda6721850fdc74ea123.tar.xz
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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.in2
-rw-r--r--sh/rc-functions.sh.in2
-rw-r--r--sh/rc-mount.sh2
-rw-r--r--sh/runscript.sh.in2
9 files changed, 9 insertions, 9 deletions
diff --git a/sh/functions.sh.in b/sh/functions.sh.in
index ef8281e..0f0e1a9 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 95a7b48..8858bac 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 0649cb3..6001fe9 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 a1f5f8a..f546951 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 de3b436..25b46a4 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 21757fd..b357434 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 a3de2c1..02f84b4 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 da2e20e..b3c9bf6 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 71935a0..a3f387e 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()
{