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 /sh.Linux | |
parent | 5de53f176c8c650017052722bd61368d08023f82 (diff) |
Update copyrights, my email and license.
Diffstat (limited to 'sh.Linux')
-rwxr-xr-x | sh.Linux/init-early.sh | 4 | ||||
-rwxr-xr-x | sh.Linux/init.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sh.Linux/init-early.sh b/sh.Linux/init-early.sh index 328b0a9d..784ddfda 100755 --- a/sh.Linux/init-early.sh +++ b/sh.Linux/init-early.sh @@ -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. # Try and set a font and as early as we can if [ -e /etc/runlevels/"${RC_DEFAULTLEVEL}"/consolefont \ diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh index 9acf883a..1be9b4af 100755 --- a/sh.Linux/init.sh +++ b/sh.Linux/init.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 1999-2007 Gentoo Foundation -# 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. # udev needs these functions still :/ try() |