diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 19:46:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-29 19:46:31 -0400 |
commit | d0bc4f20adfe4392639ddda6721850fdc74ea123 (patch) | |
tree | b5cae064eab343c9485b933961a59c257d680fa0 /etc | |
parent | b6766c25442bf75a4cf8e65b53a252831c356022 (diff) |
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.devd | 2 | ||||
-rw-r--r-- | etc/rc.in | 2 | ||||
-rw-r--r-- | etc/rc.shutdown.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.devd b/etc/rc.devd index 5c7c09f4..272a413a 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 @@ -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 115f212d..92aef92e 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 |