diff -r 57ad4aea86dd -r 0c88ae943fa6 src/IkarusScanner.py --- a/src/IkarusScanner.py Mon Feb 24 16:47:02 2014 +0100 +++ b/src/IkarusScanner.py Tue Nov 04 14:24:02 2014 +0100 @@ -1,5 +1,45 @@ #!/usr/bin/python +# ------------------------------------------------------------ +# opensecurity package file +# +# Autor: Karlberger Christoph +# X-Net Services GmbH +# +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology +# +# IKARUS Security Software GmbH +# Blechturmgasse 11 +# 1050 Wien +# AUSTRIA +# http://www.ikarussecurity.com +# +# X-Net Technologies GmbH +# Elisabethstrasse 1 +# 4020 Linz +# AUSTRIA +# https://www.x-net.at +# +# AIT Austrian Institute of Technology +# Donau City Strasse 1 +# 1220 Wien +# AUSTRIA +# http://www.ait.ac.at +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------ + import ConfigParser import sys