diff options
Diffstat (limited to 'create-installer')
-rwxr-xr-x | create-installer | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/create-installer b/create-installer index 50075f9..0bd5038 100755 --- a/create-installer +++ b/create-installer @@ -1,4 +1,17 @@ #!/bin/bash +# ----------------------------------------------------------------------------- +# Copyright (c) 2011 - OpenSLX GmbH +# +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org +# +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# PreBoot USB stick preparation utility +# ----------------------------------------------------------------------------- ROOT_DIR=$(dirname $(readlink -f $0)) |