OpenSecurity/bin/download-image.pyw
changeset 240 d7ef04254e9c
parent 86 a169498c5314
     1.1 --- a/OpenSecurity/bin/download-image.pyw	Mon Mar 03 15:05:17 2014 +0100
     1.2 +++ b/OpenSecurity/bin/download-image.pyw	Wed Oct 29 15:18:22 2014 +0100
     1.3 @@ -6,26 +6,33 @@
     1.4  # 
     1.5  # download the initial OsecVM.ova image
     1.6  #
     1.7 -# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
     1.8 -#
     1.9 -# Copyright (C) 2014 AIT Austrian Institute of Technology
    1.10 -# AIT Austrian Institute of Technology GmbH
    1.11 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.12 -# http://www.ait.ac.at
    1.13 -#
    1.14 -# This program is free software; you can redistribute it and/or
    1.15 -# modify it under the terms of the GNU General Public License
    1.16 -# as published by the Free Software Foundation version 2.
    1.17 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.18  # 
    1.19 -# This program is distributed in the hope that it will be useful,
    1.20 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.21 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.22 -# GNU General Public License for more details.
    1.23  # 
    1.24 -# You should have received a copy of the GNU General Public License
    1.25 -# along with this program; if not, write to the Free Software
    1.26 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.27 -# Boston, MA  02110-1301, USA.
    1.28 +#     X-Net Services GmbH
    1.29 +#     Elisabethstrasse 1
    1.30 +#     4020 Linz
    1.31 +#     AUSTRIA
    1.32 +#     https://www.x-net.at
    1.33 +# 
    1.34 +#     AIT Austrian Institute of Technology
    1.35 +#     Donau City Strasse 1
    1.36 +#     1220 Wien
    1.37 +#     AUSTRIA
    1.38 +#     http://www.ait.ac.at
    1.39 +# 
    1.40 +# 
    1.41 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.42 +# you may not use this file except in compliance with the License.
    1.43 +# You may obtain a copy of the License at
    1.44 +# 
    1.45 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.46 +# 
    1.47 +# Unless required by applicable law or agreed to in writing, software
    1.48 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.49 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.50 +# See the License for the specific language governing permissions and
    1.51 +# limitations under the License.
    1.52  # ------------------------------------------------------------
    1.53  
    1.54