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