diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 15:31:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 15:31:10 +0000 |
commit | fec312d4482e17328394f3e87b4ad28b1f062b7f (patch) | |
tree | 7ebb4ad0f5f65fb49fccea32ed416fa2daf31e77 /etc.BSD | |
parent | 5de53f176c8c650017052722bd61368d08023f82 (diff) |
Update copyrights, my email and license.
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 |