# HG changeset patch # User Oliver Maurhart # Date 1414591362 -3600 # Node ID bfac95f9ac41625d652eb80aebdb8e9ee06d5c65 # Parent d33edf5c27178abb558c9a84855fed06d591ffae started lizenz changes diff -r d33edf5c2717 -r bfac95f9ac41 OpenSecurity.iss --- a/OpenSecurity.iss Tue Oct 28 15:20:42 2014 +0100 +++ b/OpenSecurity.iss Wed Oct 29 15:02:42 2014 +0100 @@ -2,6 +2,36 @@ ; OpenSecurity setup file for use with ; Inno Setup Compiler (http://www.jrsoftware.org/isinfo.php) +; OpenSecurity +; ============ +; +; Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology +; +; +; X-Net Technologies GmbH +; Elisabethstrasse 1 +; 4020 Linz +; AUSTRIA +; +; AIT Austrian Institute of Technology +; Donau City Strasse 1 +; 1220 Wien +; AUSTRIA +; +; +; 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. + + [Setup] AppName=OpenSecurity AppContact=AIT Austrian Institute of Technology diff -r d33edf5c2717 -r bfac95f9ac41 OpenSecurity/Lizenz.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OpenSecurity/Lizenz.txt Wed Oct 29 15:02:42 2014 +0100 @@ -0,0 +1,30 @@ + OpenSecurity + ============ + +Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology + + + X-Net Services 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. diff -r d33edf5c2717 -r bfac95f9ac41 OpenSecurity/bin/__init__.py --- a/OpenSecurity/bin/__init__.py Tue Oct 28 15:20:42 2014 +0100 +++ b/OpenSecurity/bin/__init__.py Wed Oct 29 15:02:42 2014 +0100 @@ -7,27 +7,35 @@ # Autor: Mihai Bartha, # Oliver Maurhart, # -# Copyright (C) 2013 AIT Austrian Institute of Technology -# AIT Austrian Institute of Technology GmbH -# Donau-City-Strasse 1 | 1220 Vienna | Austria -# http://www.ait.ac.at -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation version 2. +# Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# 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. # ------------------------------------------------------------ - # public modules __all__ = []