diff options
Diffstat (limited to 'etc.BSD')
-rw-r--r-- | etc.BSD/rc.in | 4 | ||||
-rw-r--r-- | etc.BSD/rc.shutdown.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc.BSD/rc.in b/etc.BSD/rc.in index c7d343c5..255ff72e 100644 --- a/etc.BSD/rc.in +++ b/etc.BSD/rc.in @@ -1,6 +1,6 @@ #!/bin/sh -# 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. # If $TERM is not set then assume default of @TERM@ # This gives us a nice colour boot :) diff --git a/etc.BSD/rc.shutdown.in b/etc.BSD/rc.shutdown.in index 49c512f9..b531f308 100644 --- a/etc.BSD/rc.shutdown.in +++ b/etc.BSD/rc.shutdown.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2007 Roy Marples -# All rights reserved +# Copyright 2007-2008 Roy Marples <roy@marples.name> +# All rights reserved. Released under the 2-clause BSD license. # Handle interrupts trap : SIGINT SIGQUIT |