OpenSecurity/bin/download_initial_image.sh
changeset 240 d7ef04254e9c
parent 225 e68561e69f86
child 250 7310daa5a362
     1.1 --- a/OpenSecurity/bin/download_initial_image.sh	Mon Sep 29 11:55:16 2014 +0200
     1.2 +++ b/OpenSecurity/bin/download_initial_image.sh	Wed Oct 29 15:18:22 2014 +0100
     1.3 @@ -1,13 +1,40 @@
     1.4  #!/bin/bash
     1.5  
     1.6  # ------------------------------------------------------------
     1.7 +# download_initial_image.sh
     1.8 +#
     1.9  # download initial VM for
    1.10  #
    1.11 -#       OpenSecurity V0.2.10
    1.12 -#
    1.13 -# (C)opyright 2014, AIT Austrian Instiitute of Technology
    1.14 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.15 +# 
    1.16 +# 
    1.17 +#     X-Net Services GmbH
    1.18 +#     Elisabethstrasse 1
    1.19 +#     4020 Linz
    1.20 +#     AUSTRIA
    1.21 +#     https://www.x-net.at
    1.22 +# 
    1.23 +#     AIT Austrian Institute of Technology
    1.24 +#     Donau City Strasse 1
    1.25 +#     1220 Wien
    1.26 +#     AUSTRIA
    1.27 +#     http://www.ait.ac.at
    1.28 +# 
    1.29 +# 
    1.30 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.31 +# you may not use this file except in compliance with the License.
    1.32 +# You may obtain a copy of the License at
    1.33 +# 
    1.34 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.35 +# 
    1.36 +# Unless required by applicable law or agreed to in writing, software
    1.37 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.38 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.39 +# See the License for the specific language governing permissions and
    1.40 +# limitations under the License.
    1.41  # ------------------------------------------------------------
    1.42  
    1.43 +
    1.44  # ------------------------------------------------------------
    1.45  # code
    1.46