OpenSecurity/bin/vmmanager.pyw
changeset 240 d7ef04254e9c
parent 238 d33edf5c2717
child 252 824ae4324f57
     1.1 --- a/OpenSecurity/bin/vmmanager.pyw	Tue Oct 28 15:20:42 2014 +0100
     1.2 +++ b/OpenSecurity/bin/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 +# the VMManager
     1.9  #   
    1.10 -# the opensecurityd as RESTful server
    1.11 +# management of the Virtual Machines
    1.12  #
    1.13  # Autor: Mihai Bartha, <mihai.bartha@ait.ac.at>
    1.14  #
    1.15 -# Copyright (C) 2013 AIT Austrian Institute of Technology
    1.16 -# AIT Austrian Institute of Technology GmbH
    1.17 -# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.18 -# http://www.ait.ac.at
    1.19 -#
    1.20 -# This program is free software; you can redistribute it and/or
    1.21 -# modify it under the terms of the GNU General Public License
    1.22 -# as published by the Free Software Foundation version 2.
    1.23 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.24  # 
    1.25 -# This program is distributed in the hope that it will be useful,
    1.26 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.27 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.28 -# GNU General Public License for more details.
    1.29  # 
    1.30 -# You should have received a copy of the GNU General Public License
    1.31 -# along with this program; if not, write to the Free Software
    1.32 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.33 -# Boston, MA  02110-1301, USA.
    1.34 +#     X-Net Services GmbH
    1.35 +#     Elisabethstrasse 1
    1.36 +#     4020 Linz
    1.37 +#     AUSTRIA
    1.38 +#     https://www.x-net.at
    1.39 +# 
    1.40 +#     AIT Austrian Institute of Technology
    1.41 +#     Donau City Strasse 1
    1.42 +#     1220 Wien
    1.43 +#     AUSTRIA
    1.44 +#     http://www.ait.ac.at
    1.45 +# 
    1.46 +# 
    1.47 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.48 +# you may not use this file except in compliance with the License.
    1.49 +# You may obtain a copy of the License at
    1.50 +# 
    1.51 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.52 +# 
    1.53 +# Unless required by applicable law or agreed to in writing, software
    1.54 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.55 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.56 +# See the License for the specific language governing permissions and
    1.57 +# limitations under the License.
    1.58  # ------------------------------------------------------------
    1.59  
    1.60  
    1.61 @@ -1197,4 +1206,4 @@
    1.62              self.vmm.updateTemplate()
    1.63          except:
    1.64              import_logger.info("Initial import failed. Refer to service log for details.")
    1.65 -        self.vmm.start(force=True)
    1.66 \ No newline at end of file
    1.67 +        self.vmm.start(force=True)