summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/rc.devd2
-rw-r--r--etc/rc.in2
-rw-r--r--etc/rc.shutdown.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.devd b/etc/rc.devd
index 5c7c09f..272a413 100644
--- a/etc/rc.devd
+++ b/etc/rc.devd
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
+# Released under the 2-clause BSD license.
# Inform RC that we are in the background and hotplugged
export IN_BACKGROUND=yes
diff --git a/etc/rc.in b/etc/rc.in
index d267bec..a58ff1e 100644
--- a/etc/rc.in
+++ b/etc/rc.in
@@ -1,6 +1,6 @@
#!@SHELL@
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
+# Released under the 2-clause BSD license.
# If $TERM is not set then assume default of @TERM@
# This gives us a nice colour boot :)
diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in
index 115f212..92aef92 100644
--- a/etc/rc.shutdown.in
+++ b/etc/rc.shutdown.in
@@ -1,6 +1,6 @@
#!@SHELL@
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
+# Released under the 2-clause BSD license.
# Handle interrupts
trap : SIGINT SIGQUIT