diff options
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 f44d9acb..5c7c09f4 100644 --- a/etc/rc.devd +++ b/etc/rc.devd @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # Inform RC that we are in the background and hotplugged @@ -1,5 +1,5 @@ #!@SHELL@ -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 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@ diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index f3b8568e..e0231c73 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -1,5 +1,5 @@ #!@SHELL@ -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # Handle interrupts |