]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Update copyright headers after acquisition by secunet
authorTobias Brunner <tobias@strongswan.org>
Fri, 3 Jun 2022 15:52:43 +0000 (17:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 28 Jun 2022 08:22:56 +0000 (10:22 +0200)
2578 files changed:
conf/format-options.py
configure.ac
fuzz/fuzz_certs.c
fuzz/fuzz_crls.c
fuzz/fuzz_ids.c
fuzz/fuzz_pa_tnc.c
fuzz/fuzz_pb_tnc.c
fuzz/libFuzzerLocal.c
scripts/aes-test.c
scripts/bin2array.c
scripts/bin2sql.c
scripts/crypt_burn.c
scripts/dh_speed.c
scripts/dnssec.c
scripts/fetch.c
scripts/hash_burn.c
scripts/id2sql.c
scripts/key2keyid.c
scripts/keyid2sql.c
scripts/malloc_speed.c
scripts/oid2der.c
scripts/os_info.c
scripts/pubkey_speed.c
scripts/settings-test.c
scripts/thread_analysis.c
scripts/tls_test.c
src/aikgen/aikgen.c
src/charon-cmd/charon-cmd.c
src/charon-cmd/cmd/cmd_connection.c
src/charon-cmd/cmd/cmd_connection.h
src/charon-cmd/cmd/cmd_creds.c
src/charon-cmd/cmd/cmd_creds.h
src/charon-cmd/cmd/cmd_options.c
src/charon-cmd/cmd/cmd_options.h
src/charon-nm/charon-nm.c
src/charon-nm/nm/nm_backend.c
src/charon-nm/nm/nm_backend.h
src/charon-nm/nm/nm_creds.c
src/charon-nm/nm/nm_creds.h
src/charon-nm/nm/nm_handler.c
src/charon-nm/nm/nm_handler.h
src/charon-nm/nm/nm_service.c
src/charon-nm/nm/nm_service.h
src/charon-svc/charon-svc.c
src/charon-systemd/charon-systemd.c
src/charon-tkm/src/charon-tkm.c
src/charon-tkm/src/ees/ees_callbacks.c
src/charon-tkm/src/ees/ees_callbacks.h
src/charon-tkm/src/ees/esa_event_service.adb
src/charon-tkm/src/ees/esa_event_service.ads
src/charon-tkm/src/ehandler/eh_callbacks.c
src/charon-tkm/src/ehandler/eh_callbacks.h
src/charon-tkm/src/ehandler/exception_handler.adb
src/charon-tkm/src/ehandler/exception_handler.ads
src/charon-tkm/src/tkm/tkm.c
src/charon-tkm/src/tkm/tkm.h
src/charon-tkm/src/tkm/tkm_aead.c
src/charon-tkm/src/tkm/tkm_aead.h
src/charon-tkm/src/tkm/tkm_chunk_map.c
src/charon-tkm/src/tkm/tkm_chunk_map.h
src/charon-tkm/src/tkm/tkm_cred.c
src/charon-tkm/src/tkm/tkm_cred.h
src/charon-tkm/src/tkm/tkm_diffie_hellman.c
src/charon-tkm/src/tkm/tkm_diffie_hellman.h
src/charon-tkm/src/tkm/tkm_encoder.c
src/charon-tkm/src/tkm/tkm_encoder.h
src/charon-tkm/src/tkm/tkm_id_manager.c
src/charon-tkm/src/tkm/tkm_id_manager.h
src/charon-tkm/src/tkm/tkm_kernel_ipsec.c
src/charon-tkm/src/tkm/tkm_kernel_ipsec.h
src/charon-tkm/src/tkm/tkm_kernel_sad.c
src/charon-tkm/src/tkm/tkm_kernel_sad.h
src/charon-tkm/src/tkm/tkm_keymat.c
src/charon-tkm/src/tkm/tkm_keymat.h
src/charon-tkm/src/tkm/tkm_listener.c
src/charon-tkm/src/tkm/tkm_listener.h
src/charon-tkm/src/tkm/tkm_nonceg.c
src/charon-tkm/src/tkm/tkm_nonceg.h
src/charon-tkm/src/tkm/tkm_private_key.c
src/charon-tkm/src/tkm/tkm_private_key.h
src/charon-tkm/src/tkm/tkm_public_key.c
src/charon-tkm/src/tkm/tkm_public_key.h
src/charon-tkm/src/tkm/tkm_types.h
src/charon-tkm/src/tkm/tkm_utils.c
src/charon-tkm/src/tkm/tkm_utils.h
src/charon-tkm/tests/chunk_map_tests.c
src/charon-tkm/tests/diffie_hellman_tests.c
src/charon-tkm/tests/id_manager_tests.c
src/charon-tkm/tests/kernel_sad_tests.c
src/charon-tkm/tests/keymat_tests.c
src/charon-tkm/tests/nonceg_tests.c
src/charon-tkm/tests/tests.c
src/charon-tkm/tests/tests.h
src/charon-tkm/tests/utils_tests.c
src/charon/charon.c
src/checksum/checksum_builder.c
src/conftest/actions.c
src/conftest/actions.h
src/conftest/config.c
src/conftest/config.h
src/conftest/conftest.c
src/conftest/conftest.h
src/conftest/hooks/add_notify.c
src/conftest/hooks/add_payload.c
src/conftest/hooks/custom_proposal.c
src/conftest/hooks/force_cookie.c
src/conftest/hooks/hook.h
src/conftest/hooks/ignore_message.c
src/conftest/hooks/ike_auth_fill.c
src/conftest/hooks/log_id.c
src/conftest/hooks/log_ke.c
src/conftest/hooks/log_proposals.c
src/conftest/hooks/log_ts.c
src/conftest/hooks/pretend_auth.c
src/conftest/hooks/rebuild_auth.c
src/conftest/hooks/reset_seq.c
src/conftest/hooks/set_critical.c
src/conftest/hooks/set_ike_initiator.c
src/conftest/hooks/set_ike_request.c
src/conftest/hooks/set_ike_spi.c
src/conftest/hooks/set_ike_version.c
src/conftest/hooks/set_length.c
src/conftest/hooks/set_proposal_number.c
src/conftest/hooks/set_reserved.c
src/conftest/hooks/unencrypted_notify.c
src/conftest/hooks/unsort_message.c
src/frontends/android/app/src/main/AndroidManifest.xml
src/frontends/android/app/src/main/java/org/strongswan/android/data/LogContentProvider.java
src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java
src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java
src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnType.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/NetworkManager.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/SimpleFetcher.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/StrongSwanApplication.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/TrustedCertificateManager.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/VpnStateService.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/AndroidImc.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/ImcState.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/RemediationInstruction.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/Attribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/AttributeType.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/DeviceIdAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/InstalledPackagesAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PortFilterAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/SettingsAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/StringVersionAttribute.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Collector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/DeviceIdCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/InstalledPackagesCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/PortFilterCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/ProductInformationCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Protocol.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/SettingsCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/StringVersionCollector.java
src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreProvider.java
src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreSpi.java
src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateStore.java
src/frontends/android/app/src/main/java/org/strongswan/android/security/TrustedCertificateEntry.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/CertificateDeleteConfirmationDialog.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/ImcStateFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/MainActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsListFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateImportActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateListFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificatesActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileListFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileSelectActivity.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnStateFragment.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnTileService.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/CertificateIdentitiesAdapter.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/RemediationInstructionAdapter.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationEntry.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationsAdapter.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/TrustedCertificateAdapter.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/VpnProfileAdapter.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/CheckableLinearLayout.java
src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/TextInputLayoutHelper.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/BufferedByteWriter.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/Constants.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRange.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRangeSet.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/SettingsWriter.java
src/frontends/android/app/src/main/java/org/strongswan/android/utils/Utils.java
src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.c
src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.h
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.h
src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c
src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.h
src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.c
src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.h
src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c
src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.h
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.c
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.h
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.c
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.h
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.c
src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.h
src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.c
src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.h
src/frontends/android/app/src/main/res/color/checkable_text_color.xml
src/frontends/android/app/src/main/res/drawable/activated_background.xml
src/frontends/android/app/src/main/res/drawable/error_background.xml
src/frontends/android/app/src/main/res/drawable/remediation_instruction_background_large.xml
src/frontends/android/app/src/main/res/drawable/state_background.xml
src/frontends/android/app/src/main/res/layout-large/remediation_instructions.xml
src/frontends/android/app/src/main/res/layout/imc_state_fragment.xml
src/frontends/android/app/src/main/res/layout/log_activity.xml
src/frontends/android/app/src/main/res/layout/log_fragment.xml
src/frontends/android/app/src/main/res/layout/log_list_item.xml
src/frontends/android/app/src/main/res/layout/login_dialog.xml
src/frontends/android/app/src/main/res/layout/main.xml
src/frontends/android/app/src/main/res/layout/profile_detail_view.xml
src/frontends/android/app/src/main/res/layout/profile_import_view.xml
src/frontends/android/app/src/main/res/layout/profile_list_fragment.xml
src/frontends/android/app/src/main/res/layout/profile_list_item.xml
src/frontends/android/app/src/main/res/layout/remediation_instruction.xml
src/frontends/android/app/src/main/res/layout/remediation_instruction_item.xml
src/frontends/android/app/src/main/res/layout/remediation_instructions.xml
src/frontends/android/app/src/main/res/layout/selected_application_item.xml
src/frontends/android/app/src/main/res/layout/trusted_certificates_activity.xml
src/frontends/android/app/src/main/res/layout/trusted_certificates_item.xml
src/frontends/android/app/src/main/res/layout/two_line_button.xml
src/frontends/android/app/src/main/res/layout/vpn_profile_select.xml
src/frontends/android/app/src/main/res/layout/vpn_state_fragment.xml
src/frontends/android/app/src/main/res/menu/certificates.xml
src/frontends/android/app/src/main/res/menu/log.xml
src/frontends/android/app/src/main/res/menu/main.xml
src/frontends/android/app/src/main/res/menu/profile_edit.xml
src/frontends/android/app/src/main/res/menu/profile_import.xml
src/frontends/android/app/src/main/res/menu/profile_list.xml
src/frontends/android/app/src/main/res/menu/profile_list_context.xml
src/frontends/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
src/frontends/android/app/src/main/res/mipmap-anydpi-v26/ic_shortcut.xml
src/frontends/android/app/src/main/res/values-de/arrays.xml
src/frontends/android/app/src/main/res/values-de/strings.xml
src/frontends/android/app/src/main/res/values-pl/arrays.xml
src/frontends/android/app/src/main/res/values-pl/strings.xml
src/frontends/android/app/src/main/res/values-v15/styles.xml
src/frontends/android/app/src/main/res/values-v21/styles.xml
src/frontends/android/app/src/main/res/values/arrays.xml
src/frontends/android/app/src/main/res/values/attrs.xml
src/frontends/android/app/src/main/res/values/colors.xml
src/frontends/android/app/src/main/res/values/mipmaps.xml
src/frontends/android/app/src/main/res/values/strings.xml
src/frontends/android/app/src/main/res/values/styles.xml
src/frontends/android/app/src/main/res/xml/network_security_config.xml
src/frontends/android/app/src/main/res/xml/settings.xml
src/frontends/android/app/src/test/java/org/strongswan/android/test/BufferedByteWriterTest.java
src/frontends/android/app/src/test/java/org/strongswan/android/test/IPRangeSetTest.java
src/frontends/android/app/src/test/java/org/strongswan/android/test/IPRangeTest.java
src/frontends/android/app/src/test/java/org/strongswan/android/test/SettingsWriterTest.java
src/frontends/gnome/auth-dialog/main.c
src/frontends/gnome/properties/nm-strongswan-plugin.c
src/frontends/gnome/properties/nm-strongswan-plugin.h
src/frontends/gnome/properties/nm-strongswan.c
src/frontends/gnome/properties/nm-strongswan.h
src/frontends/osx/charon-xpc/charon-xpc.c
src/frontends/osx/charon-xpc/xpc_channels.c
src/frontends/osx/charon-xpc/xpc_channels.h
src/frontends/osx/charon-xpc/xpc_dispatch.c
src/frontends/osx/charon-xpc/xpc_dispatch.h
src/frontends/osx/charon-xpc/xpc_logger.c
src/frontends/osx/charon-xpc/xpc_logger.h
src/frontends/osx/strongSwan/AppDelegate.h
src/frontends/osx/strongSwan/AppDelegate.m
src/frontends/osx/strongSwan/ConnController.h
src/frontends/osx/strongSwan/ConnController.m
src/frontends/osx/strongSwan/Control.h
src/frontends/osx/strongSwan/Control.m
src/frontends/osx/strongSwan/Helper.h
src/frontends/osx/strongSwan/Helper.m
src/frontends/osx/strongSwan/LogController.h
src/frontends/osx/strongSwan/LogController.m
src/frontends/osx/strongSwan/PasswordController.h
src/frontends/osx/strongSwan/PasswordController.m
src/frontends/osx/strongSwan/main.m
src/libcharon/attributes/attribute_handler.h
src/libcharon/attributes/attribute_manager.c
src/libcharon/attributes/attribute_manager.h
src/libcharon/attributes/attribute_provider.h
src/libcharon/attributes/attributes.c
src/libcharon/attributes/attributes.h
src/libcharon/attributes/mem_pool.c
src/libcharon/attributes/mem_pool.h
src/libcharon/bus/bus.c
src/libcharon/bus/bus.h
src/libcharon/bus/listeners/custom_logger.h
src/libcharon/bus/listeners/file_logger.c
src/libcharon/bus/listeners/file_logger.h
src/libcharon/bus/listeners/listener.h
src/libcharon/bus/listeners/logger.h
src/libcharon/bus/listeners/sys_logger.c
src/libcharon/bus/listeners/sys_logger.h
src/libcharon/config/backend.h
src/libcharon/config/backend_manager.c
src/libcharon/config/backend_manager.h
src/libcharon/config/child_cfg.c
src/libcharon/config/child_cfg.h
src/libcharon/config/ike_cfg.c
src/libcharon/config/ike_cfg.h
src/libcharon/config/peer_cfg.c
src/libcharon/config/peer_cfg.h
src/libcharon/control/controller.c
src/libcharon/control/controller.h
src/libcharon/daemon.c
src/libcharon/daemon.h
src/libcharon/encoding/generator.c
src/libcharon/encoding/generator.h
src/libcharon/encoding/message.c
src/libcharon/encoding/message.h
src/libcharon/encoding/parser.c
src/libcharon/encoding/parser.h
src/libcharon/encoding/payloads/auth_payload.c
src/libcharon/encoding/payloads/auth_payload.h
src/libcharon/encoding/payloads/cert_payload.c
src/libcharon/encoding/payloads/cert_payload.h
src/libcharon/encoding/payloads/certreq_payload.c
src/libcharon/encoding/payloads/certreq_payload.h
src/libcharon/encoding/payloads/configuration_attribute.c
src/libcharon/encoding/payloads/configuration_attribute.h
src/libcharon/encoding/payloads/cp_payload.c
src/libcharon/encoding/payloads/cp_payload.h
src/libcharon/encoding/payloads/delete_payload.c
src/libcharon/encoding/payloads/delete_payload.h
src/libcharon/encoding/payloads/eap_payload.c
src/libcharon/encoding/payloads/eap_payload.h
src/libcharon/encoding/payloads/encodings.c
src/libcharon/encoding/payloads/encodings.h
src/libcharon/encoding/payloads/encrypted_fragment_payload.h
src/libcharon/encoding/payloads/encrypted_payload.c
src/libcharon/encoding/payloads/encrypted_payload.h
src/libcharon/encoding/payloads/endpoint_notify.c
src/libcharon/encoding/payloads/endpoint_notify.h
src/libcharon/encoding/payloads/fragment_payload.c
src/libcharon/encoding/payloads/fragment_payload.h
src/libcharon/encoding/payloads/hash_payload.c
src/libcharon/encoding/payloads/hash_payload.h
src/libcharon/encoding/payloads/id_payload.c
src/libcharon/encoding/payloads/id_payload.h
src/libcharon/encoding/payloads/ike_header.c
src/libcharon/encoding/payloads/ike_header.h
src/libcharon/encoding/payloads/ke_payload.c
src/libcharon/encoding/payloads/ke_payload.h
src/libcharon/encoding/payloads/nonce_payload.c
src/libcharon/encoding/payloads/nonce_payload.h
src/libcharon/encoding/payloads/notify_payload.c
src/libcharon/encoding/payloads/notify_payload.h
src/libcharon/encoding/payloads/payload.c
src/libcharon/encoding/payloads/payload.h
src/libcharon/encoding/payloads/proposal_substructure.c
src/libcharon/encoding/payloads/proposal_substructure.h
src/libcharon/encoding/payloads/sa_payload.c
src/libcharon/encoding/payloads/sa_payload.h
src/libcharon/encoding/payloads/traffic_selector_substructure.c
src/libcharon/encoding/payloads/traffic_selector_substructure.h
src/libcharon/encoding/payloads/transform_attribute.c
src/libcharon/encoding/payloads/transform_attribute.h
src/libcharon/encoding/payloads/transform_substructure.c
src/libcharon/encoding/payloads/transform_substructure.h
src/libcharon/encoding/payloads/ts_payload.c
src/libcharon/encoding/payloads/ts_payload.h
src/libcharon/encoding/payloads/unknown_payload.c
src/libcharon/encoding/payloads/unknown_payload.h
src/libcharon/encoding/payloads/vendor_id_payload.c
src/libcharon/encoding/payloads/vendor_id_payload.h
src/libcharon/kernel/kernel_handler.c
src/libcharon/kernel/kernel_handler.h
src/libcharon/kernel/kernel_interface.c
src/libcharon/kernel/kernel_interface.h
src/libcharon/kernel/kernel_ipsec.c
src/libcharon/kernel/kernel_ipsec.h
src/libcharon/kernel/kernel_listener.h
src/libcharon/kernel/kernel_net.c
src/libcharon/kernel/kernel_net.h
src/libcharon/network/receiver.c
src/libcharon/network/receiver.h
src/libcharon/network/sender.c
src/libcharon/network/sender.h
src/libcharon/network/socket.c
src/libcharon/network/socket.h
src/libcharon/network/socket_manager.c
src/libcharon/network/socket_manager.h
src/libcharon/plugins/addrblock/addrblock_narrow.c
src/libcharon/plugins/addrblock/addrblock_narrow.h
src/libcharon/plugins/addrblock/addrblock_plugin.c
src/libcharon/plugins/addrblock/addrblock_plugin.h
src/libcharon/plugins/addrblock/addrblock_validator.c
src/libcharon/plugins/addrblock/addrblock_validator.h
src/libcharon/plugins/android_dns/android_dns_handler.c
src/libcharon/plugins/android_dns/android_dns_handler.h
src/libcharon/plugins/android_dns/android_dns_plugin.c
src/libcharon/plugins/android_dns/android_dns_plugin.h
src/libcharon/plugins/android_log/android_log_logger.c
src/libcharon/plugins/android_log/android_log_logger.h
src/libcharon/plugins/android_log/android_log_plugin.c
src/libcharon/plugins/android_log/android_log_plugin.h
src/libcharon/plugins/attr/attr_plugin.c
src/libcharon/plugins/attr/attr_plugin.h
src/libcharon/plugins/attr/attr_provider.c
src/libcharon/plugins/attr/attr_provider.h
src/libcharon/plugins/attr_sql/attr_sql_plugin.c
src/libcharon/plugins/attr_sql/attr_sql_plugin.h
src/libcharon/plugins/attr_sql/attr_sql_provider.c
src/libcharon/plugins/attr_sql/attr_sql_provider.h
src/libcharon/plugins/bypass_lan/bypass_lan_listener.c
src/libcharon/plugins/bypass_lan/bypass_lan_listener.h
src/libcharon/plugins/bypass_lan/bypass_lan_plugin.c
src/libcharon/plugins/bypass_lan/bypass_lan_plugin.h
src/libcharon/plugins/certexpire/certexpire_cron.c
src/libcharon/plugins/certexpire/certexpire_cron.h
src/libcharon/plugins/certexpire/certexpire_export.c
src/libcharon/plugins/certexpire/certexpire_export.h
src/libcharon/plugins/certexpire/certexpire_listener.c
src/libcharon/plugins/certexpire/certexpire_listener.h
src/libcharon/plugins/certexpire/certexpire_plugin.c
src/libcharon/plugins/certexpire/certexpire_plugin.h
src/libcharon/plugins/connmark/connmark_listener.c
src/libcharon/plugins/connmark/connmark_listener.h
src/libcharon/plugins/connmark/connmark_plugin.c
src/libcharon/plugins/connmark/connmark_plugin.h
src/libcharon/plugins/counters/counters_listener.c
src/libcharon/plugins/counters/counters_listener.h
src/libcharon/plugins/counters/counters_plugin.c
src/libcharon/plugins/counters/counters_plugin.h
src/libcharon/plugins/counters/counters_query.h
src/libcharon/plugins/coupling/coupling_plugin.c
src/libcharon/plugins/coupling/coupling_plugin.h
src/libcharon/plugins/coupling/coupling_validator.c
src/libcharon/plugins/coupling/coupling_validator.h
src/libcharon/plugins/dhcp/dhcp_plugin.c
src/libcharon/plugins/dhcp/dhcp_plugin.h
src/libcharon/plugins/dhcp/dhcp_provider.c
src/libcharon/plugins/dhcp/dhcp_provider.h
src/libcharon/plugins/dhcp/dhcp_socket.c
src/libcharon/plugins/dhcp/dhcp_socket.h
src/libcharon/plugins/dhcp/dhcp_transaction.c
src/libcharon/plugins/dhcp/dhcp_transaction.h
src/libcharon/plugins/dnscert/dnscert_cred.c
src/libcharon/plugins/dnscert/dnscert_plugin.c
src/libcharon/plugins/duplicheck/duplicheck.c
src/libcharon/plugins/duplicheck/duplicheck_listener.c
src/libcharon/plugins/duplicheck/duplicheck_listener.h
src/libcharon/plugins/duplicheck/duplicheck_msg.h
src/libcharon/plugins/duplicheck/duplicheck_notify.c
src/libcharon/plugins/duplicheck/duplicheck_notify.h
src/libcharon/plugins/duplicheck/duplicheck_plugin.c
src/libcharon/plugins/duplicheck/duplicheck_plugin.h
src/libcharon/plugins/eap_aka/eap_aka_peer.c
src/libcharon/plugins/eap_aka/eap_aka_peer.h
src/libcharon/plugins/eap_aka/eap_aka_plugin.c
src/libcharon/plugins/eap_aka/eap_aka_plugin.h
src/libcharon/plugins/eap_aka/eap_aka_server.c
src/libcharon/plugins/eap_aka/eap_aka_server.h
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_card.c
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_card.h
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_functions.c
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_functions.h
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.c
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_plugin.h
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_provider.c
src/libcharon/plugins/eap_aka_3gpp/eap_aka_3gpp_provider.h
src/libcharon/plugins/eap_aka_3gpp/tests/suites/test_vectors.c
src/libcharon/plugins/eap_aka_3gpp/tests/tests.c
src/libcharon/plugins/eap_aka_3gpp/tests/tests.h
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_card.c
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_card.h
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_functions.c
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_functions.h
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_plugin.c
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_plugin.h
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_provider.c
src/libcharon/plugins/eap_aka_3gpp2/eap_aka_3gpp2_provider.h
src/libcharon/plugins/eap_dynamic/eap_dynamic.c
src/libcharon/plugins/eap_dynamic/eap_dynamic.h
src/libcharon/plugins/eap_dynamic/eap_dynamic_plugin.c
src/libcharon/plugins/eap_dynamic/eap_dynamic_plugin.h
src/libcharon/plugins/eap_gtc/eap_gtc.c
src/libcharon/plugins/eap_gtc/eap_gtc.h
src/libcharon/plugins/eap_gtc/eap_gtc_plugin.c
src/libcharon/plugins/eap_gtc/eap_gtc_plugin.h
src/libcharon/plugins/eap_identity/eap_identity.c
src/libcharon/plugins/eap_identity/eap_identity.h
src/libcharon/plugins/eap_identity/eap_identity_plugin.c
src/libcharon/plugins/eap_identity/eap_identity_plugin.h
src/libcharon/plugins/eap_md5/eap_md5.c
src/libcharon/plugins/eap_md5/eap_md5.h
src/libcharon/plugins/eap_md5/eap_md5_plugin.c
src/libcharon/plugins/eap_md5/eap_md5_plugin.h
src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c
src/libcharon/plugins/eap_mschapv2/eap_mschapv2.h
src/libcharon/plugins/eap_mschapv2/eap_mschapv2_plugin.c
src/libcharon/plugins/eap_mschapv2/eap_mschapv2_plugin.h
src/libcharon/plugins/eap_peap/eap_peap.c
src/libcharon/plugins/eap_peap/eap_peap.h
src/libcharon/plugins/eap_peap/eap_peap_avp.c
src/libcharon/plugins/eap_peap/eap_peap_avp.h
src/libcharon/plugins/eap_peap/eap_peap_peer.c
src/libcharon/plugins/eap_peap/eap_peap_peer.h
src/libcharon/plugins/eap_peap/eap_peap_plugin.c
src/libcharon/plugins/eap_peap/eap_peap_plugin.h
src/libcharon/plugins/eap_peap/eap_peap_server.c
src/libcharon/plugins/eap_peap/eap_peap_server.h
src/libcharon/plugins/eap_radius/eap_radius.c
src/libcharon/plugins/eap_radius/eap_radius.h
src/libcharon/plugins/eap_radius/eap_radius_accounting.c
src/libcharon/plugins/eap_radius/eap_radius_accounting.h
src/libcharon/plugins/eap_radius/eap_radius_dae.c
src/libcharon/plugins/eap_radius/eap_radius_dae.h
src/libcharon/plugins/eap_radius/eap_radius_forward.c
src/libcharon/plugins/eap_radius/eap_radius_forward.h
src/libcharon/plugins/eap_radius/eap_radius_plugin.c
src/libcharon/plugins/eap_radius/eap_radius_plugin.h
src/libcharon/plugins/eap_radius/eap_radius_provider.c
src/libcharon/plugins/eap_radius/eap_radius_provider.h
src/libcharon/plugins/eap_radius/eap_radius_xauth.c
src/libcharon/plugins/eap_radius/eap_radius_xauth.h
src/libcharon/plugins/eap_sim/eap_sim_peer.c
src/libcharon/plugins/eap_sim/eap_sim_peer.h
src/libcharon/plugins/eap_sim/eap_sim_plugin.c
src/libcharon/plugins/eap_sim/eap_sim_plugin.h
src/libcharon/plugins/eap_sim/eap_sim_server.c
src/libcharon/plugins/eap_sim/eap_sim_server.h
src/libcharon/plugins/eap_sim_file/eap_sim_file_card.c
src/libcharon/plugins/eap_sim_file/eap_sim_file_card.h
src/libcharon/plugins/eap_sim_file/eap_sim_file_plugin.c
src/libcharon/plugins/eap_sim_file/eap_sim_file_plugin.h
src/libcharon/plugins/eap_sim_file/eap_sim_file_provider.c
src/libcharon/plugins/eap_sim_file/eap_sim_file_provider.h
src/libcharon/plugins/eap_sim_file/eap_sim_file_triplets.c
src/libcharon/plugins/eap_sim_file/eap_sim_file_triplets.h
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_card.c
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_card.h
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_plugin.c
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_plugin.h
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_provider.c
src/libcharon/plugins/eap_simaka_pseudonym/eap_simaka_pseudonym_provider.h
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_card.c
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_card.h
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_plugin.c
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_plugin.h
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_provider.c
src/libcharon/plugins/eap_simaka_reauth/eap_simaka_reauth_provider.h
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_card.c
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_card.h
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_plugin.c
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_plugin.h
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_provider.c
src/libcharon/plugins/eap_simaka_sql/eap_simaka_sql_provider.h
src/libcharon/plugins/eap_tls/eap_tls.c
src/libcharon/plugins/eap_tls/eap_tls.h
src/libcharon/plugins/eap_tls/eap_tls_plugin.c
src/libcharon/plugins/eap_tls/eap_tls_plugin.h
src/libcharon/plugins/eap_tnc/eap_tnc.c
src/libcharon/plugins/eap_tnc/eap_tnc.h
src/libcharon/plugins/eap_tnc/eap_tnc_plugin.c
src/libcharon/plugins/eap_tnc/eap_tnc_plugin.h
src/libcharon/plugins/eap_ttls/eap_ttls.c
src/libcharon/plugins/eap_ttls/eap_ttls.h
src/libcharon/plugins/eap_ttls/eap_ttls_avp.c
src/libcharon/plugins/eap_ttls/eap_ttls_avp.h
src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
src/libcharon/plugins/eap_ttls/eap_ttls_peer.h
src/libcharon/plugins/eap_ttls/eap_ttls_plugin.c
src/libcharon/plugins/eap_ttls/eap_ttls_plugin.h
src/libcharon/plugins/eap_ttls/eap_ttls_server.c
src/libcharon/plugins/eap_ttls/eap_ttls_server.h
src/libcharon/plugins/error_notify/error_notify.c
src/libcharon/plugins/error_notify/error_notify_listener.c
src/libcharon/plugins/error_notify/error_notify_listener.h
src/libcharon/plugins/error_notify/error_notify_msg.h
src/libcharon/plugins/error_notify/error_notify_plugin.c
src/libcharon/plugins/error_notify/error_notify_plugin.h
src/libcharon/plugins/error_notify/error_notify_socket.c
src/libcharon/plugins/error_notify/error_notify_socket.h
src/libcharon/plugins/ext_auth/ext_auth_listener.c
src/libcharon/plugins/ext_auth/ext_auth_plugin.c
src/libcharon/plugins/farp/farp_listener.c
src/libcharon/plugins/farp/farp_listener.h
src/libcharon/plugins/farp/farp_plugin.c
src/libcharon/plugins/farp/farp_plugin.h
src/libcharon/plugins/farp/farp_spoofer.c
src/libcharon/plugins/farp/farp_spoofer.h
src/libcharon/plugins/forecast/forecast_forwarder.c
src/libcharon/plugins/forecast/forecast_forwarder.h
src/libcharon/plugins/forecast/forecast_listener.c
src/libcharon/plugins/forecast/forecast_listener.h
src/libcharon/plugins/forecast/forecast_plugin.c
src/libcharon/plugins/forecast/forecast_plugin.h
src/libcharon/plugins/ha/ha_attribute.c
src/libcharon/plugins/ha/ha_attribute.h
src/libcharon/plugins/ha/ha_cache.c
src/libcharon/plugins/ha/ha_cache.h
src/libcharon/plugins/ha/ha_child.c
src/libcharon/plugins/ha/ha_child.h
src/libcharon/plugins/ha/ha_ctl.c
src/libcharon/plugins/ha/ha_ctl.h
src/libcharon/plugins/ha/ha_dispatcher.c
src/libcharon/plugins/ha/ha_dispatcher.h
src/libcharon/plugins/ha/ha_ike.c
src/libcharon/plugins/ha/ha_ike.h
src/libcharon/plugins/ha/ha_kernel.c
src/libcharon/plugins/ha/ha_kernel.h
src/libcharon/plugins/ha/ha_message.c
src/libcharon/plugins/ha/ha_message.h
src/libcharon/plugins/ha/ha_plugin.c
src/libcharon/plugins/ha/ha_plugin.h
src/libcharon/plugins/ha/ha_segments.c
src/libcharon/plugins/ha/ha_segments.h
src/libcharon/plugins/ha/ha_socket.c
src/libcharon/plugins/ha/ha_socket.h
src/libcharon/plugins/ha/ha_tunnel.c
src/libcharon/plugins/ha/ha_tunnel.h
src/libcharon/plugins/ipseckey/ipseckey.c
src/libcharon/plugins/ipseckey/ipseckey.h
src/libcharon/plugins/ipseckey/ipseckey_cred.c
src/libcharon/plugins/ipseckey/ipseckey_cred.h
src/libcharon/plugins/ipseckey/ipseckey_plugin.c
src/libcharon/plugins/ipseckey/ipseckey_plugin.h
src/libcharon/plugins/kernel_iph/kernel_iph_net.c
src/libcharon/plugins/kernel_iph/kernel_iph_net.h
src/libcharon/plugins/kernel_iph/kernel_iph_plugin.c
src/libcharon/plugins/kernel_iph/kernel_iph_plugin.h
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.c
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_ipsec.h
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_plugin.c
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_plugin.h
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_router.c
src/libcharon/plugins/kernel_libipsec/kernel_libipsec_router.h
src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.c
src/libcharon/plugins/kernel_netlink/kernel_netlink_ipsec.h
src/libcharon/plugins/kernel_netlink/kernel_netlink_net.c
src/libcharon/plugins/kernel_netlink/kernel_netlink_net.h
src/libcharon/plugins/kernel_netlink/kernel_netlink_plugin.c
src/libcharon/plugins/kernel_netlink/kernel_netlink_plugin.h
src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c
src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.h
src/libcharon/plugins/kernel_netlink/suites/test_socket.c
src/libcharon/plugins/kernel_netlink/tests.c
src/libcharon/plugins/kernel_netlink/tests.h
src/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
src/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.h
src/libcharon/plugins/kernel_pfkey/kernel_pfkey_plugin.c
src/libcharon/plugins/kernel_pfkey/kernel_pfkey_plugin.h
src/libcharon/plugins/kernel_pfroute/kernel_pfroute_net.c
src/libcharon/plugins/kernel_pfroute/kernel_pfroute_net.h
src/libcharon/plugins/kernel_pfroute/kernel_pfroute_plugin.c
src/libcharon/plugins/kernel_pfroute/kernel_pfroute_plugin.h
src/libcharon/plugins/kernel_wfp/ipsecdump.c
src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.c
src/libcharon/plugins/kernel_wfp/kernel_wfp_compat.h
src/libcharon/plugins/kernel_wfp/kernel_wfp_ipsec.c
src/libcharon/plugins/kernel_wfp/kernel_wfp_ipsec.h
src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.c
src/libcharon/plugins/kernel_wfp/kernel_wfp_plugin.h
src/libcharon/plugins/led/led_listener.c
src/libcharon/plugins/led/led_listener.h
src/libcharon/plugins/led/led_plugin.c
src/libcharon/plugins/led/led_plugin.h
src/libcharon/plugins/load_tester/load_tester.c
src/libcharon/plugins/load_tester/load_tester_config.c
src/libcharon/plugins/load_tester/load_tester_config.h
src/libcharon/plugins/load_tester/load_tester_control.c
src/libcharon/plugins/load_tester/load_tester_control.h
src/libcharon/plugins/load_tester/load_tester_creds.c
src/libcharon/plugins/load_tester/load_tester_creds.h
src/libcharon/plugins/load_tester/load_tester_diffie_hellman.c
src/libcharon/plugins/load_tester/load_tester_diffie_hellman.h
src/libcharon/plugins/load_tester/load_tester_ipsec.c
src/libcharon/plugins/load_tester/load_tester_ipsec.h
src/libcharon/plugins/load_tester/load_tester_listener.c
src/libcharon/plugins/load_tester/load_tester_listener.h
src/libcharon/plugins/load_tester/load_tester_plugin.c
src/libcharon/plugins/load_tester/load_tester_plugin.h
src/libcharon/plugins/lookip/lookip.c
src/libcharon/plugins/lookip/lookip_listener.c
src/libcharon/plugins/lookip/lookip_listener.h
src/libcharon/plugins/lookip/lookip_msg.h
src/libcharon/plugins/lookip/lookip_plugin.c
src/libcharon/plugins/lookip/lookip_plugin.h
src/libcharon/plugins/lookip/lookip_socket.c
src/libcharon/plugins/lookip/lookip_socket.h
src/libcharon/plugins/medcli/medcli_config.c
src/libcharon/plugins/medcli/medcli_config.h
src/libcharon/plugins/medcli/medcli_creds.c
src/libcharon/plugins/medcli/medcli_creds.h
src/libcharon/plugins/medcli/medcli_listener.c
src/libcharon/plugins/medcli/medcli_listener.h
src/libcharon/plugins/medcli/medcli_plugin.c
src/libcharon/plugins/medcli/medcli_plugin.h
src/libcharon/plugins/medsrv/medsrv_config.c
src/libcharon/plugins/medsrv/medsrv_config.h
src/libcharon/plugins/medsrv/medsrv_creds.c
src/libcharon/plugins/medsrv/medsrv_creds.h
src/libcharon/plugins/medsrv/medsrv_plugin.c
src/libcharon/plugins/medsrv/medsrv_plugin.h
src/libcharon/plugins/osx_attr/osx_attr_handler.c
src/libcharon/plugins/osx_attr/osx_attr_handler.h
src/libcharon/plugins/osx_attr/osx_attr_plugin.c
src/libcharon/plugins/osx_attr/osx_attr_plugin.h
src/libcharon/plugins/p_cscf/p_cscf_handler.c
src/libcharon/plugins/p_cscf/p_cscf_handler.h
src/libcharon/plugins/p_cscf/p_cscf_plugin.c
src/libcharon/plugins/p_cscf/p_cscf_plugin.h
src/libcharon/plugins/radattr/radattr_listener.c
src/libcharon/plugins/radattr/radattr_listener.h
src/libcharon/plugins/radattr/radattr_plugin.c
src/libcharon/plugins/radattr/radattr_plugin.h
src/libcharon/plugins/resolve/resolve_handler.c
src/libcharon/plugins/resolve/resolve_handler.h
src/libcharon/plugins/resolve/resolve_plugin.c
src/libcharon/plugins/resolve/resolve_plugin.h
src/libcharon/plugins/save_keys/save_keys_listener.c
src/libcharon/plugins/selinux/selinux_listener.c
src/libcharon/plugins/selinux/selinux_listener.h
src/libcharon/plugins/selinux/selinux_plugin.c
src/libcharon/plugins/selinux/selinux_plugin.h
src/libcharon/plugins/smp/schema.xml
src/libcharon/plugins/smp/smp.c
src/libcharon/plugins/smp/smp.h
src/libcharon/plugins/socket_default/socket_default_plugin.c
src/libcharon/plugins/socket_default/socket_default_plugin.h
src/libcharon/plugins/socket_default/socket_default_socket.c
src/libcharon/plugins/socket_default/socket_default_socket.h
src/libcharon/plugins/socket_dynamic/socket_dynamic_plugin.c
src/libcharon/plugins/socket_dynamic/socket_dynamic_plugin.h
src/libcharon/plugins/socket_dynamic/socket_dynamic_socket.c
src/libcharon/plugins/socket_dynamic/socket_dynamic_socket.h
src/libcharon/plugins/socket_win/socket_win_plugin.c
src/libcharon/plugins/socket_win/socket_win_plugin.h
src/libcharon/plugins/socket_win/socket_win_socket.c
src/libcharon/plugins/socket_win/socket_win_socket.h
src/libcharon/plugins/sql/sql_config.c
src/libcharon/plugins/sql/sql_config.h
src/libcharon/plugins/sql/sql_cred.c
src/libcharon/plugins/sql/sql_cred.h
src/libcharon/plugins/sql/sql_logger.c
src/libcharon/plugins/sql/sql_logger.h
src/libcharon/plugins/sql/sql_plugin.c
src/libcharon/plugins/sql/sql_plugin.h
src/libcharon/plugins/stroke/stroke_attribute.c
src/libcharon/plugins/stroke/stroke_attribute.h
src/libcharon/plugins/stroke/stroke_ca.c
src/libcharon/plugins/stroke/stroke_ca.h
src/libcharon/plugins/stroke/stroke_config.c
src/libcharon/plugins/stroke/stroke_config.h
src/libcharon/plugins/stroke/stroke_control.c
src/libcharon/plugins/stroke/stroke_control.h
src/libcharon/plugins/stroke/stroke_counter.c
src/libcharon/plugins/stroke/stroke_counter.h
src/libcharon/plugins/stroke/stroke_cred.c
src/libcharon/plugins/stroke/stroke_cred.h
src/libcharon/plugins/stroke/stroke_handler.c
src/libcharon/plugins/stroke/stroke_handler.h
src/libcharon/plugins/stroke/stroke_list.c
src/libcharon/plugins/stroke/stroke_list.h
src/libcharon/plugins/stroke/stroke_plugin.c
src/libcharon/plugins/stroke/stroke_plugin.h
src/libcharon/plugins/stroke/stroke_socket.c
src/libcharon/plugins/stroke/stroke_socket.h
src/libcharon/plugins/systime_fix/systime_fix_plugin.c
src/libcharon/plugins/systime_fix/systime_fix_plugin.h
src/libcharon/plugins/systime_fix/systime_fix_validator.c
src/libcharon/plugins/systime_fix/systime_fix_validator.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_http.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_http.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_listener.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_plugin.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_plugin.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_renew_session_job.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_renew_session_job.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap.h
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap_msg.c
src/libcharon/plugins/tnc_ifmap/tnc_ifmap_soap_msg.h
src/libcharon/plugins/tnc_pdp/tnc_pdp.c
src/libcharon/plugins/tnc_pdp/tnc_pdp.h
src/libcharon/plugins/tnc_pdp/tnc_pdp_connections.c
src/libcharon/plugins/tnc_pdp/tnc_pdp_connections.h
src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c
src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.h
src/libcharon/plugins/uci/uci_config.c
src/libcharon/plugins/uci/uci_config.h
src/libcharon/plugins/uci/uci_control.c
src/libcharon/plugins/uci/uci_control.h
src/libcharon/plugins/uci/uci_creds.c
src/libcharon/plugins/uci/uci_creds.h
src/libcharon/plugins/uci/uci_parser.c
src/libcharon/plugins/uci/uci_parser.h
src/libcharon/plugins/uci/uci_plugin.c
src/libcharon/plugins/uci/uci_plugin.h
src/libcharon/plugins/unity/unity_handler.c
src/libcharon/plugins/unity/unity_handler.h
src/libcharon/plugins/unity/unity_narrow.c
src/libcharon/plugins/unity/unity_narrow.h
src/libcharon/plugins/unity/unity_plugin.c
src/libcharon/plugins/unity/unity_plugin.h
src/libcharon/plugins/unity/unity_provider.c
src/libcharon/plugins/unity/unity_provider.h
src/libcharon/plugins/updown/updown_handler.c
src/libcharon/plugins/updown/updown_handler.h
src/libcharon/plugins/updown/updown_listener.c
src/libcharon/plugins/updown/updown_listener.h
src/libcharon/plugins/updown/updown_plugin.c
src/libcharon/plugins/updown/updown_plugin.h
src/libcharon/plugins/vici/libvici.c
src/libcharon/plugins/vici/libvici.h
src/libcharon/plugins/vici/ruby/lib/vici.rb
src/libcharon/plugins/vici/suites/test_event.c
src/libcharon/plugins/vici/suites/test_message.c
src/libcharon/plugins/vici/suites/test_request.c
src/libcharon/plugins/vici/suites/test_socket.c
src/libcharon/plugins/vici/vici_attribute.c
src/libcharon/plugins/vici/vici_attribute.h
src/libcharon/plugins/vici/vici_authority.c
src/libcharon/plugins/vici/vici_authority.h
src/libcharon/plugins/vici/vici_builder.c
src/libcharon/plugins/vici/vici_builder.h
src/libcharon/plugins/vici/vici_cert_info.c
src/libcharon/plugins/vici/vici_cert_info.h
src/libcharon/plugins/vici/vici_config.c
src/libcharon/plugins/vici/vici_config.h
src/libcharon/plugins/vici/vici_control.c
src/libcharon/plugins/vici/vici_control.h
src/libcharon/plugins/vici/vici_cred.c
src/libcharon/plugins/vici/vici_cred.h
src/libcharon/plugins/vici/vici_dispatcher.c
src/libcharon/plugins/vici/vici_dispatcher.h
src/libcharon/plugins/vici/vici_logger.c
src/libcharon/plugins/vici/vici_logger.h
src/libcharon/plugins/vici/vici_message.c
src/libcharon/plugins/vici/vici_message.h
src/libcharon/plugins/vici/vici_plugin.c
src/libcharon/plugins/vici/vici_plugin.h
src/libcharon/plugins/vici/vici_query.c
src/libcharon/plugins/vici/vici_query.h
src/libcharon/plugins/vici/vici_socket.c
src/libcharon/plugins/vici/vici_socket.h
src/libcharon/plugins/vici/vici_tests.c
src/libcharon/plugins/vici/vici_tests.h
src/libcharon/plugins/whitelist/whitelist.c
src/libcharon/plugins/whitelist/whitelist_control.c
src/libcharon/plugins/whitelist/whitelist_control.h
src/libcharon/plugins/whitelist/whitelist_listener.c
src/libcharon/plugins/whitelist/whitelist_listener.h
src/libcharon/plugins/whitelist/whitelist_msg.h
src/libcharon/plugins/whitelist/whitelist_plugin.c
src/libcharon/plugins/whitelist/whitelist_plugin.h
src/libcharon/plugins/xauth_eap/xauth_eap.c
src/libcharon/plugins/xauth_eap/xauth_eap.h
src/libcharon/plugins/xauth_eap/xauth_eap_plugin.c
src/libcharon/plugins/xauth_eap/xauth_eap_plugin.h
src/libcharon/plugins/xauth_generic/xauth_generic.c
src/libcharon/plugins/xauth_generic/xauth_generic.h
src/libcharon/plugins/xauth_generic/xauth_generic_plugin.c
src/libcharon/plugins/xauth_generic/xauth_generic_plugin.h
src/libcharon/plugins/xauth_noauth/xauth_noauth.c
src/libcharon/plugins/xauth_noauth/xauth_noauth.h
src/libcharon/plugins/xauth_noauth/xauth_noauth_plugin.c
src/libcharon/plugins/xauth_noauth/xauth_noauth_plugin.h
src/libcharon/plugins/xauth_pam/xauth_pam.c
src/libcharon/plugins/xauth_pam/xauth_pam.h
src/libcharon/plugins/xauth_pam/xauth_pam_plugin.c
src/libcharon/plugins/xauth_pam/xauth_pam_plugin.h
src/libcharon/processing/jobs/acquire_job.c
src/libcharon/processing/jobs/acquire_job.h
src/libcharon/processing/jobs/adopt_children_job.c
src/libcharon/processing/jobs/adopt_children_job.h
src/libcharon/processing/jobs/delete_child_sa_job.c
src/libcharon/processing/jobs/delete_child_sa_job.h
src/libcharon/processing/jobs/delete_ike_sa_job.c
src/libcharon/processing/jobs/delete_ike_sa_job.h
src/libcharon/processing/jobs/dpd_timeout_job.c
src/libcharon/processing/jobs/dpd_timeout_job.h
src/libcharon/processing/jobs/inactivity_job.c
src/libcharon/processing/jobs/inactivity_job.h
src/libcharon/processing/jobs/initiate_mediation_job.c
src/libcharon/processing/jobs/initiate_mediation_job.h
src/libcharon/processing/jobs/initiate_tasks_job.c
src/libcharon/processing/jobs/initiate_tasks_job.h
src/libcharon/processing/jobs/mediation_job.c
src/libcharon/processing/jobs/mediation_job.h
src/libcharon/processing/jobs/migrate_job.c
src/libcharon/processing/jobs/migrate_job.h
src/libcharon/processing/jobs/process_message_job.c
src/libcharon/processing/jobs/process_message_job.h
src/libcharon/processing/jobs/redirect_job.c
src/libcharon/processing/jobs/redirect_job.h
src/libcharon/processing/jobs/rekey_child_sa_job.c
src/libcharon/processing/jobs/rekey_child_sa_job.h
src/libcharon/processing/jobs/rekey_ike_sa_job.c
src/libcharon/processing/jobs/rekey_ike_sa_job.h
src/libcharon/processing/jobs/retransmit_job.c
src/libcharon/processing/jobs/retransmit_job.h
src/libcharon/processing/jobs/retry_initiate_job.c
src/libcharon/processing/jobs/retry_initiate_job.h
src/libcharon/processing/jobs/roam_job.c
src/libcharon/processing/jobs/roam_job.h
src/libcharon/processing/jobs/send_dpd_job.c
src/libcharon/processing/jobs/send_dpd_job.h
src/libcharon/processing/jobs/send_keepalive_job.c
src/libcharon/processing/jobs/send_keepalive_job.h
src/libcharon/processing/jobs/start_action_job.c
src/libcharon/processing/jobs/start_action_job.h
src/libcharon/processing/jobs/update_sa_job.c
src/libcharon/processing/jobs/update_sa_job.h
src/libcharon/sa/authenticator.c
src/libcharon/sa/authenticator.h
src/libcharon/sa/child_sa.c
src/libcharon/sa/child_sa.h
src/libcharon/sa/child_sa_manager.c
src/libcharon/sa/child_sa_manager.h
src/libcharon/sa/eap/eap_inner_method.h
src/libcharon/sa/eap/eap_manager.c
src/libcharon/sa/eap/eap_manager.h
src/libcharon/sa/eap/eap_method.c
src/libcharon/sa/eap/eap_method.h
src/libcharon/sa/ike_sa.c
src/libcharon/sa/ike_sa.h
src/libcharon/sa/ike_sa_id.c
src/libcharon/sa/ike_sa_id.h
src/libcharon/sa/ike_sa_manager.c
src/libcharon/sa/ike_sa_manager.h
src/libcharon/sa/ikev1/authenticators/hybrid_authenticator.c
src/libcharon/sa/ikev1/authenticators/hybrid_authenticator.h
src/libcharon/sa/ikev1/authenticators/psk_v1_authenticator.c
src/libcharon/sa/ikev1/authenticators/psk_v1_authenticator.h
src/libcharon/sa/ikev1/authenticators/pubkey_v1_authenticator.c
src/libcharon/sa/ikev1/authenticators/pubkey_v1_authenticator.h
src/libcharon/sa/ikev1/iv_manager.c
src/libcharon/sa/ikev1/iv_manager.h
src/libcharon/sa/ikev1/keymat_v1.c
src/libcharon/sa/ikev1/keymat_v1.h
src/libcharon/sa/ikev1/phase1.c
src/libcharon/sa/ikev1/phase1.h
src/libcharon/sa/ikev1/task_manager_v1.c
src/libcharon/sa/ikev1/task_manager_v1.h
src/libcharon/sa/ikev1/tasks/aggressive_mode.c
src/libcharon/sa/ikev1/tasks/aggressive_mode.h
src/libcharon/sa/ikev1/tasks/informational.c
src/libcharon/sa/ikev1/tasks/informational.h
src/libcharon/sa/ikev1/tasks/isakmp_cert_post.c
src/libcharon/sa/ikev1/tasks/isakmp_cert_post.h
src/libcharon/sa/ikev1/tasks/isakmp_cert_pre.c
src/libcharon/sa/ikev1/tasks/isakmp_cert_pre.h
src/libcharon/sa/ikev1/tasks/isakmp_delete.c
src/libcharon/sa/ikev1/tasks/isakmp_delete.h
src/libcharon/sa/ikev1/tasks/isakmp_dpd.c
src/libcharon/sa/ikev1/tasks/isakmp_dpd.h
src/libcharon/sa/ikev1/tasks/isakmp_natd.c
src/libcharon/sa/ikev1/tasks/isakmp_natd.h
src/libcharon/sa/ikev1/tasks/isakmp_vendor.c
src/libcharon/sa/ikev1/tasks/isakmp_vendor.h
src/libcharon/sa/ikev1/tasks/main_mode.c
src/libcharon/sa/ikev1/tasks/main_mode.h
src/libcharon/sa/ikev1/tasks/mode_config.c
src/libcharon/sa/ikev1/tasks/mode_config.h
src/libcharon/sa/ikev1/tasks/quick_delete.c
src/libcharon/sa/ikev1/tasks/quick_delete.h
src/libcharon/sa/ikev1/tasks/quick_mode.c
src/libcharon/sa/ikev1/tasks/quick_mode.h
src/libcharon/sa/ikev1/tasks/xauth.c
src/libcharon/sa/ikev1/tasks/xauth.h
src/libcharon/sa/ikev2/authenticators/eap_authenticator.c
src/libcharon/sa/ikev2/authenticators/eap_authenticator.h
src/libcharon/sa/ikev2/authenticators/psk_authenticator.c
src/libcharon/sa/ikev2/authenticators/psk_authenticator.h
src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.c
src/libcharon/sa/ikev2/authenticators/pubkey_authenticator.h
src/libcharon/sa/ikev2/connect_manager.c
src/libcharon/sa/ikev2/connect_manager.h
src/libcharon/sa/ikev2/keymat_v2.c
src/libcharon/sa/ikev2/keymat_v2.h
src/libcharon/sa/ikev2/mediation_manager.c
src/libcharon/sa/ikev2/mediation_manager.h
src/libcharon/sa/ikev2/task_manager_v2.c
src/libcharon/sa/ikev2/task_manager_v2.h
src/libcharon/sa/ikev2/tasks/child_create.c
src/libcharon/sa/ikev2/tasks/child_create.h
src/libcharon/sa/ikev2/tasks/child_delete.c
src/libcharon/sa/ikev2/tasks/child_delete.h
src/libcharon/sa/ikev2/tasks/child_rekey.c
src/libcharon/sa/ikev2/tasks/child_rekey.h
src/libcharon/sa/ikev2/tasks/ike_auth.c
src/libcharon/sa/ikev2/tasks/ike_auth.h
src/libcharon/sa/ikev2/tasks/ike_auth_lifetime.c
src/libcharon/sa/ikev2/tasks/ike_auth_lifetime.h
src/libcharon/sa/ikev2/tasks/ike_cert_post.c
src/libcharon/sa/ikev2/tasks/ike_cert_post.h
src/libcharon/sa/ikev2/tasks/ike_cert_pre.c
src/libcharon/sa/ikev2/tasks/ike_cert_pre.h
src/libcharon/sa/ikev2/tasks/ike_config.c
src/libcharon/sa/ikev2/tasks/ike_config.h
src/libcharon/sa/ikev2/tasks/ike_delete.c
src/libcharon/sa/ikev2/tasks/ike_delete.h
src/libcharon/sa/ikev2/tasks/ike_dpd.c
src/libcharon/sa/ikev2/tasks/ike_dpd.h
src/libcharon/sa/ikev2/tasks/ike_init.c
src/libcharon/sa/ikev2/tasks/ike_init.h
src/libcharon/sa/ikev2/tasks/ike_me.c
src/libcharon/sa/ikev2/tasks/ike_me.h
src/libcharon/sa/ikev2/tasks/ike_mid_sync.c
src/libcharon/sa/ikev2/tasks/ike_mid_sync.h
src/libcharon/sa/ikev2/tasks/ike_mobike.c
src/libcharon/sa/ikev2/tasks/ike_mobike.h
src/libcharon/sa/ikev2/tasks/ike_natd.c
src/libcharon/sa/ikev2/tasks/ike_natd.h
src/libcharon/sa/ikev2/tasks/ike_reauth.c
src/libcharon/sa/ikev2/tasks/ike_reauth.h
src/libcharon/sa/ikev2/tasks/ike_reauth_complete.c
src/libcharon/sa/ikev2/tasks/ike_reauth_complete.h
src/libcharon/sa/ikev2/tasks/ike_redirect.c
src/libcharon/sa/ikev2/tasks/ike_redirect.h
src/libcharon/sa/ikev2/tasks/ike_rekey.c
src/libcharon/sa/ikev2/tasks/ike_rekey.h
src/libcharon/sa/ikev2/tasks/ike_vendor.c
src/libcharon/sa/ikev2/tasks/ike_vendor.h
src/libcharon/sa/ikev2/tasks/ike_verify_peer_cert.c
src/libcharon/sa/ikev2/tasks/ike_verify_peer_cert.h
src/libcharon/sa/keymat.c
src/libcharon/sa/keymat.h
src/libcharon/sa/redirect_manager.c
src/libcharon/sa/redirect_manager.h
src/libcharon/sa/redirect_provider.h
src/libcharon/sa/shunt_manager.c
src/libcharon/sa/shunt_manager.h
src/libcharon/sa/task.c
src/libcharon/sa/task.h
src/libcharon/sa/task_manager.c
src/libcharon/sa/task_manager.h
src/libcharon/sa/trap_manager.c
src/libcharon/sa/trap_manager.h
src/libcharon/sa/xauth/xauth_manager.c
src/libcharon/sa/xauth/xauth_manager.h
src/libcharon/sa/xauth/xauth_method.c
src/libcharon/sa/xauth/xauth_method.h
src/libcharon/tests/exchange_tests.c
src/libcharon/tests/exchange_tests.h
src/libcharon/tests/libcharon_tests.c
src/libcharon/tests/libcharon_tests.h
src/libcharon/tests/suites/test_child_create.c
src/libcharon/tests/suites/test_child_delete.c
src/libcharon/tests/suites/test_child_rekey.c
src/libcharon/tests/suites/test_childless.c
src/libcharon/tests/suites/test_ike_cfg.c
src/libcharon/tests/suites/test_ike_delete.c
src/libcharon/tests/suites/test_ike_mid_sync.c
src/libcharon/tests/suites/test_ike_rekey.c
src/libcharon/tests/suites/test_mem_pool.c
src/libcharon/tests/suites/test_message_chapoly.c
src/libcharon/tests/suites/test_peer_cfg.c
src/libcharon/tests/utils/exchange_test_asserts.c
src/libcharon/tests/utils/exchange_test_asserts.h
src/libcharon/tests/utils/exchange_test_helper.c
src/libcharon/tests/utils/exchange_test_helper.h
src/libcharon/tests/utils/job_asserts.h
src/libcharon/tests/utils/mock_dh.c
src/libcharon/tests/utils/mock_dh.h
src/libcharon/tests/utils/mock_ipsec.c
src/libcharon/tests/utils/mock_ipsec.h
src/libcharon/tests/utils/mock_net.c
src/libcharon/tests/utils/mock_net.h
src/libcharon/tests/utils/mock_nonce_gen.c
src/libcharon/tests/utils/mock_nonce_gen.h
src/libcharon/tests/utils/mock_sender.c
src/libcharon/tests/utils/mock_sender.h
src/libcharon/tests/utils/sa_asserts.h
src/libfast/fast_context.h
src/libfast/fast_controller.h
src/libfast/fast_dispatcher.c
src/libfast/fast_dispatcher.h
src/libfast/fast_filter.h
src/libfast/fast_request.c
src/libfast/fast_request.h
src/libfast/fast_session.c
src/libfast/fast_session.h
src/libfast/fast_smtp.c
src/libfast/fast_smtp.h
src/libimcv/generic/generic_attr_bool.c
src/libimcv/generic/generic_attr_bool.h
src/libimcv/generic/generic_attr_chunk.c
src/libimcv/generic/generic_attr_chunk.h
src/libimcv/generic/generic_attr_string.c
src/libimcv/generic/generic_attr_string.h
src/libimcv/ietf/ietf_attr.c
src/libimcv/ietf/ietf_attr.h
src/libimcv/ietf/ietf_attr_assess_result.c
src/libimcv/ietf/ietf_attr_assess_result.h
src/libimcv/ietf/ietf_attr_attr_request.c
src/libimcv/ietf/ietf_attr_attr_request.h
src/libimcv/ietf/ietf_attr_fwd_enabled.c
src/libimcv/ietf/ietf_attr_fwd_enabled.h
src/libimcv/ietf/ietf_attr_installed_packages.c
src/libimcv/ietf/ietf_attr_installed_packages.h
src/libimcv/ietf/ietf_attr_numeric_version.c
src/libimcv/ietf/ietf_attr_numeric_version.h
src/libimcv/ietf/ietf_attr_op_status.c
src/libimcv/ietf/ietf_attr_op_status.h
src/libimcv/ietf/ietf_attr_pa_tnc_error.c
src/libimcv/ietf/ietf_attr_pa_tnc_error.h
src/libimcv/ietf/ietf_attr_port_filter.c
src/libimcv/ietf/ietf_attr_port_filter.h
src/libimcv/ietf/ietf_attr_product_info.c
src/libimcv/ietf/ietf_attr_product_info.h
src/libimcv/ietf/ietf_attr_remediation_instr.c
src/libimcv/ietf/ietf_attr_remediation_instr.h
src/libimcv/ietf/ietf_attr_string_version.c
src/libimcv/ietf/ietf_attr_string_version.h
src/libimcv/ietf/swima/ietf_swima_attr_req.c
src/libimcv/ietf/swima/ietf_swima_attr_req.h
src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.c
src/libimcv/ietf/swima/ietf_swima_attr_sw_ev.h
src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.c
src/libimcv/ietf/swima/ietf_swima_attr_sw_inv.h
src/libimcv/imc/imc_agent.c
src/libimcv/imc/imc_agent.h
src/libimcv/imc/imc_msg.c
src/libimcv/imc/imc_msg.h
src/libimcv/imc/imc_os_info.c
src/libimcv/imc/imc_os_info.h
src/libimcv/imc/imc_state.h
src/libimcv/imcv.c
src/libimcv/imcv.h
src/libimcv/imcv_tests.c
src/libimcv/imcv_tests.h
src/libimcv/imv/_imv_policy
src/libimcv/imv/imv_agent.c
src/libimcv/imv/imv_agent.h
src/libimcv/imv/imv_agent_if.h
src/libimcv/imv/imv_database.c
src/libimcv/imv/imv_database.h
src/libimcv/imv/imv_if.h
src/libimcv/imv/imv_lang_string.c
src/libimcv/imv/imv_lang_string.h
src/libimcv/imv/imv_msg.c
src/libimcv/imv/imv_msg.h
src/libimcv/imv/imv_os_info.c
src/libimcv/imv/imv_os_info.h
src/libimcv/imv/imv_policy_manager.c
src/libimcv/imv/imv_policy_manager_usage.c
src/libimcv/imv/imv_policy_manager_usage.h
src/libimcv/imv/imv_reason_string.c
src/libimcv/imv/imv_reason_string.h
src/libimcv/imv/imv_remediation_string.c
src/libimcv/imv/imv_remediation_string.h
src/libimcv/imv/imv_session.c
src/libimcv/imv/imv_session.h
src/libimcv/imv/imv_session_manager.c
src/libimcv/imv/imv_session_manager.h
src/libimcv/imv/imv_state.h
src/libimcv/imv/imv_workitem.c
src/libimcv/imv/imv_workitem.h
src/libimcv/ita/ita_attr.c
src/libimcv/ita/ita_attr.h
src/libimcv/ita/ita_attr_angel.c
src/libimcv/ita/ita_attr_angel.h
src/libimcv/ita/ita_attr_command.c
src/libimcv/ita/ita_attr_command.h
src/libimcv/ita/ita_attr_dummy.c
src/libimcv/ita/ita_attr_dummy.h
src/libimcv/ita/ita_attr_get_settings.c
src/libimcv/ita/ita_attr_get_settings.h
src/libimcv/ita/ita_attr_settings.c
src/libimcv/ita/ita_attr_settings.h
src/libimcv/ita/ita_attr_symlinks.c
src/libimcv/ita/ita_attr_symlinks.h
src/libimcv/os_info/os_info.c
src/libimcv/os_info/os_info.h
src/libimcv/pa_tnc/pa_tnc_attr.h
src/libimcv/pa_tnc/pa_tnc_attr_manager.c
src/libimcv/pa_tnc/pa_tnc_attr_manager.h
src/libimcv/pa_tnc/pa_tnc_msg.c
src/libimcv/pa_tnc/pa_tnc_msg.h
src/libimcv/plugins/imc_attestation/imc_attestation.c
src/libimcv/plugins/imc_attestation/imc_attestation_process.c
src/libimcv/plugins/imc_attestation/imc_attestation_process.h
src/libimcv/plugins/imc_attestation/imc_attestation_state.c
src/libimcv/plugins/imc_attestation/imc_attestation_state.h
src/libimcv/plugins/imc_hcd/imc_hcd.c
src/libimcv/plugins/imc_hcd/imc_hcd_state.c
src/libimcv/plugins/imc_hcd/imc_hcd_state.h
src/libimcv/plugins/imc_os/imc_os.c
src/libimcv/plugins/imc_os/imc_os_state.c
src/libimcv/plugins/imc_os/imc_os_state.h
src/libimcv/plugins/imc_scanner/imc_scanner.c
src/libimcv/plugins/imc_scanner/imc_scanner_state.c
src/libimcv/plugins/imc_scanner/imc_scanner_state.h
src/libimcv/plugins/imc_swima/imc_swima.c
src/libimcv/plugins/imc_swima/imc_swima_state.c
src/libimcv/plugins/imc_swima/imc_swima_state.h
src/libimcv/plugins/imc_test/imc_test.c
src/libimcv/plugins/imc_test/imc_test_state.c
src/libimcv/plugins/imc_test/imc_test_state.h
src/libimcv/plugins/imv_attestation/attest.c
src/libimcv/plugins/imv_attestation/attest_db.c
src/libimcv/plugins/imv_attestation/attest_db.h
src/libimcv/plugins/imv_attestation/attest_usage.c
src/libimcv/plugins/imv_attestation/attest_usage.h
src/libimcv/plugins/imv_attestation/imv_attestation.c
src/libimcv/plugins/imv_attestation/imv_attestation_agent.c
src/libimcv/plugins/imv_attestation/imv_attestation_agent.h
src/libimcv/plugins/imv_attestation/imv_attestation_build.c
src/libimcv/plugins/imv_attestation/imv_attestation_build.h
src/libimcv/plugins/imv_attestation/imv_attestation_process.c
src/libimcv/plugins/imv_attestation/imv_attestation_process.h
src/libimcv/plugins/imv_attestation/imv_attestation_state.c
src/libimcv/plugins/imv_attestation/imv_attestation_state.h
src/libimcv/plugins/imv_hcd/imv_hcd.c
src/libimcv/plugins/imv_hcd/imv_hcd_agent.c
src/libimcv/plugins/imv_hcd/imv_hcd_agent.h
src/libimcv/plugins/imv_hcd/imv_hcd_state.c
src/libimcv/plugins/imv_hcd/imv_hcd_state.h
src/libimcv/plugins/imv_os/imv_os.c
src/libimcv/plugins/imv_os/imv_os_agent.c
src/libimcv/plugins/imv_os/imv_os_agent.h
src/libimcv/plugins/imv_os/imv_os_database.c
src/libimcv/plugins/imv_os/imv_os_database.h
src/libimcv/plugins/imv_os/imv_os_state.c
src/libimcv/plugins/imv_os/imv_os_state.h
src/libimcv/plugins/imv_scanner/imv_scanner.c
src/libimcv/plugins/imv_scanner/imv_scanner_agent.c
src/libimcv/plugins/imv_scanner/imv_scanner_agent.h
src/libimcv/plugins/imv_scanner/imv_scanner_state.c
src/libimcv/plugins/imv_scanner/imv_scanner_state.h
src/libimcv/plugins/imv_swima/imv_swima.c
src/libimcv/plugins/imv_swima/imv_swima_agent.c
src/libimcv/plugins/imv_swima/imv_swima_agent.h
src/libimcv/plugins/imv_swima/imv_swima_state.c
src/libimcv/plugins/imv_swima/imv_swima_state.h
src/libimcv/plugins/imv_test/imv_test.c
src/libimcv/plugins/imv_test/imv_test_agent.c
src/libimcv/plugins/imv_test/imv_test_agent.h
src/libimcv/plugins/imv_test/imv_test_state.c
src/libimcv/plugins/imv_test/imv_test_state.h
src/libimcv/pts/components/ita/ita_comp_func_name.c
src/libimcv/pts/components/ita/ita_comp_func_name.h
src/libimcv/pts/components/ita/ita_comp_ima.c
src/libimcv/pts/components/ita/ita_comp_ima.h
src/libimcv/pts/components/ita/ita_comp_tboot.c
src/libimcv/pts/components/ita/ita_comp_tboot.h
src/libimcv/pts/components/ita/ita_comp_tgrub.c
src/libimcv/pts/components/ita/ita_comp_tgrub.h
src/libimcv/pts/components/pts_comp_evidence.c
src/libimcv/pts/components/pts_comp_evidence.h
src/libimcv/pts/components/pts_comp_func_name.c
src/libimcv/pts/components/pts_comp_func_name.h
src/libimcv/pts/components/pts_component.h
src/libimcv/pts/components/pts_component_manager.c
src/libimcv/pts/components/pts_component_manager.h
src/libimcv/pts/components/tcg/tcg_comp_func_name.c
src/libimcv/pts/components/tcg/tcg_comp_func_name.h
src/libimcv/pts/pts.c
src/libimcv/pts/pts.h
src/libimcv/pts/pts_creds.c
src/libimcv/pts/pts_creds.h
src/libimcv/pts/pts_database.c
src/libimcv/pts/pts_database.h
src/libimcv/pts/pts_dh_group.c
src/libimcv/pts/pts_dh_group.h
src/libimcv/pts/pts_error.c
src/libimcv/pts/pts_error.h
src/libimcv/pts/pts_file_meas.c
src/libimcv/pts/pts_file_meas.h
src/libimcv/pts/pts_file_meta.c
src/libimcv/pts/pts_file_meta.h
src/libimcv/pts/pts_file_type.c
src/libimcv/pts/pts_file_type.h
src/libimcv/pts/pts_ima_bios_list.c
src/libimcv/pts/pts_ima_bios_list.h
src/libimcv/pts/pts_ima_event_list.c
src/libimcv/pts/pts_ima_event_list.h
src/libimcv/pts/pts_meas_algo.c
src/libimcv/pts/pts_meas_algo.h
src/libimcv/pts/pts_pcr.c
src/libimcv/pts/pts_pcr.h
src/libimcv/pts/pts_proto_caps.h
src/libimcv/pts/pts_req_func_comp_evid.h
src/libimcv/pts/pts_symlinks.c
src/libimcv/pts/pts_symlinks.h
src/libimcv/pwg/pwg_attr.c
src/libimcv/pwg/pwg_attr.h
src/libimcv/pwg/pwg_attr_vendor_smi_code.c
src/libimcv/pwg/pwg_attr_vendor_smi_code.h
src/libimcv/rest/rest.c
src/libimcv/rest/rest.h
src/libimcv/seg/seg_contract.c
src/libimcv/seg/seg_contract.h
src/libimcv/seg/seg_contract_manager.c
src/libimcv/seg/seg_contract_manager.h
src/libimcv/seg/seg_env.c
src/libimcv/seg/seg_env.h
src/libimcv/suites/test_imcv_seg.c
src/libimcv/suites/test_imcv_swima.c
src/libimcv/swid_gen/swid_gen.c
src/libimcv/swid_gen/swid_gen.h
src/libimcv/swid_gen/swid_gen_info.c
src/libimcv/swid_gen/swid_gen_info.h
src/libimcv/swima/swima_collector.c
src/libimcv/swima/swima_collector.h
src/libimcv/swima/swima_data_model.c
src/libimcv/swima/swima_data_model.h
src/libimcv/swima/swima_error.c
src/libimcv/swima/swima_error.h
src/libimcv/swima/swima_event.c
src/libimcv/swima/swima_event.h
src/libimcv/swima/swima_events.c
src/libimcv/swima/swima_events.h
src/libimcv/swima/swima_inventory.c
src/libimcv/swima/swima_inventory.h
src/libimcv/swima/swima_record.c
src/libimcv/swima/swima_record.h
src/libimcv/tcg/pts/tcg_pts_attr_aik.c
src/libimcv/tcg/pts/tcg_pts_attr_aik.h
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.c
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_finish.h
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.c
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_req.h
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_resp.c
src/libimcv/tcg/pts/tcg_pts_attr_dh_nonce_params_resp.h
src/libimcv/tcg/pts/tcg_pts_attr_file_meas.c
src/libimcv/tcg/pts/tcg_pts_attr_file_meas.h
src/libimcv/tcg/pts/tcg_pts_attr_gen_attest_evid.c
src/libimcv/tcg/pts/tcg_pts_attr_gen_attest_evid.h
src/libimcv/tcg/pts/tcg_pts_attr_get_aik.c
src/libimcv/tcg/pts/tcg_pts_attr_get_aik.h
src/libimcv/tcg/pts/tcg_pts_attr_get_tpm_version_info.c
src/libimcv/tcg/pts/tcg_pts_attr_get_tpm_version_info.h
src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.c
src/libimcv/tcg/pts/tcg_pts_attr_meas_algo.h
src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.c
src/libimcv/tcg/pts/tcg_pts_attr_proto_caps.h
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meas.c
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meas.h
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meta.c
src/libimcv/tcg/pts/tcg_pts_attr_req_file_meta.h
src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.c
src/libimcv/tcg/pts/tcg_pts_attr_req_func_comp_evid.h
src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.c
src/libimcv/tcg/pts/tcg_pts_attr_simple_comp_evid.h
src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.c
src/libimcv/tcg/pts/tcg_pts_attr_simple_evid_final.h
src/libimcv/tcg/pts/tcg_pts_attr_tpm_version_info.c
src/libimcv/tcg/pts/tcg_pts_attr_tpm_version_info.h
src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.c
src/libimcv/tcg/pts/tcg_pts_attr_unix_file_meta.h
src/libimcv/tcg/seg/tcg_seg_attr_next_seg.c
src/libimcv/tcg/seg/tcg_seg_attr_next_seg.h
src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.c
src/libimcv/tcg/seg/tcg_seg_attr_seg_contract.h
src/libimcv/tcg/seg/tcg_seg_attr_seg_env.c
src/libimcv/tcg/seg/tcg_seg_attr_seg_env.h
src/libimcv/tcg/tcg_attr.c
src/libimcv/tcg/tcg_attr.h
src/libipsec/esp_context.c
src/libipsec/esp_context.h
src/libipsec/esp_packet.c
src/libipsec/esp_packet.h
src/libipsec/ip_packet.c
src/libipsec/ip_packet.h
src/libipsec/ipsec.c
src/libipsec/ipsec.h
src/libipsec/ipsec_event_listener.h
src/libipsec/ipsec_event_relay.c
src/libipsec/ipsec_event_relay.h
src/libipsec/ipsec_policy.c
src/libipsec/ipsec_policy.h
src/libipsec/ipsec_policy_mgr.c
src/libipsec/ipsec_policy_mgr.h
src/libipsec/ipsec_processor.c
src/libipsec/ipsec_processor.h
src/libipsec/ipsec_sa.c
src/libipsec/ipsec_sa.h
src/libipsec/ipsec_sa_mgr.c
src/libipsec/ipsec_sa_mgr.h
src/libipsec/tests/ipsec_tests.c
src/libipsec/tests/ipsec_tests.h
src/libipsec/tests/suites/test_chapoly.c
src/libpttls/pt_tls.c
src/libpttls/pt_tls.h
src/libpttls/pt_tls_client.c
src/libpttls/pt_tls_client.h
src/libpttls/pt_tls_dispatcher.c
src/libpttls/pt_tls_dispatcher.h
src/libpttls/pt_tls_server.c
src/libpttls/pt_tls_server.h
src/libpttls/sasl/sasl_mechanism.c
src/libpttls/sasl/sasl_mechanism.h
src/libpttls/sasl/sasl_plain/sasl_plain.c
src/libpttls/sasl/sasl_plain/sasl_plain.h
src/libradius/radius_client.c
src/libradius/radius_client.h
src/libradius/radius_config.c
src/libradius/radius_config.h
src/libradius/radius_message.c
src/libradius/radius_message.h
src/libradius/radius_mppe.h
src/libradius/radius_socket.c
src/libradius/radius_socket.h
src/libsimaka/simaka_card.h
src/libsimaka/simaka_crypto.c
src/libsimaka/simaka_crypto.h
src/libsimaka/simaka_hooks.h
src/libsimaka/simaka_manager.c
src/libsimaka/simaka_manager.h
src/libsimaka/simaka_message.c
src/libsimaka/simaka_message.h
src/libsimaka/simaka_provider.h
src/libstrongswan/asn1/asn1.c
src/libstrongswan/asn1/asn1.h
src/libstrongswan/asn1/asn1_parser.c
src/libstrongswan/asn1/asn1_parser.h
src/libstrongswan/asn1/oid.pl
src/libstrongswan/bio/bio_reader.c
src/libstrongswan/bio/bio_reader.h
src/libstrongswan/bio/bio_writer.c
src/libstrongswan/bio/bio_writer.h
src/libstrongswan/collections/array.c
src/libstrongswan/collections/array.h
src/libstrongswan/collections/blocking_queue.c
src/libstrongswan/collections/blocking_queue.h
src/libstrongswan/collections/dictionary.h
src/libstrongswan/collections/enumerator.c
src/libstrongswan/collections/enumerator.h
src/libstrongswan/collections/hashlist.c
src/libstrongswan/collections/hashtable.c
src/libstrongswan/collections/hashtable.h
src/libstrongswan/collections/hashtable_profiler.h
src/libstrongswan/collections/linked_list.c
src/libstrongswan/collections/linked_list.h
src/libstrongswan/credentials/auth_cfg.c
src/libstrongswan/credentials/auth_cfg.h
src/libstrongswan/credentials/builder.c
src/libstrongswan/credentials/builder.h
src/libstrongswan/credentials/cert_validator.h
src/libstrongswan/credentials/certificates/ac.h
src/libstrongswan/credentials/certificates/certificate.c
src/libstrongswan/credentials/certificates/certificate.h
src/libstrongswan/credentials/certificates/certificate_printer.c
src/libstrongswan/credentials/certificates/certificate_printer.h
src/libstrongswan/credentials/certificates/crl.c
src/libstrongswan/credentials/certificates/crl.h
src/libstrongswan/credentials/certificates/ocsp_request.h
src/libstrongswan/credentials/certificates/ocsp_response.c
src/libstrongswan/credentials/certificates/ocsp_response.h
src/libstrongswan/credentials/certificates/pgp_certificate.h
src/libstrongswan/credentials/certificates/pkcs10.h
src/libstrongswan/credentials/certificates/x509.c
src/libstrongswan/credentials/certificates/x509.h
src/libstrongswan/credentials/containers/container.c
src/libstrongswan/credentials/containers/container.h
src/libstrongswan/credentials/containers/pkcs12.c
src/libstrongswan/credentials/containers/pkcs12.h
src/libstrongswan/credentials/containers/pkcs7.h
src/libstrongswan/credentials/cred_encoding.c
src/libstrongswan/credentials/cred_encoding.h
src/libstrongswan/credentials/credential_factory.c
src/libstrongswan/credentials/credential_factory.h
src/libstrongswan/credentials/credential_manager.c
src/libstrongswan/credentials/credential_manager.h
src/libstrongswan/credentials/credential_set.h
src/libstrongswan/credentials/keys/private_key.c
src/libstrongswan/credentials/keys/private_key.h
src/libstrongswan/credentials/keys/public_key.c
src/libstrongswan/credentials/keys/public_key.h
src/libstrongswan/credentials/keys/shared_key.c
src/libstrongswan/credentials/keys/shared_key.h
src/libstrongswan/credentials/keys/signature_params.c
src/libstrongswan/credentials/keys/signature_params.h
src/libstrongswan/credentials/sets/auth_cfg_wrapper.c
src/libstrongswan/credentials/sets/auth_cfg_wrapper.h
src/libstrongswan/credentials/sets/callback_cred.c
src/libstrongswan/credentials/sets/callback_cred.h
src/libstrongswan/credentials/sets/cert_cache.c
src/libstrongswan/credentials/sets/cert_cache.h
src/libstrongswan/credentials/sets/mem_cred.c
src/libstrongswan/credentials/sets/mem_cred.h
src/libstrongswan/credentials/sets/ocsp_response_wrapper.c
src/libstrongswan/credentials/sets/ocsp_response_wrapper.h
src/libstrongswan/crypto/aead.c
src/libstrongswan/crypto/aead.h
src/libstrongswan/crypto/crypters/crypter.c
src/libstrongswan/crypto/crypters/crypter.h
src/libstrongswan/crypto/crypto_factory.c
src/libstrongswan/crypto/crypto_factory.h
src/libstrongswan/crypto/crypto_tester.c
src/libstrongswan/crypto/crypto_tester.h
src/libstrongswan/crypto/diffie_hellman.c
src/libstrongswan/crypto/diffie_hellman.h
src/libstrongswan/crypto/drbgs/drbg.c
src/libstrongswan/crypto/drbgs/drbg.h
src/libstrongswan/crypto/hashers/hash_algorithm_set.c
src/libstrongswan/crypto/hashers/hash_algorithm_set.h
src/libstrongswan/crypto/hashers/hasher.c
src/libstrongswan/crypto/hashers/hasher.h
src/libstrongswan/crypto/iv/iv_gen.c
src/libstrongswan/crypto/iv/iv_gen.h
src/libstrongswan/crypto/iv/iv_gen_null.c
src/libstrongswan/crypto/iv/iv_gen_null.h
src/libstrongswan/crypto/iv/iv_gen_rand.c
src/libstrongswan/crypto/iv/iv_gen_rand.h
src/libstrongswan/crypto/iv/iv_gen_seq.c
src/libstrongswan/crypto/iv/iv_gen_seq.h
src/libstrongswan/crypto/kdfs/kdf.c
src/libstrongswan/crypto/kdfs/kdf.h
src/libstrongswan/crypto/mac.h
src/libstrongswan/crypto/nonce_gen.h
src/libstrongswan/crypto/pkcs5.c
src/libstrongswan/crypto/pkcs5.h
src/libstrongswan/crypto/prfs/mac_prf.c
src/libstrongswan/crypto/prfs/mac_prf.h
src/libstrongswan/crypto/prfs/prf.c
src/libstrongswan/crypto/prfs/prf.h
src/libstrongswan/crypto/proposal/proposal.c
src/libstrongswan/crypto/proposal/proposal.h
src/libstrongswan/crypto/proposal/proposal_keywords.c
src/libstrongswan/crypto/proposal/proposal_keywords.h
src/libstrongswan/crypto/proposal/proposal_keywords_static.h.in
src/libstrongswan/crypto/proposal/proposal_keywords_static.txt
src/libstrongswan/crypto/rngs/rng.c
src/libstrongswan/crypto/rngs/rng.h
src/libstrongswan/crypto/rngs/rng_tester.c
src/libstrongswan/crypto/rngs/rng_tester.h
src/libstrongswan/crypto/signers/mac_signer.c
src/libstrongswan/crypto/signers/mac_signer.h
src/libstrongswan/crypto/signers/signer.c
src/libstrongswan/crypto/signers/signer.h
src/libstrongswan/crypto/transform.c
src/libstrongswan/crypto/transform.h
src/libstrongswan/crypto/xofs/mgf1.h
src/libstrongswan/crypto/xofs/xof.c
src/libstrongswan/crypto/xofs/xof.h
src/libstrongswan/crypto/xofs/xof_bitspender.c
src/libstrongswan/crypto/xofs/xof_bitspender.h
src/libstrongswan/database/database.c
src/libstrongswan/database/database.h
src/libstrongswan/database/database_factory.c
src/libstrongswan/database/database_factory.h
src/libstrongswan/eap/eap.c
src/libstrongswan/eap/eap.h
src/libstrongswan/fetcher/fetcher.c
src/libstrongswan/fetcher/fetcher.h
src/libstrongswan/fetcher/fetcher_manager.c
src/libstrongswan/fetcher/fetcher_manager.h
src/libstrongswan/ipsec/ipsec_types.c
src/libstrongswan/ipsec/ipsec_types.h
src/libstrongswan/library.c
src/libstrongswan/library.h
src/libstrongswan/math/libnttfft/ntt_fft.c
src/libstrongswan/math/libnttfft/ntt_fft.h
src/libstrongswan/math/libnttfft/ntt_fft_params.c
src/libstrongswan/math/libnttfft/ntt_fft_params.h
src/libstrongswan/math/libnttfft/ntt_fft_reduce.h
src/libstrongswan/math/libnttfft/tests/ntt_fft_tests.c
src/libstrongswan/math/libnttfft/tests/ntt_fft_tests.h
src/libstrongswan/math/libnttfft/tests/suites/test_ntt_fft.c
src/libstrongswan/metadata/metadata.h
src/libstrongswan/metadata/metadata_factory.c
src/libstrongswan/metadata/metadata_factory.h
src/libstrongswan/metadata/metadata_int.c
src/libstrongswan/metadata/metadata_int.h
src/libstrongswan/metadata/metadata_set.c
src/libstrongswan/metadata/metadata_set.h
src/libstrongswan/networking/host.c
src/libstrongswan/networking/host.h
src/libstrongswan/networking/host_resolver.c
src/libstrongswan/networking/host_resolver.h
src/libstrongswan/networking/packet.c
src/libstrongswan/networking/packet.h
src/libstrongswan/networking/streams/stream.c
src/libstrongswan/networking/streams/stream.h
src/libstrongswan/networking/streams/stream_manager.c
src/libstrongswan/networking/streams/stream_manager.h
src/libstrongswan/networking/streams/stream_service.c
src/libstrongswan/networking/streams/stream_service.h
src/libstrongswan/networking/streams/stream_service_tcp.c
src/libstrongswan/networking/streams/stream_service_tcp.h
src/libstrongswan/networking/streams/stream_service_unix.c
src/libstrongswan/networking/streams/stream_service_unix.h
src/libstrongswan/networking/streams/stream_tcp.c
src/libstrongswan/networking/streams/stream_tcp.h
src/libstrongswan/networking/streams/stream_unix.c
src/libstrongswan/networking/streams/stream_unix.h
src/libstrongswan/networking/tun_device.c
src/libstrongswan/networking/tun_device.h
src/libstrongswan/pen/pen.c
src/libstrongswan/pen/pen.h
src/libstrongswan/plugins/acert/acert_plugin.c
src/libstrongswan/plugins/acert/acert_plugin.h
src/libstrongswan/plugins/acert/acert_validator.c
src/libstrongswan/plugins/acert/acert_validator.h
src/libstrongswan/plugins/aes/aes_crypter.c
src/libstrongswan/plugins/aes/aes_crypter.h
src/libstrongswan/plugins/aes/aes_plugin.c
src/libstrongswan/plugins/aes/aes_plugin.h
src/libstrongswan/plugins/aesni/aesni_cbc.c
src/libstrongswan/plugins/aesni/aesni_cbc.h
src/libstrongswan/plugins/aesni/aesni_ccm.c
src/libstrongswan/plugins/aesni/aesni_ccm.h
src/libstrongswan/plugins/aesni/aesni_cmac.c
src/libstrongswan/plugins/aesni/aesni_cmac.h
src/libstrongswan/plugins/aesni/aesni_ctr.c
src/libstrongswan/plugins/aesni/aesni_ctr.h
src/libstrongswan/plugins/aesni/aesni_ecb.c
src/libstrongswan/plugins/aesni/aesni_ecb.h
src/libstrongswan/plugins/aesni/aesni_gcm.c
src/libstrongswan/plugins/aesni/aesni_gcm.h
src/libstrongswan/plugins/aesni/aesni_key.c
src/libstrongswan/plugins/aesni/aesni_key.h
src/libstrongswan/plugins/aesni/aesni_plugin.c
src/libstrongswan/plugins/aesni/aesni_plugin.h
src/libstrongswan/plugins/aesni/aesni_xcbc.c
src/libstrongswan/plugins/aesni/aesni_xcbc.h
src/libstrongswan/plugins/af_alg/af_alg_crypter.c
src/libstrongswan/plugins/af_alg/af_alg_crypter.h
src/libstrongswan/plugins/af_alg/af_alg_hasher.c
src/libstrongswan/plugins/af_alg/af_alg_hasher.h
src/libstrongswan/plugins/af_alg/af_alg_ops.c
src/libstrongswan/plugins/af_alg/af_alg_ops.h
src/libstrongswan/plugins/af_alg/af_alg_plugin.c
src/libstrongswan/plugins/af_alg/af_alg_plugin.h
src/libstrongswan/plugins/af_alg/af_alg_prf.c
src/libstrongswan/plugins/af_alg/af_alg_prf.h
src/libstrongswan/plugins/af_alg/af_alg_signer.c
src/libstrongswan/plugins/af_alg/af_alg_signer.h
src/libstrongswan/plugins/agent/agent_plugin.c
src/libstrongswan/plugins/agent/agent_plugin.h
src/libstrongswan/plugins/agent/agent_private_key.c
src/libstrongswan/plugins/agent/agent_private_key.h
src/libstrongswan/plugins/bliss/bliss_bitpacker.c
src/libstrongswan/plugins/bliss/bliss_bitpacker.h
src/libstrongswan/plugins/bliss/bliss_huffman.c
src/libstrongswan/plugins/bliss/bliss_huffman_code.c
src/libstrongswan/plugins/bliss/bliss_huffman_code.h
src/libstrongswan/plugins/bliss/bliss_huffman_code_1.c
src/libstrongswan/plugins/bliss/bliss_huffman_code_3.c
src/libstrongswan/plugins/bliss/bliss_huffman_code_4.c
src/libstrongswan/plugins/bliss/bliss_huffman_coder.c
src/libstrongswan/plugins/bliss/bliss_huffman_coder.h
src/libstrongswan/plugins/bliss/bliss_param_set.c
src/libstrongswan/plugins/bliss/bliss_param_set.h
src/libstrongswan/plugins/bliss/bliss_plugin.c
src/libstrongswan/plugins/bliss/bliss_plugin.h
src/libstrongswan/plugins/bliss/bliss_private_key.c
src/libstrongswan/plugins/bliss/bliss_private_key.h
src/libstrongswan/plugins/bliss/bliss_public_key.c
src/libstrongswan/plugins/bliss/bliss_public_key.h
src/libstrongswan/plugins/bliss/bliss_sampler.c
src/libstrongswan/plugins/bliss/bliss_sampler.h
src/libstrongswan/plugins/bliss/bliss_signature.c
src/libstrongswan/plugins/bliss/bliss_signature.h
src/libstrongswan/plugins/bliss/bliss_utils.c
src/libstrongswan/plugins/bliss/bliss_utils.h
src/libstrongswan/plugins/bliss/tests/bliss_tests.c
src/libstrongswan/plugins/bliss/tests/bliss_tests.h
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_bitpacker.c
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_huffman.c
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_keys.c
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_sampler.c
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_sign.c
src/libstrongswan/plugins/bliss/tests/suites/test_bliss_signature.c
src/libstrongswan/plugins/blowfish/blowfish_crypter.h
src/libstrongswan/plugins/blowfish/blowfish_plugin.c
src/libstrongswan/plugins/blowfish/blowfish_plugin.h
src/libstrongswan/plugins/botan/botan_aead.c
src/libstrongswan/plugins/botan/botan_aead.h
src/libstrongswan/plugins/botan/botan_ec_private_key.c
src/libstrongswan/plugins/botan/botan_ec_private_key.h
src/libstrongswan/plugins/botan/botan_ed_private_key.c
src/libstrongswan/plugins/botan/botan_ed_private_key.h
src/libstrongswan/plugins/botan/botan_ed_public_key.c
src/libstrongswan/plugins/botan/botan_ed_public_key.h
src/libstrongswan/plugins/botan/botan_plugin.c
src/libstrongswan/plugins/botan/botan_rsa_private_key.c
src/libstrongswan/plugins/botan/botan_rsa_public_key.c
src/libstrongswan/plugins/botan/botan_rsa_public_key.h
src/libstrongswan/plugins/botan/botan_util.c
src/libstrongswan/plugins/botan/botan_util.h
src/libstrongswan/plugins/botan/botan_util_keys.c
src/libstrongswan/plugins/botan/botan_util_keys.h
src/libstrongswan/plugins/botan/botan_x25519.c
src/libstrongswan/plugins/botan/botan_x25519.h
src/libstrongswan/plugins/ccm/ccm_aead.c
src/libstrongswan/plugins/ccm/ccm_aead.h
src/libstrongswan/plugins/ccm/ccm_plugin.c
src/libstrongswan/plugins/ccm/ccm_plugin.h
src/libstrongswan/plugins/chapoly/chapoly_aead.c
src/libstrongswan/plugins/chapoly/chapoly_aead.h
src/libstrongswan/plugins/chapoly/chapoly_drv.c
src/libstrongswan/plugins/chapoly/chapoly_drv.h
src/libstrongswan/plugins/chapoly/chapoly_drv_portable.c
src/libstrongswan/plugins/chapoly/chapoly_drv_portable.h
src/libstrongswan/plugins/chapoly/chapoly_drv_ssse3.c
src/libstrongswan/plugins/chapoly/chapoly_drv_ssse3.h
src/libstrongswan/plugins/chapoly/chapoly_plugin.c
src/libstrongswan/plugins/chapoly/chapoly_plugin.h
src/libstrongswan/plugins/chapoly/chapoly_xof.c
src/libstrongswan/plugins/chapoly/chapoly_xof.h
src/libstrongswan/plugins/cmac/cmac.c
src/libstrongswan/plugins/cmac/cmac.h
src/libstrongswan/plugins/cmac/cmac_plugin.c
src/libstrongswan/plugins/cmac/cmac_plugin.h
src/libstrongswan/plugins/constraints/constraints_plugin.c
src/libstrongswan/plugins/constraints/constraints_plugin.h
src/libstrongswan/plugins/constraints/constraints_validator.c
src/libstrongswan/plugins/constraints/constraints_validator.h
src/libstrongswan/plugins/ctr/ctr_ipsec_crypter.c
src/libstrongswan/plugins/ctr/ctr_ipsec_crypter.h
src/libstrongswan/plugins/ctr/ctr_plugin.c
src/libstrongswan/plugins/ctr/ctr_plugin.h
src/libstrongswan/plugins/curl/curl_fetcher.c
src/libstrongswan/plugins/curl/curl_fetcher.h
src/libstrongswan/plugins/curl/curl_plugin.c
src/libstrongswan/plugins/curl/curl_plugin.h
src/libstrongswan/plugins/curve25519/curve25519_dh.c
src/libstrongswan/plugins/curve25519/curve25519_dh.h
src/libstrongswan/plugins/curve25519/curve25519_drv.c
src/libstrongswan/plugins/curve25519/curve25519_drv.h
src/libstrongswan/plugins/curve25519/curve25519_drv_portable.c
src/libstrongswan/plugins/curve25519/curve25519_drv_portable.h
src/libstrongswan/plugins/curve25519/curve25519_identity_hasher.c
src/libstrongswan/plugins/curve25519/curve25519_identity_hasher.h
src/libstrongswan/plugins/curve25519/curve25519_plugin.c
src/libstrongswan/plugins/curve25519/curve25519_plugin.h
src/libstrongswan/plugins/curve25519/curve25519_private_key.c
src/libstrongswan/plugins/curve25519/curve25519_private_key.h
src/libstrongswan/plugins/curve25519/curve25519_public_key.c
src/libstrongswan/plugins/curve25519/curve25519_public_key.h
src/libstrongswan/plugins/curve25519/ref10/base.h
src/libstrongswan/plugins/curve25519/ref10/base2.h
src/libstrongswan/plugins/curve25519/ref10/ref10.c
src/libstrongswan/plugins/curve25519/ref10/ref10.h
src/libstrongswan/plugins/des/des_crypter.c
src/libstrongswan/plugins/des/des_crypter.h
src/libstrongswan/plugins/des/des_plugin.c
src/libstrongswan/plugins/des/des_plugin.h
src/libstrongswan/plugins/dnskey/dnskey_builder.c
src/libstrongswan/plugins/dnskey/dnskey_builder.h
src/libstrongswan/plugins/dnskey/dnskey_encoder.c
src/libstrongswan/plugins/dnskey/dnskey_encoder.h
src/libstrongswan/plugins/dnskey/dnskey_plugin.c
src/libstrongswan/plugins/dnskey/dnskey_plugin.h
src/libstrongswan/plugins/drbg/drbg_ctr.c
src/libstrongswan/plugins/drbg/drbg_ctr.h
src/libstrongswan/plugins/drbg/drbg_hmac.c
src/libstrongswan/plugins/drbg/drbg_hmac.h
src/libstrongswan/plugins/drbg/drbg_plugin.c
src/libstrongswan/plugins/drbg/drbg_plugin.h
src/libstrongswan/plugins/files/files_fetcher.c
src/libstrongswan/plugins/files/files_fetcher.h
src/libstrongswan/plugins/files/files_plugin.c
src/libstrongswan/plugins/files/files_plugin.h
src/libstrongswan/plugins/fips_prf/fips_prf.c
src/libstrongswan/plugins/fips_prf/fips_prf.h
src/libstrongswan/plugins/fips_prf/fips_prf_plugin.c
src/libstrongswan/plugins/fips_prf/fips_prf_plugin.h
src/libstrongswan/plugins/gcm/gcm_aead.c
src/libstrongswan/plugins/gcm/gcm_aead.h
src/libstrongswan/plugins/gcm/gcm_plugin.c
src/libstrongswan/plugins/gcm/gcm_plugin.h
src/libstrongswan/plugins/gcrypt/gcrypt_crypter.c
src/libstrongswan/plugins/gcrypt/gcrypt_crypter.h
src/libstrongswan/plugins/gcrypt/gcrypt_dh.c
src/libstrongswan/plugins/gcrypt/gcrypt_dh.h
src/libstrongswan/plugins/gcrypt/gcrypt_hasher.c
src/libstrongswan/plugins/gcrypt/gcrypt_hasher.h
src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
src/libstrongswan/plugins/gcrypt/gcrypt_plugin.h
src/libstrongswan/plugins/gcrypt/gcrypt_rng.c
src/libstrongswan/plugins/gcrypt/gcrypt_rng.h
src/libstrongswan/plugins/gcrypt/gcrypt_rsa_private_key.c
src/libstrongswan/plugins/gcrypt/gcrypt_rsa_private_key.h
src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.h
src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
src/libstrongswan/plugins/gmp/gmp_diffie_hellman.h
src/libstrongswan/plugins/gmp/gmp_plugin.c
src/libstrongswan/plugins/gmp/gmp_plugin.h
src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c
src/libstrongswan/plugins/gmp/gmp_rsa_private_key.h
src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c
src/libstrongswan/plugins/gmp/gmp_rsa_public_key.h
src/libstrongswan/plugins/hmac/hmac.c
src/libstrongswan/plugins/hmac/hmac.h
src/libstrongswan/plugins/hmac/hmac_plugin.c
src/libstrongswan/plugins/hmac/hmac_plugin.h
src/libstrongswan/plugins/kdf/kdf_kdf.c
src/libstrongswan/plugins/kdf/kdf_kdf.h
src/libstrongswan/plugins/kdf/kdf_plugin.c
src/libstrongswan/plugins/kdf/kdf_plugin.h
src/libstrongswan/plugins/keychain/keychain_creds.c
src/libstrongswan/plugins/keychain/keychain_creds.h
src/libstrongswan/plugins/keychain/keychain_plugin.c
src/libstrongswan/plugins/keychain/keychain_plugin.h
src/libstrongswan/plugins/ldap/ldap_fetcher.c
src/libstrongswan/plugins/ldap/ldap_fetcher.h
src/libstrongswan/plugins/ldap/ldap_plugin.c
src/libstrongswan/plugins/ldap/ldap_plugin.h
src/libstrongswan/plugins/md4/md4_hasher.c
src/libstrongswan/plugins/md4/md4_hasher.h
src/libstrongswan/plugins/md4/md4_plugin.c
src/libstrongswan/plugins/md4/md4_plugin.h
src/libstrongswan/plugins/md5/md5_hasher.c
src/libstrongswan/plugins/md5/md5_hasher.h
src/libstrongswan/plugins/md5/md5_plugin.c
src/libstrongswan/plugins/md5/md5_plugin.h
src/libstrongswan/plugins/mgf1/mgf1_plugin.c
src/libstrongswan/plugins/mgf1/mgf1_plugin.h
src/libstrongswan/plugins/mgf1/mgf1_xof.c
src/libstrongswan/plugins/mgf1/mgf1_xof.h
src/libstrongswan/plugins/mysql/mysql_database.c
src/libstrongswan/plugins/mysql/mysql_database.h
src/libstrongswan/plugins/mysql/mysql_plugin.c
src/libstrongswan/plugins/mysql/mysql_plugin.h
src/libstrongswan/plugins/newhope/newhope_ke.c
src/libstrongswan/plugins/newhope/newhope_ke.h
src/libstrongswan/plugins/newhope/newhope_noise.c
src/libstrongswan/plugins/newhope/newhope_noise.h
src/libstrongswan/plugins/newhope/newhope_plugin.c
src/libstrongswan/plugins/newhope/newhope_plugin.h
src/libstrongswan/plugins/newhope/newhope_reconciliation.c
src/libstrongswan/plugins/newhope/newhope_reconciliation.h
src/libstrongswan/plugins/newhope/tests/newhope_tests.c
src/libstrongswan/plugins/newhope/tests/newhope_tests.h
src/libstrongswan/plugins/newhope/tests/suites/test_newhope_ke.c
src/libstrongswan/plugins/newhope/tests/suites/test_newhope_noise.c
src/libstrongswan/plugins/newhope/tests/suites/test_newhope_reconciliation.c
src/libstrongswan/plugins/nonce/nonce_nonceg.c
src/libstrongswan/plugins/nonce/nonce_nonceg.h
src/libstrongswan/plugins/nonce/nonce_plugin.c
src/libstrongswan/plugins/nonce/nonce_plugin.h
src/libstrongswan/plugins/ntru/ntru_convert.c
src/libstrongswan/plugins/ntru/ntru_convert.h
src/libstrongswan/plugins/ntru/ntru_ke.c
src/libstrongswan/plugins/ntru/ntru_ke.h
src/libstrongswan/plugins/ntru/ntru_param_set.c
src/libstrongswan/plugins/ntru/ntru_param_set.h
src/libstrongswan/plugins/ntru/ntru_plugin.c
src/libstrongswan/plugins/ntru/ntru_plugin.h
src/libstrongswan/plugins/ntru/ntru_poly.c
src/libstrongswan/plugins/ntru/ntru_poly.h
src/libstrongswan/plugins/ntru/ntru_private_key.c
src/libstrongswan/plugins/ntru/ntru_private_key.h
src/libstrongswan/plugins/ntru/ntru_public_key.c
src/libstrongswan/plugins/ntru/ntru_public_key.h
src/libstrongswan/plugins/ntru/ntru_trits.c
src/libstrongswan/plugins/ntru/ntru_trits.h
src/libstrongswan/plugins/openssl/openssl_aead.c
src/libstrongswan/plugins/openssl/openssl_aead.h
src/libstrongswan/plugins/openssl/openssl_crl.c
src/libstrongswan/plugins/openssl/openssl_crl.h
src/libstrongswan/plugins/openssl/openssl_crypter.c
src/libstrongswan/plugins/openssl/openssl_crypter.h
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_ec_private_key.c
src/libstrongswan/plugins/openssl/openssl_ec_private_key.h
src/libstrongswan/plugins/openssl/openssl_ec_public_key.c
src/libstrongswan/plugins/openssl/openssl_ec_public_key.h
src/libstrongswan/plugins/openssl/openssl_ed_private_key.c
src/libstrongswan/plugins/openssl/openssl_ed_private_key.h
src/libstrongswan/plugins/openssl/openssl_ed_public_key.c
src/libstrongswan/plugins/openssl/openssl_ed_public_key.h
src/libstrongswan/plugins/openssl/openssl_engine.c
src/libstrongswan/plugins/openssl/openssl_engine.h
src/libstrongswan/plugins/openssl/openssl_hasher.c
src/libstrongswan/plugins/openssl/openssl_hasher.h
src/libstrongswan/plugins/openssl/openssl_hmac.c
src/libstrongswan/plugins/openssl/openssl_hmac.h
src/libstrongswan/plugins/openssl/openssl_kdf.c
src/libstrongswan/plugins/openssl/openssl_kdf.h
src/libstrongswan/plugins/openssl/openssl_pkcs12.c
src/libstrongswan/plugins/openssl/openssl_pkcs12.h
src/libstrongswan/plugins/openssl/openssl_pkcs7.c
src/libstrongswan/plugins/openssl/openssl_pkcs7.h
src/libstrongswan/plugins/openssl/openssl_plugin.c
src/libstrongswan/plugins/openssl/openssl_plugin.h
src/libstrongswan/plugins/openssl/openssl_rng.c
src/libstrongswan/plugins/openssl/openssl_rsa_private_key.c
src/libstrongswan/plugins/openssl/openssl_rsa_private_key.h
src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c
src/libstrongswan/plugins/openssl/openssl_rsa_public_key.h
src/libstrongswan/plugins/openssl/openssl_sha1_prf.c
src/libstrongswan/plugins/openssl/openssl_sha1_prf.h
src/libstrongswan/plugins/openssl/openssl_util.c
src/libstrongswan/plugins/openssl/openssl_util.h
src/libstrongswan/plugins/openssl/openssl_x509.c
src/libstrongswan/plugins/openssl/openssl_x509.h
src/libstrongswan/plugins/openssl/openssl_x_diffie_hellman.c
src/libstrongswan/plugins/openssl/openssl_x_diffie_hellman.h
src/libstrongswan/plugins/openssl/openssl_xof.c
src/libstrongswan/plugins/openssl/openssl_xof.h
src/libstrongswan/plugins/padlock/padlock_aes_crypter.c
src/libstrongswan/plugins/padlock/padlock_aes_crypter.h
src/libstrongswan/plugins/padlock/padlock_plugin.c
src/libstrongswan/plugins/padlock/padlock_plugin.h
src/libstrongswan/plugins/padlock/padlock_rng.c
src/libstrongswan/plugins/padlock/padlock_rng.h
src/libstrongswan/plugins/padlock/padlock_sha1_hasher.c
src/libstrongswan/plugins/padlock/padlock_sha1_hasher.h
src/libstrongswan/plugins/pem/pem_builder.c
src/libstrongswan/plugins/pem/pem_builder.h
src/libstrongswan/plugins/pem/pem_encoder.c
src/libstrongswan/plugins/pem/pem_encoder.h
src/libstrongswan/plugins/pem/pem_plugin.c
src/libstrongswan/plugins/pem/pem_plugin.h
src/libstrongswan/plugins/pgp/pgp_builder.c
src/libstrongswan/plugins/pgp/pgp_builder.h
src/libstrongswan/plugins/pgp/pgp_cert.c
src/libstrongswan/plugins/pgp/pgp_cert.h
src/libstrongswan/plugins/pgp/pgp_encoder.c
src/libstrongswan/plugins/pgp/pgp_encoder.h
src/libstrongswan/plugins/pgp/pgp_plugin.c
src/libstrongswan/plugins/pgp/pgp_plugin.h
src/libstrongswan/plugins/pgp/pgp_utils.c
src/libstrongswan/plugins/pgp/pgp_utils.h
src/libstrongswan/plugins/pkcs1/pkcs1_builder.c
src/libstrongswan/plugins/pkcs1/pkcs1_builder.h
src/libstrongswan/plugins/pkcs1/pkcs1_encoder.c
src/libstrongswan/plugins/pkcs1/pkcs1_encoder.h
src/libstrongswan/plugins/pkcs1/pkcs1_plugin.c
src/libstrongswan/plugins/pkcs1/pkcs1_plugin.h
src/libstrongswan/plugins/pkcs11/pkcs11_creds.c
src/libstrongswan/plugins/pkcs11/pkcs11_creds.h
src/libstrongswan/plugins/pkcs11/pkcs11_dh.c
src/libstrongswan/plugins/pkcs11/pkcs11_dh.h
src/libstrongswan/plugins/pkcs11/pkcs11_hasher.c
src/libstrongswan/plugins/pkcs11/pkcs11_hasher.h
src/libstrongswan/plugins/pkcs11/pkcs11_library.c
src/libstrongswan/plugins/pkcs11/pkcs11_library.h
src/libstrongswan/plugins/pkcs11/pkcs11_manager.c
src/libstrongswan/plugins/pkcs11/pkcs11_manager.h
src/libstrongswan/plugins/pkcs11/pkcs11_plugin.c
src/libstrongswan/plugins/pkcs11/pkcs11_plugin.h
src/libstrongswan/plugins/pkcs11/pkcs11_private_key.c
src/libstrongswan/plugins/pkcs11/pkcs11_private_key.h
src/libstrongswan/plugins/pkcs11/pkcs11_public_key.c
src/libstrongswan/plugins/pkcs11/pkcs11_public_key.h
src/libstrongswan/plugins/pkcs11/pkcs11_rng.c
src/libstrongswan/plugins/pkcs11/pkcs11_rng.h
src/libstrongswan/plugins/pkcs12/pkcs12_decode.c
src/libstrongswan/plugins/pkcs12/pkcs12_decode.h
src/libstrongswan/plugins/pkcs12/pkcs12_plugin.c
src/libstrongswan/plugins/pkcs12/pkcs12_plugin.h
src/libstrongswan/plugins/pkcs7/pkcs7_attributes.c
src/libstrongswan/plugins/pkcs7/pkcs7_attributes.h
src/libstrongswan/plugins/pkcs7/pkcs7_data.c
src/libstrongswan/plugins/pkcs7/pkcs7_data.h
src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.c
src/libstrongswan/plugins/pkcs7/pkcs7_encrypted_data.h
src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.c
src/libstrongswan/plugins/pkcs7/pkcs7_enveloped_data.h
src/libstrongswan/plugins/pkcs7/pkcs7_generic.c
src/libstrongswan/plugins/pkcs7/pkcs7_generic.h
src/libstrongswan/plugins/pkcs7/pkcs7_plugin.c
src/libstrongswan/plugins/pkcs7/pkcs7_plugin.h
src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.c
src/libstrongswan/plugins/pkcs7/pkcs7_signed_data.h
src/libstrongswan/plugins/pkcs8/pkcs8_builder.c
src/libstrongswan/plugins/pkcs8/pkcs8_builder.h
src/libstrongswan/plugins/pkcs8/pkcs8_plugin.c
src/libstrongswan/plugins/pkcs8/pkcs8_plugin.h
src/libstrongswan/plugins/plugin.h
src/libstrongswan/plugins/plugin_constructors.py
src/libstrongswan/plugins/plugin_feature.c
src/libstrongswan/plugins/plugin_feature.h
src/libstrongswan/plugins/plugin_loader.c
src/libstrongswan/plugins/plugin_loader.h
src/libstrongswan/plugins/pubkey/pubkey_cert.c
src/libstrongswan/plugins/pubkey/pubkey_cert.h
src/libstrongswan/plugins/pubkey/pubkey_plugin.c
src/libstrongswan/plugins/pubkey/pubkey_plugin.h
src/libstrongswan/plugins/random/random_plugin.c
src/libstrongswan/plugins/random/random_plugin.h
src/libstrongswan/plugins/random/random_rng.c
src/libstrongswan/plugins/random/random_rng.h
src/libstrongswan/plugins/rc2/rc2_crypter.c
src/libstrongswan/plugins/rc2/rc2_crypter.h
src/libstrongswan/plugins/rc2/rc2_plugin.c
src/libstrongswan/plugins/rc2/rc2_plugin.h
src/libstrongswan/plugins/rdrand/rdrand_plugin.c
src/libstrongswan/plugins/rdrand/rdrand_plugin.h
src/libstrongswan/plugins/rdrand/rdrand_rng.c
src/libstrongswan/plugins/rdrand/rdrand_rng.h
src/libstrongswan/plugins/revocation/revocation_plugin.c
src/libstrongswan/plugins/revocation/revocation_plugin.h
src/libstrongswan/plugins/revocation/revocation_validator.c
src/libstrongswan/plugins/revocation/revocation_validator.h
src/libstrongswan/plugins/sha1/sha1_hasher.c
src/libstrongswan/plugins/sha1/sha1_hasher.h
src/libstrongswan/plugins/sha1/sha1_plugin.c
src/libstrongswan/plugins/sha1/sha1_plugin.h
src/libstrongswan/plugins/sha1/sha1_prf.c
src/libstrongswan/plugins/sha1/sha1_prf.h
src/libstrongswan/plugins/sha2/sha2_hasher.c
src/libstrongswan/plugins/sha2/sha2_hasher.h
src/libstrongswan/plugins/sha2/sha2_plugin.c
src/libstrongswan/plugins/sha2/sha2_plugin.h
src/libstrongswan/plugins/sha3/sha3_hasher.c
src/libstrongswan/plugins/sha3/sha3_hasher.h
src/libstrongswan/plugins/sha3/sha3_keccak.c
src/libstrongswan/plugins/sha3/sha3_keccak.h
src/libstrongswan/plugins/sha3/sha3_plugin.c
src/libstrongswan/plugins/sha3/sha3_plugin.h
src/libstrongswan/plugins/sha3/sha3_shake.c
src/libstrongswan/plugins/sha3/sha3_shake.h
src/libstrongswan/plugins/soup/soup_fetcher.c
src/libstrongswan/plugins/soup/soup_fetcher.h
src/libstrongswan/plugins/soup/soup_plugin.c
src/libstrongswan/plugins/soup/soup_plugin.h
src/libstrongswan/plugins/sqlite/sqlite_database.c
src/libstrongswan/plugins/sqlite/sqlite_database.h
src/libstrongswan/plugins/sqlite/sqlite_plugin.c
src/libstrongswan/plugins/sqlite/sqlite_plugin.h
src/libstrongswan/plugins/sshkey/sshkey_builder.c
src/libstrongswan/plugins/sshkey/sshkey_builder.h
src/libstrongswan/plugins/sshkey/sshkey_encoder.c
src/libstrongswan/plugins/sshkey/sshkey_encoder.h
src/libstrongswan/plugins/sshkey/sshkey_plugin.c
src/libstrongswan/plugins/sshkey/sshkey_plugin.h
src/libstrongswan/plugins/test_vectors/test_vectors.h
src/libstrongswan/plugins/test_vectors/test_vectors/3des_cbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_cbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_ccm.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_cfb.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_cmac.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_ctr.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_ecb.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_gcm.c
src/libstrongswan/plugins/test_vectors/test_vectors/aes_xcbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/blowfish.c
src/libstrongswan/plugins/test_vectors/test_vectors/camellia_cbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/camellia_ctr.c
src/libstrongswan/plugins/test_vectors/test_vectors/camellia_xcbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/cast.c
src/libstrongswan/plugins/test_vectors/test_vectors/chacha20_xof.c
src/libstrongswan/plugins/test_vectors/test_vectors/chacha20poly1305.c
src/libstrongswan/plugins/test_vectors/test_vectors/curve25519.c
src/libstrongswan/plugins/test_vectors/test_vectors/curve448.c
src/libstrongswan/plugins/test_vectors/test_vectors/des.c
src/libstrongswan/plugins/test_vectors/test_vectors/drbg_ctr.c
src/libstrongswan/plugins/test_vectors/test_vectors/drbg_hmac.c
src/libstrongswan/plugins/test_vectors/test_vectors/ecp.c
src/libstrongswan/plugins/test_vectors/test_vectors/ecpbp.c
src/libstrongswan/plugins/test_vectors/test_vectors/fips_prf.c
src/libstrongswan/plugins/test_vectors/test_vectors/idea.c
src/libstrongswan/plugins/test_vectors/test_vectors/kdf_prf.c
src/libstrongswan/plugins/test_vectors/test_vectors/kdf_prf_plus.c
src/libstrongswan/plugins/test_vectors/test_vectors/md2.c
src/libstrongswan/plugins/test_vectors/test_vectors/md4.c
src/libstrongswan/plugins/test_vectors/test_vectors/md5.c
src/libstrongswan/plugins/test_vectors/test_vectors/md5_hmac.c
src/libstrongswan/plugins/test_vectors/test_vectors/modp.c
src/libstrongswan/plugins/test_vectors/test_vectors/modpsub.c
src/libstrongswan/plugins/test_vectors/test_vectors/null.c
src/libstrongswan/plugins/test_vectors/test_vectors/rc2.c
src/libstrongswan/plugins/test_vectors/test_vectors/rc5.c
src/libstrongswan/plugins/test_vectors/test_vectors/rng.c
src/libstrongswan/plugins/test_vectors/test_vectors/serpent_cbc.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha1.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha1_hmac.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha2.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha2_hmac.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha3.c
src/libstrongswan/plugins/test_vectors/test_vectors/sha3_shake.c
src/libstrongswan/plugins/test_vectors/test_vectors/twofish_cbc.c
src/libstrongswan/plugins/test_vectors/test_vectors_plugin.c
src/libstrongswan/plugins/test_vectors/test_vectors_plugin.h
src/libstrongswan/plugins/unbound/unbound_plugin.c
src/libstrongswan/plugins/unbound/unbound_plugin.h
src/libstrongswan/plugins/unbound/unbound_resolver.c
src/libstrongswan/plugins/unbound/unbound_resolver.h
src/libstrongswan/plugins/unbound/unbound_response.c
src/libstrongswan/plugins/unbound/unbound_response.h
src/libstrongswan/plugins/unbound/unbound_rr.c
src/libstrongswan/plugins/unbound/unbound_rr.h
src/libstrongswan/plugins/winhttp/winhttp_fetcher.c
src/libstrongswan/plugins/winhttp/winhttp_fetcher.h
src/libstrongswan/plugins/winhttp/winhttp_plugin.c
src/libstrongswan/plugins/winhttp/winhttp_plugin.h
src/libstrongswan/plugins/wolfssl/wolfssl_common.h
src/libstrongswan/plugins/wolfssl/wolfssl_ed_private_key.c
src/libstrongswan/plugins/wolfssl/wolfssl_ed_public_key.c
src/libstrongswan/plugins/wolfssl/wolfssl_x_diffie_hellman.c
src/libstrongswan/plugins/wolfssl/wolfssl_xof.c
src/libstrongswan/plugins/wolfssl/wolfssl_xof.h
src/libstrongswan/plugins/x509/x509_ac.c
src/libstrongswan/plugins/x509/x509_ac.h
src/libstrongswan/plugins/x509/x509_cert.c
src/libstrongswan/plugins/x509/x509_cert.h
src/libstrongswan/plugins/x509/x509_crl.c
src/libstrongswan/plugins/x509/x509_crl.h
src/libstrongswan/plugins/x509/x509_ocsp_request.c
src/libstrongswan/plugins/x509/x509_ocsp_request.h
src/libstrongswan/plugins/x509/x509_ocsp_response.c
src/libstrongswan/plugins/x509/x509_ocsp_response.h
src/libstrongswan/plugins/x509/x509_pkcs10.c
src/libstrongswan/plugins/x509/x509_pkcs10.h
src/libstrongswan/plugins/x509/x509_plugin.c
src/libstrongswan/plugins/x509/x509_plugin.h
src/libstrongswan/plugins/xcbc/xcbc.c
src/libstrongswan/plugins/xcbc/xcbc.h
src/libstrongswan/plugins/xcbc/xcbc_plugin.c
src/libstrongswan/plugins/xcbc/xcbc_plugin.h
src/libstrongswan/processing/jobs/callback_job.c
src/libstrongswan/processing/jobs/callback_job.h
src/libstrongswan/processing/jobs/job.c
src/libstrongswan/processing/jobs/job.h
src/libstrongswan/processing/processor.c
src/libstrongswan/processing/processor.h
src/libstrongswan/processing/scheduler.c
src/libstrongswan/processing/scheduler.h
src/libstrongswan/processing/watcher.c
src/libstrongswan/processing/watcher.h
src/libstrongswan/resolver/resolver.h
src/libstrongswan/resolver/resolver_manager.c
src/libstrongswan/resolver/resolver_manager.h
src/libstrongswan/resolver/resolver_response.h
src/libstrongswan/resolver/rr.h
src/libstrongswan/resolver/rr_set.c
src/libstrongswan/resolver/rr_set.h
src/libstrongswan/selectors/sec_label.c
src/libstrongswan/selectors/sec_label.h
src/libstrongswan/selectors/traffic_selector.c
src/libstrongswan/selectors/traffic_selector.h
src/libstrongswan/settings/settings.c
src/libstrongswan/settings/settings.h
src/libstrongswan/settings/settings_lexer.l
src/libstrongswan/settings/settings_parser.y
src/libstrongswan/settings/settings_types.c
src/libstrongswan/settings/settings_types.h
src/libstrongswan/tests/suites/test_array.c
src/libstrongswan/tests/suites/test_asn1.c
src/libstrongswan/tests/suites/test_asn1_parser.c
src/libstrongswan/tests/suites/test_auth_cfg.c
src/libstrongswan/tests/suites/test_bio_reader.c
src/libstrongswan/tests/suites/test_bio_writer.c
src/libstrongswan/tests/suites/test_certnames.c
src/libstrongswan/tests/suites/test_certpolicy.c
src/libstrongswan/tests/suites/test_chunk.c
src/libstrongswan/tests/suites/test_crypter.c
src/libstrongswan/tests/suites/test_crypto_factory.c
src/libstrongswan/tests/suites/test_ecdsa.c
src/libstrongswan/tests/suites/test_ed25519.c
src/libstrongswan/tests/suites/test_ed448.c
src/libstrongswan/tests/suites/test_enum.c
src/libstrongswan/tests/suites/test_enumerator.c
src/libstrongswan/tests/suites/test_fetch_http.c
src/libstrongswan/tests/suites/test_hasher.c
src/libstrongswan/tests/suites/test_hashtable.c
src/libstrongswan/tests/suites/test_host.c
src/libstrongswan/tests/suites/test_identification.c
src/libstrongswan/tests/suites/test_iv_gen.c
src/libstrongswan/tests/suites/test_linked_list.c
src/libstrongswan/tests/suites/test_linked_list_enumerator.c
src/libstrongswan/tests/suites/test_metadata.c
src/libstrongswan/tests/suites/test_metadata_set.c
src/libstrongswan/tests/suites/test_mgf1.c
src/libstrongswan/tests/suites/test_ntru.c
src/libstrongswan/tests/suites/test_pen.c
src/libstrongswan/tests/suites/test_prf_plus.c
src/libstrongswan/tests/suites/test_printf.c
src/libstrongswan/tests/suites/test_process.c
src/libstrongswan/tests/suites/test_proposal.c
src/libstrongswan/tests/suites/test_rng_tester.c
src/libstrongswan/tests/suites/test_rsa.c
src/libstrongswan/tests/suites/test_rsa_oaep_sha1.c
src/libstrongswan/tests/suites/test_rsa_oaep_sha224.c
src/libstrongswan/tests/suites/test_rsa_oaep_sha256.c
src/libstrongswan/tests/suites/test_rsa_oaep_sha384.c
src/libstrongswan/tests/suites/test_rsa_oaep_sha512.c
src/libstrongswan/tests/suites/test_rsa_pkcs1.c
src/libstrongswan/tests/suites/test_settings.c
src/libstrongswan/tests/suites/test_signature_params.c
src/libstrongswan/tests/suites/test_stream.c
src/libstrongswan/tests/suites/test_threading.c
src/libstrongswan/tests/suites/test_traffic_selector.c
src/libstrongswan/tests/suites/test_utils.c
src/libstrongswan/tests/suites/test_vectors.c
src/libstrongswan/tests/suites/test_watcher.c
src/libstrongswan/tests/test_runner.c
src/libstrongswan/tests/test_runner.h
src/libstrongswan/tests/test_suite.c
src/libstrongswan/tests/test_suite.h
src/libstrongswan/tests/tests.c
src/libstrongswan/tests/tests.h
src/libstrongswan/threading/condvar.h
src/libstrongswan/threading/lock_profiler.h
src/libstrongswan/threading/mutex.c
src/libstrongswan/threading/mutex.h
src/libstrongswan/threading/rwlock.c
src/libstrongswan/threading/rwlock.h
src/libstrongswan/threading/rwlock_condvar.h
src/libstrongswan/threading/semaphore.c
src/libstrongswan/threading/semaphore.h
src/libstrongswan/threading/spinlock.c
src/libstrongswan/threading/spinlock.h
src/libstrongswan/threading/thread.c
src/libstrongswan/threading/thread.h
src/libstrongswan/threading/thread_value.c
src/libstrongswan/threading/thread_value.h
src/libstrongswan/threading/windows/mutex.c
src/libstrongswan/threading/windows/rwlock.c
src/libstrongswan/threading/windows/semaphore.c
src/libstrongswan/threading/windows/spinlock.c
src/libstrongswan/threading/windows/thread.c
src/libstrongswan/threading/windows/thread.h
src/libstrongswan/threading/windows/thread_value.c
src/libstrongswan/utils/backtrace.c
src/libstrongswan/utils/backtrace.h
src/libstrongswan/utils/capabilities.c
src/libstrongswan/utils/capabilities.h
src/libstrongswan/utils/chunk.c
src/libstrongswan/utils/chunk.h
src/libstrongswan/utils/compat/android.h
src/libstrongswan/utils/compat/apple.h
src/libstrongswan/utils/compat/windows.c
src/libstrongswan/utils/compat/windows.h
src/libstrongswan/utils/cpu_feature.c
src/libstrongswan/utils/cpu_feature.h
src/libstrongswan/utils/debug.c
src/libstrongswan/utils/debug.h
src/libstrongswan/utils/enum.c
src/libstrongswan/utils/enum.h
src/libstrongswan/utils/identification.c
src/libstrongswan/utils/identification.h
src/libstrongswan/utils/integrity_checker.c
src/libstrongswan/utils/integrity_checker.h
src/libstrongswan/utils/leak_detective.c
src/libstrongswan/utils/leak_detective.h
src/libstrongswan/utils/lexparser.c
src/libstrongswan/utils/lexparser.h
src/libstrongswan/utils/optionsfrom.c
src/libstrongswan/utils/optionsfrom.h
src/libstrongswan/utils/parser_helper.c
src/libstrongswan/utils/parser_helper.h
src/libstrongswan/utils/printf_hook/printf_hook.h
src/libstrongswan/utils/printf_hook/printf_hook_builtin.c
src/libstrongswan/utils/printf_hook/printf_hook_builtin.h
src/libstrongswan/utils/printf_hook/printf_hook_glibc.c
src/libstrongswan/utils/printf_hook/printf_hook_vstr.c
src/libstrongswan/utils/printf_hook/printf_hook_vstr.h
src/libstrongswan/utils/process.c
src/libstrongswan/utils/process.h
src/libstrongswan/utils/test.c
src/libstrongswan/utils/test.h
src/libstrongswan/utils/utils.c
src/libstrongswan/utils/utils.h
src/libstrongswan/utils/utils/align.c
src/libstrongswan/utils/utils/align.h
src/libstrongswan/utils/utils/atomics.c
src/libstrongswan/utils/utils/atomics.h
src/libstrongswan/utils/utils/byteorder.h
src/libstrongswan/utils/utils/memory.c
src/libstrongswan/utils/utils/memory.h
src/libstrongswan/utils/utils/object.h
src/libstrongswan/utils/utils/path.c
src/libstrongswan/utils/utils/path.h
src/libstrongswan/utils/utils/status.c
src/libstrongswan/utils/utils/status.h
src/libstrongswan/utils/utils/strerror.c
src/libstrongswan/utils/utils/strerror.h
src/libstrongswan/utils/utils/string.c
src/libstrongswan/utils/utils/string.h
src/libstrongswan/utils/utils/time.c
src/libstrongswan/utils/utils/time.h
src/libstrongswan/utils/utils/tty.c
src/libstrongswan/utils/utils/tty.h
src/libstrongswan/utils/utils/types.h
src/libtls/tests/suites/test_hkdf.c
src/libtls/tests/suites/test_socket.c
src/libtls/tests/suites/test_suites.c
src/libtls/tests/tls_tests.c
src/libtls/tests/tls_tests.h
src/libtls/tls.c
src/libtls/tls.h
src/libtls/tls_aead.c
src/libtls/tls_aead.h
src/libtls/tls_aead_expl.c
src/libtls/tls_aead_impl.c
src/libtls/tls_aead_null.c
src/libtls/tls_aead_seq.c
src/libtls/tls_alert.c
src/libtls/tls_alert.h
src/libtls/tls_application.h
src/libtls/tls_cache.c
src/libtls/tls_cache.h
src/libtls/tls_compression.c
src/libtls/tls_compression.h
src/libtls/tls_crypto.c
src/libtls/tls_crypto.h
src/libtls/tls_eap.c
src/libtls/tls_eap.h
src/libtls/tls_fragmentation.c
src/libtls/tls_fragmentation.h
src/libtls/tls_handshake.h
src/libtls/tls_hkdf.c
src/libtls/tls_hkdf.h
src/libtls/tls_peer.c
src/libtls/tls_peer.h
src/libtls/tls_prf.c
src/libtls/tls_prf.h
src/libtls/tls_protection.c
src/libtls/tls_protection.h
src/libtls/tls_server.c
src/libtls/tls_server.h
src/libtls/tls_socket.c
src/libtls/tls_socket.h
src/libtnccs/plugins/tnc_imc/tnc_imc.c
src/libtnccs/plugins/tnc_imc/tnc_imc.h
src/libtnccs/plugins/tnc_imc/tnc_imc_bind_function.c
src/libtnccs/plugins/tnc_imc/tnc_imc_manager.c
src/libtnccs/plugins/tnc_imc/tnc_imc_manager.h
src/libtnccs/plugins/tnc_imc/tnc_imc_plugin.c
src/libtnccs/plugins/tnc_imc/tnc_imc_plugin.h
src/libtnccs/plugins/tnc_imv/tnc_imv.c
src/libtnccs/plugins/tnc_imv/tnc_imv.h
src/libtnccs/plugins/tnc_imv/tnc_imv_bind_function.c
src/libtnccs/plugins/tnc_imv/tnc_imv_manager.c
src/libtnccs/plugins/tnc_imv/tnc_imv_manager.h
src/libtnccs/plugins/tnc_imv/tnc_imv_plugin.c
src/libtnccs/plugins/tnc_imv/tnc_imv_plugin.h
src/libtnccs/plugins/tnc_imv/tnc_imv_recommendations.c
src/libtnccs/plugins/tnc_imv/tnc_imv_recommendations.h
src/libtnccs/plugins/tnc_tnccs/tnc_tnccs_manager.c
src/libtnccs/plugins/tnc_tnccs/tnc_tnccs_manager.h
src/libtnccs/plugins/tnc_tnccs/tnc_tnccs_plugin.c
src/libtnccs/plugins/tnc_tnccs/tnc_tnccs_plugin.h
src/libtnccs/plugins/tnccs_11/batch/tnccs_batch.c
src/libtnccs/plugins/tnccs_11/batch/tnccs_batch.h
src/libtnccs/plugins/tnccs_11/messages/imc_imv_msg.c
src/libtnccs/plugins/tnccs_11/messages/imc_imv_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_error_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_error_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_preferred_language_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_preferred_language_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_reason_strings_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_reason_strings_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_recommendation_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_recommendation_msg.h
src/libtnccs/plugins/tnccs_11/messages/tnccs_tncs_contact_info_msg.c
src/libtnccs/plugins/tnccs_11/messages/tnccs_tncs_contact_info_msg.h
src/libtnccs/plugins/tnccs_11/tnccs_11.c
src/libtnccs/plugins/tnccs_11/tnccs_11.h
src/libtnccs/plugins/tnccs_11/tnccs_11_plugin.c
src/libtnccs/plugins/tnccs_11/tnccs_11_plugin.h
src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c
src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_access_recommendation_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_access_recommendation_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_assessment_result_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_assessment_result_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_error_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_error_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_experimental_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_experimental_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_language_preference_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_language_preference_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_pa_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_pa_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_reason_string_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_reason_string_msg.h
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_remediation_parameters_msg.c
src/libtnccs/plugins/tnccs_20/messages/ietf/pb_remediation_parameters_msg.h
src/libtnccs/plugins/tnccs_20/messages/ita/pb_mutual_capability_msg.c
src/libtnccs/plugins/tnccs_20/messages/ita/pb_mutual_capability_msg.h
src/libtnccs/plugins/tnccs_20/messages/ita/pb_noskip_test_msg.c
src/libtnccs/plugins/tnccs_20/messages/ita/pb_noskip_test_msg.h
src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.c
src/libtnccs/plugins/tnccs_20/messages/pb_tnc_msg.h
src/libtnccs/plugins/tnccs_20/messages/tcg/pb_pdp_referral_msg.c
src/libtnccs/plugins/tnccs_20/messages/tcg/pb_pdp_referral_msg.h
src/libtnccs/plugins/tnccs_20/state_machine/pb_tnc_state_machine.c
src/libtnccs/plugins/tnccs_20/state_machine/pb_tnc_state_machine.h
src/libtnccs/plugins/tnccs_20/tnccs_20.c
src/libtnccs/plugins/tnccs_20/tnccs_20.h
src/libtnccs/plugins/tnccs_20/tnccs_20_client.c
src/libtnccs/plugins/tnccs_20/tnccs_20_client.h
src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h
src/libtnccs/plugins/tnccs_20/tnccs_20_plugin.c
src/libtnccs/plugins/tnccs_20/tnccs_20_plugin.h
src/libtnccs/plugins/tnccs_20/tnccs_20_server.c
src/libtnccs/plugins/tnccs_20/tnccs_20_server.h
src/libtnccs/plugins/tnccs_dynamic/tnccs_dynamic.c
src/libtnccs/plugins/tnccs_dynamic/tnccs_dynamic.h
src/libtnccs/plugins/tnccs_dynamic/tnccs_dynamic_plugin.c
src/libtnccs/plugins/tnccs_dynamic/tnccs_dynamic_plugin.h
src/libtnccs/tnc/imc/imc.h
src/libtnccs/tnc/imc/imc_manager.h
src/libtnccs/tnc/imv/imv.h
src/libtnccs/tnc/imv/imv_manager.h
src/libtnccs/tnc/imv/imv_recommendations.c
src/libtnccs/tnc/imv/imv_recommendations.h
src/libtnccs/tnc/tnc.c
src/libtnccs/tnc/tnc.h
src/libtnccs/tnc/tnccs/tnccs.c
src/libtnccs/tnc/tnccs/tnccs.h
src/libtnccs/tnc/tnccs/tnccs_manager.c
src/libtnccs/tnc/tnccs/tnccs_manager.h
src/libtncif/tncif_identity.c
src/libtncif/tncif_identity.h
src/libtncif/tncif_names.c
src/libtncif/tncif_names.h
src/libtncif/tncif_pa_subtypes.c
src/libtncif/tncif_pa_subtypes.h
src/libtncif/tncif_policy.c
src/libtncif/tncif_policy.h
src/libtpmtss/plugins/tpm/tpm_cert.c
src/libtpmtss/plugins/tpm/tpm_cert.h
src/libtpmtss/plugins/tpm/tpm_plugin.c
src/libtpmtss/plugins/tpm/tpm_plugin.h
src/libtpmtss/plugins/tpm/tpm_private_key.c
src/libtpmtss/plugins/tpm/tpm_private_key.h
src/libtpmtss/plugins/tpm/tpm_rng.c
src/libtpmtss/plugins/tpm/tpm_rng.h
src/libtpmtss/tpm_tss.c
src/libtpmtss/tpm_tss.h
src/libtpmtss/tpm_tss_quote_info.c
src/libtpmtss/tpm_tss_quote_info.h
src/libtpmtss/tpm_tss_trousers.c
src/libtpmtss/tpm_tss_trousers.h
src/libtpmtss/tpm_tss_tss2.h
src/libtpmtss/tpm_tss_tss2_names.h
src/libtpmtss/tpm_tss_tss2_names_v1.c
src/libtpmtss/tpm_tss_tss2_names_v2.c
src/libtpmtss/tpm_tss_tss2_session.c
src/libtpmtss/tpm_tss_tss2_session.h
src/libtpmtss/tpm_tss_tss2_v1.c
src/libtpmtss/tpm_tss_tss2_v2.c
src/manager/controller/auth_controller.c
src/manager/controller/auth_controller.h
src/manager/controller/config_controller.c
src/manager/controller/config_controller.h
src/manager/controller/control_controller.c
src/manager/controller/control_controller.h
src/manager/controller/gateway_controller.c
src/manager/controller/gateway_controller.h
src/manager/controller/ikesa_controller.c
src/manager/controller/ikesa_controller.h
src/manager/gateway.c
src/manager/gateway.h
src/manager/main.c
src/manager/manager.c
src/manager/manager.h
src/manager/storage.c
src/manager/storage.h
src/manager/xml.c
src/manager/xml.h
src/medsrv/controller/peer_controller.c
src/medsrv/controller/peer_controller.h
src/medsrv/controller/user_controller.c
src/medsrv/controller/user_controller.h
src/medsrv/filter/auth_filter.c
src/medsrv/filter/auth_filter.h
src/medsrv/main.c
src/medsrv/user.c
src/medsrv/user.h
src/pki/command.c
src/pki/command.h
src/pki/commands/acert.c
src/pki/commands/dn.c
src/pki/commands/gen.c
src/pki/commands/issue.c
src/pki/commands/keyid.c
src/pki/commands/pkcs12.c
src/pki/commands/pkcs7.c
src/pki/commands/print.c
src/pki/commands/pub.c
src/pki/commands/req.c
src/pki/commands/self.c
src/pki/commands/signcrl.c
src/pki/commands/verify.c
src/pki/pki.c
src/pki/pki.h
src/pool/pool.c
src/pool/pool_attributes.c
src/pool/pool_attributes.h
src/pool/pool_usage.c
src/pool/pool_usage.h
src/pt-tls-client/pt-tls-client.c
src/scepclient/scep.c
src/scepclient/scep.h
src/scepclient/scepclient.c
src/sec-updater/sec-updater.c
src/starter/args.c
src/starter/args.h
src/starter/confread.c
src/starter/invokecharon.c
src/starter/invokecharon.h
src/starter/keywords.h.in
src/starter/keywords.txt
src/starter/parser/conf_parser.c
src/starter/parser/conf_parser.h
src/starter/parser/lexer.l
src/starter/parser/parser.y
src/starter/starterstroke.c
src/starter/starterstroke.h
src/starter/tests/starter_tests.c
src/starter/tests/starter_tests.h
src/starter/tests/suites/test_parser.c
src/stroke/stroke.c
src/stroke/stroke_keywords.h.in
src/stroke/stroke_keywords.txt
src/stroke/stroke_msg.h
src/sw-collector/sw-collector.c
src/sw-collector/sw_collector_db.c
src/sw-collector/sw_collector_db.h
src/sw-collector/sw_collector_dpkg.c
src/sw-collector/sw_collector_dpkg.h
src/sw-collector/sw_collector_history.c
src/sw-collector/sw_collector_history.h
src/sw-collector/sw_collector_rest_api.c
src/sw-collector/sw_collector_rest_api.h
src/swanctl/command.c
src/swanctl/command.h
src/swanctl/commands/counters.c
src/swanctl/commands/flush_certs.c
src/swanctl/commands/initiate.c
src/swanctl/commands/install.c
src/swanctl/commands/list_algs.c
src/swanctl/commands/list_authorities.c
src/swanctl/commands/list_certs.c
src/swanctl/commands/list_conns.c
src/swanctl/commands/list_pols.c
src/swanctl/commands/list_pools.c
src/swanctl/commands/list_sas.c [changed mode: 0644->0755]
src/swanctl/commands/load_all.c
src/swanctl/commands/load_authorities.c
src/swanctl/commands/load_authorities.h
src/swanctl/commands/load_conns.c
src/swanctl/commands/load_conns.h
src/swanctl/commands/load_creds.c
src/swanctl/commands/load_creds.h
src/swanctl/commands/load_pools.c
src/swanctl/commands/load_pools.h
src/swanctl/commands/log.c
src/swanctl/commands/redirect.c
src/swanctl/commands/rekey.c
src/swanctl/commands/reload_settings.c
src/swanctl/commands/stats.c
src/swanctl/commands/terminate.c
src/swanctl/commands/version.c
src/swanctl/swanctl.c
src/swanctl/swanctl.h
src/tpm_extendpcr/tpm_extendpcr.c
src/xfrmi/xfrmi.c

index 668662a400db02ff1669da66ef2e6b7aa254f61d..b36e28671cb178f0d272c3420be9bd527a0b34f2 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2014-2019 Tobias Brunner
-# HSR Hochschule fuer Technik Rapperswil
+#
+# Copyright (C) secunet Security Networks AG
 #
 # 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
index aead3574ab17768c94e9f40c274bd81e3ae38a5a..9f0440e6d5658bb524e7130d8c2b18832d142918 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright (C) 2007-2017 Tobias Brunner
 # Copyright (C) 2006-2019 Andreas Steffen
 # Copyright (C) 2006-2014 Martin Willi
-# HSR Hochschule fuer Technik Rapperswil
+#
+# Copyright (C) secunet Security Networks AG
 #
 # 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
index 3100eb5f9843f83a65db717a81969d1ad630b446..74bed9f210718622993ba5668c21346e76e38ea2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c481eddedf48996d962c519d2915aa1a103a24ed..204aa93822c159e580a6fa1788547622b3a314c5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8840c6e253e26d69ce7fdcd595f84c2709bdf398..aff9162544d8d0b9f60bae217055e6ba50448a93 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ee373300215d359cee068bd1368067a5656729b..79ecb3664d45fac6a3021d921305b5fc524fd22c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e8f23c9f1f8cd967408ff98c3d3f08a126932f1a..4a6c1e60017793dd590aa634d4f1dd02d0255697 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index af5c50c66cafbc8481064d783166929f9668d09e..7cd9889dab436478aabd7655bc84b14a38f0bf60 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 509abe46f56704f7c00829386a4a7642f909f9d0..e4d428c0e67e4e3f36d05e4e0ee5dd196657e83b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64f752eaf900fb1792885e746ae849b3ab2d899c..0ab30578181e5d952357ec100d4d2d30e2035b91 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17556ca7cf714ef0f90dce12ffd78c4b45e06ae3..5d05134958dfefcbf3375eab6bb38bab47deef71 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 70ec4573a2976dec456feb55d4e3215cbd9f03cd..cc6bcb78d989f101aef9937a808acb1707006628 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 235772fafa3aabd30180ae297c40a3a2520b875b..11e77bef6b49e34a287d93e7c5ee71ed43ec43b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9efc79dbfaf66edbd3b276b526720215e90a9a3d..6ae4d9123f199ee1cc265fa0e20d7f641a69502d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a7d98c946d72e8058a430e5c9bedd5cdee98cb6a..ce8d67b4ab45ce540694b8d4a608af83fa042376 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 49a29cfd911085fffcb8e7ba050ed685b8b8cd2b..8361c6ba9c0390bdd6a62c7d40b935b56cfdb470 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe55288b38d120efd9947399adc8f040e980434f..c249ce9a2f2e0edb499378b252ecba7de9763c75 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0cfb8e2dfa282a3686f3c7769b9065114e13043..acd6788a40ce653c0f850d298219e4332c728720 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0ae28d0ba50ef189fe1a97cf74bad42d1fdfe7a..9fdbe9f5ca782850b572544d876f665bddbaee88 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c86ea3c3966d8c3617388ee5504e9c230cf67445..187e4c2dff4a76a414c6cfa778132883c357c9fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec aG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c8ab8df0fc00d176c65efbe64f929913e6dd1a16..6fab63cd872bef7a48f1e250a2f9f4ca64b1127c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4be6e692fd8d419ebaf360ed3e692368866cb125..e58f8df7791ba1ec0f83201349fbf492ed7ed667 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2021 Andreas Steffen
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 0dcc7b0f54f8225f5397739f1433630f2d0e5cc7..f5f9a26a2c51a59fffc33fd914d6133dd133d3ae 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 04637d0a99dcd1b038c05943450bb8bf8fc46c7f..5531fb6a51f1a10476e329e14bf5f750a623af19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e4058eee51cb5242f0f8db06d1fc3bdeaba837b..b409e2740b7a024a8e15b965e92ac2aa90cbb27a 100644 (file)
@@ -1,7 +1,8 @@
 /* Analyzes the concurrent use of charon's threads
  *
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -258,11 +259,6 @@ int main(int argc, char *argv[])
        printf("    </tr>\n");
        printf("  </table>\n");
        printf("  <p>\n");
-       printf("  <hr/>\n");
-       printf("  <em>&copy; 2008\n");
-       printf("    <a href=\"http://www.hsr.ch/?&L=1\" target=\"popup\">\n");
-       printf("       HSR Hochschule f&uuml;r Technik Rapperswil</a>\n");
-       printf("  </em>\n");
        printf("</body>\n");
        printf("</html>\n");
 
index 6afcb25b6d707862593d23609fb0dd8d173a11b0..4d80846c41b87abc7d05d34e5c8d64efa5d4e21e 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2020 Pascal Knecht
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ce8fdf5d16869b8745cf79b3ee79d1cbca88df1..90988525075866c3b5c552c8d858214d04f2432f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 84448373df3ab92c2ba5ff5ad760c9b062a954c4..783972e3adfce42aff813edee30e9062daa967ef 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2013 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 37d95195115c4350729f7d07cc38431e938207f7..8c09cac89818fa2d332ba43393a223e1cfca69fe 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 22180261734ad6d0ace7f8339cb3af1c5f257c25..063585cd99ea60eddd247de2b7500f93bbd7e288 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 49607005101989f06dc50cd6c7805109d86bf067..9fa0394987fc377e6bb1129401004765024c4ed8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 053e596a52da1c95c616f4091e47efff5d95d92b..9b8b45736289019231b099546c5fc04565ad8014 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d734679bfde0de0401056caa52f6e7d1248f2b0..f2fd3b178e2019a63af500a409c7be9f7e6729dc 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 794136dfbe9aeb3e4a01b1acfc0c0486d961b514..a6a7c994eabdb93af5271d7ea786eebc6ff350a0 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1d25186860be547c74779fb7a69ab2da45400263..db09bec189ef3bf8c4c75ed402436265d762bd5b 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 1d668839002a420e1cabeffc3006dcd04480e25b..aefd3f9568876d6a9a9956248ee35c6c1c506f49 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 1ae14627a8c46c626d4b43e9523968ba58ee94a9..6e1dc2e19fa38310b3cca743aebd93db1cd88934 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 2aede7ff0ff3cd434ce3b81b5325ff97760f70b7..1cc143485944676594da090930a1ecbb85b6ed82 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 71729fef66ecbb89fc6f060a5fe87591c986586f..15b0f3068c5c01f1bd1a2506cf2b1a062090ca62 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 3561e7091fd733a9c769cc07bc416f42d9a448d2..d7331ad72f6d5dd6509976535c0a7cb644cc6df6 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 91b0d10fe130c21ab228249c54c0eb26c2b15b5b..f0d46601e853752f3987decb7c1a2a4f04361af4 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 09107a76b13d1fc82c99a6f50f465dfea510cdfa..5d6d329507fac168461d4bd89913e110c0e8984a 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2013-2020 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 6692099353ac845e99ad4e51105353b80fa1b009..829a178ccc759e4878f3e54a4cc014668d0a2d7c 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 7201fae0208f098cddf78efda53ec60cc00e8fc0..957acbbf01732b4f97f9253596636adf7ee042b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 009db076c9d5b73ac3ac70d97d07fa28c14a36c1..8aa77f1bb1fd57d24124e1165cdbe0a60d815f64 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright (C) 2005-2014 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d049596939dc75e397bfbbef4ba050e7e50ecdf5..8fefa77d8147fc0d66cd19a479db1cdf3b500e3d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2017 Tobias Brunner
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 304f4cac3bdc23e9e5fa4f8f6d27d89b94ff8718..c276a8ee71b312714d292989ecbf44ab67e21233 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6488c57ae74b013801727d0dd0700383d6d9694a..d9fe50198fee73f492721d297410c4c1cdda8639 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 323a64cb1397007cb90a956c5167d62b4114cd0e..bb645b3788fee287dbfac6c61417f04849a3d394 100644 (file)
@@ -1,7 +1,8 @@
 --
 --  Copyright (C) 2012 Reto Buerki
 --  Copyright (C) 2012 Adrian-Ken Rueegsegger
---  HSR Hochschule fuer Technik Rapperswil
+--
+--  Copyright (C) secunet Security Networks AG
 --
 --  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
index cfcf6e2b60922f4ea3b68186b88ee7bee510773a..c1b41b4758f359c1e112e41d26e3341656bb3731 100644 (file)
@@ -1,7 +1,8 @@
 --
 --  Copyright (C) 2012 Reto Buerki
 --  Copyright (C) 2012 Adrian-Ken Rueegsegger
---  HSR Hochschule fuer Technik Rapperswil
+--
+--  Copyright (C) secunet Security Networks AG
 --
 --  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
index f1ae15660f97fa43bd929a801eb9176903aac06e..a853c2d79ec7e3b2b80011063c6752098d030eae 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9bc84988921b5089aed497b6c37e89762d409ef1..6b7f6b5d4f8bf234e89c9b407cdb6a74cd173418 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ff568a70030ac2bd51f345e1ab4b4e51154e818f..d26681b165d049f1b4f2069e183aa01b0756931d 100644 (file)
@@ -1,7 +1,8 @@
 --
 --  Copyright (C) 2012 Reto Buerki
 --  Copyright (C) 2012 Adrian-Ken Rueegsegger
---  HSR Hochschule fuer Technik Rapperswil
+--
+--  Copyright (C) secunet Security Networks AG
 --
 --  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
index ec47aa72c66396f4dbfdaf5a2efe63c046da39e9..eb4a93df24320268f24a963742ce4386cb43d2b8 100644 (file)
@@ -1,7 +1,8 @@
 --
 --  Copyright (C) 2012 Reto Buerki
 --  Copyright (C) 2012 Adrian-Ken Rueegsegger
---  HSR Hochschule fuer Technik Rapperswil
+--
+--  Copyright (C) secunet Security Networks AG
 --
 --  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
index 8b6cb20adab941a3cfc60a66cff71edd4568fde4..e1c751d5c384383aa997bbc5b2523c8abf3a3723 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 70a6b806ac9fd517f0880a93037465890ac00b13..865f184c80466ee60d7eeb4ce2e0ca5b296042f5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f89d29072e23a0bf338d51fae8569a4c049acc68..f7939dface7c9cd08c880c5dcc16d9057cad5faf 100644 (file)
@@ -1,27 +1,18 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
- * Copyright (C) 2020 secunet Security Networks AG
  * Copyright (C) 2020 Stefan Berghofer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include <errno.h>
index 61aec90f5efa3f88fb3555dd5c3c64bca889e68f..ecee41a2e46caa40f315f1cd4c90b1f63f3b81a1 100644 (file)
@@ -1,24 +1,17 @@
 /*
- * Copyright (C) 2020 secunet Security Networks AG
  * Copyright (C) 2020 Stefan Berghofer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 1d073ae457c477cf064eaa40fffe87879051d4c3..aea116c96414386ce3eec0998c1204826af737cc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a2864f07a825601496f6ef0759e13ee4eade9cd0..003015ecd815e66c22e6653772bc04b5b6711710 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e358042fddd78a6d59a9118736d99588320d02ce..8cdc9c990b2580175b593e36173ce0c01c5796c5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52cb422477fed7f9e78e126ccb625263eab989b5..8b0a27804894f99a8c6dd4ffc89c1d05d771e102 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 41b557edc2138d44934f250545e717eff463ec8e..ec2ca46adf380736477735f8059a23efe109e661 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 19de7c874e1190b0c91a74a1529a50dbd54c134e..e3761c9d0f0092413c07727b9f7f148df21666a5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5ec84e445ad958c1a798b5c55e6366d49fa732c..3ccd9ef54bf0fb630b80c830c499fdb248071b57 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Reto Buerki
  * Copyright (C) 2013 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c41bea1f740b42599d35c89fc8915c1e2c7d148b..171fe64802403dbbf1ae3090c8229ce18d7d5ed0 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Reto Buerki
  * Copyright (C) 2013 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76677c38c46e5b55f2cc6cfbd0a28e1124ea02ab..807a85cc7a1723ff587cc05cd12fe812d8c4262a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c1abb9ee60591b567185999166680bab775ac79..2fa465a43d4f896d591d9a11d4f7b13a8befa2a2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48dd40aa51f0fb77dc95413bcf45a3c4b1460f7d..1e680258d84969d7c856f75d4b707186e2435c59 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 702d8f8ab57b931c8aa8e4cfd1e139dab60e519a..329c9c207342c60fe8852293234e6f887163e536 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f1e96d29557bfcc1e8257a95ac4cafe91ab3003..e8bb518098c27815519d0d64459d82b67525d556 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf4a2f2be0119528cff0e1c274eb6e012c251875..5d0c8641f96b3d7e96cbaff4590b6a6961b54bb9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 955b3dad480a7488508760f8aaf5e9cd7f1d3849..ad56cead0607fddf680a548dde066f86364e3977 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1aaaf0426fc23c40c90ba806926c42ac64f94521..d5b17bd7db25d7720a992350d4036d86f6bc4c4c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18e3a54d8f427cd7df1a795ae1ef2196fa658589..d679c1492bfed2aa6f29333a38d48cc5f2d626f9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fa65cdf392358b933b773a3597543edd25f7daf3..6b265fda7e4b940862c1b387b6f46e850360514f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed525ee29d592bc6a16166bea82bdf139f287c4f..5a1ec65d528a0dbbf35e1e982c7315b3b0364355 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0fb165ff79444375b60edd3cc08f9cb83eb5fc16..beb62bea2075c190c734ef3e57e1f6a68ed92ff4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 13e0256b09d2917c4d4321b9400b8dee1b35e103..29e8b9750d7c48bb57af201d822956550c8844ae 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2013 Reto Buerki
  * Copyright (C) 2012-2013 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db4b3fe46d61df0b76afcbc4b7bf8e9c6f004b45..fd9802d12055784227fbd4f4dd0756237c00a238 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f8d1a033c7629eadf938b3c0ed8d14631525185..7b42071e9b235c3d83df141f682ed8f56e7a4e41 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2013 Reto Buerki
  * Copyright (C) 2012-2013 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c13d9e509bac98c202b73e69e91d62771e923b00..86aa60416d5c6abc983db94ad32b07b67c30c49e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2013 Reto Buerki
  * Copyright (C) 2012-2013 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 46551b14ef448a91bf29e0e00683208fb9df968a..19124f25c79728b9b1b1bdec585a743b295a3d29 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 196e1c4fa6514ad47c9e574e2fc4ec2a3f336311..7d29be3efa2e8b724e4588bc26a0594de0869f4a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b499dcf5ba276195533187aaabb1088d0df8c187..f5796821c5e1faa70ca3538ef5eb97916c9b0d24 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a129ff081700a2bb46a835f5fb86a30474e5b13..86530fb98ffc37b2fbb07b23fcd3221c3054e974 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 67313e63aa77adb0733e61dd2e132bb9ac296d75..7e971b8851a3f0230555ac507f783947242fecff 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2200c98989dc4d0b9c0b4e35caf79ff92d7908b3..9475f4ab6117d87d207c26e4b1c83fcb45935afe 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 04eeb037f55208d38eed92923c26da1a08c496d9..07e173d8a0483cd0d1d8659098b8686975baa6d2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ff6a6c8c738e9dcfeb6132bbc0369a80635dfbfe..d3e4af6a1976714b14aaf663b148dee75cfc186f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bea11cc19a7be65d0babfb6b1a554664daa2823a..bc963ffde43b97e9da35f1e81eabb80bb132ea39 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c09936a37a13a8413a52a694951f8c4281ddc756..98e5d0901fb104d4a96ee433ae4ade246802944b 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012-2014 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a93837c7cc3d0e21260bd362aa3d4dac28c34c6d..f802c6c5e8e7d250c1db3448a9f6bf98b50c3863 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a8a905272867c364f65a1f3ba45c9059b611a1b7..ed945fd4de0d19f5f4a928431546dac7b3a48b60 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Reto Buerki
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7a2fe19e1a389c3ce65e657bcaeaf59a0319d81a..cd480b525fcaac44996a378b5d782b15e2426d0a 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 167b0c1c0646bbab01a7af95abc621b559682439..2c3451dfc4984c07d2b1bbf1631e85c75d98dd92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66e41f74336c3403e4126210e75b67de9ca259e6..47f23b7afea0f0e18c31d3266d1ddffba55f70f1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e1cbbacd5bf611060353964d906d9fb1cf63db3..36c5b4bc64ca44a9ee9bbc6c088f28bf6e8de762 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b4936737454c7dac39cfa5fc6a8afd3c964135b..a6dc61f7403ed49a26b7d5a923cde2936d2ba0b9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce9e24586598c1bfb40ef270992e6c1ea985ef31..bc15b9c70c1d605b6bd7a3e5715ae6f0d3ff24b0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d36ba3ae9970b16de889dbd0f102a0f032569c1..7506df2ce46b03e25830e044df9ec44b2ff46629 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2d0320429834eb9fc87c58243210e054ddcb7ec4..821c6d5a5b8064362954c829c246e1a49f90af64 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73a9b1a803d2c47a2eb6318ead8a935700a2066b..2347f3f42a267390301b1d388a4701158d56f145 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb5be1aefffde28e0fff2dd1197b6bf90a5dde59..78deb57420769d830712d66e34c5351692fc577b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e1cec089c9217f8dc7c7cc3904f67fe9fafe825..e3fe9ae3d28e251b6a18aa03a4db20563e551dfe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6be516cf439747c809718b3d44c0f16859cd13af..10b6ec6b016f69f3bf7ea694654f5fce0447ef9a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b9371172653978b3b33aba008d831ec7bf8c580a..c8dc35b42a2848e5a76fd917d6b2206ee02834f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3cb5f20597c1a7cb64f29777ec034642dcba6a36..19d8958ea803f9cd695e389addf48938dffdf439 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e3eabe2f2e84e0f78846e7f7c77f9d0a90305460..9cd9d38f8fbf29a80363581b2804d37c797c41b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f47372fa7b3356f7b65b34178d8166966212d9ef..07caedfc57fadd2e5b9b4f92e4c3e7be5a501155 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66aa4a65e69963c44300c86bf625eb2d10815e12..02bf7e307a564d5da63533e84e6b1759f2a0c3c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40629014baca0ad2e7f946d2ec6d5602e34537fd..28a7be3a4974377d1f354b7d5034bc21e1acf074 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 79c59b89a8f935dd58d2a8c85e751ad442441b14..5533717eaf271d87d235d6c0f5d6867f8c21b1c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94b0ae4c16777600019c3f11e1ad0a552da32f90..5d16fb9a584f0ae5f974f90d13e1db2e2933fffd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5676e307bf8f1e272c5637fb5570974db2899476..917e2212e0d7eea5c813f96b618f70719cb085eb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 93c61438eee2f5ba8a223fc2acc8a11b377a30ae..2bd5db5f03643de5af04242d5521fdeb9e1744ee 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 15c313c5187e1945613935b2a1b07811a1ed057a..36959c892cef3db80379af1c9bdf897957544b79 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1674f0a2d1408a62c3aacafdcf070a8767fe3836..4c27ff5133f9aac97c9f5ab821219bf6bb34b28a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fd5b6de61538266a2742304dc7885b41bc1cab36..70317f1f7583d6afd5a2d5d55e4b1e51b02da3f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cc4d5afe46a909ae18d083497162a78d393230fe..a1c9aa466e9ba9542244802d0a624fabb4b2184c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ca52879d1f5523cd520b5a50b22e1fbc94130712..afd8ab4e45d4f05bd8c2f99e01c147db98a2d3e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7f6415841939a81c0c55b4f93f220e2cda904025..4d775b9b7a9273c81e407564c72e47e27887c0a6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fa53680cd7ba34fc74e90163739b9ce5b95e691..fdd36a1ce3515f1f7d3ee42b4ea1d3f941464826 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7ce6f1b887b7a36b56be1c41f19c05f5e325cce2..048e2ecf9808274f58995242b7f866bc752fc42e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a7498527e482908484c0fc15e1e94c4b8695d3a..019e5564a503e61bb1372ac38ae4adf05255aabb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 399d2932aa5d5e44855ade7e59107bdc15c67850..087b819945d8add40839bcd12ca8cb1251285368 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0fd8f45d946c2ade815c4f99170bc753bef1d8ff..4b0a398f81a3b93119236d069817605919267b57 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2020 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index ea2cf8ab06d2a1d36e9ebf4c8570d602e858105c..46b060c39995df31bb8eeaad5ab53d1e7043901e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f077529da001058f9f52c2d9e6db16a3f4842d8..f95082711abbfdf8461da6e7de5b2e3d039ef7c5 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2019 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 577c645cd9c125d8fed59d79ad098e2605e3dc13..5604f67a1a29d71b951a698d85d4c8a05d0d25ec 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2019 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e268c996f99c7ca1c1bf73336ab76cf008c03ae4..1a666734bca6ebc8a5b3fc5d39215f6651e35727 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bba5a427faa21cbcd76e5ba9c44273e97fcb8ab6..dccc29826832a91707cb3a8c12027ab4b4bccc2c 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ec7e80eef8e727b31b6ea6f36f4afe9162f129a7..da1ed98533f3ff0a4c3690369229757d47335e8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d4ea6cb73be91db7c0cf0c322423c23721ccf00..1b6f412b26a9216e909bdfad4aabb931ac71b51d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f24df7a45af442592abd5a1f1513efbb53e6e4c..ca756403dbddeb9b9ee25853cdf68b4fa0bd8277 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 505c00cc9916daeb15627d3b3e9c77aaf7bd7122..92a112a6dc82a4e1145af50c75a80fb76b7044c2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2fcfb7eaf9cfa1a25f84a9c030e57b6317c8fcd9..257f407ffb6ad8c0db3ef7f11033fd9c6e98dd36 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a10a0993f45690971bdecf648633398df7a40f18..53c22d45aaa6c7c5360eea0eb64aaa74c0fcdd03 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a1e14a34515cccfa7d332e55f7a96c424a429bf9..c3acbc3b420e7c27efe6e032a1b2d695fe8d64ca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4ef11949686b14c08de9f20fb7b4b6c6cfaeaf32..d37a6feffe6dfc9d0bec456a519066ad0e20097a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 24b18aa9dce3ddd4a4e29d417fe075e0b201b888..5fb3add86d604ef12e03bbda3eb155d606a0ca0a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd51330fbd0df13f57380b4a7f28427f527f9c1d..c4b2f0e193c892f7a6d08c5bade0675005493413 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ff209dd6b1e1e7c32fd41eb9879365ac431e53e1..9b9492bd1a274d069fe1dc0ed8d37a0be6ac044f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48a1dff7d0601719b4a34a9d4a5803e65b1374f9..88e3895a5691eaacd070729547c0908a02a12bc6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 213b03b446e5b02f44c254fd69d145fc721c268d..b3f712c8c585bdf7b5b2814b478f6445b00c381a 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ae0458aeb73163f2782ee56a356357a63a5cf80..d91da1e929fbe3efd5cd426b8db273a420a8e269 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9fe6d0bb603bfb29d36362b5938ad83a6ce7862c..e34b0d09336a44ff6b0afc139ccec37ba0709041 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4a3aa8666f556202ef22a8839cb0d0a219b5c24c..99d10b1cf5cf8d83915dd22df396b586f29217e3 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 35f36fb1203c2edecadc82252c73a6b9f0f0df8b..44f0fab18a00bcb821ea41d84ad9321bc7286fea 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d78d8db43c8a85d657788895a3c5520635dd670f..904f38735932d7228930426fa43586b9391e4ea1 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c4877d469d889f86d7b81d4f5cf6abff932485d..0f6596ec180dd998bb2a5d6bfc7420d2e8b9fec1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 593b1b3f6d8a572e6a17afe2ef3e72c71dc68006..9d813e015c1746242731d9f24f0056925a28a89b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a452ca5f9da754993bc1bcd953f2601809db3ecc..34d057d8ba67cbd8ff85b981a0fa4b082edd7648 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b8cfac021edfdc8d43b676636573b1957aa5bc78..d04928e769cb4853c6b9c4fa3a1852c2e1d00c2c 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a17359c8482280c83ed025da25322f7c652aab12..65769bd2e253dfd23959b921bcc5c0752014985f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc3ae1f06a01266c4301c08116003bde250f16d2..d1c6f12f7e39ed779dc36a5623bcd43e6e37802b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d80d40448a1e76701af6e944db3cce44bf16e7d1..5ce9176132d797b900f94a604001c2f987ebcde2 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 171d908a52a4cdae2ce2538618c111e1b312c992..181ba5fc1086b2b6a07754a1fc5686556513ff7a 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66f39b44c5d19db4edbc5a22808c1f266e38afd1..3ef0ebab1feacdf62c80e1659e06bbdb26c2f8c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e8d58f0c4e93ae90c79ced0aaec111404ea24bfb..b3b665138d72f1746633c3ee8ac013f254b72195 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ff7305c2195cc99c34702e7443c71ae35411398d..133a78ca6cc6063a8d90e5f921fb238c4ce426c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4a1dc8e5faa441a95913ac0bf5f22b4aa4dc7616..2ea823b152873c0b1708f158245e727933882666 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e1a087277ba7bd04278c7a9333e88e7cd19b4a0d..8728335773d3d90f4c2283c4ae6fae39487a32b8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9178a1be9c5196722565ce39c3939cb05d10c8f5..2d42a77be6ac57eaeb8af3bf720ece5d12d4e05b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index adcd83228dd78ec1ad5d6b1e57ee8ca34cc2187a..40738fe6362545d14e78eae7ca8f3facf9ea77bc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52f093c398d1c50c4b4fe585bdbbebc7be5c8d47..ca873a7fd805a118172907243aa0011ad21d953a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b47b7f21953efc73b10ae42739c83cb40e333be..f2d8939ecd29b602716cf1a2bc258c1dd5bf2b5c 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52d9959b0e2607ad1fb73f26934463d6fb0f305e..ea33a14e66676e6574fdabd0090c382c3ce66345 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66ea9e580f3a314d6dff70e02ded76f28dfe8298..4d8f2f1a3e0b13f042ae6a3860dbf56f0684bb68 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a9352be32fe45041db7911b38c1d747c43fd8d5..0f74bfd4180e49edadeba3a35e108033e9dd1cc7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e9a95767ff983520dbc383785aab504d5aafb92..d437e3aa3c3ab848323d2cecf7fc6a095ca3224d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8fc121d518b847c4d3ffdb368707a1aa7349cb9f..e2d949a68c8bde4ee023b76d39eac8f2ce7be583 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f70d46151ddef83f54c19c9c33291ed06fba1caf..d1b5190e42f2a57428006b7ba086aa7f42b5986e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 654f57485274bb0d0aac1f7ad4aaa91afb8fdbc1..98e39925655cc1916d07df7aa9f50c4a13fece17 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 44f4f5ff9ad5fd21598aa1ed1c0dde7d37a663ba..def0b88a5d61ad10022fec07864fb9255787d0dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eaf32a0e33d519b82c82ecaf29fb53036d3d2a84..3b5730773d8f74d978c4df31667dc2980817fae0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad665787bc2ebe8e51a6d8ce47990acb2300d60b..c941a49e97b1fc6d85ffa3dc052ffb10b5266a58 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index beda1b3ff390956e6aacd24213e80a9d850c1953..5d5fd91443b37e230b22d7d99ce61fd6c1574392 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 852e09f7c596546ef15ec6d4a1ec9c546398876c..dc3bc1cc7d59ceaa5a000f57942dcc741a02c1f6 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 84fb584a1c4882a3a6c19fd1db9c0446261b5d09..d7a069d0b8401e87d8a43f99f9af6e545a71cc4f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4203eade2e063cc1da4a8be16b8585ac75f4da95..291a4fceac08673da0a23056d988c098a4c94a52 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2019 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0b1e61187d2c93a8179119a6cf321c4e40651cb9..78d8a92db2c601868acb955e6713ee3d6cb82ee6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1214b1247418abd2fd13c2468275a326ea8334c5..319a9dd067bf8c71de8ce19173229b972eca0df1 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df3c666f0dd9cbd35a3ce0bf92158ad02ccba7fc..2e128962d219b126d0d65eab26e28a225d096627 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 912f5244136f2be89d005067fcfdcdc39316e448..b2ac2b881f79d36024b9b5b3ddaa5168667f74dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc18e4341d3cb4efa57ab26040c5588240709ba0..26e5952c20094e8fef7b00472c19922b844d78c6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df6753db5b1a27300e5c77a4b97521a032638926..e61089378cd1ccd02159b6a1ecc6bfb5c8a82cbc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a2fe9533b9342e4d5b04e49123cddc31af02542..c98e4ab83c4c35ecc8fd55fdf5a0471f9790c0a7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3a842339991d08ef39e2738667ef445766db8d3..d75bd5ca37ce1987710b3c83dc32ee9f6f394a1e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9201747a35d32c492fb95570980306ca6cd3976..05a15464d90c89d6644f25351db3b18423bbeed2 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48e942ff85cf774553f4b4a6f12d03a5b1009444..6d51398cd2badc7301d4088e688bd0693cf3d591 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f5390620f7945ceb4e6723e548d91a0a1a8e58dd..59394db16453b6d4409721226f9840c76ed97ad0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 788aa5a31ec89d8d645c593432ed4e7dbe2f3edf..4bbc316128926a52e2c08fa2a9ae90e3f57ff59e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71b6e0fceb2872d5a4392e15fd2452c63ba9f094..7f5220fbf56db04c59898f4dd62d3378c21fb935 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64e0bab234bb52e5d55c4db9fdb32107c93a2c09..95868b8d469e50671b74373999bd8dad819a18fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4716055bb688f4b098f92683c1ec46763fa344bb..9ae16c5e9bb53d1e6b1d71cecf232482a872265a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5a37ab90b9e1c42f81675ab9a46f48ea884c636d..e5cf21890a18aa544c94f659479b14558b237709 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9dec3c0e3b063e834b11a9e24b8d14a450381616..5142ee1b59269b6248c3447d0ef39b05bb575982 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac108c347f22683d0f5255c0c449c62bc16ee540..6b7bd203e65e96a260cb3e5761259d01fa5ae3fc 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2017 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3aab3de28bd6eb6c6950ba312a7f4b2824af3dcd..85cd54c5516778b0dd105461767cee6ad3f0462e 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2017 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ffaf86a533039bae0b070c8e3fefc9c5c72ce125..2a8c721453b6944864608db3d274df97ad4e424a 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 517f21542e0fb8490f331ae37152044184ec1b8f..b7445a15d6841391041b09a5d930e09debcf4466 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5421dcae085d6a193580f715ba19c3077e978989..24b612731d13d132a12a750e5d82480cc9d0de40 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 869e0afead0b3e59d7da954238e3f611d95a3c1c..0279f35758f9c4cbd8a10bdbdb9e7e405f039997 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7407e7774b5fca57424c1e775954490a5e2adb1..caaa2ff058b4d9bfbc28d63598d291fda1ca44e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9cf1a0512887e29c8598c5fdf13dd513fbca9b4..3747f8a7031ff991325c0b8f778e8940f0a0fe10 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e23f8b10804d6fff2e90e6dc8f5d3f6b996bc67..2a72ac6a16105bd035944eb6c6131cbff5d54abf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a20cdfdb58dc47883c11f2fb0eb09f0893b3db5f..90930dc7e207a6078e068c3088eb76b7d4690276 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbc10a09e9ee06490ef01828990b2d21f43df70a..a03081dc34f443955b7a8287bd5ab8a121052160 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b23c2b6659ea3f613ac4c91bfdd00657dae7be39..4a1386aa72735bfb99aa20036ac67d8dc61174f3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3252082bb91a46baf8c6d320eba330c84b928d22..c5cb18857beb594ba60d77b8a95e6339d0eed516 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eea011211532328b2e9a2f79db82add1d3c62ffe..6c3ab6488166485b6569df9e926204eaa6608005 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 77decfd80707db0bcccc3e5f0eb9df2ef49751ef..6bccf18a6e89092ab757ebc5d218fb779ae9e0ac 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2010-2020 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1626cd783b349b7447154288600c586c65467e3e..86fb74fe092c5816276af43c050c611fc7bf53d9 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2010-2015 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d639460f9d0e78b2d24d068beb8ec23f310f2404..b17dfe8a1c7377893b05d4239c6d457e5324c545 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2012 Christoph Buehler
  * Copyright (C) 2012 Patrick Loetscher
  * Copyright (C) 2011-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 44b049ccc13087a715bbe3a73943d39878299820..30c1e518eaa8fbbb2a042e1471a7813d1345a37f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a0415788a00e3093748d3738df127a40591dd8a..80e877bf52d287b09b2f63b1656120eb05ab6b28 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9f70f83531bcdef396d0eddcb6783dba8e03b02..d1a9e4455cd9becf0a422e7321a3b6f96c0bb9c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 16e31d84d6b1bb3792122c9eba4faa11495d7ee5..e81e22be782d437daff5a7e8ad33d9e48e5afb32 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12353777beeeedc8a36e46343ecf3db0119d3f5e..e59d7e106ec3f12b59e7a539b3b84d73fab26ae0 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2013 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4be94536536fd7fe06b6e9ad5efcf21b8840af6b..4b00527d654ee499823c9e2c748ba447662e1368 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4cb1f51481fc82191fc47ef852dcdee472e5455c..fb4627ccd90615881341ac1ea618692e481080a6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6423df1674f80cbe135c515be8843d3827fa77b7..d60bee6f780e028429ddb780de840c53a1580991 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 37bbb5cffffea6ea3c680bf7f3c7567ef4224dae..66acc536a6a2874a9e732d906fb51205e4426c4a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e217b4286ecbcb09dd06f9cd13af048dbb92f159..63ad7dd103b211a10c2c8f54de52e980b314b416 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 22036426078da0bf02215778dfa98b94cd37c362..9395120fd3d450ca80c0af0d3d91142b11447cd9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 709dbe12836b7928ac04782adba07a63e2cf7066..ecab0c191a3851a4d16261afeff2414b17ac8b56 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2014 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 92618771742d9a49668c7fb905108d8cde8dcd90..428932776ccbe621d533932f2a47e9f9f442d7e5 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2014 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e29e667b66f8ce2cf24c138e46d1c3a69adb682a..f4c2f2e20a41851c381e7260b7508bbf883e790a 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2017 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 457df4fb3d4ef60ef2fa551d84615cdfe7196332..35438b2bb0acdabed10fdfbb40448e536ee01959 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 9f827573bc4b3ad0b236d13e83d96b578163a470..f80bbb71933381c1f69dc3c59719d14961b60e1f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 85428e2f7d3e672307fa927b9f022444dc65c6fa..ad66d3f71cc382357dc8bf3c272cc5ce8fce773f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 7f379e6f763e2cd67618a69dd1208fd9e44f4484..e24fac897d447d1df107155866ae2e3d37cac7e3 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 740927aecb19530b25050ad2e2dccca858d12b13..1c6494f6e164071bb67b4912f88f93d96ee399d7 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index ef5a63d87a42a0c418f3e7fb29b77344f5b29999..c1e278968797327098ec4768065b4c4fb96cb8d9 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 5f24034620fb4d7b0e52280b2817ed967fbb1831..7f85456f39533becb2d7eec893366e0f433fe434 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index a51ad4d79a212d549166b86cb882595abf482443..b305b4de0ae146fa39826d7b84f79c572025bc5c 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 1fd42ce46924aed54dd6b3584bb0b519fc0b43e6..18d74279d6e23f2c7e1287378ccb006b9bd4f9b3 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 0f69378469c6d7b247c0a3d2cdd432ddd62629b2..43bf6fbdc78c6567026134f42b19457edfbfbc7c 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2016 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index cfc8ff4441a38b38b91e807608cd91aa645bc4d0..2aaf181b2aaa0bf14b04d27e411832fe1c7e2e12 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 22fdfc2c7d3b73d484b73df696234e305109e44a..bdded433705264c8d8e4a85c1a07f624d7593d9a 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2019 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 3b130da1faea0d9279f894a9a641b1121adce8ac..6197edae9e8fb1f4c19ecd1793b46d9735ef379a 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 42499395aba0ca7c60adbef3d56a13c6e6bb99bf..7308f6d486e032672631b97af68fa16b81c45f11 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index aa518ef2643f94d8d60d39ee53933f0a336230ac..caf5488584cab79955349a6850e83e78e19019fb 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 785b9fb82b88843db565f12200aa5b2e0a769a9d..8bae732f6d8c634283b8e07409699a847445d4cc 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013-2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 6f597efdee9ca975e3ce20b715aa219555b80390..cb14fe89a743d18e8ef5368c7bb2bf8f7d0e5737 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 9ab41ead3e4648f57835789a0a17922ec90d7dd0..c23f982ecae550f106a7e792e08dc3c300b58f18 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index faece8396b3e6807bde32807b8e6c38d9e74e8b9..aacbb3b09b0564269b50a3e321da1f1f207535b6 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2017 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index f560c0a08cb5f83b2a10c58761a04dd61b8a5efc..1eee0590df0597301ff6632bd42e2fd24a985601 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2015 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 8a814f9a0ce1b85c7ef76bca3b43c696114de118..6677a618aacb7e2691c2040042dde94c033d6ac1 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 083af1255a3e85b69a6f761a20c0bb1c9543b336..c8edc04c25e85b9dac0640e6b1d3344b38a2796e 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index a6b9e2cdee00531c58d8e2b581ea538cca14dfdd..b7fbb6630ff45dc849426f68c8ca9fea3541ffeb 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index fece125dd37ba6ca2f0f1f0a66b2b31057515b97..4616adf0ab4ef7c64fe44e26be992a8a1d52e583 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2016 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 3e41ddb336a2e173533994fa80d79d2343392af1..b1facd2b0c3916508df38f0af0c22b9adfdb0502 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2014 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index a5b918d2890887d5e2ad4813f63e6b62f6f482dd..fe880eb155c8263047a26c8a476d15fd6072e6d6 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 7cb0917ec6fb74cd478ff7e77354b85e30bc6d61..97a2beab9542b71124804002b3e06334273fce5c 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2017 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 473700c6d9dbe5b40a1bddc3fcb5c987a8d375fa..d5053dab1655108e9c1ec86352f0dce53e18210f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 68cf68a758b77f5d6a9bb20a3acfc9d4b751f8bb..2a661391f42f2aaeb0e2f3397f8446afdd4fe305 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 2aaf3b80e483a5743b033a4cb1f3dd0b02236bd1..a0dde1d634ab1977c8503f2e5207c6320827d25c 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 00189884269b7b0e21185d175728ab6cf41f6487..a4e864190b18e12e43883848f9258ec69c1318a8 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2019 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index c389ee9822d89b91334d422ea117a43a8896a345..f0f762b78be8b45db73b0c0e9c2f407d06dd5343 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 6aea2ffbfb33bd5081ecaaf92f37101d444e15f1..5c9db38f051ffd91ea6330c897a1943046c57b78 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 1eda4f1ae074fe8c0493466e048f351fcdb455d5..0c6e50b445758192feb7ba2fb43bee05a862643b 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2017 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 78e849a3aba32305b9ad9c7d113160abece51e8a..9619bc7177feceb6d380e5070993005c6263c909 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2020 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 4ac934172413ae590ede3606ad8ed70bbff9c206..745c80bac73b0f6f3dcfbc8ec6c0a92f6d4cc295 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2013 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 1061485468f10b0a3d5e85aaed89c8845f8ef1e9..d4c376bb9da1bd1a223f591e8fce0e82116f72f4 100644 (file)
@@ -1,10 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012 Andreas Steffen
-    HSR Hochschule fuer Technik Rapperswil
 
     Copyright (C) 2012 Ewa Steffen-Zolkiewicz
 
+    Copyright (C) secunet Security Networks AG
+    Copyright (C) 2012 Ewa Steffen-Zolkiewicz
+    Copyright (C) 2012 Ewa Steffen-Zolkiewicz
+
     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; either version 2 of the License, or (at your
index bf40c3f2626af4e889b8608e9c5872fecba82182..2b152c4c9d16e2a22a815ef138dd943f91a8a5d5 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 32de06b170fae1c0446e7437d2f62341c7149619..050c3195d5557312234530a19accdfa2d9c2c09f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index be12aab1cef244a0d450779896427f327cc5c8b4..5a74b7f3f3c6595b07ff6b9ae03763a6aac66202 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2017 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 592555c8c83ce83a20cc8a74c837d7e7cb5b4b5c..5187fe855afa817f77fc8c53642185f24c7fd1b1 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 11d4e24a2c6031ccebeece973ac8cfd69ff64c32..a4062e47e87bb6831c19ca6fa861956cd01dec23 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2016 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 9711350a0762a677d4647c0de48efa55be05d631..137e5bc5b55af807fa3edddcb629867055679ee3 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2020 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 2f437aa330296caf79f9abecc5186387c245dc28..10f813efcccb80c9efe2c0c31038c55269f372db 100644 (file)
@@ -3,7 +3,8 @@
     Copyright (C) 2012-2020 Tobias Brunner
     Copyright (C) 2012 Giuliano Grassi
     Copyright (C) 2012 Ralf Sager
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 4b7cc4c5c9816a03153a6416a74a6467d0dd2e62..0ce04b1d93ba2d225ad6905ea97c532f002c614a 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2012-2018 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 7849170788071e952679cdfc73fd6d0edec62010..15eeb424017127afd133b333ac14e318fc46d458 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2019 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index 3eb7343e1bbd20a03f3e8bf24a5ec6034b243907..f2aa17a1c50c47c6dd17ec63f8b417a25ede9eb0 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
     Copyright (C) 2018-2020 Tobias Brunner
-    HSR Hochschule fuer Technik Rapperswil
+
+    Copyright (C) secunet Security Networks AG
 
     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
index d7af756dc8b2f76c2b28829438843b221796bcd5..abb3d0510254a10c0761b03ad9ea26718a128640 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e6d8a40a8348a6332ae65a4d1b81d2112a915fa..e91a7398e1422d17e83e7e766e6dcdcb20fc3ea6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b171ba525961626f2fcc3df941e4ebc3c1815889..a915d96ea50c29d1c958dba2cb8560dd8f2d8702 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 753c3ddcf5930b6c1974ddcc3d7a2a94e7ceb99e..5e8e62e63642550b4070f5713ccfda4a43de9302 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b63f746c73918596e4a13773aaba9f6257560d3b..fe42875c154c4b529cfbb7a9fe11cb49dc46c00a 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2013-2016 Tobias Brunner
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2004 Dan Williams
  * Red Hat, Inc.
index 57320088e0e0fd935ba9e2dbc8201cd3a954d1bf..5bd61723d8884ef98dfecaafa2542bb6ea3ac95c 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2013-2020 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2015 Lubomir Rintel
  * Copyright (C) 2005 David Zeuthen
  * Copyright (C) 2005-2008 Dan Williams
index e2a55038c7934117f297891eef8cc7fbfa13787d..d5842fe44b8b9b2353115aab765771f45909ad80 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2008 Dan Williams
  *
  * Based on NetworkManager's vpnc plugin
index ed706c498f9d2e82d9c956fc965abede2d7e0647..804943efce2ea4b801ee3fd022ceeb5cb63117d7 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2013-2020 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2015 Lubomir Rintel
  * Copyright (C) 2005 David Zeuthen
  * Copyright (C) 2005-2008 Dan Williams
index 2068609a826f5cb3ae17172db8f45b0f7db20dc9..40c50589649dc61533a06ec7d50de2587efbdf7c 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2008 Dan Williams
  *
  * Based on NetworkManager's vpnc plugin
index d6682818b18ff386e8b658813e3d3cdf2a2fbf36..103d3f0eebc103eb1d6aa635b3dc217146bf7b16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fefb5a10708cebab5fbd4bce6372c197911392c..0295ad20be66ace79083a2bdefad81105ba67abd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9516a3308bcf07cda87cec1a8d91a3d687f4716..73173bec083fe513428cb2258cb267593da913fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 991d286f750768320d0c4d67393b80081fd7f21a..33e2d541d4fa3b044d9b91c861c71781ede1bc2d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f40e60278984c382608556432ad01d36dcfa501..219f5c0b0dcc61f37f0561c4cfe6d386fb2623bf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d5e64568fd589ebd9cf5c6d696cd0407562999b8..a6853a031a3fca1e6bd1b3d4645a1e2ecbe28dda 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d2b581483695f1466bb85a69e6b207d500f950b..e0f97dfc55203a29f9a1fcb243924acc67ff17e1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 062da7d3d0cfab1fb3fdd03ee33f4db563b0b6a6..15b6ecd86098bb669c40472710d3201ae580bc38 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8fe997e0e6e5e4bda0940626dc3c88df0f8f366b..8445f3794c973adc49efc273863d39624598b218 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21134fe5a0780910cfd52b4f9346f0e4fe0bc8e4..b06f8725e85fb77d81863e3036827b070468dadf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd7b9f1dc12dc3176271982fd279c79c288b5f12..ee742107fd00d5e783122366d680a1a82d49ee12 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4bcfb5583a243931febb41b3e4523fa46fbe38c6..2a3c765c404c32e4f4dcdfd6a87698590ba72d2d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bb0d0fa50c6e226d9b7e3c2569c7da35966b3d4..bc2c43517f7f9c2bd9f97c377d259923066d6e80 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c18e4e0ad7b174d4c65eb7dc74c918a55d728d50..7225bbf5de33d1f24a4335459ee2d7a953e2639f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df4b4c2484e75efb4bbab874a4f4a2aeee24fa9a..a1b75173aa213f2b2794fd10551beba04506e819 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 239dd5b057d7cd89d088eb94e0b04b57baee68bd..db2f82bd61711686d649f5dcd4d28507c209a01b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 56be8c893e4cca250535d7489e6fac6bfd0ccf61..b46cfb4fdd544a864bfca1fe13db82e66a53ba6f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eeaed0d352c6a8f7e2271996e25bcd7f8b316a4e..ac01f16781469b9cbdeecc6921a2afc0faed88dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e0ce556a395d5df6334e5f66e8e2ab97e64d12d..b89bbae90b8e9d5927df9f499d9f9fec222d09b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5fa29c3dda55937bb069924f204ddbe5fef5e113..1aaade8796c3a10c861935cad4841e671d26a851 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 675b3fa59dd3612efbf0a7116f4a8a15252811c2..5e7b2b11c20971cc17fa089e525919c448db277e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9d327ee6b1a76862ed61e280020660514ef84cf3..5feab2fa65dfd1bb9f3240d5059f898b1ca6297b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5368a8b832d11ec5a92db77c384fcd474acb4ef2..9c7b568ac996440e95993314559bce1a69398f68 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a107a2bd0aa35545d724b27928045bd465581c5a..2a662c56a2975711bed8b49abb0309347a6373f6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52c2ef1f38ee47dd3a5adba476f4e8825492b862..b793bcd470b479b1fb99262715399f5185fd194e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0a83277a5d0d73747741fc40b54ca4f8e96bc3d3..51001d57886363f221c4111095d38a77a5fff161 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d2dd0d83cc0f4eadd9c6be40f6cb29227a8d5717..4cc0ce02a208a502518b4bb0ce5ceb2d2db20327 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2008-2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 519b1d30367c8ab059c15498078f110a6e1a32a6..f4f025ab8d76ad0f0554dba74f722566eeee23e7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 80501ce6c348ca3cb835c03b2d53b9a2121005cc..59c666447451d954a988cb0af28f6dee77f01558 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1256f407ed7c3e2645fdfb6541e225985e23ac87..4be894d233e1873a23b106f0eeddbc8581276ef3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4856163f4c0dc2d5dde74e46aab3250c7026aa5e..1b3322ac56f756730a566069c74a1b5ee2a8c1f3 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * Copyright (C) 2016 secunet Security Networks AG
  * Copyright (C) 2016 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index cc93956d50769af88a9bd9654cfa383d9131f3e1..5fcdc95ef3684eedf5f9ede09188c7b7af03ceab 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index abbe90cdf1aa393cc1c2622edc7d100c85a54705..b466ea351256f9ab5866c982a141605284c37c5c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e857f16794a030f81ace19ccafc36534b445855b..2832a81db1a5d8015997eb77161d49db3d335856 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2020 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b5c1d21c6fc5f9507542c808cf06fe8f31dfcb1..b72b0cf4616fb665112e2c17cb1976505603fd16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21476a2e55fea2aa171aa91a078de017a706091f..af2f375bfccc9758401211c65f70b9612093c496 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7cab9b50ae3060a7b0f7698c3653eea9b670758f..98428caa40d4c40ab95308ad3304e11a07c56ef5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eab7583fa45fc48e917a02c3ab55943b5d8f98db..a190c43b662444845e9f0dab3cc2f6f00e407b09 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 47f62d59a13d2b11f9ff928d2e72c424bd10e7fc..e534adbf29017b2dfd462a99940dda0fefff98ca 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2007-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ada295f0da940bd542331a49e2b6a14f516f6bb8..c05dac79ca83cedfa4a60778927059e70ad9dad3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 862ec69ea2a99d8bf4c415642091eee25e75d1e7..c8d4b4cf26eb05a667464767d95a0fdf8dedd37b 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2016 Andreas Steffen
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 710596d89b6df47c89cad163429f99718b1727bb..8e7c2558c50d4e17165e73971a76c5254b583461 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2016 Andreas Steffen
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 79a344e450727d32b1d0664ad41189b1f43abc10..a2cc7d6ad9fe3d1baa5d8ddf06219ba1f82ea40c 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2019 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e11a1e569b7f4a0f92432a44bb89e3cb47dcca9..601f2a021c7b64c7c07905d7d2ca4b920b7e243a 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2019 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f2c5f10947ac875bc4894bcd3bb83bc344c9dcf..f08eef502ebfaa8d649f7a73d438266bdad5b807 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2019 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da3d6a0cc5b7c6d70945e70d6db60d8cfd52a34c..6b08343394fefee30c5533e1a2d01b9478de5614 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2019 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd25b28fefa6bfcf5c0864374bad321f4eacc520..cff504966a5a77956369cb70909d93f8c4d34585 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2011-2019 Tobias Brunner
  * Copyright (C) 2007-2011 Martin Willi
- * Copyright (C) 2011 revosec AG
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4ccfced2f5f0309f6ba6a70784c6283ceb7d13e..cdd3a5d433460f8b0d2860b1752393ddfc380a01 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2ac7032f78dd6d16586224debeb671b66cfe37e..fca66480143cfdcdc0cd667bf5376feba729ee1f 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -17,7 +18,6 @@
  */
 
 /*
- * Copyright (C) 2016 secunet Security Networks AG
  * Copyright (C) 2016 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 9ad985fb29454963fcdb7d27f3e4f1cba62c1b7c..1809960d7f9cc3009ed600ae642e989dcb3e634b 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -17,7 +18,6 @@
  */
 
 /*
- * Copyright (C) 2016 secunet Security Networks AG
  * Copyright (C) 2016 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 4bf0ab0cf8e6f99b0d1f1807631cc1c513c0f3c9..8b3b53b754e15e750e6f8a68859bec802eab57bf 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2011 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63d55f4ee189f9192f9154a26999b0eb9d22cef7..e3bbb836fcd81a501085ad500f702c313646b1e9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7477dc4d55c126ff82dfae3ef7e9c000cfb881d0..db51aa714fec93f3938db34f1cdc0958f83f01c1 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Copyright (C) 2006-2018 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 435632a414a7b6ae9bf58a25ab5cb0976d10fdea..a31fce60b37af6b091a84fd511a41d9bc8ffab26 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e2e175d8b6d99506a874930f00df39d3afe8f83..546d39931ead6c05d074032bac096a21cda9d88f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 140a3c4aaeb9d68cf7278455b688516ebab44d82..56dc40322ce222dd7ca52d80865378b59c01b6c1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7c1576bccb0290c6140875a28621c49ac1ce02b..7c10e8793dc85c2f4149cd0e746a7c3c8e60768a 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a90717df246f667f39443b0730ff5d73cdde08ee..ae1ef9b27b3f6384596062a46d69f00cb78aca19 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ca8c985929456141d1d4891f40c4d2ba726bdc81..e18a70d664b8286f527b0a33ba4c4ee6df4165ba 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 72ce4c1c696b66baa29b058d8f24a603148bccb1..86c758b3d86783bcfb2305a1135675d9a83b6212 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 79a830881b0fdca78d9955f967e2032a84b53ff4..0c68d8ce115554d9a242a79e028d6ad5bcc79fac 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fce1470bafbc8c43d7bbec871f43d47748286d9b..27dd196f4a2093a2ea2a435535825972fa90653f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a23ad148ecb54f138082de2ddeec6cf53dc0e142..319bbcbb7e05389e1fd88d2857532c1b93d8750c 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 78dc658939298f6e195a6407e11b8dd0e141e43c..51a510ce195605af675dd367f72cd3a810c4e845 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 16d72f096950cb97d8fd3fcf380f4d63a88e6857..49db21344d65d5580047fc594464f7d671ab1be3 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 32ce58dd62da7a27735b4f8d90a2a01dd921d30a..5a0d83b1a7e8854a9ee659b6d7c432a82cf50aca 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30faceabae22412de90cf42e445af9a84ea65813..5133d31e40087bdd4da746850c68c31142a3d8b7 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c96d63740da69c4e3ced4bed1013fa3bc602e92b..41c65fbeadb12a2baaa1ad9861770cb43c0c2bd0 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 005d14d7a81451fde468767011120dfae215fd93..3a64e8a856cf5aa44a3861aeff336f63bc9e730e 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da8a9466a72bf3651effedaf22f7155360f26759..69925a9a938da9b398cbda1a9705a470a4e5dd4f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 580925c272772a758b7f1d3d3bccbaa7578d4c7c..5514d0bb2e4abe823e8f6184a341b6d586fc2c36 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5ea62c72c3903b970572938b11ad2f2ec7f75a4..4e0f6178024c1ba99b03c0a7e1adbbdc47f8c4da 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7988000e89cdf6b59b1e4122cfb44d283db404c8..cb611ba453faf8ff1a3e9c10d99285d0e3341aea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba56ace55ec25b25126224d8e05f640174d5389a..676d00b7a29a5a0cfec3cfe9346951d7970c1652 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2011-2018 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index be7a24f43e5db1b9c7d8ecdd846a44555b52ec58..4788f04f1ceaba016a30f2b1ed46995fc18f5e4a 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2014-2018 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63d7a6dbc36e8a64809ada4abe02cfab142d9b2d..c51ff550b741298be4e896ae1829ece063004b68 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbc97724ff70eeab1ae26e883bb58744617db625..b5155b55b6e242cb7751ee3649908323bfc2eac2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 567cd4749b37bc61c43bff25dfdabd9bffb1c507..9bcae7e279547ab4390c7ac4877d7ab2ac34a1b7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe00bc02050d5714c06ffbbe44f0afaed278c24b..d1fcc26a92ec0ca584883a625e5a3a5b906c2400 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eac820742a64edfe28f756840b23974bf40c4a25..8b0a2c32708258db5d22b17389847de7425c9330 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 29aa426628b8e01494029fa97df7ce843a7aef1a..7e13028074070d7539fec1017a6ad6e2d3389474 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2f1adbbcf1df6b8307256cea77b1c71fdf90682..a788afeff8ec6261166f425823a1a9796facfb8a 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2005-2011 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2007-2011 Tobias Brunner
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 04426818030c4f998bbd4bec8852af0d6ed7ec15..1e10ee29415d545249f20e3e7c4ae8126920951c 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 85e11a2f068ab243366b077f5e8c3dad2bea7c06..2aee4496d5504967f65ac19c22ff8325a163af84 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b7694b5cbd6c4ce310a2cfc0cc767f827675429f..5a38ad65891eae4aa1b493a95f7940245b802fa2 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2005-2011 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 59e8930c1cb3fc9ce747054a1d8bf02faec85e33..610042a8df1b1dc9eae824dad44f51d445af2ac1 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71fffc7442b36696fb49536f9bac715fc5076c6a..4be03922572f8e8d4a1953d00ef8369fe8265017 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c3816603afad6fafcecc67d0c625f41467091819..9dabd7b5a0812fc23842c4df0173a5dd32f56428 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 89fa62f15d615b48ceac4917ca5c7b105466b64c..247ac6b2a64fa692a003317f65d6c2d99867fa6b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc5c198020ffd64edbe9b6b30df745527d80f62e..98d0a55192f3eb076b8c1a7bae2a24a8d7ea67ff 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Copyright (C) 2006-2018 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acfcb6fc85b043376496a758da095dd64c851cd5..226de580df365b5a81012e1802e35c546533009d 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2a56f9ff0f5ab2eef76dbb03b1fe25171d95e5c..aa1ff993cb1f24bfbfa1d9e31388fc0591a615cf 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d36fbbd0c32da989880c15d268ffa95b144edc4..1eeb2b76ba8a0eed792d47b388845807d7c589a2 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 127689eeccac84701d2bbe04e65bee77c00461f5..e26a55c75cefc5413854b0e5d4bc1e5f9e1c73db 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 65d72e0cbb96cb579cc82007e18349f3c27d3324..9e4bf6cad8ef3db88c4719d30d2ee9f72a73842d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f254bd758dac1f104ada7729030a1e4e44e8ce99..afecf8816f2d5aa3531fda266c513c042453484f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bd78d428884e1e956aeef0f2c4813443ff5f5e3..aac3593a47334bf2bc7b0160cdb0a91704262455 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2020 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c4e5d2b1d7c5ce63cee3c908635a2be7564db1ff..8fbcdf98cf5859f36d0b46efaa6df473f4f2822b 100644 (file)
@@ -1,8 +1,9 @@
 /*
+ * Copyright (C) 2022 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
  */
-/*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
- */
 
 #include "traffic_selector_substructure.h"
 
index a22c7a9351b771689ac9337d8facb163a4fdb697..57d940043544a6141319b1fd2a1f537648a162f0 100644 (file)
@@ -1,7 +1,9 @@
 /*
+ * Copyright (C) 2022 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  * for more details.
  */
-/*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
- */
 
 /**
  * @defgroup traffic_selector_substructure traffic_selector_substructure
index c74bacff1c0b0f782e786917b320ca3bccfdf413..edb650b995b5735590d8f8bcd4dabd8ad841865d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c2d7c5b3f6b378bf6229b870070e289da6d66643..7420a1ce0c4200e33bdba83768a48ce7ba7cd384 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 96aebe601d218b4e7342a292a16526154a7322d2..54385ed3483882c0ca775477e5aa37695383a131 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5bbc80a81ce9fe26b9b716d04ef5f4121dc9f4f6..c732be55d6e0834729b2ba13837af00d428b6920 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ea1aaab7ee85850451c2cdba61cb93b89c69f8f..6f041957688dbde773df426fa30592054d0e450f 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7038bb26b9dc7a46099ffe45af8a58a7ea1a7d6f..39458d9ab8229e01d23d9990ecefcb966fc2b0a4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3f82d0797e77db915933523a534b2620243d001..842325f7cbe15e87aed87ba35a3dd597f5998dca 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 74c17cd87cd3dc376e799461f9a2474921e4c26a..4e3ee9aa9d074ba6c8e079c0d93a095f1231f0e4 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c96b62ece1f226d01e9d78563fd8e39bbc3eddf7..e0df509832efc7f8116f1fe077dde155791c9875 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2005-2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 92097b0e88bffc5af1d4e7c53bc390483e9b020c..58388df89095896fd72974dc087b1e99f5cc2b6b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f881d74616471f515e57c76dc2bdd04f5a8d46e..ba7c3b82159ea9f2b1e204dcc97a039adafadeee 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7e54f1111462d1e6bd3d1bafc9d6c8c27324c4d6..10a0ec0c5ce6d4e91cc3cac508bb52c3cfab0a57 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 01c814ab5c2d04496eb6fb2e33088abd4dc834b1..4f4a997319e8d546360aceb1140fa4779b803e0b 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2008-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac8db783e3068725278ec731a5d7b65b764dadd9..21b777ae937179f6a75d168c1185e4dbb4572673 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d79d228e3e44667564f17408f9719c6fd3478bb..855e62c44792e7e4148b7dc23c015874322671c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 748dd433f746bdd3d8baa07fd84eeb934c8b02a6..ae8b82a40ff94116a0ce31dd7fe809c925e9505a 100644 (file)
@@ -4,7 +4,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 226b32f1ea6a25806811665e62074f8aabc12073..caea63fbc1324dbe857c0e445c00ff0df360b8c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f169cad143deff82786049c964ec830449244f0f..655abd1edee90eb62a1cbf0075d28ebaabe2217a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 11e197013ab24b565dd720b3a528b58851f3c0f6..2dc247e9085742b00e9f6de924246d2827e352ce 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2016 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a786bc34e3f9b258c7942fd61f4dd8163907478..0b2da1afafcd19b08ebd9981871366eaffae58ab 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25d6e1f7ba6b6d0f4bcebd4c67f78da42acc58ac..a2c5dd304c534942d20a5497a9fb58490a902f4f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 04cd4dc01dedba4e494f4fc9a41de918062b4068..4543766d62e09dd241bee929693376a2c97e8ebd 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bd90a4426926b73bc6b597eb2a6f1732c51d9f26..cd77caa146d0691a2262c0701135f135230aec07 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cdb14b4a05b4fe4ee004d85a058e8d85348c4927..519dfcbe61a04a5cc2e27ac23cdd6ff12e5e0e08 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0b10faf8ce52d3cf084e6e1f40395043c0f2ad5..b4062f8a02e1d571147e7d4d467a4d01ab875cf8 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc6ce226cede3180b32cedfd54425de964c822a1..2b2a0570279a7ef9216854b0d6d117e8e69de262 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2010-2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 38baaea9189dc37b2881b9eeb2967c3ca6811a6d..add3ffa2c8cc20e45dfab4e76440ab3d07f6b45d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2010-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8dfad7da73241afe7b563a69ef45f0bd74ed62f9..48b3daced38205bb3ab3a107b36bf7238eb48257 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9ab32e6711535b5d8d3ea861e77ac8446119c07a..06a1ef5246b7b68f621c7aa18abf5b7d95e852e4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 723747d8e873fa12c6c0c5f62b666a1f4dcfd138..70693f865df8729a4dd21f565c719b6916fde666 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87bd516f99ce20abf7fcc217ed62f65b09e80690..0139a7e178f971de4958e91e956915871a1ec036 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1fb98d0f23da0357c95e61c559221b762868912c..3fbabbca573595ed45f5989c0a32823cfec213b9 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- *
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 423f0d41aecbf570d1fa26a9c2295d9876c17d2b..fb9847c2053b1b3d844f43f2cc7869726c248ee2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 500a4466787db9f31987520beda35b2e6ef9519f..78f4f702aec4a2df4adf52bccc13ff4166c32de4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2013 Tobias Brunner
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7344576af0ad89a435684fa3b214e802144d2ea5..a85ea67131224e215d6a10b39a8eb743f7bee41a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2011 Tobias Brunner
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08306055624850e9ff97deb87f5d6975827890c2..f94a6a89272f55731fb8c107fe4a71fc82e337e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6716ac7183af432038ae740968567d28f1c5eda5..15ef731573f3cb760cf78607fa9678c1ca94d1fc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a771ef5043f19cd7c3442e453ceb80c89ded3b7a..fab4d4ff5b529626f6ad76458e583f5ec8d6fc1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8ae032d9e74a9e6d01de49691b8ae69543ecbccf..36dee8381ec8ae5b4ef06c9137cc465e55f9454d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index faab918e21f1aa1525ec9f8fb1d46f1a96471865..4648da61aee6451e0e8b039c8f8c0f3aa08293cc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5d98517e619035889e9aa9556c498eb9fbf9113..266f2beb36752e7c69d0546ec0c52f934303084e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 407a39ac747674415ef908f6ec5265aca877d7c7..3c895d7af7ce4be38190721566c20ad25e9801b8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9ba7389393aedeff60d6c9a9b693d4555fec11c..e37eac96fbea59f4662c142ed18a10e0c2e2fcc7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e1c89d8e7d7951676c4a6f1b6e4ded62a901712d..2d417289db4bc3a575d646d82512bd733ea82380 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d2ee6b95275ea40a1d884bce7a9898bc9f701b3f..1950e708dde2479d4b92aa25f53a7ae52c0b743a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eb5f018fd1af843acc2c27340d254324a54c925c..824fc39c4293ac66038e18d8c610abcd47752b2e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3444d33e5f516621628841e25f1c523be91bdfe8..f130b615ecdbc2b12d39be810d83b1fcd9b599f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6e1c75e445398195657e61330fe4ab3e96e6f32..a1b2f1050b955b5043e338d5b6650b1670ea60e8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43eb7095159342f83edc6c332a6970c92a5fd628..ad1d8ca2ebf536e143889884a41dde6c97b2acaf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1abbf7731f7e852143eaa4e3fbb482d48de4bbc7..db7abd8146b49d6261d7f604b712a9f19c9ba811 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 737230db9e288572df45fae10776e057482243b6..7b1dc7b0868a150f99df2f744b1a85cb41d3f158 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ccc05f0a7ffeac5273709c3fdd27b77f7915ee6f..5935aeaebd268324edf38ba65cedb343c02b1660 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 934bf0cf509ac437dbf75a6b77d620bb56103284..7ca5dcce5666cd8a80a991104024ff83102c65f6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f2fd7ca4183858f168c28c6302c547bc243741e..555734f95e382a95b655491df1bcfc1e44c59999 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e1005b2307b7ee7d9a7f6ee54c1c0f7677f034e..3c8bb4cb6d687f15cb56bc0593dedb9d28c1116c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4aa84904bc66c1365b548ebdabbeb1e36fa522de..955160d58c143ac3961806c8d3732728e7d1079b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b75f2c92df96c36d2f662db3cd504bd071b3acd..8881f125b9ed4e44d042dc9e6c5caa2509cffaaa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c9c6ff3b0472aa3bec4a332f6632c2545c11b58..01a8a895f0ad2cb44cb6e005487a3a66841a1b94 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8601ff585e5429246b7382ae616e84e69999bb10..545d5ee4b5603a42fe68af48b077f3ba61e3de74 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 985fb0d767affc092d72eea938c256bfe4fbf982..a7ecb11ebe46233fd8fc06b6a3aac7d8a964f5f2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bcb5606f5677e9c891e7f76146dcf7e6a807a755..6c1e41e1f65896bbe6a0c0c9e2a76b58dbf5f299 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 824f7a19935224e3b55b7abb91236344bf3aa606..58290b938c9e0c4dc07bf295a8e085ed4bbebc98 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2d4098fb6805f43e7fe281a84f5381a4a7ed97fe..422adfbc42ef65663ba6818b9f635650cf9a91de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad44eba5f40090af85392cc4753c5cbbf39513f3..013c597781dad1d5222875975ab8a559e17beaf8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5b4ccebbe41c4b21d1d43483b6a40ded112d80ea..616f8fe30d6be930ab66ee42c2f75419afcac6fa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a32614e8ceb4a02b7cb021afca426bf8f8998e0a..7b8ee18e7850a4b06ab6a0c70bc773a0d9772944 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d9168f4c412375ae7dfd2195b6c9dad52064277..516b4f9106dda526e9dccb49b7cfa0d0ba1506bb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48de927603bca3084ee40d677489490b19e3d32d..3e1ecbbbc090da6c6e7ce25fb4b4d779afc9269e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76fe2c23612a26e60485874cb9bccebee2c458a1..6cf10bb3082f31715f715ae1d23fac8961cad5a5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f785a68c8650f56f00932c16ff0fff7c9146aa96..65b2c7b9d4806a975930a0cb1d33c59d40341b6b 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd46ddd112cef4706fa099075485955dbab5d40f..d09dedc7083722d7a178a6e539d7470824ef082f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 645100b4571adf0badee70c9e4c881469396fbe6..95963c47796ef6e75153afde6c914b8a72d2b172 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0686e0f310794410c1a20567fe04da9f9457f856..6cbec4b8f36c37a0d6310cfd532e2d99b83d06d8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d6b4d371823ae14ab7d11a62fa14ced80a0d03d2..56b7b625bbe74f93797a125466406beda3dae5e0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 976de6b540705bc6ad55d85d5f738bc9bf9b5041..9d7bb1a0553bc4983fffc6f89e8e3c00b8de42cb 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b21b44d28f7576a3762f2f37953413b0a2da3b6b..2c39a0588e2cffdfcdde6655b42856cc565e1088 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 50ffbab9d8bcca297a49783adfd88cf6a08e56a7..c08bb1417e4fb1ae787f94adc964ba9d804dd9b9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c78b037c610d1af22414ef6cb20071f03fe43868..9338aaabf9eb02a17bd2e290f7c546e22fc9455c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 392fb5a9ae9dd5ac7714a9ffbc634a0ad9d2ed1c..bc8404bc5ae859ba2172ede6bc573431381a2353 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0a8398abab0e923700054193573f769b2d64c546..21f881903599a4547ec4ebdb3e1d664eded346b1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87711799c8a5625cc9482a9ad361c1b21be4282b..1cfffc4e3da573a20e57acd69dc6225c181d3282 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 61fee2a8e0d583241ee5816a91e03eb6a36192d2..937649d1a069d96d04fe779dd9b25d4fb820aa38 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 54d25e11b07d4b3ca67a753d84d6489d3c038d0b..64b75070887130e67bae124a7732d3ddf21d92cb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6eed698b9a2965b752216889e850c69881ebcbb7..44ff0ddb37a7919a6d607bdf994467ce176e78e7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 442fa4a99b30eaac84b3bbc113ee13854bd576a8..15e007ed2c58ab19a3930d1b2d59041de3363ed5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30a723d365475fdfffa4e0c2af115e1fc3d1c2e2..6df7dce9e3630e74ad8d4380ea674015ce19c036 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7c575dd649749ffce70cd9c45a262394762a17e8..057f24da1705d9cab4d68f3770bcf64dab2ed800 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f405746ea9ee4e9dc357604ddf6f5e870d07d81..0535bea1c6f40387a15e3948e98910a1dafc16eb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 501d1229f33dd8ec8e60a7254a9e57f4cbd16147..9742f8d89479ad9e944ef4f3adf16b23a3f0cec0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43dd20cca9f0bb2dacacc38408efbb57304e2ddf..aede6712f1547560fd42edf3f11dd1e498044f5d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 689c795d8ad94fa94998868a71679f92fbac7496..5cc0b45b0b1cfbe98d2848d7c1e096d3db16ccbd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3dddf14944d72f3ba8377450487e7730d1a30755..5231ee00ff7979fa20c6ce72e19dfdf9f54663ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fa4dd37afc2153a0f8482ed8866993005eb74d8a..8cd217d7c723008b35cd9c7aad6a27148df3e6f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 35d15187a4cdb2e7da7e5c862fa5d7f5c8b72938..1dcf2486e5a229e93705f7236b90fec05186f8dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 126667d507ba173809b1d1f02d00c0dda5723834..f0167ee5ddd2edec5dcf17bf54b8e53a0047d5c2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b1603e3f421e965b5bbb85c9840baa24f03d6541..27420730c87d7bb60b40631559cd66c3fce1d227 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e6175267cf736b2401b9a1521f09668129a7905b..21d0fb2f7d56185c017a9ded3671f55ee2a4392d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d4c4053e99c750f803b94745846a5772784c9cd0..214c32b0510e0485d2d746274fac3c97ac895ffa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e77c75149baee884f82dd7bd6abf39eb6b0fc4b5..68b5119300c25e65311875e9cffeceab0da5ac87 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48a3f5055c420011a5c8d5ba034d6174d8e57102..7aa7db3fd6e4c831498eae411af32dacf770c59a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d017d2c99638fe5ab35ec9fb606453a14c849f61..2336ddc5d9800c88ebec73f4023289ca3265cbcd 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b78255ab87a08e707d424b413bf6483eebb4325..07a424723199f644803c0144294ecc04b9112127 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 061961fcfbfd9f42925eae1697bdc31aaa28a0aa..38a82ea781c871d87a902f3b26c7493115237854 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f626e68206deb3e5716d344717393f708a4a045..c9568faf9657a65e28be140eb4429b3abe0a1b52 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1486b627918817de9db1d961ededeb836d4042cc..8fe91bd23a7603009dea7051d33c7f25ef424605 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7576302731944698e42ed8355837e63ab2b105b..80746334664bbce47639cabb5436e8ab7dff5094 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 681e99a6b6f76c3735949d63112384d28fea3458..9df69486e7eb3b9504528fef4951ad5e57348ab7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17a2c07711d5dbb37cc04e61b558cd914ac1edf2..39eb55f2102143d3331b0588a4f89e64359aedba 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 858571121e7fc04f99d20db4fd0e1660f4137685..471ecf2eac3a030f93f95d8b97a9fd74747aecea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08f1e35cf4f9e67f1849172a3cc7b84c21666c90..f87383c2425a8dbfecef31f792ea19c40cddb3d7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b0ef5a6e90bab14225d2a0c748bb07d1e06bbbc3..8bc2dc1d7a50d85b6cf970cc2eb20f320d1b7a9d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 85f8883f355556ee415b549ebc20d347f866f832..f34c5ca01df95249099bc55f2d1bb17070771184 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce7ec3b4c5a5f512530faea2fe7239d0a017a9d9..9d9efa16abc80d3ad05336056a88b0fc6ae9ddc9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d12a61d58784d0e1b47f60622bdfdbe485b1d201..7b9c7d54499fe5efebc22e432ff03e60c28d04dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a845ab2cf83c5704379a2cfcbd160252c23d58c..dfc3c0df11e7b8deadb74741e8f0377e79de5d52 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 414c5f05880ed949365d300cf04bd339a5695305..9d057b468af2a79875227a9bf0c5e19bd8c80b9d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b7d5a9f0e66c313667c614fce52c1ab1f6d21eb..a357f5f312b7e62b695c56cf1066e200a71abb33 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 32d21982b3294bf4daf5c3755b85219500137040..4edc1c16e67bd6c19905f1cf07debef5dcf39331 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c8be21288266abff59ffa598f25e46f4d98707c3..d9d980bbfffdb8e3e221358377b07d78e2a82b67 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5812929fdc3216483524cc7990b9ec0fee549efd..2c2fd09af3420a1279a026fc7b00f40f711ece9a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30330c8694d5505ec0038f930fb8e87fdbafc2f8..05237418f27144c7a8376521f4e8da10b1c60399 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cffb6222c2f830ce4f47d098f5e369a7c31348e5..cc6556494263aa6f3adc604d9ea2eb80c9ead8c3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2007-2012 Martin Willi
- * Copyright (C) 2012 revosec AG
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 19d2ed917a923ac53a42117b44ac63494695b93b..f85471dd60aed796726e184f7382bcb7d2b081de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c3122148edba077ac912c0c641b3b6ad1542bd21..02be5a76d6b6209978da9b864184caa938944b34 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c25bba9bff7b5d2b07d771e83d2bdf358b3e6ff..d3497a9c382ec0122e8914fa5cae51cad8b32670 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 598956130efcaa236ee4a22463edd32d52f67b0d..55c702666242ccb33936782ffedc6c2af9284286 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 82d70b51154ecbfe18239f0411204dd9c697129e..9c24d3e3ce250028d9465fecc08a2297098d0a61 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 828a06b65b0cf18361417b20cfa823914aa00e1a..ee90ac8ee3be307d68e9ef897a6038329b39f20f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbf743518d44eb8984178b672761e9a9e61f09bf..5ae7c2cfd9f2cdc45defb68334ded2e0c98c914e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a92ad7c0a04fcb1b0a8a25cce63472fbc630f9e..2d3e3c29f62fdf81ecfa07c139b17fb30a39c241 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a5e3544d813eda1d41832fccf5cf1b59b2413e2f..786f578e7acbc61c52c83e17e0760938ebaf6b1d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9239d9c1d825e7eb5ceb7dc299b6fe7f05ceba89..fa96d5b58be3240db099af0b8cbd2cc1e0b5b0d5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 166cca31b1230b2286de0ce613cd5d4161320195..87306fbf8ad05f894582de28615162ee24e16055 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0c33f39f3f86be400bb809b637f1b0f675c22abd..258b7f6d88ba714334dc669d421d426c8118174b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2015 Tobias Brunner
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 715fd5e845f6fb470d2504ea639c043dd5098266..4439b6e8d0e1859a373bbc892f0c03233ccf078e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 627c20e46e13c66e184685b60cfb2f48b8446152..36df791ccaebfc054e085f23f41da87d57b3c2c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e7a610abcabf5efc1aa4deb1bf26c1d41f6198c..2332e74f9ece02473d3964abc3b64d0dfdf5d43e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1328449ecc6178583bbda52ce11198fac80d1e78..4ad1e0cdcffa43d559e7feaf1c07655699df49bd 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- *
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8131b4bdbec76d8119668b720327ff4b72333aa..b0fd64906ae374cf2b260f58c03fbcf376288627 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4318c166e130fcae28b2624753e092880813d540..472572d1a36f6a9f7235c7d3e031af8386a6701f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 622a35adc5428120aa4411c3879b51e06ba9acaa..438db498897c2c335066083148860568586dd10b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 41d13b6464ddf1bb1e356566e43e8ff3245e945c..aef492f16f682a74171b9d08baaa7fdc15439dd3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4eda660b197455fa96d8775a0623de645144f063..53c25cdd6bdfa4ce2bd470eb77a8a82186cbf067 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 523eeeeee1cade38078946b52833b5d516c45b9e..4ae9993e3ab58a9745b35dc60fbdb280c1b64aeb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbfafaffda0700eda7cd1cc60237bfa867f40daa..4e3a8be7d406caecc510aab03f03d1c60ac650de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5c7becf98b2dcd7bfd6cafe03984e5206813b54..691a05b8951cb044a76731aba3b0e43c80274092 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12c5b78f45cf036285ee7a65e0d9ed5434a7c6f2..8ec95f64b3f54880489879f3d8a8912d35081221 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5336dead13d9fe1777e302fd65ad90158b8175c7..c305375e51b58f51795bd68cc9fe0c8c38671be4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f0078e71cdfa12b5e7cdfd56f52f81ac519076e..809b23d2a502be2f3bb2c5f52bcb416b945e5806 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ecb2083c962ed9bba7b01d48f5f2de1567826c79..674d6ef221ff0cfe0dfee2e71cce3c4c5e7c4466 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1fe1107ea2fb1d9fde2bc7f85b96982b9e7a5f67..e2cfe3c776e34ea43a306239867728e38694ccf4 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a5535ea26bee7437fc45548804d2fc174a6c5f5..39e61f902135400cb654f9f91750b54d6829ccf8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 759eadb4968e1780a97f00f85b7b31779aac61ec..18b08a65e56ca081669ce3a7833badc617fb24a7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 919e861be1bc730fa00c3277d79cfa8009808205..c5f067c990079007c25a4318349b46a3066e6f84 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc50d0d1a363a3075f14cc193df1ca64db314c79..879d4e5d0e95079a997dac8691406644e4fb80d4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4d3a13984dbb7d0f4baa6c6f24a8088515e00f6..b6dc64088639b63b6ffecbaf3fc594214800c2ef 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86c23992f8de930db741067f48d85d7a5886cc4b..4f97713c8f590172a207275ab3c4296b7cf66612 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dfcd7be98fb904ee5519ffcb122a33406cf59111..4bb5df949e582f3f45d72a708d5adbd5ff2e21c3 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f1121ca3aa5009a009ed31858f9b18de98a4bd3..2ffd7bb1bfb66a44ea5b78e1a94ecbc7ad9424ba 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 705fb188ddba0f7b204961905bc3207bc90aa986..4c4428b48b1eff7cf60b4244e310063a4c01e223 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5baacfbe86aff2748052a786d828d48268722e48..0cb21cfd37401b863e63a791b66cca10221fca76 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cff8de217cc9753c81f4b341989ea0416c0c62a1..caed69a45c5cfd61133b55e35b0867446329bc18 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e6c9f72cbcccda8c8edeefeb48e2b880aaa7c287..11ea23b0fa390f6ed7aa96ddab60ecc47f68fae4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ceddc6fe24b69fec68a925695ba85968ee3a5685..b0cd5ff0439764a3d1903e70f535828e6f809a36 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a67290f0c09560029bc64c16fb7ffd915f10679..bb222e4a35d57c1ada387d37fd1570f598915bb9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e463512ff26eb6a513979e149d9f12b363236fdb..b1fc0b75dac28f3934a825bd7d85d32d68f829f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 457ea526f47e9aa69c30542b75e89abceaa9d5ef..bbb486467f7e12ac29fa09cb9e952e25b7f30f5b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 70a4275ceccef12205fe927d694cc17a4ebaef95..b805dc80fdb43f76c63a636c844c7dc37fb403a2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9004e328ef9b0cc9b84203f325243d8eb3961ee8..b6937e4ae178232f6cb814d51404954f5cc95fa1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 684b49bf22cadf3f1eda9439112edb4579a5639b..0a8b63161cb4bf6930828a8b26d7eec6c8d1707c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df93d1e68b4b374e77a2df9d6c79db06adb13aa1..1b30747dc3392fda04598ee71867e218837aa37f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fb72263384b946f454d6e4e4564065bad24383b..fbadd92d96038893dc07f5aeb1865fc92db562e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 91331cbc466019dc63ae2cf6ac603b34714266c0..cc4cfe31489b169f51709cedb6d6efde5a066c2d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1901f3a4053f77d5a87d80784f23d27ba86fbfb6..f3d001d93201b099648bc74e2d252de5abe3a6a2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5b649ac629dfd1b46ca770b90a870f9137d98f1..04dce9629358076e9f3c25838d6fc0fa9d9eacef 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 758bce4d94f91dcb00a63f06d37b5637f1f10816..d0dd978e3b9974a39a32a3f7dc81814b606f4e56 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9adb9c25d171b0c177c933b0738a5bf92dd62c7..14a9707fce91138b656f1df68320cf5226309560 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 069645f79112b50656508f2117af7af12ae0be2f..f0b1a04e6cd9534547efb45d2ea592de721b4f18 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 016fbe5b472888ac89299714171c537bf32aa2e5..881ef6cb60d00f10e4c0e3a638b246aa87d4d6b4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17cb43d0c4bba65524641248df778751e35b93fe..6c3e06986bbe8fef44b540506f3594430ec2d56a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 78161913e2b546c4a819ec0cf2128eef0e8a9b23..2a780cfbf91c0ef438d4f54733d0c695566ffafc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0e3713336791fb95eccc62d36a200cb75021ab6f..ce2231b336716dbbfc65b162db26273c2b6405f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c6413bc32c7203ad3c22ba1998e93885abaeafe..03acbf8f087fe735d784115f5facff9727722656 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 409f0c9eebdaa4f7eba9da5cb082121ec00091e7..9d30641b2556381c7fece75683c8a33a7a440fc4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0392831ff9a93bf85ffd98e93a1e8fcb783a7fc..9d1c99e885a57ddca9901b11bfc827e7bb00c24f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd33de96fc4a2410e671b59809bb695abef01f43..b887ed880cebf277442efc62fcbfc8740832f01f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c95474e71bcc3c2c0fea337fdc8aa99697f579e5..b15839d260a77c1848346caf243edf1c013a809f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f59c5b78f17d3365d9ae10da84cd637e494418c..37ba8c8f314e17e030d30ac22559b32308863f27 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- *
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 760755a56f9e2e605f3147f7747418ca698cb4a5..81353d81d70795b89e86c793bf5f67d6644b6561 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 176321833183cf2b03e9bb95aee989bf839753aa..95998b4ca7c5416d10ed5e0687a0e94e9321763e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3064580bfe23a1b49976cccb1600ac7548235a90..746ad9f897c19377f04c11ff75995ceeccc7727b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21a19655f4efcf442578c5495895a860b0edeeb0..171c4b5e71f3d42f3bd9d1bddb45b33a099c7f8d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 88a8b1f2400a058bb4b5c7099e6d0562a419bfb2..ae0c88718aab4cb9c5604e437f043f498e988573 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4283aa025efefbea6260618d5681950b4a4c59fb..d301244e5ff76c81d4a2b18834f2932a7d867a2f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6779c39947ce44ccd24224cf8d45a7693acebd89..68656c8bbc6be050d065132f2c84e5c781f3d9ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5507d8e02c4a7ba457126c7f5102fa86b0ffcbd1..cfc3b8c0090d36d8e283168a39d6782bc5393e0c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33d0dfbafd7b7b2d1d86eead678e54381d7a8bba..a5507dcb342f9129b450140cc92c8832e16b3a7a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 621caffeeab4de66af5b1677242266119fcea019..2faafb01d7331750dfe54ad613e0215630e63f34 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4c5dccff2d91a4aa2a550409b4c28c154503e12..ecf0dfb2f5df2bb098029898318f1148d65372f1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d2f24be974099861eda3f0901d2e854d726e275..c39f531498d5a293a687faf0d81c30f7294af99d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 231188ff1bdf6ad78e6ba6acd0df3013e6434815..1eea46b86755e1ad53adcb28c2f565975a9ca5b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c56eb01d3f4b8798ba20746b57ded69dc907573f..ea0b8d471fdfa3427a7011a3f582081fa8d0c5d8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- *
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d1de3639d5023d8309f068e593673c2feb82649..b436aecbeea5a8f0d938988d1308a35669a778b0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d228012b9d7373decfe3ef811b65d429c6480da3..06389f7ca73ef9b52d1190fbc165d07fd3f300d0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a7f8597e6e54a9f1d6225465602c9e33380f719..06fa6b01fa048cec4df912739c2913604f75c064 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e06f5577fe1688dc553bf141c7039845b379da8f..9e2153fe04408481845b2e391d213ce517bd3239 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 88819d9607f69e2e6572ecaed93a320d734fefa2..0c3d90a45b7c7422c8f6afdba2aec3f6f4186548 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cfcb76fa7a562d14b99d083c1d6effad082734ab..e7f04d75bef82674db45db8dda2e05572b7e37ba 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 379d08ef14c0643aab130631b47a25854b7ee63d..5d13d74eebe65d183c2cb90d3b69a89e92124671 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9d145ea91142ee359394896d8ed053e75786eb18..a128246f2a511f840459b7f76a622ac472a2fefa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aa35ed8ed1f157f8e3e83b16ab2deea7dd1aa6e9..1e13f55c4c28417440fb7c8bb6723d7e2a94b49b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e68f8a4a54859c62e3e19dc1c50fdc74d850937e..6e6dea55fb823a043fb7d2a9553178386b2d1bbe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7717b9628a0be37fb40c32e1de6172a28dbe869..de0af0e5b07222b04c13449bed3e91e01ce56926 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 70be9d1ad3a8f525182def8a24668cb3acee38b9..5bdc956171fc7178d8f42936f026f1dfbaf739f2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 92ee000775f3e7fb78e4b08f808716dc08a2b457..4e503a17b609463204141cc57a0132b52fa6f5d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40ace601441ccadb2f0907b8a1265a6a188e63a1..200ba1a5e2bce7387b7abb47652d8924305b4546 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed5303a91853c633e46b1339df22e4e1478e3caf..123098d9d631b339dd702db9a491284f0d93d954 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b9622ae312ce12febbea7fc72f62f99bfd55e0d..f7f29434818a7c018169b2bbdbad165ab1c79fe9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb35b55844680ec642a2ed721ce12becb5f5e705..1734d7ef704106993dbcc4e32167d2c4ecfd63b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 06cec20d76034b5439d992e0778e9d0684ae313f..822fd77c7252a638c7381b9d623a2d65747b22cd 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (c) 2014 Vyronas Tsingaras (vtsingaras@it.auth.gr)
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index b3698c767118bc779839274ab8bfe6b37f63ace3..ec611398389d95729d9509ed6598ee2544f1a82a 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (c) 2014 Vyronas Tsingaras (vtsingaras@it.auth.gr)
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index a48ede26e6efddd3445c8610365979d58882456e..a37ff1f8bd9577af282308d2ef6186bfb23a061d 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7dc56a10c6dbb8639e177c1cd10cbe7b867812f..182cda125b467fc28e89f60b2c79099432a53cf5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4b74da3b930558d135c3178797f249779eb33929..dd547ce68f12dc6fded2ffb53343789c34e80c3d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0246fcc2a5a98b2d3321d99554e2b951024be112..acc8765e2cfed9410edc294988bb4567125cb576 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2476b018ddcba9f982cc46e8aef48403f39e108b..228605682166b1d5fd3c1862c1019a69ac48c81d 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2021 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c91fb3b966d71ee3e1c465a751cfc0ba1d4bc389..f6b868037d4e17652a638203b59477568ac63742 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4bb6ef3376f2e36588638c8ec3e17124d8a57264..f24019e0a38df78df6bb2ffc68e6d3d5685fbe45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 14d107361d69e7752b531e1e246e6c89f50c8405..05ab6fc75226116cbe97c0d3e83fc39a6e5febca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4d4081e386fcaa47862aee726cf4d108b33b2c7..e07469bb738abe3dafd355ae74caa90a2ec283aa 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f581e3d2dfff0450fcb28ba90c2abd2e74615582..3752dff58ecf14170306f8c03220f2c29d4bacde 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a129b76b2cb7452ab739c818f2f78cf9b410fe6f..511060577cc14e37f1d7cace96cc663fc21b1512 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 739ca4d798104fa29232599892b531158e565709..c39c8c659561b1d4b28cc169f28a3ea6146df7c2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2553fd01431c3263bdf24b774e84804ad9de805d..b865a4b829be58cf9a5748e2bb03e33ab9a54a57 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d1e4f5e895d2124bfb30763bea4e4a5db3f379f0..382312bd565ebf5c36786134611b56b633a107db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8394eb7223511285318bb23fb94f5232010e4222..53c6f84e6be0e29b4b1d0a4f3808e479b4bec87a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8cfcbb24c4af6e9e4e9e3c78e8244b668250f79d..f2b0c4291a98e3ad39c5662335c51c5a8f9acf44 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 47a26592a5c19256c04da32fe5159e655b3bf581..89615e74df1e65fcc840c01f5001e19a1745a12e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9ee1af38f45b9610915d9ccd6d71e125d9dc5b6b..0a7dd11e9641c630c9aec7a29cdf6376a0cdee72 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2bb6073bccce1a7700f4d4b844c57fe98103a0f9..8859bae166b37fd7ccd680d2d13a061ffaae13ab 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index af69865d16e6799066611d7ea00bdc22c9391551..f2b1c4355db8395d09b566af1813509b1862f5d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bed4ff290e2ef4b1e579dee6477263fcc6b56dc5..3e1958749462f38c0c0ce99712baa8f97b3e285c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60d71a82507a169bfb3b86ab342217f76bed5377..30e977b4e2ad227eb99169d14530f7cd3ccc5c41 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 249f4e8619d7cbaaa30c075f51f55c45ea540c5e..ded9f3d2b901443d0397c5acfdcab3443011a405 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7f500414f500b3648c0013a427823aef576d1c39..7d51d21885caa70d9f1e3c654b95bf0a929119e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d66c4e51a647f684433cdf834cbd154a8bc57945..9599e3a713d981457dfa17bb2ddb308b02efc83d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 783dc2e8597df23d1444ffb6a6e6994321c36288..b32773c4150a36b59d6a33b5ed8acdaf9423da87 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 28b7b0d5bab0478eb29f05c8f54f1a8c0436c772..41f7c0c25775274bfef18dd1218a92a20c2f34ad 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3c0058d99158f605d58ec26ac61e261eefd8c8c1..618245cb0facfeed6886471450ae104f599b3cad 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 986e611abe9cdc270913a9f29e7deb3ad30dfbe1..f67021b15291a822a2ae05d9634b23f93b86d5d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 98a1440f4b55f37df5db21538d34c25cbd3fce8f..14eef7a989f621cb4d9860c5b5596940a9bff3d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc43936088e723ea8dc42fc9022ba5e47ea1c3c1..996b2483e9e504513c324b93ad44714ca19ed628 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bc96a8d3ea616669917024c5d3c5f1e5abdcede8..e5fa31e5921c607041ae90a14ded2d426595c797 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d23e45e0bcc00bdcbe5c033d8f4b37761814f69e..a6373d8fd35ad356bda20ecb608a82f27b64bda1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 96547a563f3bc47e723284b1dbb81e5ad0ce7e8f..c296a421477704e8dd8717f5deefd27b14fcfa96 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce9505c2b01919a5c07f78ff1f8bf85f464582fa..d7e83a06b399199a1b6edd8951058e25da6e80a8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ded15f107f2d3a494b6f6bcb499f715b86243d33..5a6fce3ccfe8adb2d2655dd88f53d86e32df5ae1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f85e036d5b97fc079004b062b1d77fcc4369862..de1681bdd11520f449492bd54fcaf7c4562d9f1f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c47921dd4125431ee48f70ff6d5ec33a724db4cb..116d5f152ab8df9a016def737aaa75d4c42864d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9f84e93ada4d63428dd378a0954fc3386996943..df9e484054bbb9457edaf7e0e8e1a507059834d2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 05a2d2d6657ca541c847214c92fa6ebee072be32..80b9a8170390835c7fd0b8f088beced782e99cb7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce973daae5e92bffbaad00eee9536ebae4d0d1bf..8db2df3454c59cfe85bc8ea0ae9541a043dc33d1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f53b3459c7be8dc36e91da4131d1e426bb7a1dd0..8e2029ec97c3b254ef95945964c0e86db0aa2490 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b5d8249a26d006daa9b261f61fc5fa0f22f6708..6530763443a0ebcbfb5796152f2ae71d7373cb4e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c8f35de1824d0cedc5342b4a9cd7cb0f2401f357..8cbf5fb72559b6646a16fb357321ff2890ce6ea4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c16381440119ff6cebe36791b3af48c6a58ae2d5..ef999cc43a810d4fe66165570fe59ad63e43e83b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 616f90e7746e1b8122254d470fc511cd3826ccb4..9b6a68a61690e0adb785f7706ded917b95cb40fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c2933a03adb445d0f086a898c1861aa68e97625..b3aa75ef35b0cabf31d61aac0281709f74b2e0cb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f726f8dd82b958c1a709c1dbdfea5c7dc6f6f9e..a7c855f76193d350b0217b68c840e339826c2c14 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba6be052fc479cc6801eb0867384330b3d96d326..0b25518f4b5d9b0a734ebcfd6a340474709f709f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f5bf0c2547798d1ba860e0da2a8a3658b872592c..ded0036329fb449db6d2fba2d5c97a539bd41ef6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 684d282acb78498b28fba16eb3851245894f7bb9..884616345f8a05052226a5fa9e11f7c2523faf56 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a82a8ff63b24651df26defa1b494305007f98cc..234292a45883c1c2b3579d5a38d9004f48c5d0e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ef9ba35f724b8768090e9f15354a3dea4592649c..6fac8c873c8a1f44dfcd8b9ceac754b1579125c8 100644 (file)
@@ -5,7 +5,8 @@
  * Copyright (C) 2006-2007 Fabian Hartmann, Noah Heusser
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bafdea0b9bdde00e9377cdc23413f6c145afe2c1..9d28aba3de48e5df5eb0c596747c6bd114acfa50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a25b7840c0c5201ad07f5aa415779e181c8e0bff..97309a6d259e85c3926251da5645fbc5684c49fb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -15,7 +16,6 @@
  */
 
 /*
- * Copyright (C) 2010 secunet Security Networks AG
  * Copyright (C) 2010 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 862059c2be18cd3b9191e5927e64cb7feef473a5..cf949019ba2eeb5be3fdc0548da988343613498a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5ab8924f486faff57db75c879ea5ab2d2ab3a572..a128269a11645b5b5c8d7edefde54264e014cc7a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f3b4ad785a992658ce6e176e0df7b1f3b7af0855..70043e07ca2f5cf4583a819856f8e0cd037fe260 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a87f1de8890af51eb75fcddb90bf0b4f3ce9fb5f..4baf457939026332904fd31280787824da7e6239 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
- *
  * Copyright (C) 2008-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -17,7 +16,6 @@
  */
 
 /*
- * Copyright (C) 2016 secunet Security Networks AG
  * Copyright (C) 2016 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 1e154ad2bb59a7b44cfa4348bf62cca8ec9c77d5..816b53de7338d6ef6fd82c60d9d07210354c5a26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e8facd0abda48d06d697b9b16d4bd0d6bd5f747..188d38e046bf3bafcb5b079d250d68c7a2004517 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a1799ea70592aacf0c49585b2d3dbee929a37f34..5fd23a9da8a390788dd2b9830bcbece8f29b8889 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2b6715a785699c0e8b92face900e072221a2603a..8f02f7c15e8c5fe49f61b8abd9bdb5a9af155b3b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30688a427d06a98387e68bb5ef573eeb7f37f9ae..fe36885c178cdb1fc868be89ba9adf64ddfacca0 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2018 Tobias Brunner
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f52337eb701f00a50a7ceb9f3297b2a57c84cf7e..675f18d02d53e831363bb8dd8e51be574bf94031 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d860a7d12d953065f3e1a3d50153fee8bf421786..e0043fb3f348aa53e046d5e6ba2f761aacda8afb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd43f78f3f69459f04c6d7fdc1ecd4368eeb2b34..125039694d90f547a44be32e14e3a7c3835ba612 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index affee8c5ed648136913f6860b4e18b016ba2b640..acc22902c5f87fb3be756d2eacb96ba335834cb7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 16638ddd436e7cedfbef2143f1d8969d23570fdd..ba196b4e4dd67702ccd25c93923d37d746d05d14 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3852e57f171c2992fae4a970349f5773e3c4d89..a334a14f34f872d518916159aae7b18470b96838 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6202a114fc3e7bbda6b00cef9ccde027b498e605..6824a3d0684aeab231a8e0a410db840dd6dbd536 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7ca7df5a1702e01c419f1241b482f07305fe3d0f..ce8981763df33e100be321350cabf3f667dd9827 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e31aa151c98b9dfcb65fe2ce49ee99e41e4df45..e2b9fe7125042c3cc9d87357aca021266a4ec0ab 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index beda3d11beaccdf1ed3ef77e59141fe7975e9d30..7d8a9216e00122213d00a45019a3861f325d78fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3eb178599275b959f6c2ffb310c6aa42395ea3e3..df533810c0d4a1f7a07e29cd2e327bcfdade72b4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d61c230e4819134af6786bcb37987d01ca1e8368..573cd174119ed21d1575fdfc45cf1c24f33fbd37 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e465b0a76b59f2bb565c99d42fdcb9a194e05a01..6b6e56d172be298120713a7df79d47712e90e45b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a538e34a151cadc4975a97adce78c9ed209faf8d..787a244b04ed139d78ec8add62a40a8426a5a20b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3351f6614e1c9ee0af19b1b6b131741dfc5fa024..154b901d7ed1166e5a22b60621c53b93ebac95f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 05ae282755361a4945be350562045298c8ba2b9c..e7116b13a03ea0bc9d7f5a4af60f7a651964a9c9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9149fb2632867f1edfd923744a3d115e7b2e24f4..b88887d1349a2e3dcc026de1e19c367ce8dbe4f5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a7449addd44381dee4faefe8fad740c3ae3778a7..a3f04147e3158fd23d230fa512fac26bad3cc150 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94b934d09a92cba6a5f0e9044b48d8b95dcb249c..46706ce923762337030d30841c5ed78947049a61 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 16040a1023c67f6cb3a022f4508d934fa22acc87..58e1cd98a0b5771ac34fb08faa2bf959ac4c2735 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f1cff7801875cb3b78a33ab98e54ec6d913f8843..fbc6d02b69acda29c6f56fe94327117a73c2217c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e89ab435e031566cc3cad15b5bf8b35f9d9496e..f6d6bc6daa962172f49efba4695bdc9819eccd99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5d280f0a07c2279c65d54f5614a36a35c4fd3f14..694a9a60daa1bf4dfb796a0d0a4f98cb9544fb4e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 827d0b326a23b2c8037165dce377dd10d0046d52..7745c2db37168fa19980a828078b4ab8ab5f96cd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4007fcd6f7230884778ccb94df0b509d172bf1f3..12830edd894d3abecd4ae486d4fa0dbcef0296ca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 65378993cd87318090cc6040bd3f3be3024a3e98..1307db342be8dddd9f150f356a2966580a076b31 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3be43694401d5e8a9936aa04bfdbf08cf6675461..d1a3ea898c8a0d9f9f1975eca16fbb639efcca77 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63ff92b1017bf3b16314ceb4ccef20a06e6fbb35..631fb924a5504496f6c4a8e14fc64d050a4d1b19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ceb3737571774720d843879b5f23a50710349bb5..82823bddd0bda332dd0b6039c7f3272db053e874 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e8763b90c57ce14922ebcf04a7e405146cf966d8..e5d7cce087ef465472499e95a4648a0c49b96832 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c856289421f8e35663ae9fc0015e16fb771c51a..1304ce3ca670d1f2ea1ddb7e118a34615cfedb28 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 961c10406b1c7f47baeb1dca3fc50516d5517895..20eea42a428a98b04654541b345ed369c14af440 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 69e9764e72517878e7a1d557454cde130c51e43d..33085a0d1f262328360c44c4b3068ca1bbe2bca2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d82e1a172ca89f20e981f38dd9e2d75836793e2..67a19300f59650e611cd5178a36bc9d25389edfb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d5eab1f6c71f89efdc74cbb3e9d6d24150af35e4..6bfe2b49a5489055067aa6561689c9362c46b4e0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6612b3241695eef973852b0858f293fd4cb75b5..7da04de78aadd73e019d0e588157bc2d84a74b64 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 83b765eceb6192faa142c387e1e5ffc253485775..e05faead4c3cb747f2769caf95e4798d70390b57 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8324dd14f50d40ce51e9fb6e71e0b822a2b4e5e4..c9f4c6a59baf1770c0c5a2c38e91b35bf0666798 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea780ebe7664d989d79e86d8d8b562bc11a93f13..e382b0109881addc2b7af566e501b7c967e1f932 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4b33e3e31d9f515081f950930bc9eec8c8e41158..60b21b9d4cd655368f5f5f142ab52ccaf5e8b526 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1c50246d791d824df4f00a1ec569771f6484117..e14e5c43015cc8b864ee6743d5f0c479af10673c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e88c11d3a03c309c8e05110e0d5ea26550902e89..f50f79d8bd4da2cbafe2ee757c136ebd5f9b1779 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e946737def2f39ba48518dc3b60c5b53a4d2e2ae..a22b2cf92065e73dd38a2683491d7f9d1ff74b29 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cde148e4f9e60127463856a922bc780f16e00a72..dc61cc5a7dbb16a9908bc2b6d29ec0bcd407076e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4dec76d1b48d302c42c75bc4d5261b1e6d69ad9..dc39a9e134b70e4771ec0cc21a505a17de8d088a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 789e1ab2d067fc599bef25924c28f41bcc147319..27debb0968ee712d3e9c283b577be60fa481baba 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 96f9e61e5714d2cfda739b3105ad1ea5f4f4f80d..8fb611266a57acd72c0c4c3227e6e3a9395a5b92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87cacedb671d5e868705c8cfb441b7cd1d53a0f3..b38b6180413e2e5c454269220bbf47cbeaef86bc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd5a2ba0f595eaed1d4cf5ea9025fbb5af32eb04..a3dabc503545b49694631339f1233ced88d2dd26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b9dce8c0d7b2638894f3a278a48171fdbd12fd86..4dd69f2d4702d0d06076214a3e920d785cd2ea30 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 45b2980507460e7b221290fb3d2d51bda50e8d44..37545e65fb342a035d79fa1ff17b6beb12dac79a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5a0ae59289ecddde6faf792383af909a9bce8244..c415aaedf81b5596228f597b0075760f389b278c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f09e704f32654074ae97076255cf3c910b8b39dc..21c7ac1117cc8147ac58befc5d4a5e1be8c0ac30 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7e08d3b9c56ff68488e370129c370574853c8684..b94605c5264a36317d71cf8dba884f78e6f780ad 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eebda27681bdfb38db89935c8084edc41b8718dd..e2c63bbe445a3257834d6053255f0587b877fb01 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f19a03d54040323f0fa9fecd0bce173c0e30aa2..6586686892a7efef9fd6f077e31af95e6f57f048 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1f979bcd0869f4af070e3eac30eb25d35acf1c9..c7b3fd40fb0689afb34718807e61138a033952de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4be9eda5e4754ded0fac730ae2e05a4df53ea67e..0f3010a6e3913984943df8b241ef8334d359c415 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 761379386d912d34d2332ec4c1e5fc20f2207978..80697f7449f43d0d7fd28c4891c8217ed69f3e56 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2cfa954410bb41448b25d23aaae62254669d4a17..780930753b80fcfab3ad8ac892558ce0f9f4babf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce03ba90fca755aa3351295f2851db4349cbba4f..8462550e0bf471e2d6225865440255632eef3cb1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a541d12a8808ea4fb04dc9c37ed967f23ff43c17..8386370138c3bc72a464307d8fa122de6cfc5bfe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ed076b61fef5ba9e9c2231dbcf21198278d37f5..95d6d6ce52925bb44c857a405c04977fffb3c1d3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1d30460adf3e6d4777f26beb13c189c0520282ab..8e18b18dcaac8599a6e43b43524b984a988d297b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e61c441bf1e65cabffd8d436232ccba94188f139..158bdb888a7eb1f1665da42b9f27242bb6194ad0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0400449ab4c89be01f94c52804a0a8e10de05be9..54c4a2a052d2af12c1a216d11ddc87a6f2302d70 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c3bad5a3af0bf1503093cbce6cd18a8c67e63c66..92012163bc910a324b48d84739a731a4dc18c3c3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 05b865464ff37d2239321eb5baf34298e8333b15..9b906fc05924356fcf45bc475f95b53e57dee799 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2016 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c2db84ff1256566a6bcefc08d904c7d5132d6ae7..19baac36d7e64b2a4e4a9c5dd9103fc8165da617 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f10ae754099fda044a7f8a5ad87fec3acc63f55d..60164e2c53e5ea83ba882a26f57e154fad1007da 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e23bb3c2e9ec3ebae6af539045bb806def6551fb..ac4d979b37bd710b4dac4f117be98d002970efce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8f6abebdf8aa02ffeb195a88dd9c1c2fb0163c6..712787ac9ad272f0b9d8e9dea6fdd9a94a3be260 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bce309236cd5a2751be532c3e2d9014935dbb6fd..7592ca6582dc546df1cba84b1e176e14ffa60d92 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "selinux_listener.h"
index 31deed2148580ea77caa9aa5a795ea9a23765979..18fdee31ecdc39a12b28920ec2c0f435327dac9c 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 80919ea25f66478a4e83a318e13e8ddd828d2394..520fae5ff0baef4d35fe241086f50c35e740b4a6 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "selinux_plugin.h"
index 46d413a9e4fe4a58148e460edd9493d4bc6724b4..573d723b90cef50a6d5c8ff1c6f86c1b7564d106 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 6bf0a2b95b45ba92898169b32b69de7eceeaf89c..927356bb03282c016db452b0bbf39f68e580ec6f 100644 (file)
@@ -5,13 +5,14 @@
 <!--
   Copyright (C) 2007 Martin Willi
   Copyright (C) 2006 Andreas Eigenmann, Joël Stillhart
-  HSR Hochschule fuer Technik Rapperswil
-  
+
+  Copyright (C) secunet Security Networks AG
+
   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; either version 2 of the License, or (at your
   option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
-  
+
   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
index 2953a603b84713e5d7f1757bca7ae6dbf9373446..a9278278853cd832508dfb34406d0bf1d457675c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f3916c8b9fece5b71aaf4b83fde5b12d39fcac01..357bb49726a84b5e0062131e824536199dc07e13 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09b8faa0a450c9e2264baed48802429c14e72023..dd987b224ebe1e48fbbd7ebc7fbdfb2bff48c7a6 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6270d93ad27b40deb568ff243b6b667e0071d67b..7e2a8fe470fde9802dc580d64db52e6c8be75fce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf9276163a559231f8f1e2b90293b7408db13c37..ef6350f10adaba9285ee5fc146ff7b9661c0c63b 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 89aa6f43549ffef84f518fcf29fdf2688ed4e65f..b277fb679bb637349502a40ae7757a808f9795e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5825dcf12296eb9e1d938147cd87c51fd178cd5..a5888cc4432d35da741ebfc995cf09be33bb7579 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d870795f6027f59ee0c31b6319cd675155c4b48..8ee09e5024ba3eddc1a8a2f7a38d335ab916f131 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6ed615a7dbcc6f6d77aa604de42b650f17c8ca0..0bbf23fabf1fa7d4282d7fcb4dcc039a71fddb27 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c93f53d646fc525146a88aa9867c4225c31793c..61da05f7eb05547f9f57f9dcf76ef39c25433b21 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0ef0858a456115d10869f660cae45cc8a6c2815..34aebdd7b2664bd8408c0c0cac4d2f9660cc1993 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c4873ce6123cb81c98c295996c42253fdbfbe944..1c6aba66648967caa249c1ef257fc7ead4ec4d1a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c42783c7715e7f38388d820309d08da9622fffb8..b02c4083b27eb3f6879071f461df761ac7145a88 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21699c33026929e1ca417c4c8aa597d242a6e235..b0885627796e7b5c34d171f304e059aebb74e06f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dff6b6442d15b27c25224c811e4be69097333acf..aef1e1c347c023f1bda6d9413719765ab8821c95 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006-2008 Martin Willi
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2b11037196a600d348b2d051716e73d22abf0fd5..8d15c357b4d2208adf0e716c6576e0d227bb97c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f86252a768e9c230b7aa43a732aaff57110e1681..6a0c898c609d0630a3236a641ea42fd50ebbe389 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2019 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 98161fa2c22b14237974da3386f2cc13efb01eda..153758926da011afe0ca612ef43f47642803f2f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b8d84987f0918e8d6835dd2b45fb44b76c53f9e..58344614e86020d797bb2347a4ea283152d2b6e2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1650984073b9c42b9fea142aa0a5a588944a2e67..9554712cefe8e3206bbd269967493d9423f9fe03 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba6091c5e91f4e6e6be6c5c6d7a6d4d86fca894b..6c93a63b982a70bb7b3b217c9b519a2ab40eaa48 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 175a0a16b48ca08e8eb3327dcab062dd2ad10f2d..cf8e829bb3457f2abfa2a0b2e2e5bc774a1cf651 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fff6a438f2ef4e4d415fc6b8771d64d9d7d65dae..0381beba162149250d7cb6cb63051fb740d0e47a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c0ca2f32f2f7ac1c81383ef0ac24f322bd4d316..5b77fa995ff3eb56ed783f9bb9ff74957aef01de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0dbe707455fbfc29286e6b966901fde03f757d0f..209af83145c8a3fa1eadfc693c21d51f290f9ffc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9061c1e73f2defebf02db4c6762dfde940450b4..e5b9de61d0e8689f0a6513f6bae04a08bb1c0c83 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2015 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a15c9f5a45a88d80caab57b229f5c80e132664d1..55db379ffe20fab2ff9bf974c8a4033f05029538 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe02c9ac4bf7b355b66c92b080e264e099dbb866..dcad762c90b93bf5441b7ea89bf2a8711441b061 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d84b934e8577f2a5507953e19d22d8a4fcaa73c..ba4e5bf9e3399517fe60628ab4b39ebd99759821 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2015 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 78f1f759405511b99ec4d5cba17f671b6048168e..6b7fb9afa17180136ff9f3216256301234b17fea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8eb9968e4c7c50aa2ddf76d5788fb07e51b73932..d858c1b2b911468cfae91ee622c9bc8e1b07e736 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2ff431c88601e87dacd2fe61d94f1ea0558bc0e2..4038329336429e64a7d5ee6916a905dda5f0abd9 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d3e4efebb109158b68b8e3fb75c47af82757379..22336173cbfcc067cbf36f5cb209440d48c9fb4d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e2d20f4090eced634a039745dc40ebfde90d14f..8d6129a7a8c767c54fffa540847e225fb4c4c364 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 19d5a62a1dc7939602264390bf61abd35c007855..64a76225735c3c1819c670bd517c59be1514ee3b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab76f80b049dfd78b8153762144493be280dcd57..1cd86c942b8b8ec6d765f257afeb1638216a0529 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7fb3c67541dfba3009b407a938be1c727e9b4228..ae21b3ef16755798b35f5370920f4753f818ec0e 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf96e99697364b52856be7bba9a5dfe709d9f1ed..750bc122ec4a306e6e3ce3a9bf5a619082014411 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6249c73f21ef3bcf2d4f6b1f628b9be5d6464fcf..c68375e75655db090487356a77c45231a78c84bc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9068b691c61ca57be6253eb46b48c1a2c5a88bb4..33bfc824d920834571b0bf70841f7e6d8f5c7c34 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e7f210e940abec158391fe266a03088b5603ea4..ea614783e1068237c573541ef96f1c43c0e2cc56 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 881d4f4e519beca37c96376ffda222701ea9a025..7d9f6465b962d0539c92dc2255a9cd06e197de04 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 41ff0831d2d2c72dd21b0c6dff318d3b41a3c5fe..99af799a8587647d134720de36933d9002d4e572 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 402659539bb28e31137c2e21a3bbd0ff4c476bdd..b620670e3983cd8029bed4db6842dcf416413bc3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 340e86cbc327c697678365e430562f7cd4a84724..0ba472e93278c4009f2559fd05cfca5e26b91186 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e651fd914fecc66836f0daa31973b451781410f..591377c156ed805dd73ebe3faf965e10ec208b4c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 001a3fbeee1b7e1ad573bf81475882e8b2347c35..32065ea181db094dd4999bfa6788d7eb0a88178a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25bd45a8fc81d651acf0642470a5e046edfc0f0c..21d1a949605d20e9b60a4c70322eb7304d64ff81 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad4f2f8c243e192ed646daf2502904c3e4466bf5..acc5faa49a9d22b8129604a5d7e2c13dc54a4f30 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ee26e15fefe83a4dfcf8dfe368cea9d8a756835..c279b00069bf477aac7e01c8c3690e3832bb6399 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9927cafea43222927995be093dc15ddf7510cb6c..bd806fadafe275aefb79dbf6efd56a3394b6baa2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d3bba7f9c8913de5842cf3b9108596b4108a5ab1..694d3b0f874bf63f33d992f4e745e530853fe5c7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea48338cde4484fcd443adc939f90a0adb0803cc..601b0f4d1d82f2d4ba9f84d5b24d9727f5e15a6c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18a3d5734df64c13a1ba82b2b6f36c9f6ab3d385..501706b1e5fdbeec366aab6c5302ce709783f183 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 863d13ccb77d316e400d4425f9377b8057a054c8..a8b226ac4c5121e7c65c6c68f8f7677ff5d4d1c5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbc65a2b18d915b564c0c92156a30872ddb60940..8b766be179f0e58402db5094a861b1fe0afe6c95 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db19bd5756e7f9f2e4db27e9075bc0912e69384f..e52d63f80c749a51172e323f9974c6ae037d7755 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9d6e25e7f9371657eb97bcfab80310307c458f5c..28f6b98ffd7402a4e2d6c4393dbc60fb2fd2f33c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bdad67ba505e0b7f8871acc77cbd709f7d83a045..941afce3468239a1b9fcca40dd04fb210f08d86f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25a041944a2b778bbb443a49374ee63b157ad922..d99ba3685acc7f58492f8b1a8f3edd0a8a4fbf69 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6c7659bb106737772f3fc29a000673b5e5ab47e1..30aeb116dec87261381a54a3bf54162244560085 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 442f29ce93308105a287c70a9ed300ea230efe31..2cc272eb7abda5eb5a247bf12de2e69bfa16e574 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5586b568b89187cdeb6734a3d048db5da4d81cae..c42b991c7f399284b455ba110bee4d8526e54072 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b8b9ff0ecb63b10b2e454672239b50ee2cf579f..44d71a5a8523cc1dce1c748ba9f3ea7d9da62a31 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a66bb58cb697e7d126be999e2b3de949c8b49515..3a7fc7a63f2f21a0f1bee12be96791d580d7ff0b 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 497c4535769fa232c15a398c15c1e6122d634c52..f841f610dcf7d8c594ba609cb5444057ae36e9cf 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6cfda082ba3dcd9d695ef1c34d67adf9bae1f52..a034f2b95fd2ab2a8249bd62e8aa1fcc4f2bb254 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e98b57f87503c31185984f95dcf9b926b7c9410..9e542d9d38557dd4fd006e70606178f021276605 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c6de4756d1e5f9c99a580d69c25178d1b4a811a4..4c12231b8fa3d9c1f13fdcd6d607a7134b2c1aea 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 597def00230a477a5311a228955a4ac970203962..1823da9761ad2adcc956c6c643e4fcb4667b6aed 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9fef34dad31c95c665408117f4129af26efe70a9..0689642d0a9b0442282b466201bca99ded54f589 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 810690d72933f7654902b6de436bf23f59654471..40d6902776de35c4330503196f4eb73d40791afc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index daac4304c3f6f2f312714e131d0414f0af060451..3d87921118c8fba3489eefece63d78e94906f8e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c6e4397fb3c232830cb4f46b6fe321340996cf4..ec2cb1d08abf3cc2fc3c8bb102aadbd0e1dda818 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dcafb483b6ffc4f8d46b597a131436b45309a6eb..9a452755ce81db111b697392e636531a91debdbe 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18efe293bada6e1820157f3cb012aa1e9f8d8c6d..299bfde3d10e18184e4487457365682a76c3eee7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index afbd6cc7ed9360baf6cc84e62efcd48d463d502f..1a3c74935ccaf7b524104ea56f296827ab64a597 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e0968518bc59e464caa87148998b3c34addc48f..833c43fb789acdc846d019d03b81b45bf12b855b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b7a3fee2e7c06b18c23b7398a48c92122e521aab..1d309d8187d54e5f75d58c69c916581e10ad49fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d407b56162558dd36a69c9606865af59a6a1a11..93af8e07c9b3f9c6b7a17dcfdba4566af778a295 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76aad47e6f18d5017833c2ef43b7df1619a94308..ffdc723b179180956a234205010d8cdec52c3c08 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 22c861c081c7614b5e70103ff17a1fd3913fbe19..b15e376d27ee1487859d34e0db277a7dd403de07 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 72d7f7da3be95a0db220a8477f1271b83e5be73d..36eb15615a48b01032d60776df67b8ddb16e8727 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d4de880b8af5c06a513daaed8d75d25d0df3e6e8..08ad1145e5fc89d2b7d260388dbc70b913e267b6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 00fdfa8de58977dfb1c687f96360831acf6367aa..f4ab964e998fe039bf1417e0e981fbbe8367b3a7 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a25b7728317edfd1fd80c62a0929884085d89a0a..7f8ced8060a44fe3578a0828686cd9a3faf134d0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 672b99c0fad4e3a9dd8a29753d91bbc898f8d495..90e3376e6b46f1d4bc90ebe96debff18825ef375 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 27fe0e77b466f076ae3d4c53f1e41425bfe95490..f543f6a664922a82eb2c47081f822e24aadd4602 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48ee64bbb13cd0e3c7054bed12d274aa55f013cc..da934294ac42da522708049a63bfe9237bc4499f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab7b7ffa8fe4847d687c52d1a3687d5eaacf89ec..8193199b844a8f600fd6cb69448114f153f26958 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
  * libvici.h is MIT-licensed to simplify reuse, but please note that libvici.c
  * is not, as it depends on the GPLv2 licensed libstrongswan.
index 23596850ed6660ac5d1a2b957e4db73cb86249a7..7f0af290850199a8a0d80a667c1d88246a31d646 100644 (file)
@@ -4,10 +4,7 @@
 # interface to issue requests or listen for events.
 #
 #  Copyright (C) 2019 Tobias Brunner
-#  HSR Hochschule fuer Technik Rapperswil
-#
 #  Copyright (C) 2014 Martin Willi
-#  Copyright (C) 2014 revosec AG
 #
 #  Permission is hereby granted, free of charge, to any person obtaining a copy
 #  of this software and associated documentation files (the "Software"), to deal
index b923ad393ce27606e344d9140d91309e639dbfd5..0c1121cba7870ff7b2f6d1da202b2fd719ba2df6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a4af9005243df18661fba0abd399e02f2bf007d..755019c5ca74e9abed764e1ce15051a118a7f8ce 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8eeb37bc96846ccca50a76594ee50e698a2201c4..728cc9001df75b5c6cd9a0e3b3b7cab6e2a39284 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0c0fa76fd579e9a5cfca87193baf405849df8a9..e226863058ae50e965b43813d2a083bdbdd352ac 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7c7ce13ac92059fa84276730ed51a0699a88c62..97fe5d2a473eff8aa6aff7722e6f9494762f3543 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 652a96d39261cce0a1910c209df916e661c006fe..0a7e9e655f792b8aaf90e424164771d037b547b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fac9f615e6068452e018784d5e14f5a61b0458da..ced43ed83c80322adb6c8f0825d3189a6afa58d9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016-2020 Tobias Brunner
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 187bede0bcdff667c1bf51a52d6d6c8a1a26ced0..e49edcfac89567067e2b8945e7582e6db738de16 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 129eb4d4c7be4ad4a8c6f5b20af6370e7dd72b6b..3703d909a96e9b05a9379b0e4484e3cc8a48b3a0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7d21eb8ff9061a8c139e1c9e5dd9a8d85e2653c..064fc8069ed54b42f551d24e8ce83fdef13576dd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f278de5ee7b3de4fb1cf0f60199da9e0d3bb029..85d69cae2503dda0ffb2d488140d2620db2c523d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2a8c4d9f12000c56f90b0dc1211d98c9bf794c7..da9e4d193ed7029e577fdeaffb9040b2299e7b8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a783b822d45bc630233297523f45ca518f1990c..ab382eca5b3243115ca98ed18b335865213e9ba3 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
- *
  * Copyright (C) 2015-2019 Tobias Brunner
  * Copyright (C) 2015-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014 Martin Willi
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bff41c31ee1dd9071e68f3c957c9c3353d67c7a..73fe8e347592a06e51e9c07c74634f4ef7333ec3 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
- *
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c09b578dc8d295dea158d24dcb0566cd256606b..7b8ff1215a14a8632c6a9357dfba3ba74d1b2dc0 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71a13a074c48d7136075f69c21e8c54a6b570e30..eca18f0ea6174f14ee5985999100e80336f97510 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d4186b1f68e7588ebff37aa5a188c4f3c29a35c9..e5d01309182ada1df2d6a0c41d1dc6c02875051d 100644 (file)
@@ -1,12 +1,11 @@
 /*
  * Copyright (C) 2015-2016 Andreas Steffen
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 5cfb3f7aaa09427db1b347dc77c9230777ce0fe7..957362939bd68d607cd719a24d0d7a90e34cfb9a 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2016 Andreas Steffen
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
- * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 596255b911a3e77a61b0a9bbb34a10d2a4aa7b37..bc85d41d52d54c203d9181b3e9f64deb30bf75e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e48cf3bd17968a17b8692413a16c0c9f0265e6dd..5d98a64ce357d8ae576e972852dc1ef5ca4aecd6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 723ca07673a8f62289c07c2180129929b6df506e..9f120e28d59955599dbb7ecc110e7e6bba0d630b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64fd5977e188f9b37e7dce05321d7ba94e7a0c28..3c87974d6e609b72142c6db1f057dc97dfdd38be 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e4bb4b43ab5875a3ca91aae33245329b920644ea..546b7caeb7b88a68f1a92919f0d37ffe6ce897f5 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e1a2a463cd442bb47bc0408fa4e50b4209fe603..5b641b3c1a89de563a6a0f2b8b275f7d6c959454 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c34500ac4cb6f1ee6293b1e5c09d9675ff5ac1b6..d834140c6d52413fc14eef081ecf168a54c738fc 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2015-2016 Andreas Steffen
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
- * Copyright (C) 2015-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4c38020029dd8349ce1d3380bbce7b0a88b52f0..2f4668528584c661c80a871b2f8eb625d8139e71 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c35f4e1a996f183700df5eee580cff5d336c16b5..1f5ba676e4e0d03915ed71a987bfcf45f05e16c5 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2015-2020 Tobias Brunner
  * Copyright (C) 2015-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0149e8d4fcbf2e285b7a52828fdf098499f016f9..503e90be273cbd38cafe0c058002a2e5643788ed 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 29e4b0176d130887e46942cbe1d08293c574d22d..33747af257841c02c46edc0c5b1338443b172467 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e82d43dd77d0f779aa2c8799ac7e237b285fbcfa..82cb8f2f2ba6a76bd2157d7b0988bc1cca7c691e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d1f8097bf139c6f53ac5e507e929da1bc2f119dd..e5f48489cf0276c65ab2800f99cb943a269d138f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e8f170e4764f267e7f0fb331f02b72b1af19a52..205650743150eac7bcc1a93f7cc9275742dfd658 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ef1ed9c3a0a6f73881521a90fc75c699a2268595..ce1cff7557f93a5bd9d238853247129ef037d7c2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1b619c3c8a6a87d12debcb7860be4d7ef115e20..e3a787ca70bad695a4a3c93cfcba1f4b0d24d1c5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc813414da6a9ccab45dc3c72f5abcd98c30d1b0..f42d9cd4513aa5981b0177d4ce2ec8e785745865 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 136554674356b2469c3cfc8e62a0f5d5a1c6aa7d..8146889c3df2cd2886835166a725b4c28f3e1d5d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac94752455361b332697188b8b9f4688d9d76d66..73c7f0ce70d5a2167648f2f125271d982d92494d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 595fb6ffb69cab5658bba473e75b9b952ee16cdd..c710548b229d2b5da13e9e2b7f02d2ff4599107c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ea45723cf035da63f77d13915a6877de4f6124f..253f8a840803d5025183fb3a4307ae4fdce5589d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2433133763405e51d49c5c5842405172e37b291a..438e8ce5ea4c62d7d7ec727a006d6b0aa1b26137 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9e103be1c6f01742f4f12b73c5314f2f97805231..c1225e964aababc898c33671f2ad65f949466dd5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7da243a11d14aa13a35ec8d92a6683d3fb128a14..faeacbd6b82ce9827f9822a17e24fbe4e18dd3aa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b776ec8ea63d2e9e9c90d289eae0b3ae4c4da90d..0f25577a25484b0ab8a2d864fd39c5d3be0941f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8ba0628b0997d94d5512a31d337029299c413124..04e7edc0d6424f21bd80fa4d44be6bad30386e85 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66422bab6e16b9cde823a92925f6f32f2d1e22f0..93c676f35e551d9c325c487034164ae7032b3a83 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94aedf10880618b210f326efeed01ee91058a8ea..7df22bf804ce7312b49eb5074ae40c243d5c3577 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e8303754b4e4ff7ad9edd36ea8e0af48000a67ed..549fc380cbecea0cd125e00583d3f20d4e96ff1b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac1eac3e5351102269a115d41158dfb4f8f39628..91db250ba56292a38f980d0448e765018e3ea010 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d8f2fd5b5961cce56b2665f46aa0d5945846d53..07551d8cf5eb6e19d0e71d90b8a529f70069976a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8719dcfeb4979a7a8c41becce066f37c4f854f6e..871ddacfb4d7419e5a107a1f5145f9b72d9f95a8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63c8b685309a7a668551d31e1dd1435fc424a8da..42b2de4e0e3cb9051ba95381a45392b3af7e2033 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 123d5a3f8d391266b65fac198efd301eb412ed79..62202e76b126b96f244791cda62d2d318d1ec6e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3414d2ec8696cd081b3af2d55a2aeb405a64c3cf..1f6e6b6417c5fe7cca684081f4fa6482dcd77017 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8b9fffefe4eb0092cf3b4867732c291f15cb84db..8f07190b3c4d35af11182325b29ec854dd948f63 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f979d110335b64e1ee516ef22cd626f2e2c7d7e2..0b71f239626ff07a79098fbb252e706ae5517c22 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b7526888046bd467c9e9a425579e295a2599ad9b..34f1d52bf0a877fa41d83ed16335732ff554e3b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5142bb297e073546feb62544b49b923579946f13..8b04f11a4b0255c1299948508a1c2d557fbf9964 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6b47239797e6a7d2b9991a8ae533c7ab4a998ad..1d5abf662630c6ca3bb2ff166f7179b38a30c44b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b909984736ae44f21ff0d26253a8f7d39227a4ed..57462ee96d678a42c83a5d382a94aeaaa24b496d 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ee99ee4e591369ec8286712e7ac595b4379268ec..11cad209fa6142ac1e51a5a3aea19bb80342cb2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 048b879f19f69bf969f329205d1f1f5c598c6a42..fe6682487218bc468eb3ef3fa927ac1677ea6049 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b33ea617bc3bfe56ba97e7c2541706c8b09ef30c..5671395a226fa05a6a55034f331a4757a2e8cd01 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acc439ccd17ce2fdd98efd2b45f02c1efaebf26a..b2fcd1222b0bb2ca544413a687a8d5d6ce0f7fd3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 068548bade722b0c028a2d969c6358315fe4a13e..485b915a6e25fd128b7163ec51d0ef73e215778e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c88c13e2b3513414a7405b518aea40fc726fa13..7eb9f2ce1e040b3c6b1521c396a1914324596ae9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 573eb192d2653269198366393cfb55a2c12b7dc2..2c7b37d7c69ea3a1c60526f60c00bb43e430736d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7f0b29b6d4d7b39a677decff65805ad48b1d885a..26909f5397f20b1155038a9946cc87cd054775e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 35b5286bc985226679d8349781c0abecc68c9e6d..0106396dd4e549b54d7b1e25cb833e10d229296c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a72499d37496bc4282f3e40fb42cff2c22afacd..c6edad85253cc3b0a28ffce96617a675870c8797 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 577bb62e06426db15463a4d082085a848272202c..9d11f247e73e7a90085bb7bf8c229952ab433e59 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 442cd31635d3701d53e94b0791296bde84725b0d..641b2f4aad4b8f60c50dc7192db91ff3c4c92c9f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 071497843fc484d42c32ef30fca918d40818f0f5..3e218393e9a4fdcca7766397ec563266b174315c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d210da5d7d418230688aff0b88fec2f84430cd16..ac30aec80a9f5300d31297bafbe92c9afb898b63 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1e72cb0888cdf2279e4d928f43bea1b6f159519..3c7a3fd2d33b8c93be83945f44fdc62392bbfc15 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 574d715a775e5c65e1c6c2b49e1a1392d52dfe49..8cc43a0995f7fcecabf9f61d71c7a3c1ceafc3f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf9146b553f87846d6dcc979006434a4ceae2ca1..fae2277f3b4a60cc1a5b7b3102d829dec8730811 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4c176989e4e0c74857930cdf3ea55d08258cabf..8659ba71b78bac86199b01729cf422a1c4748503 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b6bdeb6098c47c2cdf23bd4a2629585d237be50..656a0659ef68748446b3b7aa4d92601ff62cfd1d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5bc66b56087e278471c6db2be14d2cdb28a4b0af..589d28d8c18f2c5d6199b1008b583b7334ae6f73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed44da65ec077c36f64e3d673328e6cca1bb4410..8041fa794f08dc649484fc1d3b7a408663ff4d85 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aa21717fae9867b34edadf41b8cc808917f72420..74d21e0e695d71cc771bcbd0d87a24101cd8f645 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d64260ebdc74c5b43986eb09bd155124ee80184..65a35a85414b1db890640b3826c3390a1ad06966 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9ea0be3fb8dd1200122a96113a49637aad20d62..3c50942b93658ba864a0c29da3cb9e84273edf1b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c96aa5781900995552d3969104cdcf0707720f3a..e2b3d4730991e6a92f7976c18b190adaceab03fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c87442e5e78fac098882be1e34d5a345c173f0c3..776ce2b9fbde8d648544f57fe368192a2fd210a2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 018e868053453f90a9f9d525ccc8f411d7eaa0f9..85d8ce9dfb709bb11cb23ac31e050e2d7448a8c3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4715cf0a12a007838f9361063d0dfa84c235bae0..65a06b6f014fa03210183656a3206d8b6993c46c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 711746096c3a7edaf9116ba96faa1c1c2abe93db..ed6c878510c5260265dc654c8bdcb012c1ff084a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 27fb618dfc622721082dd87d6c493b0abdd580a5..3782a6ba574e27b89a28c1f647d12e9824e674f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6468557dc3853e07d4e29f6f08eb0f3fe853291a..450f20dd5610501980c0c153340da4dd940dafd3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index be9569f256ff9969318913892888e3845b7b31fe..3d3b352b1f4fa7e595f6802fe8e6051f2435d750 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 14c5380dabe59f7e60a2dc21389a04fa6f723b3d..10c51d1e1b27edb86710038ac5c892d03d137a18 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8a2e917b6d924980b3821e1d82a54899184f8ab2..e2da81ed9f1aacf2aef05046df8786951801e21e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c88d981ba1d89befb935a414ca9141392db1e949..b358ea393b47834d468139d50425bdb91279daec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 31e154a770e20c4a274ecc130f3a20cfeecdab47..b966cd13265d86eacfa87637ef0e3b56c943118d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ffc167c051415fa8feed656799edf426791e0642..274ed5c20273c7b87e538cdf37bf0622f3d5f0ad 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6fe211357a531d128fdcfabed1b0d87c00aa25a6..790fd5de1167aaf19dd840bdf66aba7795534a08 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbb36f13c849f97c2dfd36f841df09caf493942a..d07e81b74ba2b0694653b55d5570ea8e3fd4f4fc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b77c19d00a62018a7efeafa820d97900d39f09bf..17c82dee5a61b37f3abeac29bc087252ad1cd3b1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 58a8ca04fa9fbf4ede096d03e8c0fb008c73128b..90b79bfedbcd343add549dce48818893309fcdc9 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2018 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eb583944f1c3c653e0c7be6d8974580f4c59f8b9..401bf07295f8f6421f22250ae0e8824cae90a9b3 100644 (file)
@@ -4,7 +4,8 @@
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48161999a593ef8ac1f428a035a10080620555dd..73488c1277dd2ef177278ce13b39920e8955881b 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2006-2019 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 13f22cf5f5ad9127b82c5db7603b9a80ec777ae9..31c27014e9de21320e4cc0f1f8a98d7a28beb3d0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f1d6ad9e00970e6d4494cc584ee41f9139791244..3d0c186b1e928ebe035b04121f012b6ab12930af 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2efe520b1e24f6abcbf21d7f85f8a1a2e76745a..3f9999ebac3955c0c910e91ba1efb1cfe4e48494 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a9e0d06d426bc74ee6a823480f46c19f3f0ff3b..4c85b88c15213b5d66c06b9ac6c2bdf43d15b635 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73aa7632992df2c049667d01f82bfa3cf0d94698..29985a7d60574178cf49b1773ef6e3a02f15deda 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0a3c454e1100f403ddbb0afb64e27b3b266216ab..dac353595e7886ac66d6106ec5ce9073105a8a66 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33564831f86e352ab52ce84a71219028cc6de540..b1fea9369f9feb23efb213554c40d3beec5d2b3d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b7db0694635c6f76c07c0179b74a637bfde2bfd7..e7ada463b1c35cab9818270f3845278d7f55c38b 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e4549258facd33195048b11c4ea0217aa9d7fd3..58b1f9f3d93da7fd0b1241babda340d30a1b514c 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 515b3cfd3b88160a00ff5c52b91767d7615403e4..af2624a0ea595b8334a7f6bfc9eeb27745b681b4 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b0b9439dc8b6c560c2b14c3c7d91524a76f76fb..6d6d51b4b153599acef06a3964571b218af4ba94 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe615a6bce35a5e8f4b12e9cc15cf4071f13b9bc..743e0ddde98b8fe184825cffe7373adf71ca977f 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (C) 2005-2011 Martin Willi
- * Copyright (C) 2011 revosec AG
- *
  * Copyright (C) 2008-2021 Tobias Brunner
+ * Copyright (C) 2005-2011 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d87ba2d68a6b58da52eef97990c56375cd3acc85..004cc221688a943d57c0db36431e835c463d57cb 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2021 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 689f5f376b96f9170740e61b821f6c59487ee4c0..529d0f9bbf412776c39c3cbfa052783004f0797c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 69e5969593459370f595ca325bb5d7b85a84273a..0a0be1aad6da5561e5653335ca544b39e1710643 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ddb8c650b10484697bf76c34349af77d5381c857..36c9af28940a4d97f04bc6984beb74d7e6975464 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cc9e18ba128a0ac89c4cc0aee68851993e081ac0..68374046b5c90debc121d2d7d9190d5bd62f5144 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9e5833efc2312448c9dd59e1c710607325ede2a6..dc1399282237b4bd6897b7237029cae169e836b4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 385664cf3703c66b3610a20ea8429e9b1a4c9115..20c98b37a202461eaacd4aed6b12ae5211c16f39 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c48a0deb1eeb7d796a1ce780e66eb77c1935328e..07d7a710c7f4b9c1797f4912152ae34545473f51 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cae4f350883e9706291b3b85536a2c535c71c48c..fe8320e01af48f97717e5235ff46073c63851c43 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9eedce21ccb320f71b2f39f26338f33d84271fbc..8b79d246bfe1587138732f8c1250f2dbf654b391 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c89f6d760c4096a2df48c795573ddaad317d152..df697bd24e6e1ad0a57ecc3c7d3879d1de236c77 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fecbd3900c003fc6ed19f244b5ce645849ebd3d2..600f15faa9893318d5872678768d5d2834ca16cc 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eaf8908e76416de8cf4db3cc57adeda7887d8de9..6bc318a8f37d90c046f58ea0b962579394600f57 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cafeabb841e7f48b3ea04448c72504733e782901..9344b99e4f890a22d22e795faeb753d2d9b4d25e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007-2019 Tobias Brunner
  * Copyright (C) 2007-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index caf572f700e8a1cf4aa86675a89ae6d884dc6ced..ced9666dc73fe47feda58a8f1ecbb5270722d522 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index beceb6ea19268fb62db96cd41bd8f5b0a96cfb18..7da0825c58b0f7405965a3dd7e066f963dd7111e 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0666f41c959f333e82de9eee555d6309a4a8ab0..7f152ac4e5e32df8a32564dafcef244ccb0d53c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2798978b25d519e84d3dc89d44bbf7782de9d39d..f89770753e8a9cfc41c0f2add81ccd3de83e7e71 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52938ffbc96c94dbd23c5a9bb25ab6f508cf0b5e..5229d97a591a9abc87d3162dc20441d60e0f9b6c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b652d926f65153d72d1928195e4b85a02d9808e7..81d25919337d0a55d470284161294bd7d914385b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a155cb68d75ac7885ab91745d8bbd8755a1fb68..126628b2877e6111c82e234386ee2e7c53d94c34 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 566bfe83acd4948c5996e41d2bae0bd1999493a8..b9c3af27ff78a507c78e2d248fc149a627167261 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e1a94b97cc865381b82aa39a16820982d8fa60d..a94d5f547da6a8ac7f9449559d62ff729debe693 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 917f8a1ee179f75c36419b089d5fea6ae7a2d1ca..2a56a56406d9f7688044f27ae86c0a6b4ebd9397 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a7a62207b966650ddb6c3f6cfcb68f6f91b7044..8ad69570da4ec07f1b6abc9b6c3f593d7ed7ee83 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 840d352b18a31c6749e338e294c861adf6581d89..500460e2baecf0fc88fa1b8bf33facc376541436 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a69b423cda3ecb81ade062dd8f3f35583996a40..a5b6039f326a9b4e2650c3165ea4b5359f63a8f3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 62d40537d64413c4fff768e8c12be5cec4471e57..01bfabf95336424f5723220268c0a2bbc914b188 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2006-2011 Tobias Brunner,
  * Copyright (C) 2006-2007 Martin Willi
  * Copyright (C) 2006 Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aec8f85bf3871a3bb55d45fdc3fa22d242fe494d..0eac25dd32b3574a120542c6de8bfa0de52a3e21 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 733a6136c25c8e80207b7a751611c7edf13a73ef..a2476138120a1fdf9f04974085556603f606c957 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 91891085b814f4ff56c383a98803efcf6433eb0b..cb4f5756ffb8849d400a9755e0bf492f3bb0a84b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 58b00f2de1c784bbbfc2df3affb5b5cfd05eef31..618986ad002fdc29d89da11ac462aa8155cf2038 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 141701f75192cf7d16aed6112eb0be9fed0d1784..85dd1fde431019546354c2472b5998f1c6d952b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b692588db2eef3c3521a1d461e452cac5fb0fa5..db441924c5c99a17857868418ea3c11633b003c7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c2da7a086bee63a195c070cc2115bb45cf8d8a3e..a4f18e856aaef122cd856a964ba78b1dcdd6fa3a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9d09ee42fd5bda56ff064f5fd9c40e96764ebaaf..bff7a1d7ce1671f9a3ac26adb7c055b1436e1c5b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6227b364b1a1b25893fa306b7a1a687eb3b7adc1..0a6ca20669ba9866e5323de5a7e3c2eddeb3be0f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 22bead945fdd32cf631ff1bef3adfb61093e453d..c101ff357a4ce904e6aefdfe9a18d92ed90f55eb 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 50025440ec9aa6a2444b0350c47ead22e32b86b6..08aa15f46dd66b2f6554bfe27245e4f8e42cc7e7 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba2a5c841c769993ea496c897f873c69b0e76dc7..3bf2175e0c097aa1d63b520567803edf5ea4e92b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ffaf32a32ecc07f0bc5d8ec90e14c8a38d06abb1..1a4f291a8a1e7715fc02533cd467b47f109b9532 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87548fc471a6cb0b7f021a2ad0e5206d17dfa561..23930872b370e69a04b3333ad610a16dd8177a9e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 859a214314f32f9f6c932d9c5916cb912ddff475..b4c68a67ea30519c207b41a12dffde20e33a2d77 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76571e7028ae480b6abdb171186a6076d2567f98..99c7fdb5e5149fe18283532ab58be35dbe7815e5 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7ae86b664084077b21bc84602fdca51f2950435f..ad1c3c846b7fd4af1090bbfc1f3b382b686c32d7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97d33a89ef5847498bf869b8839c2cf7dd8a97ec..a61e08c980fa51cd3c9c229f0d9469fe0efa3da4 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2018 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1dfe922ced7349e2810c2716bc9968ba9042a444..19e2a28626ec45ba530e7edef2afa060cf52d7fc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e859fbf74288c9c5f41adeb05cc5e3c343959c66..79a4a766f8e50a27d58fc36117a4712f6b8b460d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bac261b355c03879265ea12ceada3468de16e71d..fa3914e17d75895fc78f025dd222ec698882919d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 92174b5b95308e022ace1defd96d943839c47299..ae3a115357ca4a5cd7c435cfe2229c4f24778612 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3cc071aeb4f0734117a1efa986d4f22ebc40797d..10ced84e5f16b90cdca90d0563f415a70df46152 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index efe4d468d86723ff356bb20e34f6fa1032d230bb..820e748ee1f7d57d4e06d635543698c094bc9c5c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 640b55eee67816c4401953ab2c5ff21ce4ec66c5..752306adcad54683440056bedbce08add306ccb5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f70768fa8138aa09da9189dc126c099ae4f81780..c9ea9792bf29ed0e9bfec44bd58caf9765d5baf4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007-2018 Tobias Brunner
  * Copyright (C) 2007-2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 70444ae27d540bab7d966d689fa3b2cc7d1a7913..1768a330377ba3b5a0b7c1c171f80674871e53f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 555854598aeef78c068709e719359294399d80df..0136377a805601335242f62dd100061445531e6f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40e25d89a874ca6b957047546f1471a065caa4ac..b27f2cbe5cdc88d53c77e905cc4f8b13296dc1b9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018-2019 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b570a36e03a7e610a145aff68c22c41097c9f943..54aba2c5068a8e982f8c77f4c6718ee9a91f70eb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2016 Tobias Brunner
  * Copyright (C) 2006-2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b0006e6efada9afed1072c6a450f05e962b9b5a..ca57ae9cfab306a5f724487cbd0c94881fc00dde 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 37b05c94365d6b59f5a8f57abc409df02b5c09c2..dbbf62e9123b774705cdc8b04f4061ff19e21d6e 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2009-2018 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0ad1a062d4d1286c66dde32beb8576e1e3528fa4..4b584274e072f64805ce5b9b40fda0189ca1e5c0 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1d3e8258898b7d6348b8eae3f46fe8a610c35cfd..9e61ca70799479760100b9397f9352de39810dcc 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9e42ff54c1fa937a7b22ed51dae649d62764048..e8dc07bdf5c07152cda9844e44198108f39c9126 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6beaafe85c01042d23064b46501090acbc1e2aa2..8ce3cdabb43d8969fa21b3deb3800f0db2d1d1e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fd14e9faf76cbedefec7449d4d2e3500a87e688a..02e0e99319fc35016c668b7197ab5a5d24a6829c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5164476af821d4399f70121bdbb6ca529465ae7..3c4be6e73eaa943e130d0cbc20f59d71e6239375 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fb1614b435fed6373330c4ff13eef46bfd18bdb7..fe6baf7d6f931b27bbabe149c28c067fce83d98c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 284e59bb15b4a5358f5b9bda81066a32db9bfd45..9fb0bcf90b756bdb4fb0408ac4158824575d0385 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8542497bceda4be29f6cc5734c072cdb910eca86..031c08a1bd35b9bbbbd97dc1a1eb33b879d4fe93 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fb4b94461a0b1f70ff545a33dc6e9ce7a0dbe3e..9cba9aeac134b4d02616d2f8c75ae301310dea49 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007 Martin Willi
  * Copyright (C) 2006-2007 Fabian Hartmann, Noah Heusser
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9bf666c817ae98fddf592fa01651dea81d22af3d..940a8412fda05f6fea8c7b5d0cf158a8a037ba9f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f25ddc1a4d5b8e8a8a13e9b566a7ca262e3da40..00235c53d5c8712553bae027177e9b47b2919244 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2006-2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5d571f769b07a5f3ab4935b3a46157722bd4f011..ea113449d80ff63d26228aa822b347da3b557798 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d025a046d178390a995fcac62fffd2345627d127..7a446c96299d2d4b0eb8f6fc6a175756733b48f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b30bdc9c14bb8b811a4c9f64c4b2f7fe3ddf4fb..cd4c79807fb0d86ead620aec44b132e26374dfe6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 477d2caae5ac9560fe4211aa67aeb85db28d124e..3adb3d42f2487fd202e035ac9d2b6df8a82e5dec 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d40d447c13fac56c69b562ef8a556ff5af26c2c7..6f2e47a6cd1ac69959b2a806627e56e1bb14dcef 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5ca0b05cd230025e71891bd4eb80f0007bea02ce..0224d3c830c5cf3f5434686bb090328869986314 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9e5405b611f4ddaace91cf4054f202da62f1079f..5219090c8adcfac5e5023fe3e7384bf294172c55 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 24cf276f46b7fb55539830fa8619333d4876c50e..b73db4c2c850181121e70b594ee5fec78daa2121 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9dd46f925d2f8fcfe36f0164ed58eea5561692e4..9be2622af0b9d791904b6be06848479ff82b71b3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 092e685acc548fd85f1e10a481a03ab4e14d138e..ad47e6a2296090142ee65c576bf9d3a183722464 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2020 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8789ac0af3600f1e189ff4048ba979a49db397da..fc79c99384c8a2402c925cbf71cd7236802887ad 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7cc964fc7afa92bbefe61069fcccaddace18e657..72d057e627cf8f7dec5729da622c0402533d24bc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006-2007 Martin Willi
  * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e5af5bcf7f47f42d380dcf011317eb126e909c1..b79962c37a02b0b8b6d4cdc891fd958beaccbd50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b9f6c02a88c23e7d4b55ee27728621245879fd74..c3ed165feb96aaa99a3c694579e1aa8895187776 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3733f21c814ea9e23caba63a316f15a69eaa2306..8a0f76686c6e8bab29066dca68813f4174869b94 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a01489c038dfb0a482c3a0e1394f9c802e06786d..c658ae809cdef5bef6ea2127a7fa911584ccbb03 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cc3d3b713c5c272832c534b2d33e09e591017a1d..735d985bf0ad2b7e1c9a93693ae427613b60a9bd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c565c43a0e0b96a86db65012115c3bb70676fe5..c946c81784c7416382b38f3a1740772df8f49020 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5abc9acde96b3147305872c8844df1bad794de4e..c054fda2294c1bfccf7e9626355bef2bda0be74e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a74e2f7cd7c762017ffbacb1e5a919a7d043f201..1dc0fd6e8e904cb50d3b02f36feef595b76b5860 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015-2016 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86b512c92ff3f6b690c9ed46be722fb5bdd8536c..30f9919db33278b96ecd7fd999a13f3bf29d4533 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5ea9df4cf3c8c0d23ee2f6e3d53652e5478d5e3a..f5e33355e0293e4eabdc88a0f3ffe22be240328f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -14,7 +15,6 @@
  */
 
 /*
- * Copyright (C) 2016 secunet Security Networks AG
  * Copyright (C) 2016 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 29832cbe91c17fdd9c4ff75e9156dd0a7ad7810f..76689ffc3b3d2a64c1ac65a4453f1543cad3a235 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 941b4302390ca3fbdc0902ba5f617c90efc08ca7..b6fab6a8c5381cdbd9a0ff952d0367d998c40d29 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0e48562eb7c476c818620e02eb569ec28ee16b7f..9999e672b9dc1f4c8bf1eb42e6d78642a01f5624 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7c92b289f189f45cbeeeb8f7779874f36a9e384f..82cc4a3fd1b7b1c10a65c375b2b86d1a09508333 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c05dcb35bea5c909330a5b8e57ef8563b676dcc2..9e82fe2e12b6a638b9a99bb0f7992de6a261ca9e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 75bba36397896cfb2e48b7b7bc4d2ce0fb94d032..7adf001eda81c4edd9bf64fa7096a7a9cddeaa6f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2bd134c7d9b9acd8684f6277ebb55a2e3285accb..0e8258bdd1daec844fbd436494d8e24fbec5cb07 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 75d421227c9726c5408af0f53360d95c21f80401..42c635166c7cb291af7f1a040d77be187ee36a3e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d66e709372db49a79f7c437f5de7ef0accdfbf90..1b21f9e3eaad446f52fc214ace5c20f795a4b4d9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015-2017 Tobias Brunner
  * Copyright (C) 2011-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d9848c9312c251d55393879d1945120f31b8b1b..5f8713f0b759f6871ef78f7e8a544dbfc233e33f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015-2017 Tobias Brunner
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 660d0eb9221004ccc9a98c92c9734691cfa2e147..74604787de886919611ccdc24a8b82be664d9e39 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 987ac489dda59dac0bc2b3c82a5fb767aefdd7e6..e714336465997af77c7005b43633e059c6ba99ef 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007-2015 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3f589e0f4f3d9c70c19c474525382a410ba4e83..972487bd9917c4e1fa6b077990a2b6713826ce77 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c6496adfcf58a6dc1af208cf3a22f48f4d57042..ea87765e0ce7d58f738fdb6678da3fdd40d8f458 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2018 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e45c8ff3f5773b1ee5706fafbcfb7f3bad79785f..d8d8a421ac2b16860eaf11c9d8e7049ab7f1b939 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2017 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60dbc2f1253ecdf5c2374ab1acb2240d1a775b35..620f392a706b7f5872e5b7006bdd0de917cae858 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2017 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3aabe7eaec709dfd9a96077f5163bf12e17e71b9..69fc5acfb2ceeecb75948c0519254e7f09575e93 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 513bf32f59c74e78e3ba51541f43e6bc656a2cbc..2fdb5d31b8c3e264b05889e2db1f488cb36455ca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8f34a275d7ed8f4be7993c4b10404d0df9312e78..a5d2b10380c1f203a51746e184227b6d03a79132 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 134e72b062d6bb99411308a21a25f20685ece1d5..6461e9ec506aac2d3ef8ebd65f69e62afbcf375b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eab50a875bcd063ba6b68bd3ee0432c51ef7fdcd..ed2ccab66f704e59ee8fa3b90c393558b52dff9b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 491c25cd932e31b1ce7ce807f7e1d9e507a33f7c..f84b145496e466f86e9abc527943d9fd03c8356c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fe5b0e907f6cc0cdc995809b021f269d3708c8f..e27fc0f01a72b886351d67e5e05f96616f438570 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bc0521a751cb31aa6793f929c1ae784f8a94a958..7169d1df2b512f45900d67bfbd3525c7fc27d02d 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 07ce07ae900ea0b32799058993bc733f3324993c..085b440b6bc2f9c9d5f14d73760aa69160584e5f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8660d729141f14fecea5f0361e51764d10e05d04..1791ae53c4be4103ca9ec6bd8615614eaeb72a3a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 563357de6cf4c004e2c9235356d7c8410fda34d3..6629cb37848f039def5a5e76a42bd6100e72a4fa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 931abbb5ec23aad3131fa47aa7ed509ae9263ad9..9720e281381be7e518b3057424d2de8e48ecadd6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ded0462b30540867f78aa4149b635fdfe14a7593..4c4f3bed7d8c35af3221aae7884f8479da5e8041 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7633718d4547d6ea87c7f9c22cee705931a5859a..e08ab7a716eabbdbb4d7fe85c712f1434ac3a38f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cfebf4b5a8e1a3e3dd9ef6142f6fed842d58015a..fa7592a6ac54158ebae0c6b1104601eca3b56b92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5960e989dfb65b9ba83454b17947484c9379d953..efc27542a0e5f525ced862f411797809d2e5d343 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 236eb9fa1ca589eab2ce618d3750b2a2f993bb77..799426e3971dd29f1a55e8584f6e295953107697 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4a74abb4a4bb26db58f1026253e5a6995555453..e79f527f10dfbb444744c38b4ee2a23a5d32b7df 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94337e25856b8f7e5c5c78711c89bb4fca8e8a92..872c3fead22dc92e2d0d200d623525c093bcfc69 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8042d0b637ab67326662a64dd520301df5741122..8c39a664329fb1cf376c1d16cc1ebcb643b62c23 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 02132bc4efb58ac7c999e90d02300f0ef3084876..ac98dd452774643f574899acc832696fb36eed60 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1448504abe34af9203eadadfb1d99db2bce61ec0..ccdb9034cea3185022ec6786460523540b65bddb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18a23725610e8f4096b774e169c4d0c86c10eb61..b42f79d645e37a30d3f127ac57cfa0873d14b37c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3491f08c3cec9cf13de7b78cd2e3fa43de631161..2f6a3d7de3cf39444c5af3a2ebf6fc27d7c79c2a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f11679f0b60301d2bcbc1c23e4902cbcc6185a91..e171e36fb21e500ddea7b3a135e1f447fc122f27 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 332c65537b946755235422a3b300452587245c9c..7ec0b13fcb020caa16a4cceab06af2e1f435e3dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c91bd3683b5a0c88822c0c6b273608f5bb9c7baa..214eca8cf293b2058e3eeb14806ca71e75b714d6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 95038a56107b5de1982331a4cdc35e4cfd0020a9..7991fd8e2eeb7c3dea9e841c03e64f013d5e258f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5b560871e929e5070ef77884cda02e5a8725d5b4..57fb7b9064e051cebbb78efaf9732ccfb65eff1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 15ad1ac0c6eaf9b9f555432f20ee9e162d8604bf..470c7c0bd9dd72527c0f710273399f7b3ea422b8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30910f9913a85c7eafd1304624ca104d25a6cca2..5e739f5b61c48bc2e6d10c29e8a0417413e3b38e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index feeab8bc0e9e741b51b86d3514abf93152a9bafd..41dcf4db47c7bb914331fd371a31c9e0fd107f83 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c090ff439ee4a3e39e6cdd38d73d224baedf54d4..b3b83aed8eb3af015631e58f1bac50f0de17c0b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5eabddadceb69c2f0e8bab7754f05f110d501fd1..25b9ee0b509a93d321c16370e715a070be6e1c87 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 216c150652cf05a5ae5ed85a828bec3a2a5cdf1d..e60654c57747ecaa5f8c53ec6236e2803cae53db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7113b1bacc138822b0ddba2936a4e577290ec2c1..87633ba2c25cc3810e4fb2455f68fbce0636a3f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a8a56b87220698bdff3d28ef2c551b8b5ee089a5..6cfae5543024dc678b78b0974112ea7239b72986 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0014f0d7ba1b585cebc2dc612b96016eaec3e26..68a40612229f22de50cd2fff81ab2b279265cb10 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3deb0b7dd2f0ae5af4b057a6f38f13d26752cfeb..8f719f34c3e31a976937165d0d0446ded7e96f23 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 53aa0e827d04698b5f36ca2902934a6539b7a81d..dd7a6db73c19d9e5b48c64c5223d26ecdeeeff5a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f6e392810cf90ce839d8b34f56fb08740938409..7ce4a1b6d7908596779cdd09aa62d5f192536552 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8e01343fad03f041cf55e5718c32f2db08302617..c450e1e9778ce97d7ecaf8b4ceb79e143120484f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eb6fc638bd52bbb25d6c1a8c4fadb52c945e3778..c7460c04482e9fb4042a9682f5da3496f7c15e23 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c7127c8da639fdb02dae44ac650f20e555679b7..dbcd9d15bcfa19cd3f20b71e137ba3ed49d61cbc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 89e74d79b0d3d1cba4eba1ba8aee46190910c582..22e96dd7203e0b5e936bc08810d98279c0adcc25 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 962ba2cc7c1a3e03e71706afd15ef9870956d267..cbd26e51d65e0a913db0dbc80bba0f36453f4ef1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 619a63819b9966e0683cf75e197a5266eb121aa3..3469ae8558c85766bd0233b1c7377a207d2ea88c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac96c15daea6f50cb6208e627b4248f37de5b672..d46d1fcd683affad894e6639a28f4cc9eb457163 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2227e20414faaf079d18533f055e356841d9a3ac..e0c9f9135320289c689bf77da8cfae9236997dd7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9b3a62de79b432f4cb4e05c0b8749295f2397bb..de9e4b52b8d3acbd9dbf8a89f0dbed7a31e23734 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4983ef91fb09daf7e6a415626c1102b9a9e88bd8..75d3fc4d5fdc2d0f0315da0de24d952268246bfe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d830ab4aa5d048ae21c7eedce6bbaa47f06a3cdf..0520f378f96b5e866fd496754fbb8ed1871840ea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b1bcd92147116b445f3728405446d7901982d98f..1ed98a14ea8227d2dece1d0f362df2961bbc773a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f802fd453abcb878856eceee453e2694ca3cff6..ca91c56af1981f9844aae3c51a488f4ab11a34dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 894212508b6edd9a7c93eb13e5db9ee616da366d..68db56abf5a3af01d3d547796d5739b340577b36 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fad2cc4bb44937d8ec5357bf846d71ff69451dbb..ad8752d327458d82e1d2c527e67ec2810a8c76e0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a0b7f06274866de8a948acb60ebeb9d0a967f15..d00153842d6e5175b548fa7927d86261d45fa3b0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e1b3f1c374dcf7745ea09841d43f73794ccc62a6..3d26dd306d1ee710a7bfa4d0fa65af6969b8691e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 93eca3b3c5d37eaaea41960a2f7ef5e278e41bc3..07745c2621e6f1eb7a6ec9380ede50e58e074f8e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 39abb0a03ac6583aa7576681a8c7f013e8860442..19ea07526573473ba3be432a5520ec1f0e517875 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8e5b3342809c1e3d7d6f7ce99837fdfb390d662..f7265fd1d0acfe8a217111acf8e25c4519ad12de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1c325db151a84e7247974e4734b6c6cc2c42ff61..035d571e3757cbac1ea2161313dea98575335934 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7a3e78fd0ca511b59c6bb638374f063b878a2cdd..188fbe352d2a1e49571e55542b82306cac14c1cb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 622213d99afb2a8a23e550b38a5bb3c18c63f29b..163289ac8ae4c521d222ae7e4ac7e167fe1b6606 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f813b3c6673ad29fea479db8dfd6eb106eebbe7..144bc1233cfd12f046bfac7c561078eab45c7709 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c91735a55e4bb3e1ff29e63c59500f7b4871cad1..1906d096cdbeb8873d5fdc03ab9b0fd0ff49c211 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e543c63eaaf057660d609ddfaa9d6416b1b996e0..4eb11a872a8a64501a8a2fe122afb93254167afe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cee8ed7e3672803d89a07f89a43a9701a79ccb5e..7ea073603f28918c064237874deab726e1a1fdda 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f7e4452c56fe22385b443837cd0e0d4608b4aae..a288fad9517c1c30ee81f05ebd62f8b444c9ef54 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 592faf48b6f876ad77b1389e1bae68718e4de643..a545d861fdab8dedc996d144dae48961be4556b6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed1a74b4397e18921a231b5f49c4a23b17a78b56..47158b333e5b040287518f0e48a495c49a5530c9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 53e2409557410608bd512339a44612964d2bae90..7d59533e0ddcaf789b70dcddbfb2425f53e4157d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c834b23fd239b4324a2863d9e540486881e56646..7c1008a578baa0624bcdc7c64fcd3ed6b38e7b1e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bc03e995a3f1d1e0cfabeb9e284003a504e25a73..1f9db28a6fccb65592079fb8ee1fe08c16c1e27b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f78138747e6b8bd5f8c601046ec9925318deb610..1d65cc15b611113e1d68f86abcca2bab058f7693 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4839bdae54701dcfc8b43ed0be47bc9c8eb49d9e..0897c1f5973ac1243ebc99f7d1459874d4537774 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12212ec18685329aa6a6fc9859d4632d185a66c8..94e6cea2e8a36772c1fda58474dcb3baa8683fe5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21155d62c86141b61ab8c022400e5a18e6d3bdd8..0948c6568b1e1d8bcb1cf887995937a4cbd9b0f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 47f4995186aaaa57e4d58b611eee002a289eb7ae..f130ee58ac3179cc3b767a6f1c7c668f53243845 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 00f64dd8051c6498d03043ea89a0f6d1a5d9c163..029cc9f7386f457beea393a39db426078ba6edb0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8035dbb07402c47746cb21e947a2800bcd47a3de..e22c5bd50119955ac81b14babd30916d1d3780cb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a50cf29142a8cc16044b156d03b8044ad4289c77..3782b03bb2b7dbf278bf6db52a0a82993f1e522d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ec44d587fe41fdc761fa44fe51f6033d53b2ef32..0b3428574ef290bcd146a79ad31c1348f56a47d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 27c749954d5b82649bdf22a86f7f6d2ef812b22f..cf0e72c24edda6eb6a69314d778a66112597d67f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a929097972850e2a058f73b7402425af9433f5d6..44338d70a8e4fc576dca235402509991752c58c4 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2012-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a8c4d3c02a4129cf2b54f384c3eeab8bce6b19b8..deefb8a6cceaffb59754caca9155b9adb11d8508 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ae220d54c0e06610aa929dd9408815101e76eee..d598ff8bd62c489bbaefcfddc680e7337fcad27a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f85b9a47007d643bd675447d5c120b11e004acdf..778db04d971868ec5100379b131f57e6d0121c4a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bd55f73569dbb623af99ae70c50da814916ff9c4..b5186a86b9cf99e05fd06ff95dee52fcbc2baf66 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 186ee96f63c2d789d3c1175d20cb6bcd2733e7b7..979ea6fffcbb57367fe9d8a5dccbb3501ed310d9 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2011-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -201,7 +200,7 @@ bool libimcv_init(bool is_imv)
                libtpmtss_init();
 
                /* initialize the PA-TNC attribute manager */
-               imcv_pa_tnc_attributes = pa_tnc_attr_manager_create();
+               imcv_pa_tnc_attributes = pa_tnc_attr_manager_create();
                imcv_pa_tnc_attributes->add_vendor(imcv_pa_tnc_attributes, PEN_IETF,
                                                        ietf_attr_create_from_data, ietf_attr_names);
                imcv_pa_tnc_attributes->add_vendor(imcv_pa_tnc_attributes, PEN_ITA,
index 514ffd3171da84d617ae947d5d5b411be525ab46..7917c6b569fa108887cd4a1666f30bd351b249fa 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2011-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e9bb303b4c4c6a407988016d912a094d1c1cb938..b8a42351fac4febfc992de15b00b9c3fcfb056f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a0e13206c5b6a42902c89fff476b8acb6549b95..d88ce5a0b8f8b39c3f2b6575f7cf2241816a7c26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 056284411b2903139b00cff898e4631e49798701..c513e27fe3cc5f5d37a9ff05b8e46a9e63e58252 100755 (executable)
@@ -2,7 +2,8 @@
 # default TNC policy command script
 #
 # Copyright 2013 Andreas Steffen
-# HSR Hochschule fuer Technik Rapperswil
+#
+# Copyright (C) secunet Security Networks AG
 #
 # 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
index 14623ad8d216bcc9467db9b0fe0b82fc2d3cb7b1..6631c5d1fc7ba731189e4951b6a1385e9fdaf6c7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f6a10b7c797b45316b0bdb7ffa098aad03e8aa3..a560acbcddec3e3152cf5822a83b678aba5144b3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db188793a2707c0f64b48e8579abe9079af46bae..5d97adf60907ddff0bd1165d1ba2285deb9cdae0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 03f58320414f0a5c89dd693cabd759b7f001f52a..b94575eff1ea2b33cbc960658425b0fccd302df6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e31c3422bc734abdb2bb610f642645a263d1768..d57120abc1f0f90e00c7f65604e261b876838a2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2118509e3d7e95f65976074071738c243e0e81f1..9bf2cd0cc5abca3506f2186d19030e5a8d4b5543 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c86fc5cd74e7ca91021151344b202a48853694c0..5f0317495eb8f47791f5208d8b32f481ed1f4721 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 56b4572f81a3d22e93d4f99bd649c3c0a540443a..d8acdfbbe9d54a590ffc630b8c3d6b214eabe6a9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8df5d81ca67f1ba749509bd99b9e4c2bfe1d1174..73ac2008e24d115ddc6cb2b222561306241697fa 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2012-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2012-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43b91e908f41131e1cf35bfe4608bf067c7e1121..732e2b580b24dc6d30ead47115ccc1da5d129214 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c38d75ea845118c2d2ee3530e5c3dd27a7b9b4cb..40357f64d76fe095a40b8a5b88b160d268474f16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7cd609a22ee8eefe4079c24d3fa2c90d1a5ed667..56260434cf649f17200a84d01ad8849045176df5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0e8595ed7870cef9877dc6da3f0fa6275808674..6a1bb5dff0b4a5777e41c82a7869f4d0cb084479 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c71bc99582a72d796cc76ce21b01e68286d7aed5..e8fbcc79e4af5ff40584bcda8c9fa53af97d8855 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c90d40c6cf30d176c0ab99eaaa5ced8e8a606f7..2d2463159700dff1d70a12b30213d624b9ebe10b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c09b7bdba075ba46204fa9e6869751cb91f44a49..5a0eb8f085e0500dc50d76d1c9dec94795c18592 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c35ec36cc4cc83cd103e60c2dee91678fd6ae1d0..d6c30661256f993cedf3bb18852800ba029a7e37 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d7bfc461cca9dbb78f47b3bc518a3b99a786f2e2..bd71c6658d8ea9488187f44057e9b13c21881ca3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 605013abbf3df6b8102cbde181d911bf2ec5894a..557015dc9060e1ee1c349b9c4c112fd8142cc6bd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 830dd48d4c5ea14412006743aec1c338439e0ca0..4d72abd337ce72caf200c9d45b79f613c6678180 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a2f6fc2a832bb74f1e67bfb6e8f583a41008320e..d55fbfb838d0f69d1fa4e415dbb93a19a9573ad2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e3cfa46684ffb0c574f6c6f9e14bdbaff7b6a39..9f2ce8df51216bacb29362888c7fb5ff9a88733b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7c335014e063e0042fd16614b7060a89dd8a03f0..3978091922282e6a47c69db7f5a1b41b1b58b2d3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4571da2fa836be32dd66a90de30be5d3f4431fdb..35f5b4670cd4e4b44568a7e330b983b699d7c906 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 07c8c51fc1cc320a22f19841e4d8f84f21473b45..8e7687e36cb2659cc056aec1706a7a4c938cb2db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f5e62247d02fbb70a0356f581cb26d629ab2ede..222be2778a305bc939c071406be07cd965f2708c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 788bb775f1050900f97c7e158bc5e57eb0215e58..17093fd5b774d89dd23bc1e9f0aa1e76d7db788e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2bd18ce42ea83e9934a5ade3b8474df19a7a2114..4f280b089763f10f5eb7f110b3f5af10dab8680d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 133089759dc6a85732ca49c33856e712849b2d8d..a6aec299201e9a1646b6767f69e38f8f96ed9afe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8cd979b0165d976ec0cd4df4df623a6b716ea3df..c990a4b55a9751f9cbc467cdb58c6ab2902ffea4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 03a53412525f6d4bae2cfb2722d649c0ba8e7f0f..abcfc22bc6b3b89165d4ca187ad444e4513a7d0d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd4701e12e21d62038b330e8e16db75a1aa99aba..c1fd719b5ce7b6adc98157c0d62ad5882094c91f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8fa23cf99731b6bbc8c54a679426fd2516ed6cb8..0b61225ff086d54a461b9b306ffc6e5dcc74bd45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 717862efe7c90faebefd399930c01f7573d28eab..6d1154133f08267b42427fae0e2af17bc64cb64a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c50cffd997f2695cdcbf6ab8280b1a5497fa144..6f45ea75afd4187544f78cc6e5f6cc346ecf1e03 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2eb43f5c112d8c8f10d55f8cee94248af45e0df9..ee8f6028c1393edb0d3adcf3830d53e07e1b14e8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c364d26c45d2aa7637d2ebf6051027402ebe8bc..11fa670bc84657088b627e4f411561c7583b6724 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87eb87f607c1db94a98cf70d1051b843262250d3..4e37f39fc3723db4f9fa8ab3f776ff04d1376bce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8c59c972be1c3a71bd1189c05497201d364a3ed..59b64da31b66c3bc20bd1208f33682f0444e2e95 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 458e6f50d20d68e0e61d34cf5bb0f12c671ff798..552fde90f59038383980ec3f4a6d2b8b657e0ed2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09c96fa1b69a4cd9a1652ac6ddcdb1605861d36b..c8ec4db2c0bd369b5be8b0ba3cf3db1534c4b089 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bb68ba5fbff00390d86da3380116842a2fa7661d..7ab8e9a310394e16f5ca44b348012d98295d16f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index be0bef32eda13bd805391bd98955a35515717fc6..b1480b59f412737b395ece3be6be0f93a74d0f76 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 10ac3222680a3fef8676b7aa1950277b18c1c833..bce1bed15f25caeb4e71997b16442d70a689b1c7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1fec8e3f938d0af2fd63314e39229db1edab3106..59c1d4ea15e46b9524c6a16459042d6e86500765 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e9d5d659a00eb97a02e3cc365b13f13131c4895..963be7c98600f50ac31668dc91666ca40c3ff5b2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e9e56327d21a63be5579b14fa837353bd86c7bb..3223246338b4d65034a7ab89e39afd96b4df664b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c58e5238bc456467ed64b76e9d1520a7f1e0bf91..308fa1e67fdfd21fe0b6e5401398df143b4e8718 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 36146f34d910e1ada6d948d5e9de4749a4655722..85c4e1cc551569a08218d404a2b2ff6e964e0a13 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2011-2022 Andreas Steffen
  * Copyright (C) 2011-2012 Sansar Choinyambuu
- * Copyright (C) 2011-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a2f1b4e3c8f68546d6a11f9c84ecc77f1e912ad2..6a9965660c975884e6bea12ea311a75e99f73438 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8e0b8d2ceefc4a95cc09411aa6f712a97a375c6..27668647ea27f80fc0773faf6dc37ab29cebd31b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aaf27547cf030d5ed7b9003e1e88acc13245c385..2091c52ad0e6f571b4ce9fa5af52b0f8e9c30184 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e5100bf6391390ff76c8075849e02eb331264ff..2020b7930006fde11861d8602f42c22037feeb71 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2207f28a4c292b8a9667163cb4a7dd8a442bca6..98bb33044c92fb91592e9b8f98f625b5091533b7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dbd5ddb4f105ddd32d619a776e0893f147f3b7f4..685c7681139a637cfbac7b151d984cf9ac7cc5cf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0789dbba417138e095cb147f63704569fd3213b7..59b59a712496cd1d21d3eed3419466801f6aa9de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d264547192ed619146a11eb7420d5b610ae90bf7..60e8c8dac1d0d2896b05b0c41c0f6eb059d4d790 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 366e2b60cc079253adb6b324e74d50285407af82..d7f17cf5c1dece39c70b489e9e29bded230af232 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c4fc254cf14c17011acf62657430facb42ea8c2a..728159e636c7a49d857843495cfd7735a74dd3db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a22148419d9e6cccfb949e50b93d50126434af5..7dbdccb22d44ddd61d8a79f3181ae1e4b58a0f3a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5fa6850249f36009ae665fa6bd628e11f46beb14..d6875c604974d9c0990adc5da23d5d34786c3095 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bbf8d74cc4dba3b41b6428bba0e3825b530e4c5..0cd407833c9bc8057d603888389f000234a2ebff 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2017-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 55d8870558f76ae747eefd68d4acf73d1d1e071a..4596baaaf0659a40df0f4d086f6c1c73f2d9f98d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de94a1a0ddec4230b9816e77b4aa57150a406193..4727f9c10ff8d2f00864ec382b0ceaa2a257a6e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d38ace14007bf5978f89bd0970e0aecbc64e00e0..4bd1d1c5bee864d37266744b15d386402e0f921b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86d59a76a588c871443a1626f24df1bbe3f165a8..98a2e7a34d96ca6052efe3b588ede576ab95cf51 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33088193242e53a735cf31277f0aee35ed3b7679..508ddad7fc5ac657fe5a2efb2313055df420905a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1143a0356b6753aaabf2a574ff2b2fe900940bf2..8a4df58993cf533717b68f920a3a3994c1b97b23 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1157a17c3d61762fbadf58849dbcbc584eb74455..317671bd5a1da9db23e9e1f484531f1a1f9397f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab3d046b3680938cee8253574fb387d1d697e34b..4166af9bc7adc84305cc4b3d984c47c29aaf4b5a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2966529e1373994358146bfb83109a62ca8260eb..a2cc87c2516bd1011d83a8d161dd7764c5970e2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bce801e9d0ae695785673f6a6978e12981af9047..5e50e40affc2164b6165b79e3bee4943a887bc86 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 542a561aa39e6cd805eb0b8d7bab8e364ad7d726..a80e2cd2f04d6dfec9fe9e7a9f3b4c2463f9c194 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c64457bea336f548eeb1a64a5fd1748b17685cb..5d0444f44fcf2a4eb1b0f16d21e2b26bb9d37cde 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2011-2022 Andreas Steffen
  * Copyright (C) 2011-2012 Sansar Choinyambuu
- * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cc421a29a4861f5d35402e058d6d38f7e3fcba92..7b9b631143e6c0d3621ae6b5bb1d26344645de72 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f30020d9a937b2efc7a35e6ba83ee6ee097e975..aa4f411df910beaa51b91f656ba11525c83e3f48 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 88538b1989ea6b5fc6631b990730333cd3a30275..c924154645bf0d368e9c1e56e87b3bcc30432b80 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5112ac711b8ba8069d4f28b2b788aaee95457984..6c15aa3e8e0bdd631bf6d3bb3c9780d9ff66eec0 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2011-2022 Andreas Steffen
  * Copyright (C) 2011-2012 Sansar Choinyambuu
- * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index af8666b668cbb9eafa26b705b754e6fbfd4630cf..e1cc6c0b69139213e2e21f05f33f7c7a476547e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d9e0ab1f2f6d913a32e76a9121742ea7ed040d2..b1c313eb4f663dc96c490f78a0ae9637f1efa040 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9bb47c31c9002931e3f2106f9009bac45781945..deee2e9c5a508721509913cafc96efce9b42c118 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f3209521769cdd41796b700ceb22316c8514148e..4f7aadffe8b897a0e3e9a2c23d1446ca53aeba40 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 291775ddb401d584d00d6cfbccb944958702adf8..1f6035d1efd1161a72e089b61e8da0f67ed0057a 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2015-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d4e2e3f0e7453eb934c52d14119e83a29b853e8c..f0708c8f966c8566664baeea1a3aaaadf4922159 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2b6eaed9f38e271e09b2320b922c693a5ad5db3..dd4111335f8d0cf827c8f500fe3a1efc797c06e4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dce9b30985b55c97bedc19ad4053485c05a1436a..684fe88154e2105b25b9a46a32ea8bfc84c1ed8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba0fa81537e63149d29d0bc41f812f715c8074dc..79585ce29391d44bd4151d267751a02ebc159963 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 435e6db45b54ea9c399e514f526f43fb45fdb593..0ddda2792dd1e698b69d65cb932de7aedaa4aa31 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2013-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cec1b1f2097fe5e4cca29691a2a205074f8934ad..c6e95f64a79b301db3622da1dc84921916e68ee9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 049c844bc55afec6ed421a72531d6192174bad86..f536b2d2e4ee60a030f7ea5954da1831c074d208 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9bf54fe0683334c3e524ed6fb5f74df6b92f8600..dd39429f9ecb9e562290fc9884a8d0a76da41102 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd8fcf594db25f48f94d645aad3f220b51e2ea3f..3e092f32360a8904ef5ed5f92a0c711dbb8f5ad0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d73a47412c65f8790db4c34f3955ab4a6ff6e70a..9e9abd8e065cd70e1edb12c9bccb4f16ad7265e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f5e82355340a331b9370997601a1a7d7e23f96d..e59f8cb90c4d46e0150ddbacfb6de5b4aaa670fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 247a76c3f4be8d49cbb8a889d40cce1e760d7e0a..40fefa5a3966e6db7905bd5600de4e551df0601e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 15545336396ed6cd902e46e0fcdf4f032e275e56..c1ca8f66080232d9aaac7abb45df414c10886349 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5606c30120a77446f0c1f3aaf500ee5dc4e2a529..e2caef05818e00ad51936164817300f0b61a20e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7f147f8641e143ae56bf01b1981646fbf470452f..f47d26bcf0bd9d39ca94601e21c498d795e94140 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d78ea0343f2ee0467abe6dab9c8001e46652129..4ddb76fc7e66560e8f43a3171d58075c842a4345 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 016e627718558c27037b7b378fd207e232c95394..a6e6dd126340e410039dfdb4311652ab6a2093de 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2017-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d07c774dc2871db1a05b7e8d76202ce6596b8525..d24876737b803b8ea517838724639804cc3c3125 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7d9631d3fa6aaea5a7576aa3c37268cf98c891c5..c6116706bb533907a547be31016e8aa7c62fbd99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2f805189308ac3f28266f566ef388369b47ea76..7e476089497293552c943000aff5785d6605f36f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 964faef65803385456a99eb266a272abb64ed3fe..82846a649c0de93b8e1ab8747ef865d06f4129d4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc14359d55064b7795fb182d18dfd2c1b7a2e1a3..1fe6cab374aefdb9e8854e977e3ef100ed85e06e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 15508d3750f1278cabdfb16a7ec4eb1da6035a42..3f2a57069fa860906552982461c3570ca1953304 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe6bf18b2de83ff7eee5c2aa78b97bea35c25d50..407ea28615b67f99a2dbb0dfb141ffc2fa15803a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e9b69521c46aecbbbca4ff65bda13e73bb790c9..e090d502528cf6120d447564ed7e1a28f4782742 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a593281ba5ea681ae5253270eda2d0e14a28fbbe..c93fa06c95c5900e8cdb1b8f2aad08c18a96a94e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eb2f363f3d6e69cabba323650be54a13c4fb82b6..e47b5bd5edab4e03ef1df4461116925c288996cd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2d2bcb1cdc0a19fceda3f091113737a3bbda15a5..08d91c432259a28373a7881884f2401962fcdbf2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0577eccd9eeec51430f8eb402e66a522604a00e0..e6504d9c9268b499af03bebcf9bba913e37a33cb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5452142833013d06a2be439a93f847a9be0f493a..3849ff2a6a26d67ff881bd9bf9e1dcb8beddace9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0459500cc8900963f24049a2dab2173ccafc1156..4b8422eb5f9701378de044c154b162505fff1de0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a1ec6cb344d6c29d142c82d843968e1129e6989..89aacd73dd63a5b49e224da59148bde299c206f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7c856ebb9382ef062625e91195cabbf877daba09..883ee980661101cba274a1692adb16d88dced08c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f039deb7a50b025127674c3c60183d217117f4f9..467a0f136ad0c29d19eeccee0cb5fae7aaafe949 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ee790917813e5087bc680908cefd5a0881dedf20..5a44b4a1afb4b3511370dbd88b14d456da7cfc87 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 00494e1ad48e9b97f97b1e61da01495a735ad37a..00bd0af1754dd71732cb1beeabfa57c168af7a83 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb069c404929f1814bd8fc028a67f2bd11a1e2b3..ede9681be1a3e8d5c2596fc785339c8bd6c60131 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu, Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e83d3b155a77d20cbfb62632b69a2fbe9134afda..2e581da562178bebf5d1274016877a9486fd3a8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63a872d110963d1071ccb6b7aafc8fc3ff66d409..e0877cfebb7bb0229f86983b012db0cdba71c4c3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bd1974b9267d038a25cfd904ce6794a0c0b58cb7..2bb1c8c358babaf57c5acd788616e06f1b462d3c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a70c84e48e63e8f386a26d925fe1b208efcf83cf..fdc0fedbc06e894eb3b65f55017cc1ff7ba55fa1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8200e4f00a570cd41fd4f921cc7c23b67edbf777..6a973d5ceebe4899ae91af79512bcf74f45eef01 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 976b355eba26e2c97232577bc72f34262c98fe39..cd52aa9285182b5a825e33173d4103e111b107aa 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2012-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2a389045736dac9d39dbeef1f83fcf8ebdbec0d..b2ff5021d504e79840915d6348c54d57f00a922f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2012-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bc483eb845f2f5bb59e6f0cc8d7219ca9c8f6f3b..2ef7299becc6c2d86e3f90b5d90d43bf49f4c79a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eb9c39537b139572450aa3ec57ba3d6c102717bc..5d10ee20c82a9b9025ae387db709793d14b43662 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8b99d689b36b4a59c8ae618a110d4e667f1cd6a6..5b7f21b5f1537588339a2c498866b56acda06ab6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2012-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a19f14485cdd088eaf2647873a2d4e30130f0e08..6f112681e561656758cec60f6eb6f22682ff8e5d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 305b4ec4fbf4b96e329e2c4635c30a4d348f8d49..a63ab4252bf92cc98d77693191f876d7a9cafb16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e8c989cc2ac11a87909d84b114b8898f2e9001b..db7f6855bb07b8493f5f76559e783f57758ac9da 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e79689f944b6fff566936a1e112e8b87b4002a9..b994403d95f9783477adc8673502cbad71b46943 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a53abd98115945728e16e3529b5a9258df2c63e..5eebf0b805d678b10c619d369336c534c4556979 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f8935a8786adb92fc33f71db5d9dfe2a5716568..5f8c8295b9fec5cc5fba48c6eb306439bb26c82d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 514006925e81d08a4b637d003d29704053286b05..a332ec96b79715392899ae347302cff2e572f059 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9cca0a5a5d6826dc0ed53198c07d1e9269ca4e18..3c213144185eebaf44c5216ca5d6211ea4acdb16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b02b142dbf5666d4ad93b6c0f6f53ed167bc36b4..4574a579e0cbb92840b408dbb631122cfe6650d7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe849dea4a43094ea8368e283ffe20e708b79dc5..bbf2f66ba20bb6c103088d1dc6cc6db98c07bddb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1d2368880fadbf525714083c9ed23b191ecfff5..22335c7d5242029f2d53c4dfca8468874ce0eb83 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 27287afd2b5701a0b0783305a746ef8f7e21be3e..47856efa1f2792209527d88191187a73b83ce938 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 619a4ae45809b8f63cc1d1425f871c23702c66b2..59f51192cc68984b9689c4496a583b6b5af5492a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f361f2f94d31e70f86c1be2122ec145552cd2cb3..1b4edccd5b96ed41f292bca5451f018c29d80306 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e793c63e26e39e52a9fb76bbd68ec394db3e47f6..438a9e728997162bbde2f81a2ef68c48515366ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18f78826085fe1aacca94cb4bf7b29769135fdbc..0d303aa4a9af4769cb053f55e6248b22202559b1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index def6416465b345a7be3f1a81b3c3211f22001d5c..a08085e87337450eb6ee9717e9f47b1093134139 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c377cf8d5fadce13f39cf9890570f629ac1d0bec..f516d17dff87567b1d2f7b77e6383900ca9a5aff 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7eca70a4177a0fde0f01638261b18a30e89f37f0..db88442b24174f756623fcd8ba54ef6ef937ea92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4346d9b79c730e8302fd8d83c270e304b32b468d..fa5ca5655a6677e0ca12feae1374f0c136409f68 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbf5bbf5b294efcdb0f9a3a2bb7581513ebc55f3..4c9ae5a3826fd259ff96bf31de5a8ba97b69f939 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 152a8b5903a30db5111e05ea349d77d6f692e667..6174c0794df94715b9a503dcb4cebfacbbafc0ba 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 291a7e104e44674d0aad5e5a78380e2c11d9efc4..99a674a9588eed05c0d7c84a67aea009bf4a5bfb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 123df05d6b0c29a4f30e92f4293324002cde9ebf..0835e585e15f08345786d67cb82e4fde78b78cce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2782075b2adbc09b373e7364e3cc164168b02b05..abfbbf38f4ec2f48821133e77f0fcb2d618aaca5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0b03f12ec24ffd4cb22abaec9ba5cfe440a7ae46..3e0c1109e16f3c7eb2d21271956a6e5bc376ab38 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 31255b43f96ed07d68c0783fb0f94f7a4730fc0f..3ce7146417117b3119c393986c86b17b9356b472 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 531da090e21c1154759b7c97d24198488e495624..dfcf1e8211b537e7fc6e59c7003410abc29cf209 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bddb881b82fb8e120bc3b602d5aa7399f2fafca9..006d0b0c43f303d12352413e7dabb4b35653e5fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f94645897520d3b160d7a1dabc83385c01d4d5df..9851313cb193fec23da16f8d92839e44d5612fc8 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 54f9cd4ecd525a008de2734647c65426bc75b6c4..9196858f1cd02334cc5d0222c1f47e14e673e502 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 604c51134519f3802a5c8356f69433cdf36e541d..08ff5581e0196103ddb92ae9fad4d2bee458af12 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fa9d23c0f3016d399a01082f4818fad7603f6773..58aaa7e5f1de61a12120873c74095b9d29598479 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac5e6441aba2e7f072a19809914d52d71c98eb58..fa0543b4d8f66c11a67837fd5c77045b74eb926e 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3423a22b68b3e93965fc71b09042c07fd452b43d..d97698e0dd0f0e78cf640b66daaab0c4f8f6fb12 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 44887351a1bf272d9628fc27c5c363e62121bc75..e518c0ac415a0c99e1bdad03f9002c4d19801773 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -131,7 +130,7 @@ START_TEST(test_imcv_seg_env)
                        ck_assert(base_msg_id == id);
 
                        /* create and update seg_env object on the receiving side */
-                       if (n == 0)
+                       if (n == 0)
                        {
                                ck_assert(flags == (SEG_ENV_FLAG_MORE | SEG_ENV_FLAG_START));
                                seg_env1 = seg_env_create_from_data(base_msg_id, segment,
index b3207fb934860ae95762cd7686cf8066c920a5ec..80bb58382fdd3a89e958c1d6f1f15c63d4c7ef9d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94edf074d0ba7caa3b71fbc6bad6beea35d3bca7..36679a2609c0c206475c938a19f895d0542828d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a69b984a1a3c7a01324b135a85f9f671dfad491..2f37f6c0d3e6fea178b95aca125cd3679a9c2ff5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf71967a4e07b673b6929b80f12a9d0f8933798a..031794d42f43a8f31eb82480240367c8ff511618 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b99fec4f3708c504a05618131da162e116c70baa..da4545ce643c8d3e8892b42417a24846ea68776c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63fc3c8458b68cd01cc94cd93a468b98059788d9..d45d553099067b678aa339d89894697e142666c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e0d3296843cde6b8cda64f65c697dcdc5d34576..2b935703f89093d66cc2ff3e9b285bb1aa857f19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f38d92145c59ab42766311c4b5462be0f32dd217..c90088fa2214ce9dac4985166285de2098bfded5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40f0ba7b99901c4b0685ae31aa617ef10455e25b..b88eee4c2131b4f3d4b5a4b32d4367cbdfe560ac 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7f847d8c50fe2c42cc0c6243049d86db674ad63b..bedc00337f38b6abc1bd08d4ed9856e0f71a0a4e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4073b075f46b2e481a97de6ef444e82c97e25a1b..389c883a9f63b47cc8c507e5c229f4d250dca756 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 20cfa8da75ec761858dee8d2e85005ad6f2d1429..505559f4f598010b393b15c0a2ba1607fa8c2a67 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7391f3e9fc4237ce03ac7da7967721cd21e63e26..12c765051c8d580a933f7bc501fc050c9fb0ea66 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba0810d5f3293cfaa2518a76c9d9132c21097f22..0fb676318dee50d34d4970b850fed0d637c10685 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0c0fd55f1187fd838d88bdc8f0bc8677efa06c33..e980a01b1eaf27f227f3ab10cb9812e2c44d0317 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2017-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acb69b95d2f4965d91d8f46f73cfff03209bc889..746c9e3702b155db7061cbfb4f7115186505af96 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 607e63aaa7adeec521a34793df5fb2867c32ee5e..447a5d016db00ed7af1cd2a6a594da616cce05fe 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2017-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc6a5413ac03074a1dc6416ba1e79261c215cba4..ef02b2d8aece30d333c752f00bca40e8e685d4a1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0494bbabbc84cc475dd0daf9f1e77c4cbee7e265..f4c967ca7cbe69ae7c2a831ce711202ec7729e85 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ca24faec5908f7df7fd3fd7c9fbd81f0dca4628..3e96fbf85fd54fb09fb0d25ae7e01addc7b50d56 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b524ff32148368048d2e75208bf548ac844fe912..9b442401663bb31adae644dbfd1120fa2a47c858 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5cb81c122baa4b13828eadc45b4fa23f76a2fb28..c1a109ee0756748db1f8f5ee2bd9c7ed46d20408 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cbc9847faadb2d6af7da3e850d2577f31b417cbb..8b185d77c8436b62d8daa00873125ceaec053290 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c24759ea107a5eaaafaa6835de0dd2992a38e98..9055bf6c78099a757982ddb9ca46606f05dd95c7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d83b6d861ddbd8a3d24df82a7c0eda743cdbe51..8cf8688c2c4a31f48ce8e5eecaa591fe68b5a2b3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a4e66a670922e2455ac28f4e3c4f34a5d93787ab..a25df3501b078203f8c7f893d4f7323f0bf80fa7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b548a81f018144d92e6b3faf2b006c2923133dae..bc4bdca11305f76a0c8946e4178f6809c977948d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aba34a817b2fc6d57a94443db7e242cd27f81570..53fb3ac46d819b7e75b7335791c2c33280021045 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d399fecbbe7f9edf3bf8f4456eaeb13276115d2d..92aba8893b7e7613166b3b54f4722b825f92218c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e203f71c56f771a549fad1f2500697a9e034aa88..91ca6a940bcc3e159bb6466d83f13d45e2946711 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 971abd2a30167526980cc2533aa391461aa398e4..f986668a531746e2bf2343db9bc5fe21da5049e1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e2da704dc5d62b5aa7c8230f538f98ada2558f23..174be5944b0eec9ea12892f29d545b7573060018 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 923fd039ff95398cc8e73dc680b3d8e247ca1263..ecd8d0f88aa77fe84fe0eb187c3dcbfc1b6cee49 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e98d7b40e5397ce8521b15cc010c19775f3a180a..3f23d8475f1d72fec7253a1d1c0c01760618f5fb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 19fb5a4e8a4d8abb9fa02de82f3f849aef89c604..c01fdfc6826427bea5b629bda1b1df29b8ce3c75 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce38b626a33fd414dc9a3a20a5e7a2b4f8af2e8b..5d2fe89adb415cd999c2a8fbcbfea58cb0f3d9e1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bc15a9bb471d19a7d115d818d90daa7c5d0e0ba9..85eb457186829ace927b93cad9d88e8d8c68057e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba017438c0fd8b80d46c405fec42efd34ba277c8..60abdfad935b71fb1b4eb7b2237109b31223c97f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acd69a33e8b1e63051e63f9f1d792d8a156ee106..0e4d8dc05d2aa93397ffe74bc91eb3386f833741 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4f336713e4039a5edbf737d232883708ec5de15..cdfce7ca630691dd1ab9137f5cd74544c7917f22 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cbf429dab260c94429be5ce96246975689b3e11d..47e0a1c7b4fd1d60b46aff7c48e6613fcdedf615 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60e969a1c63610e19cdef64b25039533096dddb8..2ec8c22d784ea74875f498d4e3d478a9beaec87c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 91ab5c6789c2bdf2ded7b50a8d0fa9f30cc331b1..c0f267cfb5a2fdf763f50cadaf255245551d469f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d84867569472163e1bd33c33ffa8d4571fc92b0..cefceed6330f6a09add169d1cf435271044aaedd 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43abcbb4d187a4dd90af799403100560c6af2b5f..8775d598adca2a058ca33bb17c35f5aadd00f7b1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c704e7d38fb65db8d5371650039424ee79aba887..933148f7e68307880d8a0945a3c7c637fcb220d6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c08adb8c9f3312a2fbed69ec0c6721dd178939ba..842eeeabf8b98bceacacdfb0c105040becc3f39e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 65325f212d971cbc8596e88580482cdf04899f6a..3900d6e59829c3fec4976cda223a1e03dc3f212f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 849174a8fa5845b8cc0bf7981f73633a7c9c4f01..ea27d9397ad6fab360c2b5d635776b637a42a2b7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fca1932a9ae3e0acef0d330fc5f4d772895b9bed..f4403abc73fcb584dac47d472d86e03abe1f4f6d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d87d72b225a29d476bfa3a00fe52cf2b999b7db0..c45fb10ac4450709a01b883e268b4cce46ca8ecc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df5898c3e8cf9b35ba7c5cee3af65eea34e3d425..00a10fa8bd86a45bfb5dda7c34083ee5068f4bfb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2012 Sansar Choinyambuu
  * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d08261cc92d99b53c47102f6266ee7130393b4db..219278b9407aaa0e0a9c5e23d12ec4fbd730f953 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011 Sansar Choinyambuu
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08ad5b9ff25f04a2f1d3211d9277ec7f3045fb4e..917fa8471c5af20622a3c23a60e1f8df4d837a18 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5eac351df74009f1fd2e45fa8a4f85e5799e7021..417f68c0792205fc397cba328f217d47eb35ed26 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f7dae235bbb583fd56aee6747f427580ca7e78e..67c7dfdc0b6095d964126c3f3170e81527d09589 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 424b1f3ab9f0c7c6df23eba61d0b566b0954ebad..6cc7a19e0b135308d58df6b978d1e0ce30b4a56a 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
- This program is free software; you can redistribute it and/or modify it
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; either version 2 of the License, or (at your
  * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
index 50d10993eeb849aa4a6d1359bc2f22dcd0f9d10e..f09165cce505701b968429af7f33995b6ee4e6af 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de75ecc28e64328d1c973bfb1219fc46e67fef8b..80e205a42fdf32b7895d4f0cde3cc784f8b1f097 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2014-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 201873b542c6368aaed2721936c39e0f4b3a17da..2e74eabfcd99ad80b443a7d5082200ffa5412ee5 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2011-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 055b1d8a5d7a77e5660003c10689598ed971039a..59983701ae1714faa1bbdd31da1f5c822b07de94 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2011-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2011-2022 Andreas Steffen
  *
- * Copyright (C) 2022 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 394133d046c4f3a90f6c6cbd54eadb283f67bddd..2e91943944b35610c140eec98f8937a49869c17d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2013 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a830202f25dae6e96cdf03f1265a2c13f78ed226..a9ba7157bf135c407eb6fd09d5207b8c7cfd4cc9 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2013 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 779f903a837dcc33f05f42488041249bd745f5db..53de9e2910b2273722afdea75a54cc9ee123dc10 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2013 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b179f46cd2e06f92feff2a01d9dd92a1a40c73e..616d3891cde49781713929f7ed997295635da2a6 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4f3358cc091749e8acfbbae9df0ee9015591c97..b623c9bfa940547bc3257c94b4f2be63b483a9dd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25a8aa14451ed965b0a7c599b26af7d55ea00798..9806b5aa6fbd98b464e3aff42fbff982d733e351 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21cd8f0943c93db68e3e5ded59b1e2e61eab7e71..0fcf80a96a13a1361e52dba5669e58575acc9a3a 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73b56583b02dac716ff9708d7cc08afa79b16b0b..03604f3f28019176bda01cc4b901a61370635688 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0195ee27ac9c85b2c1f8d74857bcac59521a25ac..c8b6db80ef58db45b63b0cd6b5667ade58c40cae 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d33fb7b8f6aeefda390ae8ee7f7c02dcc26b37e..6317089e16b1962f60b7b31ec3015852d8c2be7f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43ca075dc6db234d3fa62eaedb3e2eecb3e7e525..16bf3d95ab1a1859a00bc2abb99b5eb240eab72c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 521610eab734c72615e016838b20e8b9d4248d22..0673affdfc6bc2681f24a38dba7ecfb1d586e5ca 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18881cb36e98fde8ffb748f1e5725f0b7cf897b0..1b339d2e2047e4df44095af7bbb07de02f0406ea 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9062ff7e64a867f94eea377de142288460e49cd9..4bbc67319dd0cf29b804a2541d2d3913a593dbd1 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 59f97e9eef7de8a8a2fcdaff85c38f3a58a26a40..949a5ded3b21afe4b4876ec338943e873f37f7db 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2eedd51573f77e761ec960fe430fd4a2ec9cfc3e..bf13fb885bff2dfab990b109064fe6c1754d8ef1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7aa88ffa671a2d64a84ccb377edb43a26677fb5b..734e8f53e8d551e536f17b94d0506bf23f4d9407 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a21245edfacea599e0de821d030159cbd772aaf9..cfbaaff40e2436cf5da20ddacdab8fa87f4fcf73 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 80dbd9353a8b49356cf0cce555027965cec850d9..bc2c3a0cfb79c9c9f0c7e53ee2a6505f17b0f3f4 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66c3e67b114798bbf0fa560d5e58add2cafe279c..ab6a2f079421764a69d3b43489990fabdf9fa0e5 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012-2017 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ab6285ad1553cba8e3520c56bb135ff38ebce0b..549b9f22bcd878932bdd944ca3c4d2c6833a5820 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d5e9053041d07554e61aeb08c5ca0dd195b6826c..b1b934c4e7989bbd507d2b4e29d0ef1e8b767499 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1b591f9d01961dcf2de78695fcb2669c2c84b08a..038be6ab03125ae0867fd6deb92b389ad62c704d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 67099deb2490a59a60020a3fd8b9feaf85803d93..8daabdf1e870061f7c1699a2e5f7af12053306d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 01493f45c92e7a68765358f4e2f510a83dfdb7fd..74d84b0907700e1ec8ff004d789bc5789dc910b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f5bd160f5c658a022c6f74fa53c19703c9e9f73..b971a2515c691414d46249ebd54077fe686a468b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 312078fc1b4d3b75671bf7a1fbeec7087bbc2b9b..baa42fabe9cb904a91315d61449249eaf699016c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d6757a0d45ca45bc025b5d3a38abbbb89fed63af..09f51545228dc89649324843027510b9cff08933 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c306371cb15317728f0f4e34b719fbc11355d60..a134bee238fd8fa59af6091e0a4d8f191067bbf2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 080197263157c0953e9c06cb043fb30109aabf3f..e46b59eada51e258189637ba391d5c32e6ee14b9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76180c8a4727752478d2425c0f1498554f37a554..906b145020a3d06b9c69e83bc8315b6417535b11 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e18aee8fa53ef70aa6d3149c589b091a474aaa8..2e8ee03727e5c496393f34c0ed7f8f48487176a8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e54de31449e090130e62c8857c28596cca32f78..122794bee34262e797ed16165823dd52a3cbfea6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2bd7bc6d4b5e3ef970fa84b7bfc2b6bae718c3c3..27ae08357847851162983a6e145fa30faf95ee28 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2d30e68074128cbbb16c71a984c9b24334fd6de..4bdd98035ccf2bfa4293215cf056cbdc693d709d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08b7fc76f730786358b1f0903a4db6b9e4599b5f..eafe50cbdfc84f19891195f82526563e123004cc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7d600421be3ba6755ccc3fcb2025c5186ae7677..f31814140dadb2cf06d92483dd8503a77f99cbed 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 691cdaabc12ae63c65e061265fe51e2778c0dbcb..f77d6e9063408dead1b1dd51aff632f48eeb1342 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 521cd1dec682ad04da40dd00a326cb0a7785dd17..4ab9f640dbbb497969b08f57424244d397ab418e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9a2f63bdb1d5cea6b90cec80eed8457fe309847..2cb1ee13868def1a3b5b1b3f7a0a0c3b0ec8c348 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9e6197a5355acf1aafe325b820aec87eada4c5a7..8e2db0ca2c95ce3478a686f29b34c6f9ec3348fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7ffe9357c99a76d5ad415015566608dc12d75a6..2b4e0be507c727a5a3af58d39ad055813e4bb6e0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5006ca9d09c4d5a0eb27986d71f0459c44f81fd3..1061834ebb712f52115232dc73651a5d670dbbde 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3d90d3e5650b033f456c7dd6be5d51cd0a724da..91771b4535fba924970417c08072d0d1046bbf52 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acc6c368fbcfd75408c1aa1c47b0dd7aaf963cf0..69ee7c4eeb61467e560e1112f8096b213dd83559 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e32e70d4d633194218cec1862c13ced3294915f0..7af8bc22f1d4b985b4eefd743f9945d57fce411d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5662ac2088eabd70a924e5e38108cebb469bef5..04d8b305823c4eb507ade4909d718a2412e5b035 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9881c53ee009da865d68ca48835fc0d25252f01f..7909ce30b79a0a9413ce459db13fb7b1617b8be9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4abef222c57dfa65d05435e12ca01005175310c..ad97a9203ca6783967c00a8f886c7dd83cdee2e8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a78121f7d43049ce4c6abec223a8dc3b0289296b..90a76bd710808e129bacf52e4ea4d28b7d99b6b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9aa07263841a2617b602e30dc491c61602a7b35e..d95277f7258e5e4d0652cf195b43c5a1a26ee5ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 80391756cc87dfd5bcbac5624477bded32fca25f..670656811e33e82a8945d1078a025137a970c1fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3555612f54a2cdd7134fa286717741216884cf3d..30c3686d533975968b343a5153cfc801540c123f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8f9f2ff56f8c6a8fa47a4a56381fc414ca1b60a4..4575534724254921928f63b49dea71b4f73574a1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60e7867907499ed8a69f7375dab20230e1a29a94..ef1dd9eaab0a7319356c97cae0441a7c0eeeaa84 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2006 Martin Will
  * Copyright (C) 2000-2016 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 767dfaeee8fccd79c5590c23d8e409677c188485..cb5d86c5c979dc95e18e434a23990cdce627dc47 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2011-2017 Tobias Brunner
  * Copyright (C) 2006 Martin Will
  * Copyright (C) 2000-2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d5f799b73a982fdcaa314ac8e0dccde7cb3612a..ef724ada73d33f74a98be2523b0a24e8320bf35c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006 Martin Will
  * Copyright (C) 2000-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2ee1e892fc16609cb32b96cd0b1cf89db9c97c47..fbfd2827b1e228767206fbfd4d3be47083975d71 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006 Martin Will
  * Copyright (C) 2000-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f77e14b0432649bb19c9485c6ca3c01d274a450e..479610a9d6b733df68a4ae726aefd5f1a7e855ac 100644 (file)
@@ -2,7 +2,8 @@
 # Generates oid.h and oid.c out of oid.txt
 #
 # Copyright (C) 2003-2008 Andreas Steffen
-# HSR Hochschule fuer Technik Rapperswil
+#
+# Copyright (C) secunet Security Networks AG
 #
 # 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
@@ -15,7 +16,7 @@
 # for more details.
 #
 
-$copyright="Copyright (C) 2003-2008 Andreas Steffen, Hochschule fuer Technik Rapperswil";
+$copyright="Copyright (C) 2003-2008 Andreas Steffen";
 $automatic="This file has been automatically generated by the script oid.pl";
 $warning="Do not edit manually!";
 
index e6b459bbf3abc080cc2a8929e5078be4fc50060c..178b249d66aa2c70ac8bad5041791b3b9aaf9d89 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 859fa8a734c1c5c9b3ad41e1be04ab4086093b0f..2fb77023e8f943c6f228d299baa9a2f17220dfdf 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3487020717f81949165cbdd732e0872d1cd68de2..1117b72faf029cf9beb313c4d36cb087f0c8827c 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 88f365e9f6fd3b54b85d11541aab1c24e1756fde..3190a9d997af23b41b6e1bfeef57853196bf16a0 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 93c35bc1219e4f13446199ea1278bc8da0bc16da..8acc8051d539418f0fd943946f8438eb4eff41a3 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6fa3e2c7ebc9d3628c1e756c66cb340caff6d7ac..d9924c34a1b021e27817c50eb4ed79b2f32fa37a 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0280ce4ab86443836b99da57cf172818876a7211..8440cef0caf14ceac930b4effbc37c5347901561 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d902c32456389d21a013a7cff055ff3a19a13285..686b8c37e76f2ad27c6dab3a3139ad3176d961d3 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 74f218e7964d51d03a48e0621b6771a4c57d326a..79903474158d98ed33cd0bd2986d9b56b44e2d2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1dd11189b0f903aab5bac04c38367ab18bb91ed2..9b0ecdc589c5dfbca20ae442d8cc255bfe82cd0d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5ebe4c712aa4bf6a63aafb1bc9fb381169f3e59..edd5a9247761f1531a9a91629eaedf1ca55864ad 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2017 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 13ef2a2547b0767f37c2b4b16d546579f97e1f5e..70460874e724cccd5e775552b4048edddac7c337 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 809650a5316c7ac3ec48cf65553a90c3e2dc1c3b..1796abb0da8d543dcc9a453b29a9538f58893347 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2eef38260fee6a34dd9ff6369c93f0a3bb44c896..5315ca1e76dab61ad0501f6f7dcdb8578deec62f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e65b893711c39858970641eb9ec632f86fbbd49f..9446e8d4205afb2fa2e4c4fe62090b94cc89005c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7342c6d6c409c30597a3abee81dd0476636dd2f..2726f9bfce0f8d58b6409c3a322d6fb05bd4cdea 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2018 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 315fb05209e2d0177deb54fe88fc7873808de8e1..958a11d39af907dd510c91b047aaed573a38b398 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2018 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e278bba39b27169be04eb25b1aa37063d959a406..8c0e9eaff753e737e042b7d98ccb2a491bf5e70d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2007-2009 Martin Willi
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4f36b19f297cabef4c6fdf3bc38a264be86008fc..0bca945ad639993bbdf1ac0304928b111c6754b9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2015 Tobias Brunner
  * Copyright (C) 2007-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a663636ea5f01d74ec67d6c4ec3f82e83510cc46..196118f829c1807fd1bdc9e5788b1d4906c6e423 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6236465620a0455241ffdeee4c12123e6a43884..f09c011460c850ad2580be045e29d368ba724f99 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f9ae43dafc921fcfb9a05dfeae209856e5b1a27b..c5857958f07eb9b7f899d711577a45b22891e8cd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a3d8f0b938a3e9761edd4e81641db64b1dd131c..eac227e50a1cc8bcc2b153c4950e40cb2bb02a6a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2002-2009 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8e2223b703432401a189108a23297bd2611d368..f926afca606416264e84e0b5e0e9fe0f60e06c72 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cf2f2ae698f5e912cad1c9c6497088ed785a0804..a7d187cc03d6e23caa3900ea1052f9dcfbb17a91 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c618e80bf7ab0e4b1f67d2706a2a6ec4441f59f0..70dbe128b9b5dc8d361d7484712efe6ba4468536 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 747cc21ae84e1f85c4cd43bb4a349f1b7ffae546..9e0ebd6d847ad0a3e82b1fdda3bb7b3f3ee7f0c6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba3bda561b2cc133ad5bba3c1772b60bac12a380..f9812094e44c34fd113905cf4050fe6b1337d9a0 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94de44c441f731c2501cb16d673bb80b84acf007..6384bc083640e21521a9a8fb71b44571db002dbf 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d47514bf4234ecdb0535bf913a2524485d52355d..2a63e0cd320485d40cba32fd6e95c85c5552141b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf4f11334635865d7c5d46342fdf1cc60865264a..defd5452df4ac7fe04aa149587fda9ba4bf55a1e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 581c9da2d540ba270631386195d7e50624c2995f..cc771372638ad9a872395ac89a96341ae74d9ffc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c49a39d667cbd0241f17240b12dc0611ab36d7cb..3f459279ba0b00561594eaefb202e564a6c7f9d7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f35eb6a53df006c5dae081d9c31dbb856c5f9bb..a6727bc3a2ff7bcdb78f1cd366c087dea5984423 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d39ba199739faf7a6ddc31ce46a39d12633c0635..1606c26f0a9aa61f6908c0ce8130900e822631d8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 46feca61983c09903be5806d0614edbd457758f4..3f59169d08a8a146f7b1e6a688bd6d02b6a8a98a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7456d43db4f8ed6ab4dd7f8173ebc01fd26794ad..c227a44880f76431f20a87f7d9ab1088052c657a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 00b95ecc06d0234d31a36c8cc3eb27db111a57d5..0f36548d2121e568111f81476f4f6802c0ceb446 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 323198a198b9869ed6a932c69bc763b49bf0e1a0..5e36b3cd4088dd7d553413cb8cfcc4fd9fdcc13d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e75dc2e9f1cacecb6fc645c9968ac5be98205661..73305ea2e4a6f145dd45fe5bba7aaa798404b947 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d42d82b0b43b6604433eb9907f2169bc233255a4..3b793cf63aca2b2e1c8dd273d45a57d650b10ac6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce59a6a2df48ab8b69b3c80d54be2214fa99d7fc..1754a47c8378eadd47b971adfeead311d095d077 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08dd97c7aec562c814d8fb6746ed4f9c68787874..fc60160ad3483b4b73f2466084270ba4621e6320 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c15e5712223098a2fa68c4faabd85050f84f32a2..36e6995c7dfea961ead6fcb8c9b9806fab0a0830 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c10f8fc7a85d3ed78ebba3dc8c0a0a0ea274917b..8091263103fda5473e9da1ffda022fca6ae0ae37 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5a6f57a2485044b02e64eab333fb59f89ff94281..e93b5943a3a73e278cb6a8e98166d2f122fc657d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9947dcbc4754a11dd013e89b547f884ca72e2fb..1f40122dbfd13e584827be7cc82a50597b8a7a08 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2007-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c4db704fe45503daadffb24e7ee6726ec7518c2..93e931220d2bbfc81a487805b66b45c140d23e8c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0b83eba899b267e2d27e577c207b911ebcca3a0b..a55d477bd78729f4c3b18413043c5ea9bebd1cdf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 13bd40119df3dc223ef12816048d4b76a5221077..9bfb75653f97872ecc0f9cb947d296927cca4cf3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ef6981f62a372b1fb075c88a2da3829de6b054d..f2e3b9bd36edeb303f58f30e7f5d0d6eb4504eac 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015-2017 Tobias Brunner
  * Copyright (C) 2014-2016 Andreas Steffen
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1dfa9eca37ab44478ea430d1cb79bc666d85d0c1..55c0181ff3afb9d98492ad41f3c96596890c58ac 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2015-2017 Tobias Brunner
  * Copyright (C) 2014-2017 Andreas Steffen
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 039398cd27a88b4ec1c63db82a2aaa33be687cbf..f550b1c813cbb39a9ad874e5381af1ab21cb0ca6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 44e6f046012ab03c6540cb78a42eff3a5d39ef19..240e5e8f2b9fbd1f3ad75f534e5ec242d4e252e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0916bd49933ee6cf8888ce8f84a2e7541f474561..5a73d30cf03bfd81f8fb2d820114acb61daa0277 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b4169a829768cd2be3d7d045bca437e45e5752bf..19ce82c30d061e29f6f3e02ef124098d1dd04ff4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4b59fa23f7ce77b14ac9ff38e717d66184f0d143..3ea5d15e35f4d3217caef55986d7801369e414e8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1489289d4b2e8355615b5375e209cb42af1e4b8f..b741f175d43856d8c0144974cbdada81940f91ef 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0d72452da60a590d4639d9e47dc77e3d450c1355..43cb21290ddd2b2cd27c37b0cb60319620b027f3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea5dafb024b047888f945a51127528761de03fd6..0cf2730166119f0fa14528591eb499c77b8959d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ceebb3843725b773a61e2ecbe01d56858db87082..d2ea0630cff279bb8953eea72201c90eb150d555 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d764c9f53dd12d5cb30c8b1f117c29a533707b1..7b698c9850ea2316479297e3c82018c46338fa9f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0a4d512d2a4cd6c8d3bde9f10fb35a44c3662060..01a0aa9356cc873e75f5a1b81b9ce6079c74aaf7 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f55c3ccdfbe84b9cad2e27d48fabad3e932c7318..c01c23786d9d5c30288910f1c020952158c1b7aa 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2010-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e12d045349a559cfc74e312699d7c3dcd0dd1171..580ac9f3ee033e3d7cca91aba9b074b940470d69 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97f4efdc8502e88ac06d4924f40dec997ae9952e..20da7be1e5598f8391886b8a2df674b4ca324330 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f3c5abed6ae333906682184370606403dc2657cd..9a0f30084f996d0b12efd7847efe1901d66c1f0a 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb21d3ca716078142896745a21fa0916ddbff3be..58be564b439d141b2bf8f7cdd11ba4d3bfeb911b 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df013e10f35e6b47b04281572698b364864fb1b4..95ac22a3146973f62e7e902ab60de0ae29d7bec8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6afd89a02dba707f531b92d5c53e0da1117ae9c2..a58bfd0d01a3c4686184bceb430a01e71f60a26b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 19efcb1b2375047e8fd0733bfc45572144cab868..dcabcefe045574b64d4caff5ccf72865d98c17ed 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3dd29a2ff8f5d4686be1ca3046a6b36e4687f861..25f39a2b8911ad46167bf5c8f920d1f359990e71 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0247ce6f634de1021a1a397866d51b70aa48d39d..d10c7906702dcd60012e6ed2612b6c69ce13c121 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2009-2010 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e4e623034a8f9eba8a9804778df4384f68b349b..c5aa7ea4fd6f8310015807852291697e1e9b3e5c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c6c3bc65fda25226786c08549ba264627db4f466..d7e4a88fbc4d6ef698d60e73cae1a344d5367d24 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2005-2010 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f9459e77a52c02816c87c91d0946b641d9a58d22..f1127602efb4f1a14d2314a3464bdc9f7fdbc841 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12a5d2549820bb03ff0fd4693031a4975a2f66db..0b854d9fe421c33125fddafa5c2921317950c4b6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 620d44d4e0b514dd6f25e817d6eff65a537266f9..f5ea8a27fd129a4d11de4331205bdc82ea9d7ad0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 800bd0df7c9a48d086677fe1e573839905b44008..338012a10fb0cd1d8fe0610e66d5f7ad60aa714a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e02ba8c4e0ed0f8811fe52769fd7dd3200e87e63..40173f29bd0528c29545c728dfd3a28d683f06f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2bd55ad2e0979b634fc52dccb3a392260440512b..61533fcf04bb0f9695213a943fa19dec29abcde8 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2015-2017 Andreas Steffen
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f4f57d917fde6268a539a436678fab579179e78d..ad434035dab1c4a07b8e723a5d268b2b72369578 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de355fb7a3a775fe936df6c40f757b397f04fbad..e2f1ff6ba59acd76f5b09f08a9ece5e8b139e3b1 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0808e24d5efbee1c84713c8f1aead5dfd0cd5cf6..1d9abe3b63d80c1a6c3bd5285b9479bf3b61ee41 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb4a397f9f1daf41aa42b12e22724a7061f1c036..c0e5895ab2f039eb887ec9fdf8d71f08a15ec5ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 960327c14a38b86b149e2b29e96a1ee52578e556..21a91cd86ce8ba90599bd2dec01c011ab35ce072 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66dcff767fc938721fec0af2e5a0a85d7176c686..a72defe1358d933752331fb423898674cdcbb28e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index edd449c1c447a3f646c70defd7f37905f5802f0f..bb374806eb0fc0e378879e5ccf76ea8c67f3e08f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 42644e51676ea51a0d1ea0a8690551760fac88ae..e08ce9b0811b5c1d4d119c5c8a259c4beb256e5c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index daf7ec2037511cde8ff9caeb3d218787eadeb36d..dd4fb4cf50fb39f14994a2a335a113fa5a3f5956 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f218013cb18235c0310d00104f248df25b685958..61cbdf3e9985c82d55b8083f3c9604495c7841ab 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "kdf.h"
index 5e06d2a616072a7cc4986c12c662766c94f0526d..e710488bedb159aa68e15d7168c9f3caba249f4b 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 97cb7e352c6a8e29e3d4417c2567d83321362b0b..ca699031fd5636bb529088acdbb069166d9be6ff 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4bdcb9403a074c2ff6b2601a859323965cc46b99..6726d66ba1c98427ffc099679c907941e7d5e81c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3f1acd67fc04af4c1731a9204b8af9282ff163e..e48a9ad9d43884de97643e36b6a9d37b0dc82647 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fd781fb00de8a87b671cf2755fa311b25a9e76b5..a29c04356136b19d7cb7f561045c6c84e5c8be65 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8db21df3669380f4db66c37f0475a03716a3f7b1..9527fcccde5cf70fd34c03eb2081362e120b7048 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0c1dda6f53a2782f40dd1e328306fc1b1a150406..94d097523e4e8b8b5fac9b9b4f1f2ebc9d345017 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eee09535dcf026393b76ac7feb22d691e68d2878..b8d5f7c04c707ca8f8033fc3328d52342237d687 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a91de1ddc5b14f1b66dee044a524dd81da6d012d..b2133a34af1546b61b4d8396e488566d68077b99 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 637583013094e5c8f9f133e582a0b4fd0137505b..78daea39b1da7c9973fbe102871c042842a8c37d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2020 Tobias Brunner
  * Copyright (C) 2006-2010 Martin Willi
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b8c2fba3ea7a01cb507183891c9eee1724990306..38c2517c0ab419e4c679870c8dd56686bd05413b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2020 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e83e188297c950ae30d851ed63c9fd1759fb52e1..d4cd1e7e01ab7bf9909231240da5f6346015a7d5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 585377a6b8e156900beca0192c0deb19f0e703b1..25e4a8fff3323e852c5a8ef5a60db718da747566 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index be77410abd0ca8240d6f5d39745594c1edf36204..ac2e9f8b738b45932de84e846d55dedf08e8bf97 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 41c40ef4ed8d0485db180544a8d0b6fa0c573226..4fc37d36db0caa06f4a2b1aa69041f30a38be9bf 100644 (file)
@@ -1,7 +1,8 @@
 %{
 /*
  * Copyright (C) 2009-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d2e34d9f38b7a1ea7957171f3e2ae1de80d4568c..5989d35d7bce49f3605f17caa786db9f6c6a4541 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 11473030ea757d0fa93cabf13d82a25aba1d0f5b..8684bdaba98ad8c796494f6f0e47901e34b7d160 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4c763f1658bed1ed4fad9c1947ab7344a496161c..45e0ca8b04c667b035dc3fb8f3b8e589703ee338 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b7d3ceda279e0c0a18b905dc3722948cdaa2885..f7b472bd454a35cb5249fb01af42967a3727ab1b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d2b484424fc9f1ea344daa6105f8fdfd8dd72821..0a1e99b2c33b968b89c16b09dfe99d0b9fa138df 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7fcdac909cba2ee4d28ca7b42e034dae7f048b30..cd159cb53cbf1b9b5ba459af58962c76e8970f80 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2ba38ad7f68ebccc371dd91d83ea4828ede40532..cadfd18a49f6840a7d11eaf305e92f619401975d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f0d6667fff2ae3676b7a88b922c201f2521b4a74..5ce1ff2d2936cd2933ade5ce98bce87ffaf7f31b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4ecc3e862b2693b5edc65b24299a60104ed880b4..ccad0f09a32837b970621513b8407bc75c1c85e8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73c7b534727bfdc48f7a5b7d73b86d5772212577..2848aa028a7aac1c813620b04b21e26b32f4f61a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f06fc293cfbca4baeee9d0cb119ed5742f8d12fe..6aee2d58f4ff57aca19c4f4894fa4c9fa96e9eaa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2b866ae5bb05710ba0e9a00796bb1679aeddae4e..4c388f36a32ceb2835218f61e6ca913adbfc0254 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c0f9bf71a51e820563b9502bf910c08a098c862..9f13d7962a0e2bffe1f497fd895e8179f7193103 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f18b806a307d0d91cbb7e58ab76c7bb6d160a4c7..0e864647b7e69a4e81a6dbacc5946f77e95847fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f422079035a4dc65feadf49f4ebc35ca91e859c9..7121156337578fb81e89d5b93371a48e240e6e55 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60ef6cd7cde75e7b43500c55a0589fd86e34a3f3..789c40f274f2d3f2c84265eb650d3cc78b67e1fc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea7ebddd87fdba83936c53b04e70e8ffa99e8b96..acab100fddd5f81efa61c34d2b75ad0ec8b7e912 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e34aa9f6b35babe228cebf12dfd96c5af5f01f25..6da97b94f9d8f18e4dfda38261f6801ed812ae7b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18561fd2ae151c31f661023d5d0c210ffcbc71c7..fb9d58a7cf7d332b9125b5ffcb28cfd587cf5bf4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 68f304006dbd6cf4b98c5a90abfc7a1ec33c101c..08b17bdf09636ba7efe8dfaa5d2d9c97b903de6b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3c44190016e6b3fcef8e0a1b26043e47f80f0b9..0907d1ea873a5dd43b61c07a7af89ca98b97715d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ca5a7216509891e2eff9ab9a32669c6f904ba740..e7ed83ec1b33a6cc5b014fd794ca5238a6fec7e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73fe9a8c6a23015fa6da9709b1cdccdfa733818b..b4bd78809f0c56b0c63664f6ec4ba20ef9fbfaf5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2008-2011 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 356270f28f140e833dbd38c6a3c1c76bf1c924f5..fe371a6d6182e0b9668b3059856c703eeb5e3e8d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 725fc613bbbf16af50580e7aa844e6eabfca9c0b..223bdd8b2c463c5cc7c02ff56e084936328595ca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f0f31abd4c8045975090da140f4d1432ba07927..0c57160001a50e45cc5daa1430b54201df8be7f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1c61fecfe863a5a35a6600a8d3ff9b3b7e7eae62..e96c9f27aafa9e7e77bb2d877ccf003ce1d2ee1b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09834d3b9fbd1f2c1bc5d6c2d81ee155f92b8412..f2ece6ca9833415a0c676bc7e71cdac6ebeea572 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 197b0fe72f4143b18535f25f44f291193fc7dde0..9b8a26c1c20cb4eb7b301ec2d149457e26944977 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 565af505f198843e978210f582f0a0f3adb08952..2596f3ad6f6279ec046666d49413b2dbb04021bc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c05bb4e37595ce74a9c20bc49b1b6691b02c08b8..3f347b1a23f0b074d69f67ed1e9689356a8d9f45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc3afc22446590e7de3daf805338ae052938e3c5..8d5a5a353be4a77b1c8a14330b8358150d16292d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 27fabe7c429b2949fd30efe2b9728c56b568601f..427cbaa69d65cf76b124ad777cbb35af7f1e09c6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b027fc04b039a2eddedf3715ffa37826e51dbf33..4939dcd893132deeec2827b76acc43c4e1b6565e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71f566426892edacc4c991998ae673812b68cfff..a4283b71c64a2b4ec95b58929414af15d727d9b1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 200b5b08726f8c63c3ff725fb1295152e671fff2..159c180afeefc2b2c673d1900bf52a03d121f1fc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d23b5bd390be6266659f42fab1517e60855210fc..22a34f91e8bd69d2e560aa7c012c69fd69e86740 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 401f4dc3ba2b00ddfa77354d05a449a6ac204127..238b4c7c95e9af4db7319cfc0265ec657a5c1341 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 4fb444393128afa3d03d97c253099320aa546ae9..153409b7ddf4422e78fdc3508fdae6ccbf219bc0 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "metadata_factory.h"
index c7a56aafedaf6835489a36e471ab224c2d7aae97..9341be919b7aa9aee50fac86a38b43530d2c3cf5 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index fb2a4b36b951c5f92a1a75086f7c41c48986e7ea..5c6718f8037fdfef771a9063bcdc50e6faed0875 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "metadata_int.h"
index e5e96420eca96de8d53cfe7cdb3b7bfd9961a335..06f1e1f8d0e2a3a4c955660fc79352be2b039c90 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index f821e57c092becf56108d6990d2ab03490a52bd6..00c20cc076356fca0e2735e55702ef0ac5ff3a57 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2021 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "metadata_set.h"
index 38ab51db55c9760c874a18b9a083683abae1b68c..0bad792aceaf457f4065760cf6e0d5d2441dc5fa 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2021 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 110ece894130457396adb56eb832fe42d4ff0b69..f2768dc10ddcde94691b3215506000f5ce9b06ad 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c3b44cf9236782d56a81f36ca254a5064be5e871..6abd9374390f9ce57ff6884949fe06277d105a04 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2006 Daniel Roethlisberger
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8326a1d9cd5498b00e829bf0ba3ea78cef09f5ea..9eec4efe783ac2fe4b45008cc43ccda19c1b8f3b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d28f3bb27fa667668c8b16351c2a513995ce5123..47e395e77fb74dc31babe4b0d3dc23e4aae54e3f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9d6899285352c862820aca0414daec8cdb4f6722..766bc807652d2d43ceea3048a0d5075b06b0076d 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48382612ab13ced1d766935184c74450278b2fde..6d25c3339084792c43b76b16ab5f42b489b1647f 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e49c35a7c53251f187f8f5b6d75ed5c4fe3826b8..8273af89e06bdd8d2e655d346111402a598b4fa3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e0ff5d95fbebc39b25307ac1298f36381e959ff..2ed9ed3877794d3dc14727e2bff1ff4304c0ac7f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 32856dee8b8313e8ccb99ecb89faa417ae11dd2e..63d3db1d076d1682f37e5c7b4bc0fe80acdd8228 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 352d93e2ba99e11e338e1d7175aba7354e49d4e1..a997eb00af6900c3e9027b9dc2a1b5f4d2cf1ef0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09138c76a4859b656d960192c7b18d061f432e44..7f69c85d3334ef5b81d67245db17f8925be08b50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de2aaf7a58f1395272ca6aa3c225713df1be4081..a974b5f9eefe246e76302722762dcc8d8d4a9261 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4082834c864b13ad45f8db0d83d8dbce8cbc020e..a670017aca17a11d73ddd2870aa3badcf11705e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f63f0074bd18210dff38c3f3a755b7c0dbe6a643..921640b320be97b8e69f099b0cf105756a960b67 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ef967e8171e4018126a40b784722b9941551a39f..43c05e376f1f1decd3450ffb6fcac9c384a4cd65 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 14c09cbb58aa545d55f7e1f8a2f7e838beee910e..a16eb494e9f0cd823ebc5c3e445c758d2e6f845f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5459145a049a2d4ea51f614df8f83e560dcc8458..e04f06e06c22400702d78883347edf3cc0f0c8d5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5bf6c823527cc5938aea1aa43c8fed895ca2bb04..8477052a7a0654d23bc4915a8101dcb8618bf730 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 13e56bc784d6219c1cb9c97b30262903326f8dce..8e70901784c2c31ff264161fceac73b9ada0b013 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5204251b3afce5a801413d31ba4228bef10afe10..3949251b881ac3cbf29ea30561c5a0f143ed1000 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ebeb10ef7b771765e7d7c18810e79b5b59313e6..77074b2ee833c712e7a61c64eba1eb87270b0a22 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2012 Martin Willi
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 798e3275d46337cc547598046bbbc2c268d691a8..36ece0e6a2a340edd441568f65e1f72f0ae62319 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2012 Giuliano Grassi
  * Copyright (C) 2012 Ralf Sager
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9fe47547e8819c8e9b89ed669a7494ad9c6e2c93..d6f12ddd9a5998bd112f8703be3c3f9a8b61bab1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 50e63f7be1c4cc1544965535c5f24ec966c9f536..6b409669a0854d7b6790df2c4c64c4ea199c65f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 01d9ae3b8c60cef775b141bf3897025be37967b1..d025bc3378b584d69b282302b3ea88262a8a6f6c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97d12936dc89fce9be581eb43872e04b7e8468ca..f54a9d51e70580c2f6027171af02a8bd232d960c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab15dba9869c0697005417ff22073b3bbd7320b1..a46f11a92d0cc9e1374bc28c4fa6abb6edae4ad9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 507776f18f3063fd8a42e1c57eada32357957da9..cceec3ae78bc87119b59e06e6257454c3c2483d5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ac2cc654e211aa2886d3b9e3624d9763aca07a9..37954d9df3097ad7de1537e7cb375e56ac591b9f 100644 (file)
@@ -2,7 +2,6 @@
  * Copyright (C) 2001 Dr B. R. Gladman <brg@gladman.uk.net>
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d3e51ba75b552be82e6173b53f683c8efc88aade..f9c953cfbf761ae3e02fd7068bbfbd0af93d8123 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 27dbd18ffadbd3d0949014985d71d148e2d88767..89a80557c5e4302ec1bced48b36c4a8c67079a4c 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 0fc42e4ecc1ef11b34363a60db93324f00cfae89..6e35d3b50eb6fd46c9e2fa934aba0e8a768f5187 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 78ada766338308639517bbca77ca1bf7adbcddbf..81b0d7e38531c4b368ecaa459a1c41d564f49292 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c004ec611d751d0ff7c0b03f2a701235ef43010d..44c15aca2d2e106076febd21743d2c3205054af5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 677256de2fd0af5725f58c0f27340c5c81e4b074..86aad97ed85da903d8e647d719e7a10660757f50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Martin Willi
- * Copyright (C) 2010-2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 69612b5152f04ab02eef28126ef15bc50b96e581..5df7ca093997ef9bfddca976434f21a004cd1881 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a232ef0e0aaf5be97099a4fd45729b21593fc737..effa9fdd76bff94e20f90cb6969f83b7fd273001 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bca8b2322d00dbb6b86a5d041cdd3e363dd0167..ae4af15d29a5f4460e45711181b36699a5101e6b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9a555a85f2e07fa88ea9e7a6ceca5c7c2987dd1..35db49079547e321821a52c322149ef3f4d0d9aa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6126a2c75eba4ac7e33f6fa0aa79c49bd37fd204..d5da0d55b813c9a69ba596276d258b299272fff5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b1b02492c888b19c8b776273ca107c4a144bb5f2..841f25b2531dcb84cd993daf59f5ff96cbc6e05a 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2019 Andreas Steffen
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
  *
- * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d429abf7a2dd00267bc674752d98e8ef3b997459..ed2e3bcf3a395a01c8125256dcdd0736fdb26911 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6fe053134b1ae7d513fbe4e18c09e80fd3d6ddc3..f5f66f7391a3a3dfc87fd47ec421c55cc0801c87 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5a256c8db91bc2b27a423d53136ca953248f96f0..13aafe2fd4a9ca61925c91c97a15c3f722b18a3d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 523266a306f006809b002d4dc8ad7fa637939e7b..a9476124a6c3409928c7d5013927574987c37bcc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12dcd221d52b84b4adab5b0424b66570e0d0673f..1b5b621263b613a72de9e6e7c0cec8103912be79 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b83575a66a6f382163243db5f234097ac63356e4..245621297eb6ca1a4ecdad27e368c0a5c2f7e3b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2b0c92c258201864989196f92b2eda106d898ea6..beebe79558d6cdd63be56ea793c9309edea12909 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 55276f62ce97dc28e0797bea90714554ee6641eb..e51b57a93df2f136dfa988d93e42a1475f0c8fbc 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2008-2015 Martin Willi
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 53f559feb8d8898b83d48b314aac9606935a2206..d764b4f790b9a322df9aa23d025b100b418d5589 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8abf9aa7e882161c1803fa1f0572fd61b2e2d36..a8731265a1ca7e1ed5731d6fa522d7d227b12526 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2019 Andreas Steffen
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  *
- * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 401ae56f2b4d1c67d963e71b46d29cab7d2427d0..757152f285c51f8102bf446f347956f2b07d43aa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 62fea51cc085fcdad2e07c2e46c6f34d1db5f7da..7fac236d4fbdd0f6fab8fd9f1ed81279366ea7db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5b540875ac19d21847953ff6e945d6fc5f944ce4..0d9f64e9ba141a6690b1b440ff1d2cd33b0367d6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2fa68723dfd1e18221ecc739439b3a297daf0749..eed8429cf30087d8eafc297b13c7d43d511be634 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 51342d71cb6beda4d8fc50fc686feda8e53b4745..68f3e6a98d4ee577fce036f31acb33f9ec5ba818 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 571882cec86754dfc1f61e76aa1419aaf7316fb0..647241b5f5ed582379c4d01bfa161b22ba6f3fce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 18c0698317a0f8842961ebc66afaad8076ca1c0a..24db0841cde7e7c192d39cb6e1ced49b5108e6c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c3627a22db7d6cec19d6f9d39ef255289cad9f4..731ebcd4ed44625f6e1c0247de0924cb33b66bc3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f6cf0cf193da4903ecf8762d5a44a3235dbd095..4892e7ce54fcfad42e64eae2437dd81a178d6473 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 916e9fd4144fbf9ef8a58ec10d9171f9ea4e2782..4e23af4394e8e37e009868d0cfafd65480f87ff0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f52e0ce66e267c936604d062000f061ec0b2ee6..e80a6ba878b0f309a101182d18fe39c0d240c7fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c381dfeb3c158842c5a1a4bcb02e92bb66cead2d..9e39d51555cf2f9c2ba8cb380037daefa0f11ebe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 79d99b206c322f89c8e111a92f13a2d7fee22c8c..6163488b6d519a8eeaee3d5f7bde5cf6197b1b42 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 781a28c9936c54e09b62add72721c6b2917a5f23..0c1c9887ab175dc651a5c7989789147ffb07d9eb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2019 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 32c129ec48598140f48a8b31d8d5ea3f57fd1bc9..e3f29e81be1d02b1d146f03f1f0c965c4213aa19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d84461191cceb8b7e83d003b53df5b32d29f778..0537ad3fa11ed5e351b124cdbb4f505c7b852f69 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2fe6cba1c64dae879903f1b73241228b9f3c84b1..01dabd25354bf68ab80593be34e77bc3a7bc3693 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71e75d6bf6afdc0f20a06bf24471a9b76a0c7a6e..5f7c3e63ef27356d0df62ec1c40ef67b0173316c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -112,7 +113,6 @@ static void write_header(void)
 {
        printf("/*\n");
        printf(" * Copyright (C) 2014 Andreas Steffen\n");
-       printf(" * HSR Hochschule fuer Technik Rapperswil\n");
        printf(" *\n");
        printf(" * Optimum Huffman code for BLISS-X signatures\n");
        printf(" *\n");
index e31cd9d3c0c600eddfb9f7c429324065bfcc77fa..711c8c6af4b62c01c348e1be0a2eaefd834380f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df8511b2e1ad932687710d686901f9443486316b..3ba3a4df8afcca691e13c2abbbd3608cea8a56cb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1bf433fd1e3dfc1aeaef524a71e240d2d7edad8c..b24c7b18499e12c4f6e3d9e28a7ef3211786d0e6 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Optimum Huffman code for BLISS-X signatures
  *
index 37a8084d4c0c515ae8587dc769789d7dc05c6ae8..e60537a858e76e52be39a76d15aab87669d533c4 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Optimum Huffman code for BLISS-X signatures
  *
index c4f709c9334723e78e1028d4b27a3de825b34b98..135b777b4fc139b05c6d4d2c4dff66c30ca03e32 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Optimum Huffman code for BLISS-X signatures
  *
index b894abf225e3db3d52d27d5d896ab58047437525..18c3dc085d0dfe8feb10ae903d6fd24369493a45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 59abc49c64c230b2f47d8021b147272d0303d2a3..8621e2ec4279f4a7b9b41c8e506d07ca60d8a911 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6649d77110db9275322649de82a57685004bfa9..09c4bb05d81e4755f871bbe13db202e694d31ddc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c043b925a7f3cbe4f39c6b8be138fef986f74c1..768b252728b10d05117c922ea017d16af1ce1a35 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cdf3e96ea5ad3947e840e36b49d4cc983df30a64..f0e077ee58ac07b5ded2f0e09424e2b8aac33753 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09bfec8fafeaedbaf2c3a511036133d23bda4a97..e3df44dd43ba3e79c43a83fe005eded0ef860630 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 59c6be95c364f0e02bf6f752a15abf8cb8440cf9..b6f07b3acf38def21503aa41e2383f5b2617a0c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb4ff807ac958cf37389360d07ef648e83919481..a6b1ee45b353245301b76f49f89a9cc2b264d978 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 96ce4bbe8cca9d07192f1581be15f913ff8499cc..caa46b6dd6ce1bda9e7c5dbb204c0b5a55c69605 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8dd2df5cd774905dba3285d1be7ac03f5d82ff6..4318661ec2ad502cb9462cd71a174329cd1f5b10 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 84de486a133671bd8f8e9da8208170b644c9b9d6..e0d0b28dd1f8e0067810c181823caa92410c73a2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e6d3d0036c2634dacbbe83c160f70a1947d6aed..d083d70c02ff4efe872ab8809487c65ddd497cbc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 948c6418d2da18c34dc328b466050c80fc247067..242a120bce0ea85f8a31e91bed9238fe5d64cb43 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 38a721a355e31479bf06a1e475d2d6575170f6ce..52478e235dfa9a41ddae04cc6e66afb1ed028072 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5baa1f89a1cff4d981e5a67d8dc2eb7ea3ed090c..62ee321805d91a3f763520152c9ccd501886e1be 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bfaf3c475cf8a0892f5cd7bb5852c93398cf3b54..5f26af6dd5d46b18d0c42504dcd92361c0bc23ff 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de21e77b7debda9510366f9b65be32f2f3fb631e..9e85c5e2f5c3c7b2c0579c1a6b25770a20ac9cef 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 61f37d5a156d59edb67d07d5d496ed701bfd7b5d..efdde84d52dda96844bc6e1bc6846c6cb14374e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a728e280685adc24e4d862b8b5af5d0424e90d6..a9ec2fde09982375568c7be113d3b187ad9ebaea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5447d0741831b540acfcef5d26d784b0a2031d86..4c4df4c47350d615223bd51033e566b04c3a607a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f48bc1d798146ed63cbf477defe55a718b12292e..abfd38e11a10f04ad22977c2295778c9b4633134 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8770e0730c1acf6031fbdd6ae8127f301a26259e..38db3421d337795e39eeeafd672026f38c5d8681 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7fa230a65f05b12519861b24113077d42978bc8..43b51f96c415deea0385bb09d419728ecb9da483 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f566506a9f0a94b8ee0f9c3ecee32330dc1bac6..d21f4b13c291b33ef13e5e5b6f477899beedd0cc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d30c92e4c42d5b61b88ebce9fcecf911be4861c..adc3b436324e982ecf5ef747e99986bc2bfcc071 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index b7748df90bab1eb0351529b6554387f6cb2bfc8d..2adf84f52805b832c7911d2f7c66dd1bf7d95fdf 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 9d1c88f08c52dfa80e56916a70b802242815cd5f..4d98583235ad7326e4c5ae7e418db428bf056291 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 40006ae77ec785d93a4b0f03aa2225ecb467335e..2182a047cf771d7eb6bbcac9cb7e1c66d0428279 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 Atanas Filyanov
  * Rohde & Schwarz Cybersecurity GmbH
index 00a2ba4bce473029ff46333b5d3e1e0f422666a1..d07ea02cae98fe5098a3be5bfc0780c54c6ec940 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 Atanas Filyanov
  * Rohde & Schwarz Cybersecurity GmbH
index 0063881462d4b75f95dd0a377ede46de29f83ebd..326d3eb1f6de1af1a84bf9036b9bfc8f511e9bae 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Copyright (C) 2018 Konstantinos Kolelis
index 2b9686cebfb45f94f8ae987f63da85ad332f4cab..62fdf440824efa18bd06c5360d7daea03638e03f 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Copyright (C) 2018 Konstantinos Kolelis
index 3a43fda8dc0050173d13fe78318cb8dc712d16fe..51aa225c55c64ecb1d99dda69dd4527b749dbbde 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index f7f32e8f3223baa15b5c63a228e046fc46916463..633abac6c57bb30a960da66c8eb5631a8edd1812 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 24a04009de2e49b2c7b9751ece05ab8dfc3f70cd..a96582a6fa2969028dd4be31a2218f0ab1708251 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 17ca0ea29790de4bcc1e825fb480e16c513339c8..039df0f3060fbb2e2147efb1e94236ed0e9bdc97 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 370b1e7c0a984a173651a3ff374da8f074e4cc39..9a79b21971f912b9980caba1bc5da9dc452740c7 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Copyright (C) 2018 Konstantinos Kolelis
index 503122c2afeb7c92b15d64938cacf4cc0564d511..daddb545d4275f7834ade2e45022b6bb0007aed1 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Rohde & Schwarz Cybersecurity GmbH
index 3f60f15a15af45d6cf2261299067233e889db7a2..c498b652b4bc5825e0f89e440699b0cfef6872e2 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Rohde & Schwarz Cybersecurity GmbH
index 1d80df9fffc1723325a4d99ea337b523ba0b5d9e..6ee7b250bf3d944a4d52a9c2c6f2910f6bae8892 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Rohde & Schwarz Cybersecurity GmbH
index 641384f025a854267104fb9e1714a5f342c53fde..575f8c1abdeabff2d9cb6c35a4e8c08c89027460 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Rohde & Schwarz Cybersecurity GmbH
index 26502923846fc785f7fbdc1161b49c0cb25db717..7da01cbdb80b7a584c9f13815f7222a5dda60735 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2018 René Korthaus
  * Rohde & Schwarz Cybersecurity GmbH
index 400809855978db57b4f039bf2253b99ad739f3fc..b6f26393a2dfa289209046847d9fa9639e81c474 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index f05f7ce5e563f4d8489d0eeb457907e6c4224e24..ed68b15d9848af1468f5459070ab6282b80274e8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index e0cfd692f421bfe889662489ba0636dd29948dd0..1c2c2231f58566740f0b7dbaef911512190a21dd 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index e95d6cde44d87c7011086ebb5c126d7574752fac..069d3bbcf68de996143a89e319899af97d6a29c5 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 16c5b71e1c9c59354341dbb82219cccca33f7c32..6c1d8ed0c08de5bfe9403a25de133a975defec16 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f1ec09a7579ecc315b9a9c31293773e2e262cae..764822e141bbec60734b9cc087e2f9076614f13a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 549f0a736ae12f9371962a8b70d7c63fc5f39b79..a6954268eb2c51ad9f7d75cc17313232f9e9973c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a3252012b643b9ef348131ce1bae5751b112630..a1a881424b13576e1a9be33ab98cc60e7bf850df 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 39d51e9f8d255fe13bb4ec26e2deff70dd53177a..82684d83c41a7325ffdf337463998e86ea762166 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e090541dd6745cefa0f924e2d298ee6a3a1730d4..cfe62bf1c5755cfdd3a47b1e7f354aed5cf37391 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ca5e2be086c01484d83f1d97b0b3518f12739bf4..0d07ceb8a5e46240a84ec61a782b7b7d8cca66fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bffc434474e5cbe7e57aebc2f496190cccac93cb..de74702dfeaa33cccbe2a16e6a37ad8e3284a7ae 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 59962b819fc861f953da045c451c5e363c2f4c7b..fbf5fdd313c920642733229091510d077789f1bb 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
  *
  * Based on public domain code by Andrew Moon and Daniel J. Bernstein.
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index a320b2d410c6ee841a44a531f2b61416e487d20e..1876f48be3ed30dca5477a9b7ad59edcb8aead45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3981ed52274a67ca761b1c56d3e001f9ef48c484..c576d292cd988e666f5281482f8a38337b072a58 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
  *
  * Based on public domain code by Andrew Moon and Daniel J. Bernstein.
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 7e0e8084c3fc2cddbbd4e14a041cca54eb361592..c2c9993a32387069b0b7259d402f1ad31c2532ae 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 447960bd038492793e30c180c9a8ad4d1256817e..7840526f75aa7bca85ae2db8b0f70c5ce6235f1b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2b62e73c884654348083d03be4fa4c6800fa5ba..d5c2863a7a50ec8ccec64ffbc1c401bd78411263 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b8127ef2f5fb1b0bf14a8848c59f4421276caff..9efc42ed6f9b19f6053a6e544e3f7dbfda512ae9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd0586fad67f067c71e4dd7be7954b9b4fbd909a..eaff95e04b2b8e99f133cf94d156e5f54e15623c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 28a3228ddcec568674d7247cfc13f329b86da0ff..ce39d9395bd976e30c54723c48088b45bf1c1ba1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fb387158826f8179ab97e1c19f9fbe568c49f0e8..18e2bc6bb1bc3de55afb2b9627a37f3ca6c005b8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d5efdabf5a990a8ead45aab9b7310ce42364748b..ae29ecb40543e2b99572f3171ed6009091e8d234 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 89c45025961dd3bba9e18ef3aa5d3694b866fc79..e195808f7181479b4efa1706bd89e173c95af42e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b9b456b23343dd50f700cb17946a8783e7db1bf4..ce54f1ac176149fe1f6878842dc83e57158ca48b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7042a4d92f1f4de48c78885e5434e6ed0d2dd182..bd090934c72d9778952c9433e4b0fd806ef97509 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a0f4a74655184423f34ce8172d825a8a60e796c8..fd8390d6cf406b2f51ba73622486316513917821 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 44582d6c81038423632def3d9f2c609f81a27336..3926f672227a65373c8c0b118ce8c65153a95e82 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 854030b8c15c946d7bfe9dfda23dc3d061d1bfbb..69540b0789e2b2054017485ca03b656883838248 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db21aec3b84e72be007ea32bbda2f85fc1a7cbc6..e9421a1be9f15987f1b9e8fa5544d8ce3551035f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c01308a522f2f2056359efe0f132983a9f4f0c4d..2b448de8011f4e66a41594974191dd8d0a1c1230 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b2f901dc359d61c863510692d53f69f8c445abc..257c90b1eb0007d4787905c444954200f1669678 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 51ed8959507295f8aeeaab19470627b8bbc0184d..c788e3f68293b2096a3913be88cf375ce10514e6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2007 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6467c979eb71b6516f24fbcb44a4cbe1a891bf5..bd3c0f4aad75d1ecc438813f3b9dac56e31c6f0e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94da81c6a3af4a318bc2933c281cbe26ad3643e7..b7ced5ee99ca0204284ea6dd50254a3132fea53c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 31ecdd67259c65400b125cd31b5e678e0e5acaf6..385608b00c9a5e7c9c71341d152bcd60620ac426 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c550263d4e8706d018bcdbfa0928e08730d3d09f..b3f3e49d6d69f94bf6f98963c1f2ad7679afaa38 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40bc6d1d9552da7a2e4bba02337f5f2914e0601d..9c31d1a7a3edf1d23cbe049e90d0cb539d0ff056 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df39e711f1bfe39b7e4c080e88200ac128b057e8..fb583a19d5f05813d3dcab9f5b547a3581985e53 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bdf0c4c2964c5907d86904784d28c099dd772040..3b32b13bcf5659e57a3d4f0becfcd7b523f3fe2d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9182de5a7f99caa9301fb13162d9026cdd34525c..27829975abcb4239e635a70435804ad322f89153 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
  *
  * Based on public domain code by Andrew Moon (curve22519-donna).
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index f0de0bd1c48c05c1901e4b6adefe46bce0c4280e..49245e86e106f6be029f194e0a25708689faafe3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a7ffdb1147e4baea471bdde7239197aea12bb253..6f63c44b430d6120c9fe9671a630244c5ffe7cc5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf643b5d6b0d429105ec2929bb81f4f622145f41..02cab68fad95cddda0421cb992ecc429b063c344 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 48ca43a7abebf35a2a4f612b3efdd487fd745f57..d2028fed600c6c0cd2c487abbf5892d29d6b81b8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
- *
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94f2e4809d29ba88d3e43f144e9096750cc93291..7a01c6cc5e37702c8c52db0dec88246da30ad0f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4bfb1f13c853e6720dd54e2692056213a092eaec..7e58b04aa000b8b40955c1839082d5fc33442f01 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 26f474ffbb26d0d923ff86c6f9270cffe09566a1..9424fb0cab0e16f7bd68eb3bed07a04405a0e39a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30959c62580bb716717eb607ad2e6fd9e5cf1996..3d75dd205d8e6cf3c9d2ebb2f9e1b8b73def2130 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f6ae175a0c7fb6ef78913da640e661ae42793fa..69b6b1e8736d4bbe6bc78888cd756dfb2038d454 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d3f60cad62444d0a2c48eebb20ebd4c43df2c41b..13320532aeca67a24370f337d80b2e9cf072bde7 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on the public domain libsodium adaptation by Frank Denis
  * of the SUPERCOP ref10 implementation by  Daniel J. Bernstein,
index f0f2b19f204bf84baead85ae8797708b3428219f..37d2c37411740db9d18a87d91879a58139b7ddca 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on the public domain libsodium adaptation by Frank Denis
  * of the SUPERCOP ref10 implementation by  Daniel J. Bernstein,
index 1e6ff778e8394e0d3c4f341a5ad8b9fde8142cf8..92b29742cdbf4a551b7d66561dc6fa833f72a5b4 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on the public domain libsodium adaptation by Frank Denis
  * of the SUPERCOP ref10 implementation by  Daniel J. Bernstein,
index b1d76dadb1efdd071361d46b199366de030f012a..b91e7161780efb96f9bf767981be9cec96fadd1b 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on the public domain libsodium adaptation by Frank Denis
  * of the SUPERCOP ref10 implementation by  Daniel J. Bernstein,
index 159c3872a623b11956c620a93a60982a8b8d0e5e..397a9e4c7d0386f117460236dc836154b8c30e9a 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Derived from Plutos DES library by Eric Young.
  *
index 4493fddcbc35002f7b30b244a777294e12122605..d63d29368f3392bee40168f057f5a1b31618264b 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 1b6a633af18505a2c4c93cabc04f8d87228d96bb..ffc07c4f1915afd44b8a353359cabb2941422248 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d98052c058e3d7d66594387efd4d5b66f676bc76..dd02ee9f8e5ad2f5b68564bfcab02a5c97e3656e 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index ecad31d0570f3e8d4f8dd25e6f6c33f2dad09005..d99324878c4a8b80a8f8062428181fb92d4a3bf2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6a6a642acb2091f4d7bb6d1b86ad706939b3408..87daa86d72c66af8d592264e5a94d538cd1bf664 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3214f3899b29d95be4969f18563fe37941546cc3..8af588e139667e267fc6bab9e6152fb8213b5bd3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 127260308cdb3a153ebdebdcd946b0978541735e..496115638f60a419ec7314ef0ca3db546764e652 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a879b11175eeaf0110a4e899e737710c98e958e4..2d000a83b44a775876f53e39fcbefdc3d254cfc8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fabd452f5ce2ffdaafc4f7323b2b22dc48da39dd..2e6ece8284c1c5fab63400b99b9d79d11f1843ad 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 22aa6f1302b328a686dde49cd009d861688fcddb..0677b416a83a5858a5e7c7472ecac0876e588142 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5450f7320d15d45a2364fad836fd543dee3684d8..6169089756d58a71a740df87b5310f30c0521ec2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a7acd3352a81943c7400d3627a9b94c1f9b07be1..704adb58000fcf80837e6491f4de7c770319109a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f816dca54f6201482c0a77923126900744c693b6..3b9aaee95c056e0f9a534531b3ba2d4b1a34a055 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b03717fde41c9655eb50893cf5bba167977ef408..f936b90997642bbf1bbd342a1e47d2656b097ac1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2fc743bffa5a81b838f6c9a098670ea0855ee8a..c6a2a9b294aa7018d6802e204b8f191fac3c4ac5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 90a60a1e68301f81062ecd2526776ae3e64c33c0..1f25d6f102bdd734ed0bce7bfaed2e254442bd99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0ee51b966873964cccd78a5b17bf2b4811bcde6..4e00352b254a1d7448eb75ae8d05ebaa0e2d096b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df22af69c85a110007591c64e3b1063e5a76f58a..9331a0248d7da99b677c3bfc95c2bff0d4e24d8c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6e51690f93718e3d571b39d1064f848ca3469c0f..fa14bf053433d7777ad10709480ba902071033de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3acec596e2cb278ac827126f7be296887c1e355e..737ebe1e540fec8d57e2c35d3622a79229a2dd26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3c66f75764c52d4bd613a6b6936161f6d82e600b..785ccc2fd69b724798a4cb7d383a366a759c565e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3526a636e979ceb04c3805e6d856d7b3583a218..6ee1c095dfdd13735cadc38cb8cda72bbb4e1590 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b5c409467a9d922df8912607f0c10e6c928fbc9..e937cc6a71e0f3670ca2d04e51d5190481e71817 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 513dc2a9b4dccaab0b9a7427e755aff74a7f73d3..d9ef397b4df5d6be2746db14aeb9a6f6880c1859 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c09477c3ba726d533e60307a7453c31cd05484b..172e3c39558107c859321c046ac23383ce8c3321 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index abfa4f0070e34a69d1f63624d01c7fb5a31d1c2b..3a973834bad6a20253959693c6466b4321de6f23 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52676708ef9c4d4e189a90f2ddd264b69b1992fe..0a14f77fa17ca7e66e2d8fe16da8414541c1bb1d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 26dd9d1c5201eabcbeebfa390ff94e32d0b86054..81f615cde1cda1cb5e9ffa684a73f92cf76ca855 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4bc34ea5e3b403ffc7de128e9f6a180c1e479285..980b3a6cef96d158932b1f6ff16a2ae5e0882ca8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b57f05e3a12984bbdc8e928da19514df68e57880..b2812869597725abb2a0e6643b453cad5f62f987 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 822ffe205f4b13dec16edbabfaf9859fb012b088..891613f2c5aad451c1b6ebbbc10afb7e642f9f8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 564828e53733601ad26829faba0dd72d80c93379..29f86a51394cbb8cf8d348c1cc5bf5daeb16b19b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f37ab42c1def3ec7e92e7aea9fd692fea2a1f5b9..2673079019041ce9f96baaf36a69f4410714cd0b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbf14af3dbbc6da3b39d6e87993508366d9e6d5a..7c88996d178a3870072f0842172cdd89bf5deed5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6cf87bf5945f5cccc6ea2a3d5c75344ecdbb5e21..287f6cf117661a6bd125e7c3a957d177f14a5e1a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a842491581e14082c6782304364950ea4c44408..1a60eddeca478268448ecf79081b6788e772102e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 57fb0b9ad4acad2e5269e2eedbf1f7fa359ce59c..06b7994de89101ca72001d98bbd7ba0551704dcd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9526cac87c5aee3b1c5a33609144a12402fc2b5..2ab428365466b901c0dae00e8b4b094aaebabfaf 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a8b7eec46819cfbd25de3c8f42c1a8eafe0a325..4d5bb7132cb32af93ca68d4193ff22bcbbac5825 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 61e8514987fe6e391896b48afd75305240e43b97..bc092cf61bc533d125d0d64751d5f49d9027f259 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d92c64f4476a1164dc059e90541effe12338125e..d2f5eff0a008bea5b1ee6a697f4b739c19093396 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f07dd36cc57637a6aa80099363c7eb64c1c008a5..90b58411ac706fda0d15a1213bc402fbda491188 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2010 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index dfc8560e2fc9544c8f27c6c892507bdee95cf824..3f1becf232b5000db12c3f0d1ab687010f2206eb 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index b0ae2d81dec20975f446ba52abbbbc6d906c7805..e2373c6940e2ed19087a276be07323aaefc67785 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 6ffa485bb43045d39b5600538260e0c89d2ee936..50435801ffbce3a7095597de06cb2e793b8e89e0 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index bd5e4bf772bd97b4b5895d63fed2b97c950ff706..47784b61baf3aa5e2efdc7b15cadf916a0aa608b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2005 Jan Hutter
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2012-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 1e7d152188b6cb14bd4985984360b9bdd20e6907..c01e470d36052a7754371d4323a4b676da82d508 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2005-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 5b96bbfad855779bc5dfd11562d00760897e90be..ea3733b4e3d86dae7ce176e7b4936860de0fa7fe 100644 (file)
@@ -2,7 +2,6 @@
  * Copyright (C) 2017-2018 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index fb6288754c7a82ca2707085ccf21925c3e3a9c69..d8eab032eefe633a465c6478a0ea1a8531c02556 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 63c294b32291e8c7cd498896c4af33192cc07cae..d12268c349568ca6d8393361dc12c4c865dbafd9 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d0993653ac6e0864e05a323bbc3d934203dd4ba0..31dbc3645f07feffb901a0698426127019e89e73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 68eb7d91ac875ffecbccf5652ed543a9a380b7af..1e83ee6178d8cf43fa179d9d1a8cfd8639752cda 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a54ed30e0337986369dc9d5341405b3cb204417..2e7efbd5fdd8b0ce8a57892739ed29d829806174 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6baf3f7be53610977696978f4d814e7f8e8299f..f472e1b6d697898d0428e79eb1b2cbab8e26b2bd 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "kdf_kdf.h"
index a337db9399b1401ac60f506c58ec0e23409763a7..d7c34ab02714dd4cf7ed881a3c85f7d55f6277c1 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index c2f554e3c06c04a3d0a91cfb873437f80cfa740b..048cfb21ea8a969bc699c4f4adffba7647242610 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "kdf_plugin.h"
index e6f6cd87ebfd3a512a26f1aca26646b9c5d12830..66217f1074a68567c5233cc77046532528f36541 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 4c47fe940b406a8a9a4746821230502b72b45d3d..23d457d5332820433aa3e36062c5b47d6dbcc87f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64a2ededd04815dde8e032f41202dfe217f84af7..c9f014fc1105704fb686a9135981c6561586eaa5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6112afaa89c5fd9233047997fdca0c1ccf18bed8..488d20f12061d2ef269698234171631de42c6649 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 482f173c3c0a217cb0acb66bc0f6ac4de1d8b443..fbcadeeb4b3bdfe800d4f48e22e2b25d2c26b97d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 23c1dbe2b01b1cdcb36ebd4e8b44e05fa1e9b2da..fda86438ed2a363c45353286b37689d558544fbd 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2007 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d12c5a4fd430d5d6d8d2daf042619d1c70704942..fa6a3e265d030209f3e90cff55e42d59e5f08a92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd0ccad6b1ca32238aad9df3b83e9b72c866f776..71785829fa7eff1cbe8f4143daee93d26b6e0abc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 06da5a84219e5dfd2b57edcfb22bddeaa6e4e6d3..e37297f98abb017484e201422384b50263603a54 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66c490790b3274b3d6b6e30c3214cb15124ad1ee..3f52e63fdc3cc54a9a516442a540c77261e5e945 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 1990-1992, RSA Data Security, Inc. Created 1990.
  * All rights reserved.
  *
index 7960a1337fbd0e2556b72513e1021b204fdee20b..7c5370769cb5f5d75b4e137d0b03c791e0e67209 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 7847415bd3ead581218eb2a900492ca734d20afd..f2c809c50d8e4ca137c202761406dfe67d1f9112 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 8718ea65e1e82f47fe1d76f5a61c0136edff1507..8a201dc8ff4f1310520ef22fdcb77f44e1884d73 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 6f707e40452c0ed2a96822d904c361d5726ab053..d09dd49c40218cdf0f24f48803b2bf7fe6f14cc3 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 1991-1992, RSA Data Security, Inc. Created 1991.
  * All rights reserved.
  *
index 7bf21c2d4cf42a8cec04124e8a0efec5d7263f7f..9e6828e4c92eb1bca4879e13496a82bcd9e32e1e 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index c6219e1b7b90045c97e61178b78aff7de45b098a..edd513d5a966c7cdc31116035ab2df3d899694de 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 0a4ec916d0580fc855f6279c503c1f4dab9f3add..65f2badbbdc20a4b145002a5dd2b1865280e7a47 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index a78d2f25411f142357cf7b3e7799d8184dc80666..498be2224630575270b12c2d7376b5f1d87e834b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 50105ca2971627f6daddfea577a4981048f2d673..51b4079bd183909f9fa67dd40a3b3a1adf1d3a50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8f5a18f8786e5c8b2d22c670713743768650cb73..f07340101386c7b24764a0eda8df5ad73813fa37 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f2317b104570c219a0c1558eea5defe2f26cde3..efb443ac59d7dfae83b41e98afdbce11833fb49a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 90f8185b025148e6006a80ada8b0ac921aea20f9..c89efdd21bcdc5e4f095fb4585ed148c30cf38dc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3e80d71e2c86766141e860988cf90708c11a324..88432a433ea066f4b85f868503b6215acf5c812a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb4425cf88df4e18e06f55f04cd3cf743b8700ae..aa1b8cda3423ffc599ee55fc1cb6e1250ec62c2d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 49f5c1e7dbbf4a96371a1b10b0e5ff0956d5828e..4b5d40a2dfa3f7a567594b80f765131a9545cf25 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4632762152d20c799b19ef7fc5f5422d8ad93d3a..8e9ce7bda87e2ccfcf551f4922d8d6f2d5991840 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on public domain code by Erdem Alkim, Léo Ducas, Thomas Pöppelmann,
  * and Peter Schwabe.
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 677d04f90f944deaba37d9a73d8cfa04c77556ee..9a4f43edbd2dfa894a511c5aa00b0c35ebdaca5a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7bcbe37f2faae540ab624999264e10b7edf024e..dbbe46610e88164dc8a992490ffc5e485fd40dab 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on public domain code by Erdem Alkim, Léo Ducas, Thomas Pöppelmann,
  * and Peter Schwabe.
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 7f32ac1a1482ab936445f39692fa722da877a425..b365294f615206ae0d69f7e009f3b794d01d7691 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 444e61a1dd8c9188077551e0684ee31412e63930..c198dce1342fc6bf2264292c0f91d1d6b07f9f26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b04792f107d4aceed03f1a4ac7e360b546e919a4..87e39ba354f7e807c572d709c53316a12955ea7a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1021d10ec1e26efc5a4b51a131e010ccd9d79d06..c91d154a32e1e8698b1260c800412cab251267de 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on public domain code by Erdem Alkim, Léo Ducas, Thomas Pöppelmann,
  * and Peter Schwabe.
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 4c1239efc1f4923339812d083f1efdb62e55f1ed..8cc13218a4c7fba1eb68c509bc22e32db441aba2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1cc9a2d911d8be84250c79cfe20a6011714effe2..615cfb9684aed419e33f0bdc65de157afb30bb21 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3f81434e681d8a5c37843e7df71c57c68898712e..865f73f0875e850ceed91be11bcdbc42f9b53671 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33b744fe19df617ffdf66a7f1baf14fd1f5f3a87..41ea6ab64f9b03db0838419f9abbfb4a7cdf0825 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7d5942a7e5adff2331c64a071671e49de8df8a00..a5f3a42cbeff74e3da66985df94ca87e124b54f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dec316a5d5533c7cbb54d78a978ff24a845ba978..2a794d156ef4360c743cc6e208f06057c148df99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab85626371114f603eb224462baa4a6963d723f3..918f5ad185c19b38e242c8a935725a48cacd03de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6383558a7c60bda08f440f67ade6a947a1c687ca..55ff4146f8ba265a3f75631ec610fd37f0bc172e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8f4bca696c5562d3da1e9a1b07a84839ecbd6e6..3f9cb799d1a7a2dea5ff4246f5a16279edab82f2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d349145be944d9fffc0f9ae9ec9e9e891ae3b18e..4fdb57413ab256e73a8ab3142917c7f4bb536ffa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Adrian-Ken Rueegsegger
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6330b2e39f33453a765b7ffb807578edae331b81..b188406dc6518d5b1634bbe9547aa1bbb81275b0 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index 25b2f6daf6930aa839da0357d794eb65fc05c273..2a23e7a3c03a54108e99926209ca90f7d2a3fceb 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index 3e6c3d0833cb2447ebb2c04491ec113922095104..9f8a70a11c5dfaa6bb60d90bec0d9e0ecdfb3915 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index b8bbf5e5491530f35940ad3d25590657d2d0c6e8..c0b4634c292a06ceb9b5786d0fe0fd9699d30d84 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 80feb881071d13a1cd87a25416c967d90f071424..35b567384f61e5ca43dfac04a67d82ccd2c8a59c 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index 3ec0f833fbeaec622ec0ac5fb9590c80accf81e2..efd4ce0469415d5c8868a70b431c68000e1128ad 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index dc6bd31676c7f7e32e4cc2c991dcc7aaee6ee5dd..0cf3fe564e37ecab25181883a8738cbcabcd8dd8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 187b834452921ed3ccb0b31be3534d043d0a2265..1765b80060f75947f420965062a29f6670f9d052 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 3ab5db409af1aa3a9e150ab92075303a4598fe1b..fe5f61c130697cacc0700c6c25465a502abefff7 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index b1bcc7588d4f74fa45510e10b056e53c82fa88bd..7c5bc00453d341abc964053c571ca200b7a909de 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index c86044a8a543e6e1b10a6edbed720f5276927804..e85c0da4b31605fd2b437b5e2fa5ea06218c9b64 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index 69a7c06d01d42de94bfc3d16ea2d9d728f8817b5..f3eee2baa6c78a83a3e1f55922195eaf0bc33f7b 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 3d70e23d6b34bc8e644f107921b9a6fda8abea59..b78c6afa3ecd5dd0b685700bea58f8efb5d7fb7c 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2009-2013  Security Innovation
  *
index 98032115146838c4ff9264880c7b0b9baf732323..5e2245945c9b6215b6f9f15cefe4cf69239dc905 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 17bd2ac02cfcf29eb4e6b7eac1c7dafa3c829f05..525579bb10d10e0da059341fe126bd238b5e6e94 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 8e040ce291fc71d22d2aa39aa4de5a829374b9ac..4d3c3560182ca80e8761bfa0aef06a06e9a190bc 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 4d1aa7cd418bd6f7709d0d08d10a33704946c41c..87af0e49e640a4785d64623fae22353f60a54f12 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b820ed2a0954b82ea82d825ecd2270060610e35a..64c699b974499dbd75c32976994af76a8763c6ff 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b546bd63689df7c712f2a94bd519c8309ef87007..b401479b5d279fba37b4defe9a114ea6f734d995 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -17,7 +16,6 @@
  */
 
 /*
- * Copyright (C) 2010 secunet Security Networks AG
  * Copyright (C) 2010 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index a0837cf50c1b4f7b67e3b38dccace8c5461db510..0b4572615e9d703a4c1ffbae45f11002762784d7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4cba72afc08a7494e5408c73f476d6182822f14c..f2d93a6810ab04494d9f237e733637e04f32c3dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c5ef0b2823b72048849ae7cd0988048c908d27a..4c50df995bb16bc3ca4c65b6298198835ed78931 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c9c4d1369843d1ea14930bb27d65cafdd7ec838..e1cea1709dddfd80e64ff3c2b07e8dd06e9470a1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2010 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43d1f3fa889fb93f609f39328e80aba38cac6436..8c56ff2ac80f649a8c57e38ccc618edae1bafa8b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 35969654e76593ce0da50e9c443d2c92183a41bc..00b9f935991aef81a97d3eae7e6bb454ddce98dd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2021 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12563c6daedc356cd3b47798e0466961ad5d26dc..da62df65a33a42cb082efe18f7e67effbacb725b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 54c20dcb9a2940f35ccb9aa8cf0e18539b277631..512d624b76e4b7a26ffcefd77e52fdac3e7a9a29 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2016 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 56c59cfc84e3d4030b108ae969410ea3f5095c64..feab32d8d1b9429fd2a112e308eacf5c7f765f92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7b529719b0a2bb5ebc62fb3b0749ffc461caab5d..142e91f9be4722e4321297e61ef4711eb5608cff 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 00c82aceda390294589dd231d183332c4747ba91..7b380487de5d4511d162484cca5cdf28e65a1e22 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76e6cdbb62296f1b6fc235cca5e3775d48064624..609e640800f30e7605254113ccad8ff35af7882a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce9071348c4893283af449cc3d16b0934debefff..214263b3b9cacde9da98dc7e9289e494a7cc7b2c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e3bd191fcdf6a918ab8caf91056a9942f28de57..c8dfc298a9de6ff2e9294a10d99bffbf1bba9661 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c4e1ba3ed58bcfe9039fa8df4b76e81119c07946..29155d1686c2d9ad4be38ea88fe37a17c994a3b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a4b2cba5f69417b0349c842a4efb9f247fb57810..7a7082b074ebe657a88e9587281594a078f107f3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d25d12321c3a9ca6a0794798a7deb06fe0996442..4c91a63adee3d2553ee8269d8fd64de8caf69f77 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index fcdca28e15b037ad1b375a01d7fd7027a5ad7b69..cc3b1d1ac39ef59b19f7af2029461ca5c513630f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66b9b505e409dceb083477b1c23416d02084f1af..378d3b2061f37bd236c5bbd06b8dd75f4f8309de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e4fe7fa768a69c26e027e264cf47da03ff7c5e02..da7f07fdf1d67854a08407a31e7a017bfa28b203 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f77e9acfb6caf2205d117938e357cd526c099a4b..1aaa9461e915387ff63652e32170e59550e0de31 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4ed518a5127e1e14d0e03615d9b8528ea370d975..cca81783abc0094dc01d999cf5d8c60d60f1c113 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include <openssl/opensslv.h>
index 4480c38c2a9246d39b412871bd4d22dcea133280..033d6649ef6e9721fca3fd5ea8a914dd2fef59c5 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index c59c77b5bfd4ec8a1db0999e9dba0d0d60ef6947..3c74ac1991481a689a53fe48a78e58aef66dd527 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3d6b5cb680e3057c1405644e875123da0f83bd0c..cf20996fa2ed0e557da9884c5012d5d98cbd9a63 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4f94aaf9d66300044ae2427d770e2d1a6438de91..aadd91772fa51f005e2f84b4f690e29858a60f12 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c7939ebdca04865f0ffe1f08c6f7e03fdaddddb..fb37df5e05faa5901c8fd6ce11f02e5018b307af 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed5b14ef08259c0144cfb61f267f757a25bf9b7e..42465d76ec63637cb90e9edba9e559652db2ca57 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2020 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9c220a03983f53fba2c35ce083000f049d43584..e1a69450411d21916fe797b6dd7c24db0074da8a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d3993749fd172d9ce60fc828e09158ce02b71949..01d29903a087736c6b71b9460f5b6ed1f97e5585 100644 (file)
@@ -1,7 +1,5 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2012 Aleksandr Grinberg
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index f8334cba9551addefc5e275b46f2f21f64955c8b..42ea9048fe542835d947c0cac548eff2701a8d2d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 783181c1d9ee19442cd1c0ac725ff0850d5581b3..97fb18d73b56ab2a58e714bb283062b48d2639b7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5a1eb7250ac8fbe898f2caf73ebec4ab2806004..d259b22512c2f31547a1d461c8977e7baf9c5c0f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5654bcb58ffec6f1d4addceef5cc0ad193f54d79..77a573a638a9afeb22f1c19fd83188cb13da04a1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe68f0c173b7d1c7d21fe1c1786f69ded6b734fb..364fe891f96a7c0208744df11551f452c3ed4fec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 49db884ad814f7ebb1a6f4349add4da68cfdd44d..d38b2c449f2aa118421f0297218219d81c5d83b3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fce8d29a284fc22a76c52085e0a7d1514157a5dc..d72f7e30ee13cb5379f21672be588a49f548ebcc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 150eebe201093d386867f91168aea8ae5126377f..dc33070b703c67afa53d2985c12a05fd8b10534d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6080c20ff4cecd96bed4d39365d9bc061566c662..4b331ad4f0676edb1e04b7280bafb2bd63b3364f 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -20,7 +19,6 @@
  * Copyright (C) 2013 Michael Rossberg
  * Copyright (C) 2013 Technische Universität Ilmenau
  *
- * Copyright (C) 2010 secunet Security Networks AG
  * Copyright (C) 2010 Thomas Egerer
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 52555925a9c1dcc793b8261c6a5fa6167b517db5..0e6e975bcb6c3a56b58c88635fcd82e385eeb7d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad36b3dd4cdacce003c76817becb2a0c6f32af63..88fed10f1fad900df937013d6a5f064526c2526d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e28f38d15f38fed33e221bde91d030659240f2ba..de1bfce3906741ff7d547a40f700fbe9f3284b55 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a3dcf3959bff247b0759cc81551d3a3b096d81f3..84d6bb7cb90352983443832ffe20b910448490ab 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8b3411a175078d699571ef7372c471751b0e910d..8cd21d33d1da2b637a2c1613d2d65e4a5b267d98 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2969f21d9ed4c152e19e048e4fcf335f7faa3bcb..893d21efbd08b2130a56237571b29f8d9ac052fe 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc318248144cc527be6e6b46038763150d6114bc..0bc58865d7e63f8f47dbd2028d12625ec226eb06 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a92f32d3cb9c4943c3d36eb3a8902c7a27397a5d..4cd8038034354f01b552f945841eea3264b70e25 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f3926021c2422e466ff80ab0a88928547abf521..119d6e6b15ebd99a1646c03eaf6b91035e82e0b8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3153cf1bdeb988d4dd7f4970fc881fa2337810bd..9fd6c08bfafda965cb2679ae005330f785a3444a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a1e22113e2273f138ad14ee655093c6131cc35df..611179a739d4976e9059d251860755934618894b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a23f47f2d1c30a7e216d01fd43dc8a03a16072b1..3531901025dae22761e2e78a665004d4e0e3c40c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6373c4cadf89f5aa8053ce9d0631dda0036495fa..79222b3df8bbb76b65ce47dc6f3cdc7ab641c1f2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Thomas Kallenberg
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bdf0aec9ae606f09539173cd6490cbe42025fc3b..09eaa92155e1574766091bfb7826c9b3152a19a5 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2001-2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf64762b194d37ba426c04c11ac833beee9eb0a1..80dac8ac4e54a96f200ac5f4174f2de22c760646 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba322479782bd90a413f027746191af56b6f59f0..e5cf038de81191280a43eedc7b57432063fe1dc0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e779acb75ac8140246e72c9228385cf318d5b9ad..09228267696fab96c882619b1d0b903308faebd8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a2fc9e9a607742ab4a563c7a0f53824d6b5021b1..6e32a1d9537c3157ea0504d2fe5c814744642132 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9ee761d06bed58b6ab21e26592602b41349ae80..79c9059febb13cba977742d07a0d444f489247fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 43a9046a1231edeb31a528150978d8ac87a3d6bb..f4cba1c38425e713613c70acd7a92c170b270148 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2002-2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5fbf7c784855b2a637ca12c2eddb73cb97ed68e8..4a634a301e19ff3287c0bff1a256675c4eaa2df0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 47271e1af0049503e218b98c5e994ea8ae0c9e5f..d07706cc6ddd2a2673049fde4115e74cd0d83d46 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0c6795ff9f6c3a672668fa3b0cbd5ea024341e5..21d6a3049e909d13c903ab7e0baa2d4158997bcc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b5b19d12bbb275da5770cca25f2cdaa450e59d9..78a8c966f06658a51435eab1f0ee42a9bdc5c3d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 79130bb60d19a4c0a7ae4eee070499586d7bd405..27c382d6f6cfa229786f266a6a9300ff49375550 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2b5b7e098763ed1266522d733d6fdeae858d21a4..ea6699f7ddbdd127ef3bc1766509b840f406cf05 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbfba2d4a955dd20ae1dafc57714a0a730441c07..6805d0cf4ef42ff162c2f0cf7b9f57c5faab85e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5dbc03ad0a70caf82453f1b9dd0eed5c8797d12c..e5e99297d1576e1952fa9dbfea0d37573f9e974b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 98086510799182fef6b4da753883a336be3a993b..c5f734515881e6dce9ccffcf6b1663ee06f666c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3f8972647c0a54e944276d35b95454993dfdcbf3..e2f1d4b7c3aedeb442014a1957fc45bc799ea6a1 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2016 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2000-2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 68c49e431b5ed8bb2ff7418ef6e2ae1a2e20dad6..df33afe71b33bd54ca859d2b66f77b4c069cd606 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8bcf6e866ccbbbb5e287ca698bd29991d155dfcc..a205ebc2e8b13d1271be213f1e2fc73521c3492f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7bd6c69c11e0b2c8ddb66c56a2ef3c9b2cabe27f..fae640e210b8317084a8b87bc81b3fb80be0ff2a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b8877404dacb923d9291d4bbab1d05db32b4ca25..5f9c1e37cd981f1c569437719301ec7014a1f9a4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a28827cc451dc47043b2c3326558b9c46929b361..edb6e3e1ab575be6a71f81fb66418416f7241d5a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 74d699a2ed7e509eebc7e3a2af03df6cdfae81b7..d43a5d7867191f6000cf7cf17a6cb1de412ea9f0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a5a0423974f78d320662e6c87ce65c2805107fef..804ad13e45f29028485a0adc1a1b9b71b8bbb342 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 747dc62d0f8b9f76655f9cef1469e55dc9fb2d77..d12602318d49f2ad7a8dd440ca5f56dcae1e604a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3f68c62ec6f7567a19d8b755355b471eeb8612bf..9ce410cbd285a53a5e9c0c44c1f5a9090e119805 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 847f031158a19e042670ee25d4fb2476468c446f..e5ac18ed8cfd3b957b24f7100a725a0d0909d5f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c55d463e29dd1ab3e7838a5f74a8797c13e81da..b6acd19f62be44817a13d06241f0f9d0b1709c89 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ae0a843482075bcc29b6ea96c4acf0999a55c7c5..95dbd1792c55979c38126d8554ea75ad41b7be03 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8aa0afad7c91ed7eccb1310b9fb1c189e554040..1acfcee49514638c2e2f19c74ec0b7553cbcd502 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8ee7140266632dea2d4f5ced30d58312f2426f91..adf0d57faa08e3a2e813f0adda3d2a870f1ef0a3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f51fb30e7182a9032aa1c4d93a79b8c5160e4bd..925bfa15cb08a2de6b7dd58c59ccb368e47e1969 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a181bb3cbad25c698685ce8d86fefab0fbb4d08f..2b710d6e27015e8d4944ba48eadb2cf6eb4b79ae 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 432e2173a3d7af0809bb87bfa4f27fd74c47c2ff..50c8005156af4cadfc9ee9ac4ee5ffe648a31386 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dce3a9f15a9d3cd76710489006f02e2860d2a6ed..6f70d48bab580c06e06108d98fe9af1174c5fb14 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 24565e1ba4cdf5875bdd493121311bd180872b68..c353178d688b9c11e04c16f3b555ae55687e2d07 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0455055746d13284501838c0a84e1e84a4b63eab..a2ef3f3be5a6264e83ad48c304f38e87acd24971 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2011-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4585e736e589c8af208899adcda619fac9b747a1..c5f648acae2a3276445779137a5bdea741c01967 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 847309b38d370ebd27f506fea1a20af591ba72cb..c378160f9de8cf7bbbaae9c561260b08f7ac7dc7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e4b6224bd0bf1944ae0479030592a3f05db9049..4fb1200cfd9bfe7cd59efea65e6d9bf0428f4758 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a20c05e9169e2d563f9b231bd3e6b5ada852fbe0..6f8f06f271d7e181dcd4d121823e7909e9451360 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5369b9e506b139615f1b9f38c763f5fbc8363f55..28777d22ca0edafd07fa1c8a3713723610ef9dc7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c2c8b4c449a5aca986da27f296107e7a690bf52..e8991ded7a8859cf9f38ebfae29ad049cf86fcee 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c05c261eb4b435baa7dd753ddfa31b2d08ce779a..21700a32aefee7317a7cd3dca7a37434173221d6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0ec6b0c35be3116bc37c5aaf4fe7c2a152d3d85e..de7caaa66886e54d9cd078b9b7977cccfcc722b7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f82ef60169e569bfe7bc2a450b37f44cdf98b44b..6c21e8bb1d2be50b869e79cec84b274c3478bce6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 06816095c81225088482e93b0a39ed88445f2c88..235b9fe30a9add30c2e0a6e4d4fd93ef2cb43072 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86512b76f71e8365cf361a470d645aa1f10176a8..aab7ff6c741726d78d91fc5327b8ac859a5b6d38 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0eb57619cc27bebb86bacd03800aa6891899b6f9..1c900ddcc565456050ed60c498883e99d4dd20c1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea67ebb2dc95ef879444920912d5f0f080b60153..fca5b4fce1e92217014976fa07c7923fa78b421d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e40528d09831c965735e4cb1c1914b9b22f49d60..14bfaf37723bb287c421ffe4cb8078c8d1477969 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2002-2008 Andreas Steffen
  * Copyright (C) 2005 Jan Hutter, Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e35abd542c9c996580c6a74d28a7aacc2cd5181..70a01304e3aad66ada4882fcae072b292d076230 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c368019014e60472d6615e5029dd7d29a3d3192..ff37e0a38dd07769da23cb27d6500fabdd9ae641 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2002-2008 Andreas Steffen
  * Copyright (C) 2005 Jan Hutter, Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 819343c4de4b5b708c062b8eb027eefa9e01333e..58293a1253089a253ad3434ce65dc53891c57823 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7d350155dd382091f19881471be44cfa489e8769..9d2e03421170ed4ca965fc0d12632e5fee410641 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 57c8cf0c14a6d831449412264ac7efe47f52059e..2a07595e55d304925996628d6ed7987aa221e640 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b6d3a8089532dd6f375003f689c95cd530534d4..c74af9d828ba198f4213797792ce5f624cfa6827 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5de6721177ae759aff70c164c5928bdd6dddf0d7..7c3a92691587c28957cbde68e7ebc7978d57e241 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9916def198d9ec5ac97426bfe60f6d4aa80b3c25..6f8499409fd21c29d981705d6d60a15edadebe32 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b78a532b3d3d225e5bd9c9c9e1de1e742e54e0dd..ae129d258bbfc02be39cbdff6c3bcac61c8a62e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b1c48f7ffc31b6d0cdcccead973859cc00c1bb20..8841720a329d6887709d9002aa675960c3671cd3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ada49209fcd48d589c158afd344a4ca8584d95d..496c8a3891ebea93a98243730f381da9acea6c46 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cf28fcbf18bc074bd81d8f1c96fa1e0f19af39e5..a6387a46b5c46885a8077304c7c1f6e96f59fdbd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 57e1d049d2dd69fd606b1c2a4c74dad0f94d0c38..e223f32e0d1aab96d48660ea9ca88c97a6040042 100644 (file)
@@ -1,7 +1,8 @@
 #!/usr/bin/env python3
 #
 # Copyright (C) 2017 Tobias Brunner
-# HSR Hochschule fuer Technik Rapperswil
+#
+# Copyright (C) secunet Security Networks AG
 #
 # 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
index 8fb10fbc27cf1b60285774f66ce2e935374f22ed..de8486197f28075cfa782cb38574ed1f15c735a7 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
+ * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2080c05c7121de16464065762cb58c5661a49cb..9c3b45290fbf456fe58cdae2a0258fd963446d20 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2016-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
+ * Copyright (C) 2012-2015 Tobias Brunner
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7834c6797c89cdb2dfa8800ab8c78ccb7660f7c1..89d3f5de022cf361317c3899370c08cd160c68b8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2014 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5a16fef382a456282d6d6f8a58d4b0bf25eb59b..001031e835f49431bb6032658d58bc353186f880 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1777858659fe3801d2595c186d2e01d55fbec7a5..ca35d120580efb6b9a8f7662cd88fd0541eed305 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 039111f87eb1fbaac2ea2e90983688366d1feb88..ab34120446f8243543328e3e155982c5ef386537 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c79be909354c25df240df50eaf6fd748e48bcc76..9b1c6318766782bc4166a2727b298437723d7436 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8f649c828ea5a11a2bcfbe8ec5517db6a9270d46..db606c5cf7ae01841e1c8dfe878ad9b5ce2dcfff 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9292de2cff6bd73630e85b170c9f6e77b2c240df..a4d1088a3b1d94525a2a9dfff7903649ad2c1fcd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 302bf30863c78b4e29ba043e4d72b411d38e8983..b3354417cebd78238cd0da9a3c0fcbf92c6e3c20 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 45dd0dfdc7738d0b4021a977c2af2b971980ab84..a91de1d1a96165cb5ead387cd326983c774c6995 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5fcf33d150b11f47bebcb4b348d59a0b17a0132e..3fab45e5ba17295d989b027d356b59be9d199a72 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de76580fc955c22d4cd986a951c137421d49e23e..a1efe856085527fbe40fcb0daa05bd9a7cc7f466 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21f540dc409a4d74f25286fdae27d30f6182af54..411678f241f4e4414afdf712088f31e9520c811d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4365befd594900562fe716a4e2c88e054521d61b..9eea536786194c21514338b30864fa56f24ee3f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a387e0cc84eb6be86ac7270326a7391fdc148610..9cdb00a14a44507b1698f5bef63ae6ad4b22aa3a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b63bc2f43faa43bd975d5de1b7cb3c35d5358f06..8af5c6e64d7b03a593167e8bcbfe67c833e678ee 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f0e553131297fcacb76f542a9dd9dd8930f04ca..9574d7b1009e26caebf9bae89dfd3aabae0ae7d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b7225b6a2d74105aa21c5fbe25a7aa4d79b3b83c..fb3ca1bc89b4aeb5d67fb5366cb8912faf206c5e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3fb49ce6e4f3ea2cbfe399869a2f928419a02abe..76ca8d4874e7d50da3a1ff45e553236a72e200d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f688577e164d879093524eac3c5510e059636ffe..160a223a8b060226345b6ba7078e2b814fc62e41 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fb886d53cf3eb621bffb66c1b7f86368ea31996c..16fc1269099e13181ce0ff367d0689b5287c7a5f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e90fb50d32880058fa220f82d11dadaa24c6418..454e83c367dccaa3ccf264b7503ebad0c710d72c 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2015-2018 Tobias Brunner
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9128787f18424e985e20bea9e0429cbfc92f0818..6336989b7bd747d904e92947706fae9ba6b123a8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7541a64c882da23f125fd4a016e9a867da1c827..6560395f3d93b27c7d18285c5f07427f39f10dad 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Ported from Steve Reid's <steve@edmweb.com> implementation
  * "SHA1 in C" found in strongSwan.
index 7b409e2afad8191ac694d431c83f7cd43e6b64d2..bb328c014aebde470f076706fb30392f717b12a2 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index dc36634951029b9e0138d0de44a5d56e0f36f0cb..47525397587dbc4e0502e0961f6e77945176fa82 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 43dc19d597284f02fec501892d1c78aaa3fbd967..7e1b047979e16b14f9488f557a26061a58c47970 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index bee8b2cd310034cfd34de0a3fade6495becbb114..ff81a6317eb1872058e31278cc38c8988238f308 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index f3454a12bda790a8bb1a10a73ab4e5bc9eb70930..da99a7c1e7b7b22b4119f341e9ab7e2477662fdf 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index fc4c8cbad0317874129a75380e7ac81470c63443..256820fe6b15851e0c48bef4dd7337233b5f8a52 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2001 Jari Ruusu.
  *
  * Ported from strongSwans implementation written by Jari Ruusu.
index 0a69a971bb597b7c89cc71f4ad51643ab40674be..a80c8eae51cb1c2278ded4e122585b2493726e45 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 86d48f0aac49efdb6f1ba067ba537243b675a90a..27f13a6fed9ffa4f1b05282567dcb034782cb19a 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d7b98a03cbfcfb7e0e6dad5f3c95decd84d0083e..063d0e4de9a91060ae17ce02a9c600dd267785b5 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 0fbcbb8dcb0e52d60b11b8477d1996abf6797dad..1f53acbea87af3ebd58920e4c5c4aced3dd9153a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2f18d35b0c710e3841eb6bb0b31abf59dd42f5c5..fec8b241a4778f744c7cbadb429bf18199467217 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4513ee1196f1c58403cabfc47e695784b643b314..57f6885c56f343757d870c92f6cf086a8a617981 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2015-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Based on the implementation by the Keccak, Keyak and Ketje Teams, namely,
  * Guido Bertoni, Joan Daemen, Michaël Peeters, Gilles Van Assche and
index eeea9d7fd13cb62323de9c6a891e90ecd6b9c00f..7ce2d185e7be3c745ad5eb9b7b81bd74b4b9c5b3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8268e67c3dec9a21fd1624a744cd816a98b6cc7c..228d9370a0ad1083dcde9d92130c23d67616caf2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 09c8e5d81081bb27286e1c60491809351ff330ef..57201563e5a2a49e4cd89d0e91e52f28b8834687 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f1af39f5d056684ea065cd62c2d4af945ae1e23..4a8d15f0bbcba2a76be19aac1ce51fe134d62bce 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a8643edd797674336ee4ad25a66847d52c066666..263f1f565d600a0545cf3da35f1d79956cedea3a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce4faffdd5b8a86c66be9f7153bf838006e218a5..072dfd7b25e27189610d7563df68b67bf4feb7b6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b25795158943f37d3bbb7404493b0eee1e787ba..53123a0e1318a60d5b51f88c69fce7a0ec908d4c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f57ed81c3fc1eb145072eb29d28218c4f86e3f69..37c2e705e0aa2658dc436105dd584dc0bb62b21b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2dfa1d243c5135559a354869a2e84a13c169e69d..cab654272d17708aff82b9da255a2c670ed092d0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 62192eb58530b3cb30e09eb8aa9d331c872b8df0..e35a64241bc8fede84d1a436d8efe80ec1be3cbf 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bde01ed36289113118533a65e3d040a8353a1cf0..3632506c835c5a5df2df076bd6ddd2190049817e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 56fe3001c0bfcde54937cabc00d9b32522afd90c..58259841ce5af6ffaa2f4a10ffe7359ff3f18d40 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2cc00aba68ec6e8e51e9b0d0b6dffaa6408ec32b..0f1361cd692c2b05f2b6a51be75ed5a6b96a3512 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8c499d1cea7842a12532f855c623a544f60307c4..728860ecbb5f5d829663f137ad7ee33ebd3db036 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8a2a5841ac8c4aa9744b8d9b86c8100eda8acf77..375ee401a0ebbfb6bfc41407df95a7b65489915c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed35fc0106a360f3180102e3c00628c980d43e69..c12724dbfac7f298d83dd5c24280efc8a7266d5c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f96778d645f53241600dc93e34bb38765149e9eb..5cb0ba3c41e310e1628fb2c8623366c250bb3c9c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 49838df579558275faa04ce47623f44f129a5cf5..d000962afd4ebaeb81b5a9fbd66b2b765a1f8ff7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 23c4b77f4eea48ba7d47ba10747c98acc17aa202..ea0d2f071e09c2f4ed6b11cab814a0c1d1521cf7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db4883640140c1b75c925bcdf49efa0d17124458..2a90232293007180e4680f4fc45eddc6995e4e27 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2009-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 715608291f060a76ea70d4502a371c42f870e79e..0d72211370f111f7b6400b94d91ef887ba09d6c3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 38aa941807d96d7b4a5bbb00cfea1e33a9d1637f..14348836003d6d01bc47f4575ed66be7effaf4bf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb45254ea250fe48e4f7f3b3e949103656672566..bb2eea0b6913f196f1a4040a8bc6d9cdc6ec53b6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c5ab5c51bf7079eb7699d93db4817df9f4f344b2..b84e0b18fa2d4d494f84770fd4e722121d37bb7e 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b38a23c8e8315a83ea1ce4a941436011d32acbde..81dca98894526642c45f1b71b989ed61965f5837 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e5126a70f6bf0fb43778ff2a8700328c23cb844..8f69192d0491d2245d0b95ade073c591dec74645 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 54d18a84927a4ced070bab406e9b0c6c0bfd4ddd..8d4baded3c9843917d6722d782a08651be3fdf67 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f348cd4d1f7fb9ca7b7daed8c4dace2acf02edee..a7283ecc1d6ba8e26f079a3f1a3f3c96003efef8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86f2bfd1b9a5625c76e8b434d30d656f7b8b009c..91d7b06d18f128758a093265a65ac38bbc62f109 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9e71d2e6692a205be8d4517ce25c26ac26145d37..14130d85637f05ef45529d906744287cc2bd7cc3 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2009 Andreas Steffen
  * Copyright (C) JuanJo Ciarlante <jjo-ipsec@mendoza.gov.ar>
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 75789fc91b3c3637034a983f591b6529e493a87c..aa641eef63e4e00e02b5fb3dd740ce68787eb983 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 241e6ca7a4b9f66ea37853a3ea2bddcd6a9e6e2e..e84e3a71fb22475dd24a7615e50fe5e637e53711 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a58b37324b68273387880bc2c39ffa5707ef180..7facb668bc1501498bf4a7482ee41640fa642263 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e0920bf57d3be8bd7e787040df4951af1d444a5..75396c10bcdb6ca59c374ebcd248ba7e155fc433 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 989c542da0cd81850f2c2e8336311a6f6bcfc7e9..5104df2bbbf73cb9ffad0a9653cbcd0770e2557f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dcbfe5ca3ef58dcf0705dd66b81e7a78e592678e..f7c8571c44e45273cce568569f634581fabdfeaa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 23c024a37b495d7ea924624e59e97a191fcb2403..cc53bdfe2ceaeba4526f77444fc4333922c6b3a3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fccbb808ad8c2376750a8207c06132bf412c999a..da9fb9ac063c2bbb37659f97103c287186cf923d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76dadc9a49765fbe8049dfba66db1427568269a6..18e403fcf43483252ae4d683544ac6e0ef52aec6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66e37c90a83bd1abfb4feb6539d2ebfc39cd5843..4d398db4df8c79506cd0c1ae5708a2124b957a15 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d326851418158b27a7dcc0a5d1baa4e4a9a3816b..e9df71d5b217d69e1250d939804984c9d72c82e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b3c94b2dea5bd8d045299755dd2db801fb0635d5..378d4b2c5a2f4174ba06d5dc520ccf0a55dd41b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de439986837780eb8c552d2be0d766d160602115..4af280690a285ad6ee38ffab8fa30ee4896c6156 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6e873bfa8d0feb603a57c9602bfea0d80b1d5bc..20ae85db9ee308a617b0d05ead09219f7712b835 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 50c89041491ab02cf65f387862889200bf76c79b..1bb988d1002d968ccaeed43c6106aba7a7340d92 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de7c73f1368e088ce9742cbfce31b2eb7f816218..3b7abd3d74319cf9c1b4dc19928cbb5de740345c 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include <crypto/crypto_tester.h>
index c8ace32967b263e98d194acb1b2eff509ccc3825..3af425c6782460f298ef5e801da803c94152f606 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2022 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2022 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include <crypto/crypto_tester.h>
index 364a2f4dea2f9ace05f30b5523336fdb1d9c71e9..b2707a13178c9cb1d77af90365db7137e75c4614 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5b428c6ee6003b23f9fc63d173b8b2067ec6eb71..a0389fb553655ebd72a6c484b6cc13a1d486fd5d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0c613f79aa603c54d3ec02b28efb8d039ce05f9..4c29522f48c950801474f23ec5ab1f9dbf95579f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7b9923042111e7313a3de50a9544109cc5e7caf..dd5d304c81aef69a6746bc1b8a610f225e5cc9fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 482e41c36aeb6ec99681feb18d6d87c5745a7847..2ef26249381fbe0de5eb0553933e6c2c05be2e19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bb64e2df9a36fcc944de1455f151dda172014165..4ccf20ae315157f6c8ffa174077b9cf1df5f82fa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd352ef31a62203b1cbeb4610b76fef76a1a9411..16023b2974fa9ee876518231c75fb9cca03b0910 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 42e168970770d36a114cdf1c23a82f16fb7d4ef2..bc05b02e053d64378b0b5222df9b69c3e1bd8516 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d45e3c75f52b62974f9300c79fd3dec3b00026c..1d0d619152675f8acf568310ff53ed40155858fb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8cb28e74656b0fd05cbebd9334495b9a6c06278b..9160e03cb0bbfede07c3b765dd0df1a49bdb4e82 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ec7b67df0754e07898a26296b9d9d306f5d656ce..127d0b79ef19791e148a8c5b1bc60d0e68975f6c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aec6bbe04469f7cb4c5bf7601e1a651af74b1336..936f77c5d0545a71149563bda77d22a2008a3e2c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1cc068fda7b90b0c1d518e7c4d88c41ad2bf915b..c2b43f8fc31835a8c51b5b326e199172f8bcacab 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 424451e2378684e47f58676773a77202608ed53d..a2d82c9ca0871c88c29a89a39a5ae7367b6a6a54 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da01f9ec1f2ef54b5b6c9f02ad3ccc72dbaef203..d50755a6d64eeb7f1fc0b1c97ee7ec2fc1bc31e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d8212f8df1284ad63f20f6a0c07d438db7e56ee8..4aa7564457bafd8c4ee56bdf35663ce46f868b4e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0150d0a80b72a298e2308414c9d6a4e4dfaaa701..a83cc05375fcba9b367dd3dd834de40cc5b811d6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1d00f4cdec6c24e39102646978a6f85fb3a3e852..1622f15fd18d81d2bd0060eaadeee9e194222529 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1dddcb7c25c117183cffc204461252635b792fa6..86e4bc6cd3678e752c956cf82a95c44490828dda 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ee55837a6b72264b96e8abc8aab065a957f2531..dac2ad4346486a9c1533100a0c09b2e7e9de6f41 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f719a8b40044dba0f1d037e30dd61ddfad913663..c22f539253d999aee869d1b50d3ea84ceb69e6e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b8f7ea64f905af636362b3b2678ef65b3bbb7293..8707139966dbaad0b031655af9a84ffd1b00cf0f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a53e974f19facd6b5be4d76d52f8e2479c26ef54..fd9fdafaa24ae34b450045bbd4b35a3f1c8c0846 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index caec42ba7c9ed0600773af4ba5f4eef5b3cfdfe5..6674910cb1627d2e567fd03e233f16d715d69f34 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0e65c0152c4415b44413c54cc605efaafc9edb8..06bcc7b3cdad97da20f3dceb4429bf374f0cf7cf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da4ea4bcd8098780ad250a8574c6e70711d30e37..73e4eebce067f27305fc9d1c1b6b5fb5674ad574 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a149aa500ca3837dfa72cc881c8613231e67c991..b3e8b5ec5b63d05a3ad1009a512ccfdc62c7da55 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ec13b6ba58f1781bd639621cc3c4ee37171849bf..421870a68cf8a8477c618b041e1a4489a0f00c3d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f26ac90901dc3be32e9a396592d2603e2517c516..aad6811af42f38a1af17375a22fba0b63748043a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6129eb889c2c3878c11266b16ac8848e816d17f5..1b8484557e78c7073ef7acd5dd9eb4b6456cc049 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8b67ff58be424964c16ddc634aedc31a757b05b8..968174e04c958cfefeee60d7c18783ac4e6e0f3d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30cd0518a08b039cea07043c0e00a68f011a7dda..32d78ae0028ff44cba1a0f0d3eca7d6f09a32a50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8145d152c700ba9868727eb71d60b83a26f3dc89..cdefff4c654d287cfa96cfc5beb3f4b2e42e2ac9 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2019 Sean Parkinson, wolfSSL Inc.
  *
index 871c22085fcadfe861413278a1c0db0bc9437805..c96d1a6a502fa80e3960172b8a4c512eef9bcf13 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2019 Sean Parkinson, wolfSSL Inc.
  *
index a336d519e462b5756c2ff1728b17833dec89872d..f423d8d5691029ac6568a8b48e2d93fec7a0db5d 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2019 Sean Parkinson, wolfSSL Inc.
  *
index 7325395fcb69162a03cf08ca44a6e9187f8bdbef..cbba467dc9db4552b4eed1fff375b7581907618d 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2019 Sean Parkinson, wolfSSL Inc.
  *
index 1e5ae6838fb928c5a72afa9d71751018bef96231..5bf2614e6684706a2c1571c891c406e58938a571 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index cb8d254799c492af414b702478f2734c80395c2f..32af15d805773ec773318387cff48c3f6e932c8c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 7a5a31af7fa40e7ef818b8cf1f73a97b556747ca..1c2dcb814e5cf4486f10ed8a703bd86aa4822f08 100644 (file)
@@ -4,7 +4,8 @@
  * Copyright (C) 2003 Martin Berner, Lukas Suter
  * Copyright (C) 2002-2017 Andreas Steffen
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e74fb80cdb2f39f22b06d3d4eb6f26c34b9b7c5..b18d750eada8d1ee382d4f33cf1fe5d59e84b135 100644 (file)
@@ -4,7 +4,8 @@
  * Copyright (C) 2002-2008 Andreas Steffen
  * Copyright (C) 2009 Martin Willi
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9eb17a19483ee41291394ee27836dc39760676d8..7fae6ab32b02643f4618e212a1f0475383576f81 100644 (file)
@@ -5,7 +5,8 @@
  * Copyright (C) 2000-2017 Andreas Steffen
  * Copyright (C) 2006-2009 Martin Willi
  * Copyright (C) 2008-2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 355b75fcf32a58335ca38a13725b393b57f9d766..54bbeee606c9b602b689d2559c15ecea2a5f0087 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a315c629de434f7e17b8b8ea8711d32f9bcf6025..97d77bfa4bacd480902ce258c23d46a1747e1471 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2014-2017 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 301b1544b4a63d0f9c591facaa49b9d3153fbe29..5b1fe96762415f3a3e007d7448d4b61b9d8636aa 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 58270d3b476f618f3a0d85dce0f1fc5d2f27088e..e1e4775a3af402ca5bf5c8d92630665dfd408b33 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 2017-2019 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2007-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2003 Christoph Gysin, Simon Zwahlen
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index ca552b9ba2b58ddb32bee9723c60c61da857915e..d9ff4f5cbec2332a88ae86033310c21cb46af8c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 705013c91d4046a43a73329f0f1fdb5af2fa966d..42e0c58ec8ed8330e58f24fe466284345e5c2203 100644 (file)
@@ -2,10 +2,10 @@
  * Copyright (C) 2017-2019 Tobias Brunner
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2007-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2003 Christoph Gysin, Simon Zwahlen
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 90efabe2b2f524b31fdb525d341c77e0763a35ef..9c66f6004ed11b41c8683ce63b79c4d34ca17a76 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 587fbd5d6121d9393963c61940657b57b0c47b3b..f1d90abd0a8b9c40a5866ac027dd8b88dbb90bb9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2005 Jan Hutter, Martin Willi
  * Copyright (C) 2009-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f9490b1dc02e4cc0fb2ceb801fee001ac9746113..0c175fbc91b553fb75c85533165eba27a307eb2e 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2009 Martin Willi
  * Copyright (C) 2009 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1eb56cf009860711b011b834c8900c93e170baec..0570e7a317f3dba021d50404321f60d719bdc5ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008-2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3857ee313476dd4dbde0b43deb3268b67e4e3a2e..12489f6894e18dadc2b51306260b4fce37ae6c45 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3dbcda75ef26abde1efc4838ff0ce81a4de1137b..826b9bd7c8443a956aee29f18dbb093e1c5f16e8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1fb6cffa92ea29788526172a41bf42946691895f..80e6db3263904be7d867eb826d72030b0a77dd68 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 659741c13f4c18af0b3defac6f03e8e755de2c44..1c0fea14d31ae3560eede5135818dfbcc4b20261 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf34b05af55c261af70eff7604df59a32ebe9a4a..e8ac84a19ad58a6e2b316f358d2ab2d02c6695c5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 99464586caf49727ba84aceae1e6b629e398b185..cb2a0aba5b95bf13eb1ac8c93938366d9287ae17 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2009-2012 Tobias Brunner
  * Copyright (C) 2007-2011 Martin Willi
- * Copyright (C) 2011 revosec AG
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e5cfdd40513a67a6445860d91694058c476f4bea..0f1ae212d87f0fe63e2bbca0a86ecfdb969416b0 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2007-2011 Martin Willi
- * Copyright (C) 2011 revosec AG
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ccb897173ab01936abbaac59926fac5c504735a4..a8492321d52f5c6fbc15e90461275603beb932ec 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d5d1803920ce2252c98528fe68486a2a2795563b..1001d8eef1f40c8edfc97828d48f7114abd4fb37 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad750d233330238683a1cff95a82bbc144c74641..fcec2e1e049ee8f10ed0531dc7c0c102c9489d69 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2005-2011 Martin Willi
- * Copyright (C) 2011 revosec AG
  * Copyright (C) 2008-2013 Tobias Brunner
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d5aa9bc8aaf02ce163c7a3e48c8e7fa185db6ce..2b4573f815021972f476c85fef0ba381f346cb10 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 903b097a169ab0babc998d4eb68533b77314de46..c5e5dd83e706a181486b315ec92eac4bb32e7233 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2015 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 77dd0f3543da9c84f8bde4406ea9a50916613a2d..9bc8782d96a96542ada1f26cfd39f287358f0268 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2009-2015 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25af6baf80084cced6eee6fccd28ba6f70bfb6ad..8746f0e3dccb7aa455618df5831d89eb1958e8aa 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f07cabf1adb4c294aca2a00c0d1996dc34a86e76..3924593194be0b67eb2011e9d2408a8f58b9cfe2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ba40ba03c94c45d1d147738624eff0765e97f8af..c7ee2d00733e08af7a28ee2e9578d2815dfbb8c1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 06d435d5b1019100c05d14d8195e7992854ed1c1..9fe9f03c634bc3a06224d5460007597c2d4005f4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f6044f75fb484d26cbba357d31f8e9c6311c659..319f25a15405d95b457f659a74fb5be7c2648388 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a30c06e91b073bfed6a8b66d78a5a39420d5a40c..914b8cad18f02b50521530069c5ea4871715cd53 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 73b760abfb4147a348706daa26b8678f652b4937..809ee9938877ca15725592f49127f688f8a2b520 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f0a8ed85e5a13a26c8d89ad94d2bb4e6d4ffbfcf..d81d46a14d0e298f1a1145b84f948b1bfff52e99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bef3638896092d7fe1092dc788a8d23ecba26666..59d6a8d51e60c294752c8b816e9dfbde554bfd42 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Reto Guadagnini
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 596e98c036f02745e0bc23f1ef1e744176ed734c..4c645bed1413addda33ecb7e2b6751f7ca712593 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2021 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #define _GNU_SOURCE
index 0392db77fade5d1d5cde1e3b86ff55584ae623b9..81dfcca5c233f87fdae1bc49590ba7c629e5fb6f 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2021 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 /**
index 2e69e5ad89041f8152657c3d79528b16844ac068..fe61e3768b8763c69b0bac2f620f9b43dff55977 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2017 Tobias Brunner
  * Copyright (C) 2005-2007 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a13aca106aa1549dee0751b9bfd26379337ea826..367b4fff94c238c072e09a0eedde0747cd4308af 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2007-2017 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cc8ce71f1c2410adb362b2c2daa99d611091a3ec..4c47a169c5c3f4865da1f546b1c18633312b31c7 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9381641486c32f685d8f615f89bded1a9d5c8a6..b5d4d63bd2994640509c9a8676f82583a150be69 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd9b5ff5edb8bfaf54ffb9ca84e346a6ad2d61d6..976c9206baf852d17377754929ccd124bfe47718 100644 (file)
@@ -1,7 +1,8 @@
 %{
 /*
  * Copyright (C) 2014-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 84106cd96cc899369a997f72d42f7b8ed6f2235d..a231d959cb2193df644a9dcb1d411b64d427cb0e 100644 (file)
@@ -1,7 +1,8 @@
 %{
 /*
  * Copyright (C) 2014-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 625b70409219b0be88988d5d6ac95ed10f386396..6833d9ad472fbc908499206e94149b1863d4b6ca 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8163a0134a2f66ddc0b21cd5a24082ed4b02489b..163baf69550e6835e9f853fafb1306424c364aa7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da2bfbb76ca790573e7d346cbf33fe9869296460..52f27ea904555fbbd45dd7aae2ee6b0e88b475fa 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cbeaa472541f6e76397d52637781f9b0f3d42681..7cedf8e0f3473736a5b1b97d82eb63b726159b40 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 36c9cc0d05236e70670e18ae99aee6705f69233e..afca5457133edc21133e5a71b3b2602e4a045c03 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a84945350e96d2a3557b5ef726f0233283d6755..3a3237598b7ab15373522f5ec23c8641c1c6c4b9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f5387301ea3beaecc3b09518a8811d93cb10b623..6be186106f88329d2f0ab48184d0e9793d725d3f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97ebe7e05afd354e18ed840ae5c6853c81cc5366..495f7251f02e0ac654666ff59bf23b9ed975fb0c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e30702864efc285ade4cf4e0c21478fb97405df6..36729123657b2111ee23560118dea47504ad8271 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7501e1a8b029058b8dde95102e99018aa1f3e9d1..f141073a4e9ba070ed99547325712ff2b2080bb3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6f276d775013c66e6e2a8280f3cc08944eb30f4d..3f723815268595c5bfadb1e0a25d0e25601659e3 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 644f41202499d42460974242bd6617a505c36ead..61880d10825d95142fc0c13179ef30988ed8dfab 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f0c851f5737ee714b85a91539874f181bfdb8a1b..0e965e2ac23df144b14b7f127f257a7c338fbe22 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 773e2d193a11a795fe2564ddd0c0ec57af2f084c..a3981ce0aa6bfe57db7e23f61e474e128e9306fe 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66df6d7598a8adc6be691e6e91a6fd488cf4a84a..c90a5a39e7a3676cf66d6930fa2dd92ad7819b79 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7137fcf8321224e4ba8a12bf0ae55885b3deee2e..1844cc8904d43657f1baf652b8b5a16fd31e3595 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 83ff14be832026221447e7e4b17ef1b619c1ade9..c2329bdba4940d1054993e73728b8dd998dec63c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 924b3478671ce5bf7d30ab430e49d040c98413f1..ac614d165db241dc27505153e5b6ef0dbe3574c1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8bbc52549b728053e961624e18db76dd4a9558f8..a2a0516f3b92485a00898d2233423b71c747abf6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7bf5273291c51784380e12a13a1a82d294f99d4f..cffb777cd21d59e448b6e554b47650abf375d093 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e3baba6e8ddfcd1976bd69ad1ed9adf89d0711e..e35073ba01b48bd77d6af6097d55b767ae420dbd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2a06dc61cf6d10a2812f1f0456fb67663bd02676..cda7a68b34b912da412be753a02dbafb1c08de35 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e47c0cb5f9a6b23453205591b365154520c63d5a..eac6b55a5fdccffa2f4dc1d01ef2d6fbf9c987d0 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2013-2015 Tobias Brunner
  * Copyright (C) 2016 Andreas Steffen
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fa1c709408280ba76428e8cb50bfd0a5e86f0986..8a5b67d3d592eb288154cb71e498062f49fce168 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 93e11c42ecf0cca3b2e7305df838a35c3323d685..56f54f88938e47a9e2216d8093bebc3220bb6a32 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 30b7b5c118b1cc0617ad422aa7b3eb16633add29..0aeabedffc0240e463cf42aae8a6f4c627c36e5f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4d0b1329b165531ff26c1a0c092da41bb7e079c0..8d22aa56f69afa9dd9cce2639293b7d1bef800ce 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
- * Copyright (C) 2021 Thomas Egerer, secunet AG
+ * Copyright (C) 2021 Tobias Brunner
+ * Copyright (C) 2021 Thomas Egerer
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "test_suite.h"
index 0a307c4c7c4832a158f81b6366bf4121b87777c5..f34e8aa4da85e4b53eb75f2a9c9de4b7bf48cd02 100644 (file)
@@ -1,23 +1,17 @@
 /*
- * Copyright (C) 2021 Tobias Brunner, codelabs GmbH
+ * Copyright (C) 2021 Tobias Brunner
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
+ * Copyright (C) secunet Security Networks AG
  *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
  *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
+ * 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.
  */
 
 #include "test_suite.h"
index a42fb5d29699ec02cdbfe4260db54343fce0e427..1aa564f09439b8a22b65de212e5b887d1b5b553c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2144d1dd3fc5a096d364aefc2906cde7dc156084..a635f7ece4e1d067168f1287cd2cc559c2046ac9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2014 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a6cbc9aa17bd7d9d829bc52bb613aab22397605f..ecb04674eb1d12ab7d2cd8ef395761c66474be1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d78c2612acdff46184c00c1e6828161978e6ad4d..3a12e9cb5aa135937a5d3727f6b64a7cc7658698 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ac2b858bb8cd354710fd834af9894152570645c4..6854dbe5bc083a9386daaa2ddc727c4ff96fd35d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9b1c575390d5cb0db34091e2a304be386276542c..bd0f2bf3e9de84ddc07506d20ad45b61f1bd7ee3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 783b2ec96ac046e4ff718c95e3b9baf5b0363f22..db9416a3d6bcfc7b1e4f5c710d6d22468d8abbf6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8a471266a8628ba084e34d8eca3e2b87b28dee0f..3098b7fddf3b801f3f4b80fad6a959c6e95d51a3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33a223d57b34e88d7dca7bf16eab52ca2d734c10..7bc02f3d664e607fed9acc5c231e5dff46b2b182 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 71105d940f694c0316887a04f416b0fee1587462..32c1351117d7c1fd09030c9e2667ccdb49b68d6c 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 20b53b0f00dcec358ac58189f97d18480aa9d9b3..bec863b3bc134eca742180e2bc6158826207666e 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12041add0b010e8dd519c1ef29cc7c8ad485b2f4..704f22acb7b20d92535a29eac91a1c7b733aa241 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b343a5e4c418e5f9bb73c935c3072c819f85bac3..783a2a488e99477cbca88d3d3036b6509ac4af3e 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6b49eb56b4a16622d4e4f0cc314dd7bc90012786..c38a512bafd31694b2529f1fd8ee0ca94b1c0a60 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c0c9d329252b0c6c3dfb9720b8df76643fbf3582..a72319f25e373e6662fb89b2f41f04b88c17dc8e 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a28a7d131d39a200a88e86e9f60ea9fbe6024604..8ef026b39ebeecdea88810fd261e9050c6c9cc67 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d9ac84ea52d821fed82ed2c423449435c94a81a6..0b8416bb4eb600db72246d7f49997efd85636a73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d273cd05789c51a27e0dff318d27760e80bfc388..b3ee72ff310dd688e645acf34a1a8461e3fc4f59 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2d41e5f301e1389c2d71989f876c1a7fefd67105..90ebca62e901673d5bb90bc27735db5fed758de2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2018 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 137c337dcecad933d45d5bcf08eb02b6e52cc0d3..cbcc0c08d39bdfd381b59eab0160b6731e9bfdb8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ef2619327fbfd3a44b7a10a9a8072a7c675dd6f2..7aa20f27c9137571a3917e028b925cb8eff349a3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 78428e065c672802aa939ab932ee08e5edb1ab03..bd619f3b1b4bd4da0d31f88cafd8c7fcc559daf8 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 11b4c3a7d243a2e8b748b2acb96ff24c1b43b5cc..3db2e14391e4eb622d1d4623db9e2df91fe32a73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6abdfd0c1a166ec519a2f6c9a7242caba391c1bf..caaa4d22639b5a59c75a46efc88748dc291f6f03 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0fe767c5f9489bf87ffcf18922c34448ffe8af5..e53676daadbd9018a70bbe77a95cf208e7695cd1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1149e1357f06ffffdfa6dc9eb10455c5fbbf3599..a6ee5b7491328ceba9e6e3f08d057ab29d06577c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0629356b9b45784d594423b493b84d380c97076..b0cdb1214b6c3a81f65e76c2d500696af9605f5d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0fdfac52da854fd823ba1ce61b5ce5ec11ca211b..18a65768801d186f5070c12cc87aa344e50db65d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 258b759e99c169d96f6c0a677debdd6d26cc378d..21c00b2b73cac90f3467cc04f9c3a82fb1dd451a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 37b493b55574466f955a120046ab2c0b15ff460d..a9c5e934c76b95c5b4548a0dd6c78db4da4f3f6d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2009 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ab61eed06325cc002f0f80a88aa25283f7b34a96..0c5b576b59ac7e628e27fb2844d7669927b945f4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 888f11df0797879b4033fd426b11442e97e0277c..9ee389a74cb766be81b582831ba0e89c06cd24bd 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 147a3cde7fb91ea4436a1cb1df867eff4d556ccf..17c86d9256b36bd6c4bccd3a8ad89b38705d787b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2009 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bd57b65f0b440820befd8ca968c9a5e8b1883a35..888ba64d0c8c3a58e20078e288bc2fad1c1dac7b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2012 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9fac91a82cfaab0eee6c67eab51d0bb41ba5827f..f2d962341b7326b457d972b2bf1163bd5604708f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2009 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d21e73d0321ae86a601d73438eaf588a91fd8c8a..0dba902c33da1d0446c84a6d6421bb52b4b3bd5e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4147d7b93ee1952d07b0c4465fd0d9e56ce30ca0..2834134365521acac1fdae6337f3105e05a0bdb6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 034c92b601b41a2b6971d06336aefdefba9c7bd0..6b159249c5164913a93df734b0b7b2a2740e2e2a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 901155089bcd70103478089d42d5d2dbdeb81e2e..5b64c85a05cb65d2f1279abb5e12ae3e0edf792e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2c7164ab30057fa309704d3ac98ebc78b1228b4c..bdf608846b0beb9a792c2404c4d75d96a2fe3b26 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cb71bc4e02fb3273c645b8041546655cc9b5674c..b4ff4a1dada4e0d260fadea6dab858e06922e841 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce9cdcda27df41dc788515b1c450bd35e6bc771a..83ba42f41c0691cdb9b09ee8b33f3651f91f922d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d015494dc34fb2f395ae68873e65adc3c6e6780..96ecf63559b2c08d58b4c5578070088c9bb383c7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2012 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 028bdeebe44f5107c2d9ab5e57f5db1ef352f2c9..93eccd50dbe2550ce43bdb73960e4de012dbabed 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 135c8022e517bc3b932f1fd2096d83b7a9c4942c..4824fa3d2aa0b1ba07c27e8b6b1c384bc26f4af7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc0d6d864939db13d544cc0ea81c5e6c1bdb09fb..8235d0874c9e3c9a5c35ea61abaf8fdd391b2ef2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 29f523d3ea9074d0e0a6e8796ce6d1da2119c0c7..97dd457150ed4c452e0058b4486ce103b7876939 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 155dd56dc4144baecc20157ef3ec8e7dc439672b..3d1d670ea416614860eff62ee9b57c140023f92f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5f42c0fbc4c8bdf27706674540b515fae47f3eb3..e70e4497b076d36ef62c1fc27f7fc92301b2ef31 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3f08c623bf583fd7ec0c0d060f662236b6faa541..4b0251e7e8a7334d9d7cfdea237ea566815151a2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d7bd7e64c0ca9736683651658319cb13f84dbf48..b8c5f12b86b7ab65ea35121308e9faaf13694db2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 788fc6b6aa579e7530a48306ebeed21d69043e18..432d501c95e05997e6fcd97b56a00897a1f14f04 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2006-2013 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 85d8d250cf7c6a9cbc4c9941fdffd0e515c47b2e..5eb962aa87ebc94a63b324925609c189e1147efb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 38c2ee09edc67ab65bc387336fb841b959cfd279..9836fc9bbc88b09ee54611b0096fcc0a51c5c69f 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2012-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7bdfa347771c470e921f46c1f829b28a040b95e..681fbb8bfd0f0ccc9bf6cfaa2befa75d77bc4364 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd4a0a0341978a21cdd7aa9968391c1a2e72f753..9150537ce5482022e8cd75c092e50920a98c7bd6 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2005-2006 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6cf6510ca49ead1914163fe57d034f2a5d28aebc..f667b9bdffc0fe4d6a84c4fe802f28963387f722 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2008-2019 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7fbcd94609f1aeae9262a8eb99faa12a9997217e..9b3967cb653b51447e42f12f1323e28cae572ce3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 61afb9d9e694f289ac26ed9932f5da36df605caf..adffac3ede4b1f7a4a1973dc0b61326ef7fd397d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 12ee5991692f1a8412446d77a768a4d20a28516a..7bf96aaee4f4400ec9adfdf68ed11eaaa1891878 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1061708fcefd51aa494629784c961d3c995ffa6c..76645fed4a9922deb42fe49a4d1b6ae95ca0506f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0529701eae84c0e67d7250e237923e7326e59c1b..a12916dfc98027ff76b80756ce5d2c4deb985e5d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3a807fa2b5bb18a934ed548bfe670596f60ffd26..54c974baa4ea3e7a3316756eb883b042bb44e700 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Martin Willi
- * Copyright (C) 2015 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 812ade4f5702fe79c71348ab295051fa2f0643eb..a3a042be5241ba62af34c64069c8eeb5010bf6ea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a2258a879fb1ba0d6334ed95d9cae9af358339cc..50ebbf50fc71332ac0820f9a10cd0c458603170a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e77489f6fa5c54e9eb5861e92284e9089e0c895..4f93e8c6d2f6c715e7bea1d6aa03e1960b5bc0bc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d6f909e15b0426a0cf7c2c7e6f9e9b069990b7b5..45649224ea4944fdae531bcc44151f526084114e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2019 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0175f8da93a37b548f6aac909c26a3c5fe393b97..6ddaf6c3ee16d7da3e53ac5bc6be56c9e9c692bb 100644 (file)
@@ -3,7 +3,8 @@
  * Copyright (C) 2009-2019 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aae0d161ecd54476638c6324ae785ad3e9b03f44..a85b7c5389b3745e98c947b19c654c16b53cccab 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2009-2015 Tobias Brunner
  * Copyright (C) 2005-2009 Martin Willi
  * Copyright (C) 2005 Jan Hutter
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d39b587a9b0431049f89604d743d710d5e8ed10c..a9da610bdf45864080cb38f8448683d14a661162 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2766a0a7473d977251b644784121cdb64d3acefb..0a08f409fff4f8190775d60f64454965764ea53e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5e3be5acc15cac9c65af2c305b99f9701c0f8723..96b4ec2793be0a1d49e6ccbf90e0b33ce244220d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2013-2018 Tobias Brunner
  * Copyright (C) 2006-2013 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b27534e2a7c92747c89d0ce631a00622fa02e4a0..062a570ddba28258097c391a5ed9f8faf2189c5a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b0aced1807a7013628a9a9d0e4779f5f35e35a7e..654a5b4b4c916f35e468c1da93bf34f831619952 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * Copyright (C) 2001-2006 Andreas Steffen
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 4c9d2b3428aae19ad5ccd5d903c5b6c45dd02cd2..96d8d8cb5a33b5debe5f15a131936b372517b971 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2001-2008 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c5f649b72e4a9b54b4d07fa060f84515accfba1..4408323973cb64f91f551b1cd141b52f0af00b9c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007-2008 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3ce52365faee90aebb06d378d4a6cb92b1b52495..9cea6243d0015bae0333e7ee89d52c5e5c32025e 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007-2008 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bcda3b106d1f02997f11bd989583cc377228a8e8..69800a78139be62fbabd18b42a76e2f4159326c5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 818062c66f38c0ca1528ce876e9406cf61ab8fd1..c79e6a26d675c794d7015b34b475446caec61bf4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bced1914620b7641614f4548334f130768c5313c..eb684eea577629ee35eec983f4c19aff493755fd 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index af5494052a749dee75d38fcaa56d0d92b0d998ad..668af479b33a772b5b00bdd389acdc379210ed3c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index efbacff6f87ec2e0693a3fdd6a2969118e1fe7c4..a2228ae1143888ee425dd10f3eb9447d7ad91612 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Willi
- * Copyright (C) 2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17b56d2785fff4f0aefdc55df8b0a583582cb535..6998fe11e57a608ad2ae6cd29de45cde95e97473 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2013 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d882762433215fcd56752e2ba5373982fe148b3..7d6c60ae4d378b7b69e1c16ca74100ad7d58ecd6 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009-2013 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d744b25778d7d6dd924787cf6f11c5bef478fee..36c5bf52add64237c72b2c8844d2db22e47cd711 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Tobias Brunner
  * Copyright (C) 2006-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c863bdd108231233493484d73b9fcf10ddfe11a3..5c34449abee5d037d2186b9e634f4b21a0848592 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 81719201cae2b81b1e8b99b52ca465a058949d43..b70a5c4684b366f1c9061cac988f59429c50364f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0e9f07cd0b9b37e362e9e7c11a10bc8d07531b9f..4aabaefe27564b108b4cf9a85d888e70a7b720b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f7ae7d60c5a663c37f108f149a32139e38f9685e..dd30bce7cf53172bc7093a4f648d3529273796d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 94863d3d6b353e26b426aeeb1acb5d0b43ce7a7b..4228b1f512ed2858a3af7fec34ef677473b54026 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2015 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea08b68c29c8f7f2b411e3b4e2ad656af6a2068f..c7ccd3afaca52a147d9f920da49ef5d169ed06a8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bb76866f17f4eafe61d400d3a85b017c2422b6bb..d1e2e12f256a4acd0fcc83b65cace4703ce844c5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 85eb259748e1784ba4f14fc8d18d8a94464671eb..228ccc49346ba79c56b984925c224a50a084d6ef 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 82a8896142d5de06261b40d13a88fff72193dcc6..bc0b9bbafa756fa86451607a20467e8c3c2150b4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c23b361ec198ff027d657dfbd40f630cb4b8ea38..0fcd99e18eea534101620a58a2d6cab64d5f71e2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6bd626cbce4f50ba593dc8a71f2f2120a307a693..af000615b133afa216c14f2513be1dbff4cf742d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8248bc129f5d7069c2f221a2f0f518d17873039a..c1a4d6eecd12ae2e4910d8e9085a664b1b629768 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eea19588ef04829b50b6040ef9d832b82aecdc86..79c37fb2d3466c9d2c2ecca6a54f725cdb0d44c9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da580c01af87e8ab52581f60f1579180af81292c..fc591680447e7742d029b1d0a33b887d87015780 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fc7cb37b9303539b7d0de20bf05107c4c3dd6d18..f209f5049613464369a853efbb266a2dd3d7acb4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de00535edee526af9b833cec051c1ea41c9b0083..6183f6ec33dd35cea045dabcb9d4b0bb92037585 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21f38a6de196582125b5ad48876199008be0f135..dd07781795c200f79a76570dc5f71e051adf507d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8d96c2bfcf0ee61adbee92f3b89b2cb6110264d7..5f47e1f66d36ebd82c2cac81ac4c38278aaa7aae 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c29b2f7737284f1a377c4a3167be8184f5323da9..e677bd291bee6aeec0113655924f389df1503299 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 46138824f1a6b94da196c4243f0992b025921c63..30e4b24151490dd02f0e35e90fed90f56d1c2b33 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df7a9936b1e6b8817bbef5ad384fe750ff12331f..8c5006bcce941932785d8e66029161fefe9c7f3a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 67a915166f389f1f36eebe312df243d71ce028f6..6c91cae0c5d65b5ffefe368e05302c8fc434a0c4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c1e055e912b7cd942567d3d1fea73d3476ea3bb4..657d19950cacfca9685f43a1f5e2357de278f0da 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9fac77729a9071e3f875109b5d92b05bf80cfa2c..6b283ab9d1f403de091718a20e1d02cf6aa5effc 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2017 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f36b58c31671593748ecebe684aa8900768e43c..753e624224e5505c5aaec7dc18a136ec6e0cffac 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2005-2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 40bc3321b49cdba0c6180c7b628ee9f444c9d726..553758a2315a9283998548aeec765f19608615d1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c6a122aa37e71ced4114656b2c6d8fd755ab6d43..81b2494507c2f57378d1d7b14ca454619f1cc993 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008-2014 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df61b61000752357ff043cf5d0854ebf8f9d5f90..43450fb0e048fde6af7d6a7856acfba62c8901d8 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2020 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2cd1607d9c629f9674f734ba55c5583802249afb..a72c91ef70affd3f92fc12d4f3ec2d42c21d738a 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2020-2021 Pascal Knecht
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 52ed9a63a9f22d455c6c5c5501239e9c814e05b0..2ddea3f1fe3c4f83b575e8a7de1c5c10a783b00a 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2020 Pascal Knecht
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 87af48e701d50e70b7f22c58c677de94b9d4fbe0..6ee4cab6af75c02c38db4b30766975163d3e6682 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 77e548e535453b4f536c1b98b26497658adba441..15865c1449d1461acb9c1c5d82b3b9c5c27c8302 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a4413469695144f96ec99f6702fcfcf35ec1e0f4..9329b50181d52c1344bf86463d758aa9e4fcba91 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2021 Tobias Brunner
  * Copyright (C) 2020-2021 Pascal Knecht
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2b79361dbf740f1be15c4e2beeeda9135507465..5f0dfab24c99b1fa9a2d05563b7904d21581644d 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2021 Tobias Brunner
  * Copyright (C) 2020-2021 Pascal Knecht
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e0c7d3be3936ab9925557faedb283e2630a7bde8..8c5d85c8cfed18e9019b3a6eb7e1053ce61040e3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3e1e01355a53b15bdd200628c79fba1e3ad84ede..55e003fd6730774ab6c993181eb29a66ba2596c5 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9a2c41160489323758eb4a649f32b521ca228895..5a29abb72c392903b7d295bcc0e07f7efb4a6964 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1b0ec86ab403a096363a2445260bd358c1fe582f..1854a51a2353f80568f1edbaba3d852dc24905b3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0f929333a48ecac81399c55621d1fe4812f9bc5b..67a4928e44da91ff82525360f811e51514ef7b2b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5b101ce72645fe54d1d82a4746024747b263a19f..46e43308abfe4669311d3f51abfced8fa92e124c 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2020 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a9cd67165de626797dd27612b7a86af7839c8a12..80da2007714ba853fb1f1065e5a422d93c3172ee 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0535013573a4398d00fd433ea7545a5ea059808b..1da8ddb0f139b8592620321326ed39d7d98ae279 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0debe9cee1b05f722a8036f0537bf245f0b111c5..2fa853ef28dac78d1106a587d72c45a0fa7806d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c13b1e8512fabdb79bfb2f9659435df5dd2e05bd..f9993f394eed7faf4190c6a0405950d84b39947d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ea4e2013e1ac324d51475e38036b58ecbf5b89a8..ea0ee11a238a493aae488e97ded1b8b153f35f3c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Martin Willi
- * Copyright (C) 2011 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 68266cd0cb5bffb24d8277b96c420167e99828b6..607fce61fb202b573efd4172b91478810b7326c8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b2c60d5d6b3f0ef5fd74b6a7d96aa3eefde20ab7..1574d2c4cc1f2b2805412a6657709b59733d78da 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f55e95f8b48c2ef135e02db4abf1fbdbf6b37f70..a1a24a7bbf1f04dd3fe483bf865b5b591aa08516 100644 (file)
@@ -2,10 +2,9 @@
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2020-2021 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010-2014 Martin Willi
- * Copyright (C) 2010-2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 61d143a7b1261fa11e97b424908ba0f89d708030..c7efaf1efb05fbd4bdc8df562b525bc861974df0 100644 (file)
@@ -2,10 +2,9 @@
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2020-2021 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c8d7a4eef9fb3ab1340e6452b382b64bb8526e4d..a0e5d5be78055ea92a4bb521440370c13c3e8f48 100644 (file)
@@ -1,7 +1,8 @@
 
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index df41fc4d7a5836ebdea356f2d7506f8d5a01a535..9dadc03ff90463ecd0970cfddab6c159b6fe7cdb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2aa1b59dbbe260cce1a74c7959c79ef9dd3cca0..a53b1d0045586019af357526c3f007afd6d86a25 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a49f27b20f8b72092cca3902bdbaab4e28071eec..e6a32ee608375b908390e2248be9a7bb9b5ec205 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7edb49ba052b6d4703e79f35390e2cf892867a3a..24b6f3a3cbba74fbc04a516116831fe1cff122d3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7539f114d781bd62315820b107a90d6a5ce522c5..634e1e596bd8704fcf7e74f4a955e8fb64706e97 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2020 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c280ebda89a7d77ef55d93cd926ad05807568d50..c2c8d115d89c873d51897f169337ff7a72594086 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2020 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 69d4917a8fce4e8f98806b4eea5634f573cab208..5544ee6e1567d57abf67a1c72b47c5599c1cd298 100644 (file)
@@ -2,10 +2,9 @@
  * Copyright (C) 2020 Tobias Brunner
  * Copyright (C) 2020-2021 Pascal Knecht
  * Copyright (C) 2020 Méline Sieber
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e4ff6f83cca394fd399a2f0d95f23492cd35973c..47283f9069e60845932ab005511efd72f10fe58b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 605ac27a36cba612ddceeba786f68358f3959f4b..9aaf5a24286118e301ad2a70b3836833c217e47b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 095eaea3afd053477139d0f6d4f189d7399348b8..bf6682be192ff54100602624632d92cb4e1f960c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2dcca4e2dd635de5347995ac6f2deffd79a3e845..89c1021675487a146869653e437f1dbe465d9b02 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3280fb5a9edda56cf3eb582fdba6d78e4c38a6ac..95c02ad3a8b9d12921d3c5412596abb0977f34db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 247fe76a6449e3f68444039b68b535507faf87ba..26899dc1ccf2ef48fefb1df66d30684ed84a2f26 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2020-2021 Pascal Knecht
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d6b8de153fea6c429379fabadfb404c6e7b91492..f0222d69312cf827101dba0de3fa5d7099f225e7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e15030ee74962997e469c6831c256a259f60cd1e..9da7e720de5eaf411924641bedf9e8432dec7609 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 944967632e06fc0dbef2192069104d4965719cd0..9eba205398ea8322626ef9894fc9c6790c8723dc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e88ac42b610b5840ba889341e6670913e3380186..7cfe8ca17c732c5b5d65d09399260f9a161e401c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Andreas Steffen,
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2d4607e777d1f29a829d9b5f90e2fcec5ea422e7..e4c957a5ca7943edc9a8c8a2a4d7550c429e1a73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7e6b2f672af21f09727b2b15a3b15c66d6c134f9..e74873a65c795ff3803d71ef63810c632f5fe621 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2006 Mike McCauley
  *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 459b6d710ddf794c4eb9e5dcba38e66a82e94e85..2967e53dfc5f8aebdd023d17f254b931d8560acb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006 Mike McCauley
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ed490293b948018d0f85b8a6661e449b8d8f466e..2e6550210bd5f3b02b278e7b0e176de816b168db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ce5b4813399a2b0eeff47fce51fddf4fb784c3c5..4dbdb51bdcaf53f3d8713c802e3d71b1c411f965 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8cbc7036778090e8ca3339b3ea03d76cdb96b3b9..d10906631b44d9df8256cb73815a2a81d5d1348f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e6c53b74f6ff1b19ddd9785f4bc60ca5b6f01596..4db95f35b653fa4df67d22d4d03d1dd4b59d9119 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Andreas Steffen,
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7c7b8b4fb692c482d0395014c115d859fd6f8a5..4ecb502f4db4f4a20f13358b9dffc6ba6ef7d1ea 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 36cdb7fbbbbe4316af0f73cccfba8e2b9452e98b..11920a43d1781ff4332732d428d77649c37f0f22 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2006 Mike McCauley
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a031582b257c12a6a6040c02cfb9ca66a0cc6d4..62b3f9f39b185a90b95b58c2666ba8639b490093 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2fe9e7ae301e528aa8c2d93576f7baabcac01ab2..91072553395d23246f9797699a359de10799004a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d06c2fcaf8cae101de5251425b63a36b5351ae28..4252aa0e01bb62ec648b3f0179cb9dea736e421e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5786bbaabd13d878dd648654788463f4b11037ad..0a88fced7c24f3c823f4cb9d90e9f5a0fb15c821 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c6307d65c895fc91e47f06fb92e9ea3a70cd83e..b560f271b7a04743f7b01b04c463f03a75928120 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2012 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 66d03b2f88fdcabffea8236f8cbd3baf780f0e20..f7178876cfdc49b42e645509c2ed2dca5389dc73 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5ac2c85a5ac3ba53faee6f288a6b2e9204b1d3a2..cb5a088b203d4855564b4072d12d9ddbd230103f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dd51498465f24310ef9f0d6ec1d7b22d0cb24314..d2eb4e5fa2e8a04444537d355efbdb5f4b2b7180 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1e4ddc195523e0ac2d0b12597fe2e92e344c3f6e..abbfd8330410b06065b5371e6ac8b341f31ee094 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c99d5e7c88909f145b68ea68c0310b5b34f5414a..3c7768e13542238f5343e2bfdf6d0e2ffb7f42c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 292ceb6adcf8ef5c14425a8d2945ed8b08fa9e92..387e8ef7ba95e3d1714601df51ad8bfafd0c7475 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index 7e1a3dea357f158e5e968a80228ec89ee7ac746d..0e38647b0b10b25ec5ed2159f3fcca68d5097feb 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index f3b0d3faa086341d079273a6af51edd1e9fefd73..6152dc8e493b7e8c0c09ebb5e630ae4cef725fcc 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index cf61108685102410509405b267de12f093f0da05..5ec15dcc1b73977d6bf5349d032130659e37da80 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d20f8b09c80bcc3adf01b6733801a8bc6c3e68cb..30c6ef9a8f28a165160ae95e4d3e31f5a537738e 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index ce2ce975588c3314dd86636d33291c0604a4d5d5..bfd25a91941d86fff948fd274c7458b4d5e899ab 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 4cb4b302ef420c99df04c8e9b951fbe675b954d5..d2d0bfbdc97c93970929776042ee697986b989a9 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index 88d6f07aada6032ddfd3fa7d34da4617864bf0da..25536b97bd28dd72f05d56c1157a924ffe8d546d 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 3ff5566994ea37627b217ef8bf94f54326cbcfbd..8de522ba0de454348455939acb4ca335dd8bb623 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index c2de7fe4d55fef457a855016d59724cc178aa1c6..65f78b38958514b4ee0c2005031e8be5108090b8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index e855c16c612f05b2c631a7237190148663256b01..859f957dcc22c1ca30b1d7761ff1c16617566ea1 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index 0046a578971b59b9df819436539ceeab77063f2d..98c8dbc1878add62e127b80d3c077c2daf0922a4 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index f685dc667a5dd7342b1fa291d46c15c4de8ad772..15d4a04b6d224759356d17f28101d5998ca7e331 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2006 Mike McCauley (mikem@open.com.au)
  *
index 3a67a3b32a2ba383b15d64575f3bf06787a93ba4..5918e2abc56fe1b805c55e0a6c3a2679f9505314 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index cc1f09bfc2a50c7c469a69565e96224b5a5233ab..5ee493ace4d3599f95af798d21dc895263c23886 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 8ed210a5772d42965a508e1d29a0f89a43b4db33..680884924c5aef8ae6b55e50369871df38148f63 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 802f11fff3d83374b85236a45a6cb686de1592af..4ded303bd230d956605f5d958ec07385a67c5741 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 60d5518bc7226425520d2ab2ee7da6a870907453..2b4138cedf3d2c7f032839ec6fbf96180a6a18f3 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 191adbb77b5797e7373aaa227441deb431b2bf59..d6516e60458dc92f1041859e43891db582f6dd0a 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 73ea5759b16f98c9b2cae8615477a4dbb49adc80..868abc773f88de2d04d8375d25666b5956fc594e 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 290a7e1957313a58ebdcf0816cc7c0d1e11030e9..096e4cc625fcf36ad463235d2aae4bff5c0500f1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fcd46f105e2445604284aefb5a2f6884d6ab30c5..21210953a4314351dca3597d7ad44cdd97b6027d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f306540e3a045afeb481b2e9ae9d164f4c81523b..1e6de8aa427e682174b6767a6553a784eadc2139 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 84b8d1a94e1439dc45b63b0ce40b55669119661a..5ee2941f220087864b5798e9923b348122bd7222 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a4cdb7e6aaf6df5d410fd6a064581b0ab7099eee..20ae1d7f36f7c5c845935f9bf7d7ee28aec0b0c3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25f9f9faba11bc9f13f2627da4b28ea1bab7dd6a..f1ff389cedfdf8747e7cba39d8cc0ad87056f7a9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 05621b7cb0ffa3383a9bc4e33a1edb203edd5602..5ccfbef6741e6fc36aeb04eaf4788a6eae191bda 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8fdc0d24cb787a57d7e4054b0f77f1d75af83028..0d9a19efc79be740af6ac1de19456155ccb5979f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index da834ab678c9bb94fc266cc7bfd6eda86e0fdce4..10300e9b1165fb65521ebf0c3ab513aa1fe49379 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fb9ede1a83ed666642f2a76c45314333597be2f9..4f8f3e5abf0ed85be577a9add5788e5895fcd033 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1a288abb5ca8efdcdf8cbac638134de86b129c70..73162df2e1ac4c8d34b92cef8f3feabbcd3d222b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 512cab301e2abb9a27d7a2483b86550ae57ac9f2..a40e232be5e82b3af8359c5a1d44dfafc71b985d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 33076bfe2cb2d292760d6a0e01f6fbb638635c0b..179cb609bec8aa5804a0fdc68a3215ee22b90f09 100644 (file)
@@ -2,7 +2,8 @@
  * Copyright (C) 2010 Sansar Choinyambuu
  * Copyright (C) 2010 Andreas Steffen
  *
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 91b803b192a73e5a0257a352f0a3601b2eaabc34..7f3a76505c0f6f9381261e64239df44d51034b71 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 25291d581f764f0890ccc5abe2d0cf46d4807732..99690e317b8ad9a46e3436161d305d9b163cfe75 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 65e3e880ddb0724083c8ba111841a8e9a44ad217..643f7ac079232aee6e3f3e2543174da49b4275c6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9eae707a57493d757af761c53e01dbd8d93df389..ccb44a55eebcb7902132a747dbbdb7921a52946b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c07e5274740ae48c4e7f71aac73f4c854849ca2f..4d3a51b2f3113ea51ec88edabeaaed533d390de0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f8b22c60b8e6c2af08ca7ed9ca89f2bd83d0da46..0875606ec8aa85ddd6cce75dce3d9766a6cc7bc4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c0f628e3a174bf5ba8ddeeb72b4ce05d88bce825..f31286ec6e9af960470a05d5a2c362cc5258ab36 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4e8be79f28c4183e2e6001ba8e52e19e74a66213..81e28657f825f372e3e96f43556bc988e31c957a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6325582dabe16ca659a3cbd2c6fbefffb88f9ddd..094cb3db3b865e3c39d3e25f0023d55a83a9605b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b46c776e494c8ad7cb042d961389096d5005f77c..ec074ea5bebf1fda4a7790f0437bc288339e9808 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cfa92aa74e91e658d4e95676b60ae8c628b84527..2bcc082550911c621561c0a7f1cb33e73ebd3953 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b50d9d98618ce459c1afcc94e94e47f24dd637b..0dad130ebda17a5dfbea6addd9dae66b1b26b603 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8161b10b18a27d0c44145067dec0971f529731ff..6ab2f3b8d73dfc0f12f6a810a86b308e780aeb1d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 51ce384532dc6637880c18834da55d7b4fffdbe2..3b5a6d23a80970e660941d1eaec3cff6f399dbbf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aa317041e971d2e6e214beccb6806d08e2149016..ea96d71c4baac5cf5290479119200c8c2fdd621d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 20d1a0095903ae11821026e6a6fd8123907945f5..fe25dbb0b0d84ae986b94604be9e7f009a0dfa23 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2010 Sansar Choinyambuu
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 010cbecdc76c9d90d551efcb265c4d11547f1da3..26b87dbb8a84a25fce46f85799bf93b2fae0df17 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3f5c0b3f7b30efb6c8e1b019190de737124a9807..1807d82f9a3f73bae0999c18e38c966c87e21487 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3b34638a899593169eb7cf39482f9ac18d822a7e..056a27274641c01e9ad77b1718e32a5ab0529a18 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5c4d7a7b4a474b43a522eb78b4d8da7cb0c5ffb6..abf0f71d8b2322c892c3e42daa2e04cf355c13b9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f74306c8cda44e5f8ff1e625629ec2468e086af4..acaaa14c05d49792d71dc460dccf193435997e19 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5073fbe7cf38187452f9fd2b4919de1a273e4a36..a23eba572482d64d66af58cc1a99d588ffea42f6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b6666c9add8f1fee89f52730a5a405b2fbbfb0d9..14f31b211b9d58fec91c83562cc4026bf1af6149 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5833d1132ae64d7f79f182b9f783a9b0743670df..0bf4e75b269ad3c312c59dbac0f774fc2f3ff349 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c366e77abe3a2936aca56b8ed395c5a73118b906..c187e33ac5be1e1b75b57946a145500041dcabdd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e11417809b695e5b4cbdb8809e82bf34cda6268..0c416f1ad89b815a6c198105c15f2c9434c1b2f7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aac57813a5f3ff40ec9d1fc830c85e19ce6c8c5c..fba146fc7184fd200e47c80c53624a09b531a14b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97dd0df438dd6a30ef0fd80c79d2696778450747..0bec41279ead341cdcb00db6c0a58d54e07c7dcb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d13f6bc5110237cc492663ab66e143f836d7335..9e7d0a22abb0b047a2e89db5f1192f0b2de40839 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index db033c4c08a064219f31c882b8541f7cde65dfc5..876078c721f864b36f2efbe32004ce1adb1c0d9d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbc26a1e716512a159420de6b6af58b536564d10..7eef57097dcf0128b1fefdc8fa1521bd4d49563e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b72eb8bf77a4050847275172dd0a873d6ac41dc0..6962ec2421bb3967354e07b6ca14d020ccdc5afb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9daaca16c94c2c831a24a614f0acec1acd890400..c996213c9d1fcdbd4154c49ac10cc0e11bbe7625 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7fe355f7829430c89a3241049c5d29213f1ba23..9e18ca0d76fdd92af13a9b9f4eadf72c887f871a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9627be8620a568b17232e7e92541e219eeca7224..582ad369adbc73199a1534fc7db112f9f24be3ac 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7bf8c84b720ae12732373c6ccd5b2165d1d5de28..2dd2bfd28bdcb412cce9976f734b6836d0af03c0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 80d0f497cf83ec4b3a2192bc14ba0dad81d40c26..c230fff27ab01a98b684ef7701753f7aa6cabc1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d367a15a739b21cfdabe5404ecd8efc954a4aa35..5d5b0a191bf9397d1b823fdfa446a61ea80f5248 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fca4b25842e1fb08d260660237673cede00fb320..f94a17d3f070d95803babeec16f0786dd991cb2e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bd1573f7b4e5b61a12df5f7569ce67886a0653f4..136fd6d27525b1873f5eb7cb849dbeb9e9bb08a8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6a35b31eda90fa8cc45a6966e846109a23b4694f..504db28838fdc55d0b884308b21cf5b6e478ffbf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index ad872166fa08e2d5405da33d0b83a217f516c096..294673e1eafd27577e280797d07cf16b61efc656 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b348c548e07f9a45b7d70c40c63dcd9eb0cc6747..d9aad81ab675dc2f931d39bbe665ad8d7ed61c99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64dd14fc27a3275f046347d643edf5a2ef97af39..48357ea9c741ed0fbbe9b4dbf2d4f5744b16e4e8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9c58944bb454a7909e7febd3b20d85a0a2ac7aa7..5d7f4f955af429b79d5e2788583113de7cead1d0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2010-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0eef4ad17dff90ba6df83038361405cb488e3618..56efc80d6ba92c4df5d7ca049d601930cce4adc7 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2011-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1fa88e344bc5099820db5e70a767a1802dadd6bd..b39b89701da8cb95edbb3e5f58a3a9fc2d9456e5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e9513e7c643a14b3df0355ba4b3c4e319a9b95c1..269c1c85a64edb0258f7bd16eeb80bf065630a81 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2013 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 126941f8db1486bc38e44a266e6aa3a0a0bd7d48..6e26781843f0a7f1e781cc1a4f40d06d8512bdc6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a6cb34554b097999180b59d5114a5be637ce1d58..e9d8533af6050fa8ad2b8d7ec7678d587d65cbbc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a00f46ea2b37ff2179c7dd0ab74e405cb84b3c2f..35e5923ce6aeb09f13a78f6104a3e429c738a1d6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bf419b328754bc5368c2f549f9b2616a91e93b9d..c8ae22523ddce5a67a3613d6a93e301f12445a99 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9345d92af8d30f0cf1f050da0c1bad78b0376dd5..0a4478e2cb40c39bd78f430c807301ea57bc1a28 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2017-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d3745e2af03bceca047b1b40713a2909a0499f5e..159554e7647c999643cd4f47aae61a288176494f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a31d6f04d58875169a157f3ad01c2ce7a977d3f5..3834750a83e209f55cec0aa351474adc966ae8d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index de96816acfa28b98cbd04629263155dd8866fc10..a32be2dc6b26ddf95cc8a88f7943cf64b86949e9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4fe42f1cde342b1b2a926728e6efc672df750ace..f93c19ba8d0718763c31081d9af775581d5dcd72 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d6d8ee2b0145f7557bcbe3c3c45310b454c26629..cd23e7014d32bc8f692820a7cbe7c75f090273f5 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2016-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0341738e0c511249fd1ad4cad84da2fecbab1e04..6255cd765c7d0fff1bfac59cf64fc710cf1a8f77 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 920b9e2310b8e8bbc0d49f0c19ffcb0fbe850ee0..31fecbd607881a28816064e90a96a941a1f2782d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 64764bfa9255d7366e729d2cce36414dbc149fd4..50401e8535d4275545f03b947387084d9b93886f 100644 (file)
@@ -1,7 +1,5 @@
 /*
  * Copyright (C) 2016-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (c) 2008 Hal Finney
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
index 3ff3e66854c4dad9862fe7dc9954e8601af21197..5efd5991465c9f1fd2fa6df61b9325eb284fe502 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2846c9165c84b9b4d95f5c224af560cb22b6657..cee9d0a41af2cab7b84732b46310a4671785d896 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c2a834493c06accbed25d6b92d3eb8a8402e40ee..f25300ae1d734168786f4a5924048adc70627554 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a706c0938fc600cfe1fbfae3a7acb77f7068fe41..7b318f45924b07e5bc8cc5f3384d5f28fa0e341d 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e306d7aedbe7788ff80f91a9be33388a06cafe28..78833cd626649ae0b64dcb9d18045c2855137a6a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 74a85e8638e7069598fb964aa610631b142021c4..baf3a4246630e8bbba1cb6f238300a9a92aa80de 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 479ebf689135967ad8b4753d5f9aa622e2666267..39ee5974c1a3f82e6775095b7ad13de0391ed857 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) 2021 Andreas Steffen
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c9611088ab404b09baac70964661ece0462edfef..162f10acd4701a75a91f5203a55a6e3256f29923 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
  * Copyright (C) 2016-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0e12d6791c357d0ed9e4f93643f62f45f6f0cfc0..ea879298877ade8c75fdf90295b2c6ef7ae38861 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2018-2021 Andreas Steffen
  * Copyright (C) 2018 Tobias Brunner
- * Copyright (C) 2018-2020 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -481,9 +480,9 @@ static bool initialize_sys_context(private_tpm_tss_tss2_t *this)
 
        TSS2_ABI_VERSION abi_version = {
                .tssCreator = 1,
-       .tssFamily = 2,
-       .tssLevel = 1,
-       .tssVersion = 108
+               .tssFamily = 2,
+               .tssLevel = 1,
+               .tssVersion = 108
        };
 
        /* determine size of sys context */
@@ -805,7 +804,7 @@ static bool init_pcr_selection(private_tpm_tss_tss2_t *this, uint32_t pcrs,
        if (!has_pcr_bank(this, alg))
        {
                DBG1(DBG_PTS, LABEL "%N hash algorithm not supported by any PCR bank",
-                                         hash_algorithm_short_names, alg);
+                                         hash_algorithm_short_names, alg);
                return FALSE;
        }
 
@@ -888,7 +887,7 @@ METHOD(tpm_tss_t, extend_pcr, bool,
        if (!has_pcr_bank(this, alg))
        {
                DBG1(DBG_PTS, LABEL "%N hash algorithm not supported by any PCR bank",
-                                         hash_algorithm_short_names, alg);
+                                         hash_algorithm_short_names, alg);
                return FALSE;
        }
 
@@ -1114,7 +1113,7 @@ METHOD(tpm_tss_t, sign, bool,
        if (!is_supported_alg(this, alg_id))
        {
                DBG1(DBG_PTS, LABEL "%N hash algorithm not supported by TPM",
-                                         hash_algorithm_short_names, hash_alg);
+                                         hash_algorithm_short_names, hash_alg);
                return FALSE;
        }
 
@@ -1146,7 +1145,7 @@ METHOD(tpm_tss_t, sign, bool,
        else
        {
                DBG1(DBG_PTS, LABEL "signature scheme %N not supported by TPM key",
-                                         signature_scheme_names, scheme);
+                                         signature_scheme_names, scheme);
                return FALSE;
        }
 
@@ -1177,7 +1176,7 @@ METHOD(tpm_tss_t, sign, bool,
                if (rval != TPM2_RC_SUCCESS)
                {
                        DBG1(DBG_PTS, LABEL "Tss2_Sys_HashSequenceStart failed: 0x%06x",
-                                                 rval);
+                                                 rval);
                        this->mutex->unlock(this->mutex);
                        return FALSE;
                }
@@ -1194,7 +1193,7 @@ METHOD(tpm_tss_t, sign, bool,
                        if (rval != TPM2_RC_SUCCESS)
                        {
                                DBG1(DBG_PTS, LABEL "Tss2_Sys_SequenceUpdate failed: 0x%06x",
-                                                         rval);
+                                                         rval);
                                this->mutex->unlock(this->mutex);
                                return FALSE;
                        }
@@ -1208,7 +1207,7 @@ METHOD(tpm_tss_t, sign, bool,
                if (rval != TPM2_RC_SUCCESS)
                {
                        DBG1(DBG_PTS, LABEL "Tss2_Sys_SequenceComplete failed: 0x%06x",
-                                                 rval);
+                                                 rval);
                        return FALSE;
                }
        }
@@ -1355,7 +1354,7 @@ METHOD(tpm_tss_t, get_random, bool,
                if (rval != TSS2_RC_SUCCESS)
                {
                        DBG1(DBG_PTS, LABEL "Tss2_Sys_GetRandom_Complete failed: 0x%06x",
-                                                 rval);
+                                                 rval);
                        goto error;
                }
                success = TRUE;
@@ -1618,7 +1617,7 @@ bool tpm_tss_tss2_init(void)
                return FALSE;
        }
 
-       infofn = (TSS2_TCTI_INFO_FUNC)dlsym(tcti_handle, TSS2_TCTI_INFO_SYMBOL);
+       infofn = (TSS2_TCTI_INFO_FUNC)dlsym(tcti_handle, TSS2_TCTI_INFO_SYMBOL);
     if (!infofn)
        {
         DBG1(DBG_PTS, LABEL "symbol \"%s\" not found in \"%s\"",
index 8abce73123faf3f2ea38ef5e309dcd2f1947eea8..7550e3f80d8e7160f047968e6fcaa6e3c3f75aa3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 2e9548599f2621d1ada0bec6cb61a02a6ba44419..2ac120f83a75880960bc43e64e2a120f7a2fcf41 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fbde2f23fbc7c32d698ed6a4dd44189eaeaea273..f45fe05f66ecd7cb18dce4ad635617f06aeb68cd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 896ceb4c3b0d32424a2da228fc34cfc43aef4906..59b60bebe554377737f465a01686e0e2ee82eb98 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f0a16eeb2181b01fcde85a4aa23b14dce8ddbca3..669a5fc29bf1f1b340d71f0d97560d4b1c2c9644 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9feb3c3b66a8b56851debd87a73727cd67458cd9..8ca51becbaa2083d5ce41b81043dda084391e7de 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bb14451b1e9ddde0941d0ee73a286f029c0193f1..7eeeb39b2022ba14dcc6c4096ef5d69767c04bb3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f6bed4dddc457c7eff038d72841dc0564ad8efd8..69c877df933ce317b6cd718079977403daffc4d1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5cb5245aa8515e0fb13f2a911a8ec5183c0f2bd0..698467549b292092b91610bba590db94b25eeedf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cd76ee5a503841ce2bc13a5e4fcb9e6432a48171..8d6a82617d1f6eac09ae709dd8411f225a24eadd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 362611da3828ab0ce663daacff4097f96260a0d8..4bb6d857ae03ef093714b7c5650eef07aff68ffc 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 04f4dfb65939cec63ef2a460b2cbd2d9c27f4634..529805a30f8a10f0637de5f301b1c91dea6efd4b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dbde1c098354421414c0fdedf088ffc4f26ff8b1..d4b3b917de6d4119e97157721147e66268d2caf0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index bbffb1bb89bcdd2227e38e5801810ac813105914..14e80e3904289852f43b90d0085335e1f7c29d30 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 506127b7fb3f463596786ebab9cfa4de7bfb0c20..76fae32f8f1123bb3dd54f55c7dfe87fae7ba796 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5fdfe031805c220319e7ac6912b56c572e1495d5..55580956b538acbb99b3a205215315923c393029 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76c2b7b9ba7d7698f5231bd0c96f0a09cea66778..cb60a90a143b3f5db350ba03fb6896369a1997db 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17c2512dacd038f481080e6eca9d82884e44de67..b881c9b0bbc5fa14a1b85813569d7027e71e2a52 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 46503b8af3243081de42cc78b9cda731d729c966..8fee61b38fb56a2e767608a6585612b562a62cb4 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2007 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 7dbda8b494826dbd744609739b71c7450a38cad7..69fb19c7451bcf4ab228615de10c6c3a03071087 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3bc640b932197942d116d82d9b698257d6163aaf..fc817d4565fee12f6c702fddbfed8a0987f2563a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8bdd86a4244fd39e187d73e54eb3f1649bf484a5..9416425e785852e8cc2829b20e897849ad66e43a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 62e15a7cfa9a1aecf9d70762556ec2ea3cb82e89..33e0ec2899477f6a760b198915886b872bcfc73d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 713abe46bcc74789f64b7f3fb18f6504b310d3cd..20f3ceee4577aaadb89b913aa1f6175d4013369c 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 15c254256443bb178ac3d1f7aca7078fcef51139..e0cca0a8825777667ba45e9202290e08185df043 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6ad817334f3bcb9a208fe83d3ae11cbfdb1bf4a3..fe0d8a4c735d8339b83a328179b9aaf812953ac4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2008 Philip Boetschi, Adrian Doerig
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 26b766f966f5b7c25f5d8320e5328bca4a9c2bae..3907870e63bdca7e7ccdc2628d8c6cd2c882f7a0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b58d14ab11ae1d8f949023b009548e9c50604cb6..85d22d1a7016a67bbe6a7beeea863c921990b42e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 778f2a2cff89ef987e99245f0b85deed726bfb64..5dd53e9dec572245581a8089a994b3f91276a279 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8b5b9c1e5e3b255f3316b9fbbedd2ec705b7f81a..f9be176ea1659250a2eead00759541d67abbe144 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d02d25669c6cd279df6c6a9ba500c6f0f613c611..7f91bf9b1e4d79419cb06e54dd7afa5723e7cc65 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2015-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 96ce5326e7a9a6ac2a887ed7e07bac880894c1b9..ccb8b0113dbfd8a788668021c317f34103b64fb8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 361162ea3fae034233e6c445ccccf2ef46a96d91..b6e871f7957c31efaf832a8bb53117364eed4e9a 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2014-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 6d93067b8297f7ffef7be58104ec658410d57eb3..1b66548d4022ca35253fe0f1a05f289ab1395d15 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2015-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 45b5e3617d2b4d9c3e3ca53ddad3a1a14860a6ca..d38d4f9fe30d3dee96f633e107ca7ccd143691ce 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e218c4c891ca9a35f6e44e5377008d6528240289..6cf48cd9106cdc78a6c288f3de2e6419929b587c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 28bcd13975d15b66883daf85ddfcad6685356c22..9de0d3a5f4bee3e5851d144557eed79081c83e3f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012 Martin Willi
- * Copyright (C) 2012 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 3bca92cc33630691012d21c140889a261e674568..f482500e17778fb9c80341470ede795a43aa262d 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2015-2016 Andreas Steffen
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  *
- * Copyright (C) 2015-2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1f9f3e03c4f0b3fd722fbad2e3d3a62d9577edb8..57c4057bc4e37246ba4f88fa94e283df8d4a1595 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2015-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 661da0698a26afaf929ba09a27a96831133afd4e..44208771c0c8eb140446f855ba3b3d5fd5ca8ec4 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2009-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 20f8f8be4a2d08542bc8a83f027a2e1c15bb27bd..c9c63465c9b0f1a79304978dfc0ad9e3bd03b080 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2009 Martin Willi
  * Copyright (C) 2015-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 60d880eed7205f895d71f3747e5032afa3a2b50a..0edaac9fc9dfbd7cb4719e412b636ec182e48b68 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2017-2019 Andreas Steffen
  * Copyright (C) 2010 Martin Willi
- * Copyright (C) 2010 revosec AG
  *
- * Copyright (C) 2017-2019 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 88ef448b52b325830759819eef084271776a9acf..c2ba5353e5440857805883ad54fe301f0a99261d 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2016-2018 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f3b9cdf5526bd7895bfa2c7e69d9b743d8205075..b7ced926ed1e1c567452bc682d4f08ad6af0f211 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012-2018 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index feb683432c92757c68827b66b9bb09cb6a46717b..eee42c6a0a368e60ac6646a37854a44ca2d2e243 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015-2017 Tobias Brunner
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 86dd3f27ce026225f22d882b81f6b9095d459bcd..5623a36445857e9b23c72853929f4de68c6397fe 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2011-2017 Tobias Brunner
  * Copyright (C) 2008 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 5ebdbeb37beaca9a3a4dee264da028e2a94f0cc1..9d454f2f4a465b815f76873fbb3ded67ef457a50 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8536d420582a3f04282ae88f1e57b40d81dcb06e..b46e2d0deb53dd4837d09e39aa7a81f1ced55e65 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009-2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index aadd9b6572416766ab7f81d9edce73c34ac6e9b4..f4fc98c3d3c8a69022abab49fdb3240caf50bf80 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2009-2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a7fa672ff80f925a7e6bbb1649249ecd2f2559f9..5a33a9122829ec3d6b73c0538a45a03afc5ac63f 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2008 Martin Willi
  * Copyright (C) 2009-2010 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9f1faf45427b32f388e9de833dd65e22b1518fd9..1677fe2ef34edaed2c9636168ac8f802aba5f5d5 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2013-2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2010-2013 Martin Willi
- * Copyright (C) 2010-2013 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
@@ -368,7 +367,7 @@ int main(int argc, char *argv[])
                                lib->settings->set_bool(lib->settings,
                                                                "%s.plugins.tnccs-20.mutual", TRUE, lib->ns);
                                continue;
-                       case 'q':               /* --quiet */
+                       case 'q':                       /* --quiet */
                                log_to_stderr = FALSE;
                                continue;
                        case 'd':                       /* --debug <level> */
index cc227cc7a30278caeafb44114d4849ecf622ca5a..01ae450aac6c2f5641b684de1cd568ee60996551 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005 Jan Hutter, Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 97fc7bf8eeabd711e39cfec3fb78cd18b33db5f1..d5ad2a3bde7badca04bb3b868002acc4af7cf6d2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005 Jan Hutter, Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index cdceb4936e3ca85542e602de338a8f002e9a3270..1c5e242377694864abe830f376a0a59c2ea797e1 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2012 Tobias Brunner
  * Copyright (C) 2005 Jan Hutter, Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e1d2baea2f21eb8d73b82fc41a1d51fa81798943..fd0a86372229fe6bb1eeb8b65e91f97f1fe5bae8 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2012-2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a37ce6a3ed7f9000792a15f1f5c25d1d386faa1e..b71a216a986232932198caa1c75ea0d8848973cc 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d1181f4a4672bd90e002e09efc9fc4afcdcdb4a8..1e926df5581da1ed711184ec7770631139142db5 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 407ef5e13bc25e8186d24d4bc3b434944456596e..5065bc369fd13779a9c8008470a802bcd387de9f 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2001-2002 Mathieu Lafon - Arkoon Network Security
  *
index e78e65792ca5aff0889a0f5034dede9b4db43372..af524aebfa4853af7e1f12456bdb866c946648cd 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2001-2002 Mathieu Lafon
  * Arkoon Network Security
index b789c761d8e4b5a2121d85e66baa9dce5a2b4286..e577b7d97357dab5e25987c328f89726883958cb 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * Copyright (C) 2001-2002 Mathieu Lafon
  * Arkoon Network Security
index 60ec2723abede4fda7c7eb41d665fa537ea1cfd7..258dc2be9d86904520fa3f144b1cbd32f679a1da 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2005 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index e696dce8e1f537885224ac577dc842b47f0c9212..52845f3d863f64762426ebf908f30b17d016bb2e 100644 (file)
@@ -1,7 +1,6 @@
 %{
 /*
  * Copyright (C) 2005 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index d35dad76c8dc5ad2ddc3db9f0b899511d1e5f1cc..f7e423c3f6d770ca1cd5e9461cf007b8832fd54d 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index db486a03f5d97a9b29b22391c0f5942f43b17ae1..c0e4d19d8006c950329cbe9f38ec766eabb20f13 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index c856af77d3ac58b314d1aa1e53335c2ed36095cd..18b8d501862254b6e92f8d6553bea883663ad76d 100644 (file)
@@ -1,7 +1,6 @@
 %{
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 323da8bd21e66945019bdd5fc545383152fb6aaa..654632bc1d17a45d7c435e7029e8adc0b9513c92 100644 (file)
@@ -1,7 +1,6 @@
 %{
 /*
  * Copyright (C) 2013-2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 90ba1cd72480e5ea9b46c7977b4e313bd842893d..f4cfc15ba370f0b6333d050bf42212a4c5a594a7 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Copyright (C) 2007-2015 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 685c528b6c070b153110afe4cd567542646dbd13..545040383f71970a8f9395695f36000515783273 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 23722e96faa4bb64e5e880078fb724ec70e36604..96e0ff2c7a6ebf5255224aca0f5f4683c12de2e8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 79a75c568c5f2138bd507270487526796eb645ef..246ff5d18354cb698bae456c21966ec52338fafe 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index 81555a86f442b2a26bdb2dfcf32ced1147410b6a..1256bbf8aef1c20ac6dabd87c8000ea4234119f6 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (C) 2014 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
  *
  * 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
index eb559f5a10843d248c0b1c4e6dc2d941e661dbee..17df73f491f9baeb7d763eb64057823b0c1a5feb 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2007-2015 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 416c8f9ade99d54d6b12d25a2e5b341ccf12b147..f8edc7616f7314033b6b2c8ead745c2b42bd926a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1d96ccdd1c5a3b8033e7f0c5bb2da46edd39d6c4..e5aba5bb77e4c6e987139648146db9a1be304172 100644 (file)
@@ -1,7 +1,8 @@
 %{
 /*
  * Copyright (C) 2006 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 08560d36feab1a47e26deee5fe49610ddfcc4315..8ec08ad6f2adfacbeff34af206a2ecaeae2f9882 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
  * Copyright (C) 2006 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8beddc48ea1ea5e50dcba3c6e4aade6ea3e36173..1685fdd299c2d7ff0ca4f42cd8c9b3070a08b2ca 100644 (file)
@@ -1,8 +1,7 @@
 /*
- * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) 2017-2021 Andreas Steffen
  *
- * Copyright (C) 2021 Andreas Steffen, strongSec GmbH
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 554c3d624fc81741cb6ba568cde7ec7001aaea77..492f068f020e45226669228be4ccbffa7fe4fdc3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e3b56af93ea8381ac2934b85f2cfcbdaeca9c7e9..24f279c448c09b9b527b444b10d1b04fef95c20c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index acb57c9f16ce369a73f3c3bc764ec5d0d7536409..d70cee3b21f3480e4e13c05b860198e58ff28bc6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index eab792e8a004b7dffc9c5e1750fc6c24303ddfeb..2b77b2f57847c3e983bc05c24359145c835461dd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 9353cdd74a6a81bc533859047b4f66d898bf662a..2cecb2c1326537e2f9fceff1ae1519199fac6be0 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4da9bdab5b60d8b87a4e570bde3258ef9facab63..8594a4afe18a5b18d3f05e2081cdf6347accddb5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f636a2f559c60dab86860e8dea9cc0a28801d89e..c7591220f2af86a22a0c1edbe900f3e7b5940cd1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index fe142fc66335ce2548f8dae3e13b1ede179b1650..1d68c0718a940312ec8164a5af5dbb3e2a5a9f3b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 63f4523bbdc9a78292447ad3ff014c1f9ae99b83..52884ca171c994d63cb9319f86c0b634dad9f886 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f2640d90f2875fd24870418b983adacae1a12a6a..052aeb40ecf7c56ec921c3e1e23a9019d0b8faf1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2009 Martin Willi
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 909ca43665c0f9da907b765afd701e5bbe8235b5..48516d819733d4381e8404166a973016ef661b84 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 527419f88cbbbc706f4817de58bcb5babea6a3a1..e56d894164f647a939f6b0d67e9296190cb162b5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 8ade8bf41fdcc3e15b7eb6cb80abbf7059e7c742..e0fffb907d4b0af9c9a720e054dd4fd4e7eb800b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 24a397b873407eb62bba227922c94ddd8a828772..61f2890ed3a015f3982add327e9314521bbb439f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 99b5c7627a286235b781c6745cb0026a6b6a5cdf..4f473e13879f2915911fb28cc98465a193d865f9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 769612437c59ea5f8a24d1745548280fd4f7e425..37ff50819e1c2ed1303eb2940f4b47dce44d9370 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e9c964771564742c4603c0bd55a5bf7092a07048..32fd8217a39cae71b335fa1a573db8326d42a9c5 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2015 Andreas Steffen
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
- * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e7a8db0ce28024b7023c634ee1403216b09c88b2..5f28a0fe407a67ae6726dc5d734ab3c1f4b8c774 100644 (file)
@@ -1,9 +1,8 @@
 /*
+ * Copyright (C) 2016-2018 Andreas Steffen
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
  *
- * Copyright (C) 2016-2018 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index b238b224b1887d5ae80fd3d66e1bce808a305b06..5fe3f2597c0cad7c9be7523fec1e7d7f88590898 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index a170adeba2095677f44f5175c698672524b6ed00..48e46d05f02244f8bafd8aadc920622f57499375 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2015-2016 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
old mode 100644 (file)
new mode 100755 (executable)
index 0a7005c..8102eb1
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
- *
  * Copyright (C) 2016 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
-
+ *
+ * Copyright (C) secunet Security Networks AG
+ *
  * 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; either version 2 of the License, or (at your
index 1b1cf2a8fb11019824126cc4aeb246909d58a84e..19d4cb64a6d8f1b53980b2af0c67cc77a4d10d1f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 95a29f7dd5e3f87f30960b7cd84f3a63f0668ffb..a803cd70464483878f4eab6c116971c06ad87960 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 17d66f7d60a860a070d5b52489461d6a1611881f..660bd6ea485eb4ecbecd179c847f1bc6782c95d2 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 76d78a0d7db9247bbc63d553f21b2106307bd7e6..92be16748c5cb76a788c49d9d8806a7d750d56fd 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 31f3119cef26bc7c5e3f6bc326eadc61cc2ecdd0..b44233f25b99d69b5ca10bf841ec4169a6f2db75 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 852a775842e8a9836fe4d07f80a4a1729a24c50c..afb07eebb24ba517feabb92d9898f94245c0fdde 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2016-2017 Tobias Brunner
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e558c95e58384da8f675f8fd652ef25ea359a7a1..86e7bff363da0774501a418f1f2cc8fa6232df32 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index f698c07c7722fadf3901a6f74cbd4f49f98e4e03..1fffc975a06d05078b41f5c49bb9d585d17eb434 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 1faf9f1941a7a3babc18d34c1b623e04ac182937..1bd037d65f0b6a944d00bab8322e5b76c4ebdea1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index d7082bfca89e6cfc9ed5a8d2a71e2531fe2e0029..17429d9ad8bd5c06f35a24e251ac5da63a40b9d3 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 46e0c57192214d7be7b38cf6bd6d34dcc3f3c4f2..64b6500d1b82f66d6eada7849dfeddbd3cb87516 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2015 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 65a402029c2a45c7ebbcba94d937679a6ad31a93..dc83d5ba6a3f6aa97181a69c484c7ffd0c31f220 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017-2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index efad1300fc0e6fc5f4cdaad6206c613a498fc6a1..b55786ef4a44c51606aa4f0b518b3430f0be8801 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index e734c66ff42b1561080993f6baad09b815ba30e1..923df2a3325b489bc4b164795bf78657c68f142f 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 21ec1c8fe3b11b14d4d76ffe354947046ac0e7d9..69491b278ee7ead15c2a8821c408a914d477841b 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 0c499e4ccabe06889f56e928c278ff48c9c0bdc9..020fa6c821b677ddcab35fd70059e02fe2e4dbc5 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index dc27646bded631817aa73ed521963ffb3fdafe1e..a3bbc28fd056ec32c7e4d77c7bd96f26844c3ff2 100644 (file)
@@ -1,9 +1,8 @@
 /*
  * Copyright (C) 2018 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index c7f7a6c438973a82a83668fdeac962289095fff7..d49038c5e9b65b263ef80c8619f622e6d1755f77 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * Copyright (C) 2016-2018 Tobias Brunner
  * Copyright (C) 2015 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
- *
  * Copyright (C) 2014 Martin Willi
- * Copyright (C) 2014 revosec AG
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 02e0eefeb042abc63e96d4555fbe0dc77dda4fc2..f22c487a99cdaf3a91df87543c7315f1980144d9 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2017 Andreas Steffen
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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
index 4fed54cb2f1c9193ac13e1e6b464de119ca01dd8..82d19fd903dddfd1c315b4049c9e06d5f26b95a1 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) 2019 Tobias Brunner
- * HSR Hochschule fuer Technik Rapperswil
+ *
+ * Copyright (C) secunet Security Networks AG
  *
  * 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