src/IkarusScanner.py
changeset 2 0c88ae943fa6
parent 1 57ad4aea86dd
     1.1 --- a/src/IkarusScanner.py	Mon Feb 24 16:47:02 2014 +0100
     1.2 +++ b/src/IkarusScanner.py	Tue Nov 04 14:24:02 2014 +0100
     1.3 @@ -1,5 +1,45 @@
     1.4  #!/usr/bin/python
     1.5  
     1.6 +# ------------------------------------------------------------
     1.7 +# opensecurity package file
     1.8 +#
     1.9 +# Autor:  Karlberger Christoph <Karlberger.C@ikarus.at>
    1.10 +#         X-Net Services GmbH <office@x-net.at>
    1.11 +#
    1.12 +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.13 +#
    1.14 +#     IKARUS Security Software GmbH
    1.15 +#     Blechturmgasse 11
    1.16 +#     1050 Wien
    1.17 +#     AUSTRIA
    1.18 +#     http://www.ikarussecurity.com
    1.19 +#
    1.20 +#     X-Net Technologies GmbH
    1.21 +#     Elisabethstrasse 1
    1.22 +#     4020 Linz
    1.23 +#     AUSTRIA
    1.24 +#     https://www.x-net.at
    1.25 +#
    1.26 +#     AIT Austrian Institute of Technology
    1.27 +#     Donau City Strasse 1
    1.28 +#     1220 Wien
    1.29 +#     AUSTRIA
    1.30 +#     http://www.ait.ac.at
    1.31 +#
    1.32 +#
    1.33 +# Licensed under the Apache License, Version 2.0 (the "License");
    1.34 +# you may not use this file except in compliance with the License.
    1.35 +# You may obtain a copy of the License at
    1.36 +#
    1.37 +#    http://www.apache.org/licenses/LICENSE-2.0
    1.38 +#
    1.39 +# Unless required by applicable law or agreed to in writing, software
    1.40 +# distributed under the License is distributed on an "AS IS" BASIS,
    1.41 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1.42 +# See the License for the specific language governing permissions and
    1.43 +# limitations under the License.
    1.44 +# ------------------------------------------------------------
    1.45 +
    1.46  import ConfigParser
    1.47  
    1.48  import sys