From d0bc4f20adfe4392639ddda6721850fdc74ea123 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2011 19:46:31 -0400 Subject: drop useless "All rights reserved" notice Signed-off-by: Mike Frysinger --- etc/rc.devd | 2 +- etc/rc.in | 2 +- etc/rc.shutdown.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') 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 -# 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 d267bec0..a58ff1eb 100644 --- a/etc/rc.in +++ b/etc/rc.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2008 Roy Marples -# 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 -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Handle interrupts trap : SIGINT SIGQUIT -- cgit v1.2.3