oliver@144: #!/bin/env python oliver@144: # -*- coding: utf-8 -*- oliver@144: oliver@144: # ------------------------------------------------------------ oliver@144: # opensecurity package file oliver@144: # oliver@144: # Autor: Mihai Bartha, oliver@144: # Oliver Maurhart, oliver@144: # oliver@239: # Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology oliver@144: # oliver@144: # oliver@240: # X-Net Services GmbH oliver@239: # Elisabethstrasse 1 oliver@239: # 4020 Linz oliver@239: # AUSTRIA oliver@239: # https://www.x-net.at oliver@239: # oliver@239: # AIT Austrian Institute of Technology oliver@239: # Donau City Strasse 1 oliver@239: # 1220 Wien oliver@239: # AUSTRIA oliver@239: # http://www.ait.ac.at oliver@239: # oliver@239: # oliver@239: # Licensed under the Apache License, Version 2.0 (the "License"); oliver@239: # you may not use this file except in compliance with the License. oliver@239: # You may obtain a copy of the License at oliver@239: # oliver@239: # http://www.apache.org/licenses/LICENSE-2.0 oliver@239: # oliver@239: # Unless required by applicable law or agreed to in writing, software oliver@239: # distributed under the License is distributed on an "AS IS" BASIS, oliver@239: # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. oliver@239: # See the License for the specific language governing permissions and oliver@239: # limitations under the License. oliver@144: # ------------------------------------------------------------ oliver@144: oliver@144: # public modules oliver@144: __all__ = [] oliver@144: oliver@144: # package metadata oliver@144: __author__ = 'The OpenSecurity Consortium' oliver@144: __copyright__ = 'Copyright 2014 The OpenSecurity Consortium' oliver@144: __license__ = 'GPL v3' oliver@144: __title__ = 'opensecurity' oliver@247: __version__ = '0.2.12' oliver@144: