OpenSecurity/bin/test_vmmanager.pyw
changeset 240 d7ef04254e9c
parent 234 216da9017f8f
child 252 824ae4324f57
     1.1 --- a/OpenSecurity/bin/test_vmmanager.pyw	Thu Oct 02 13:08:09 2014 +0100
     1.2 +++ b/OpenSecurity/bin/test_vmmanager.pyw	Wed Oct 29 15:18:22 2014 +0100
     1.3 @@ -2,30 +2,39 @@
     1.4  # -*- coding: utf-8 -*-
     1.5  
     1.6  # ------------------------------------------------------------
     1.7 -# opensecurityd
     1.8 +# test_vmmanger
     1.9 +#
    1.10 +# test the open security vmmanager
    1.11  #   
    1.12 -# the opensecurityd as RESTful server
    1.13 -#
    1.14  # Autor: Mihai Bartha, <mihai.bartha@ait.ac.at>       
    1.15  #
    1.16 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    1.17 -# AIT Austrian Institute of Technology GmbH
    1.18 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.19 -# http://www.ait.ac.at
    1.20 -#
    1.21 -# This program is free software; you can redistribute it and/or
    1.22 -# modify it under the terms of the GNU General Public License
    1.23 -# as published by the Free Software Foundation version 2.
    1.24 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.25  # 
    1.26 -# This program is distributed in the hope that it will be useful,
    1.27 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.28 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.29 -# GNU General Public License for more details.
    1.30  # 
    1.31 -# You should have received a copy of the GNU General Public License
    1.32 -# along with this program; if not, write to the Free Software
    1.33 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.34 -# Boston, MA  02110-1301, USA.
    1.35 +#     X-Net Services GmbH
    1.36 +#     Elisabethstrasse 1
    1.37 +#     4020 Linz
    1.38 +#     AUSTRIA
    1.39 +#     https://www.x-net.at
    1.40 +# 
    1.41 +#     AIT Austrian Institute of Technology
    1.42 +#     Donau City Strasse 1
    1.43 +#     1220 Wien
    1.44 +#     AUSTRIA
    1.45 +#     http://www.ait.ac.at
    1.46 +# 
    1.47 +# 
    1.48 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.49 +# you may not use this file except in compliance with the License.
    1.50 +# You may obtain a copy of the License at
    1.51 +# 
    1.52 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.53 +# 
    1.54 +# Unless required by applicable law or agreed to in writing, software
    1.55 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.56 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.57 +# See the License for the specific language governing permissions and
    1.58 +# limitations under the License.
    1.59  # ------------------------------------------------------------
    1.60  
    1.61  
    1.62 @@ -227,4 +236,4 @@
    1.63      
    1.64      
    1.65      #cmd = "c:\\cygwin64\\bin\\bash.exe --login -c \"/bin/ls\""
    1.66 -    #man.execute(cmd)
    1.67 \ No newline at end of file
    1.68 +    #man.execute(cmd)