diff --git a/conf/format-options.py b/conf/format-options.py index 668662a40..b36e28671 100755 --- a/conf/format-options.py +++ b/conf/format-options.py @@ -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 diff --git a/configure.ac b/configure.ac index aead3574a..9f0440e6d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/fuzz/fuzz_certs.c b/fuzz/fuzz_certs.c index 3100eb5f9..74bed9f21 100644 --- a/fuzz/fuzz_certs.c +++ b/fuzz/fuzz_certs.c @@ -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 diff --git a/fuzz/fuzz_crls.c b/fuzz/fuzz_crls.c index c481edded..204aa9382 100644 --- a/fuzz/fuzz_crls.c +++ b/fuzz/fuzz_crls.c @@ -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 diff --git a/fuzz/fuzz_ids.c b/fuzz/fuzz_ids.c index 8840c6e25..aff916254 100644 --- a/fuzz/fuzz_ids.c +++ b/fuzz/fuzz_ids.c @@ -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 diff --git a/fuzz/fuzz_pa_tnc.c b/fuzz/fuzz_pa_tnc.c index 6ee373300..79ecb3664 100644 --- a/fuzz/fuzz_pa_tnc.c +++ b/fuzz/fuzz_pa_tnc.c @@ -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 diff --git a/fuzz/fuzz_pb_tnc.c b/fuzz/fuzz_pb_tnc.c index e8f23c9f1..4a6c1e600 100644 --- a/fuzz/fuzz_pb_tnc.c +++ b/fuzz/fuzz_pb_tnc.c @@ -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 diff --git a/fuzz/libFuzzerLocal.c b/fuzz/libFuzzerLocal.c index af5c50c66..7cd9889da 100644 --- a/fuzz/libFuzzerLocal.c +++ b/fuzz/libFuzzerLocal.c @@ -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 diff --git a/scripts/aes-test.c b/scripts/aes-test.c index 509abe46f..e4d428c0e 100644 --- a/scripts/aes-test.c +++ b/scripts/aes-test.c @@ -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 diff --git a/scripts/bin2array.c b/scripts/bin2array.c index 64f752eaf..0ab305781 100644 --- a/scripts/bin2array.c +++ b/scripts/bin2array.c @@ -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 diff --git a/scripts/bin2sql.c b/scripts/bin2sql.c index 17556ca7c..5d0513495 100644 --- a/scripts/bin2sql.c +++ b/scripts/bin2sql.c @@ -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 diff --git a/scripts/crypt_burn.c b/scripts/crypt_burn.c index 70ec4573a..cc6bcb78d 100644 --- a/scripts/crypt_burn.c +++ b/scripts/crypt_burn.c @@ -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 diff --git a/scripts/dh_speed.c b/scripts/dh_speed.c index 235772faf..11e77bef6 100644 --- a/scripts/dh_speed.c +++ b/scripts/dh_speed.c @@ -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 diff --git a/scripts/dnssec.c b/scripts/dnssec.c index 9efc79dbf..6ae4d9123 100644 --- a/scripts/dnssec.c +++ b/scripts/dnssec.c @@ -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 diff --git a/scripts/fetch.c b/scripts/fetch.c index a7d98c946..ce8d67b4a 100644 --- a/scripts/fetch.c +++ b/scripts/fetch.c @@ -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 diff --git a/scripts/hash_burn.c b/scripts/hash_burn.c index 49a29cfd9..8361c6ba9 100644 --- a/scripts/hash_burn.c +++ b/scripts/hash_burn.c @@ -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 diff --git a/scripts/id2sql.c b/scripts/id2sql.c index fe55288b3..c249ce9a2 100644 --- a/scripts/id2sql.c +++ b/scripts/id2sql.c @@ -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 diff --git a/scripts/key2keyid.c b/scripts/key2keyid.c index d0cfb8e2d..acd6788a4 100644 --- a/scripts/key2keyid.c +++ b/scripts/key2keyid.c @@ -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 diff --git a/scripts/keyid2sql.c b/scripts/keyid2sql.c index a0ae28d0b..9fdbe9f5c 100644 --- a/scripts/keyid2sql.c +++ b/scripts/keyid2sql.c @@ -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 diff --git a/scripts/malloc_speed.c b/scripts/malloc_speed.c index c86ea3c39..187e4c2df 100644 --- a/scripts/malloc_speed.c +++ b/scripts/malloc_speed.c @@ -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 diff --git a/scripts/oid2der.c b/scripts/oid2der.c index c8ab8df0f..6fab63cd8 100644 --- a/scripts/oid2der.c +++ b/scripts/oid2der.c @@ -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 diff --git a/scripts/os_info.c b/scripts/os_info.c index 4be6e692f..e58f8df77 100644 --- a/scripts/os_info.c +++ b/scripts/os_info.c @@ -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 diff --git a/scripts/pubkey_speed.c b/scripts/pubkey_speed.c index 0dcc7b0f5..f5f9a26a2 100644 --- a/scripts/pubkey_speed.c +++ b/scripts/pubkey_speed.c @@ -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 diff --git a/scripts/settings-test.c b/scripts/settings-test.c index 04637d0a9..5531fb6a5 100644 --- a/scripts/settings-test.c +++ b/scripts/settings-test.c @@ -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 diff --git a/scripts/thread_analysis.c b/scripts/thread_analysis.c index 6e4058eee..b409e2740 100644 --- a/scripts/thread_analysis.c +++ b/scripts/thread_analysis.c @@ -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(" \n"); printf(" \n"); printf("

\n"); - printf("


\n"); - printf(" © 2008\n"); - printf(" \n"); - printf(" HSR Hochschule für Technik Rapperswil\n"); - printf(" \n"); printf("\n"); printf("\n"); diff --git a/scripts/tls_test.c b/scripts/tls_test.c index 6afcb25b6..4d80846c4 100644 --- a/scripts/tls_test.c +++ b/scripts/tls_test.c @@ -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 diff --git a/src/aikgen/aikgen.c b/src/aikgen/aikgen.c index 6ce8fdf5d..909885250 100644 --- a/src/aikgen/aikgen.c +++ b/src/aikgen/aikgen.c @@ -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 diff --git a/src/charon-cmd/charon-cmd.c b/src/charon-cmd/charon-cmd.c index 84448373d..783972e3a 100644 --- a/src/charon-cmd/charon-cmd.c +++ b/src/charon-cmd/charon-cmd.c @@ -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 diff --git a/src/charon-cmd/cmd/cmd_connection.c b/src/charon-cmd/cmd/cmd_connection.c index 37d951951..8c09cac89 100644 --- a/src/charon-cmd/cmd/cmd_connection.c +++ b/src/charon-cmd/cmd/cmd_connection.c @@ -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 diff --git a/src/charon-cmd/cmd/cmd_connection.h b/src/charon-cmd/cmd/cmd_connection.h index 221802617..063585cd9 100644 --- a/src/charon-cmd/cmd/cmd_connection.h +++ b/src/charon-cmd/cmd/cmd_connection.h @@ -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 diff --git a/src/charon-cmd/cmd/cmd_creds.c b/src/charon-cmd/cmd/cmd_creds.c index 496070051..9fa039498 100644 --- a/src/charon-cmd/cmd/cmd_creds.c +++ b/src/charon-cmd/cmd/cmd_creds.c @@ -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 diff --git a/src/charon-cmd/cmd/cmd_creds.h b/src/charon-cmd/cmd/cmd_creds.h index 053e596a5..9b8b45736 100644 --- a/src/charon-cmd/cmd/cmd_creds.h +++ b/src/charon-cmd/cmd/cmd_creds.h @@ -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 diff --git a/src/charon-cmd/cmd/cmd_options.c b/src/charon-cmd/cmd/cmd_options.c index 3d734679b..f2fd3b178 100644 --- a/src/charon-cmd/cmd/cmd_options.c +++ b/src/charon-cmd/cmd/cmd_options.c @@ -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 diff --git a/src/charon-cmd/cmd/cmd_options.h b/src/charon-cmd/cmd/cmd_options.h index 794136dfb..a6a7c994e 100644 --- a/src/charon-cmd/cmd/cmd_options.h +++ b/src/charon-cmd/cmd/cmd_options.h @@ -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 diff --git a/src/charon-nm/charon-nm.c b/src/charon-nm/charon-nm.c index 1d2518686..db09bec18 100644 --- a/src/charon-nm/charon-nm.c +++ b/src/charon-nm/charon-nm.c @@ -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 diff --git a/src/charon-nm/nm/nm_backend.c b/src/charon-nm/nm/nm_backend.c index 1d6688390..aefd3f956 100644 --- a/src/charon-nm/nm/nm_backend.c +++ b/src/charon-nm/nm/nm_backend.c @@ -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 diff --git a/src/charon-nm/nm/nm_backend.h b/src/charon-nm/nm/nm_backend.h index 1ae14627a..6e1dc2e19 100644 --- a/src/charon-nm/nm/nm_backend.h +++ b/src/charon-nm/nm/nm_backend.h @@ -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 diff --git a/src/charon-nm/nm/nm_creds.c b/src/charon-nm/nm/nm_creds.c index 2aede7ff0..1cc143485 100644 --- a/src/charon-nm/nm/nm_creds.c +++ b/src/charon-nm/nm/nm_creds.c @@ -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 diff --git a/src/charon-nm/nm/nm_creds.h b/src/charon-nm/nm/nm_creds.h index 71729fef6..15b0f3068 100644 --- a/src/charon-nm/nm/nm_creds.h +++ b/src/charon-nm/nm/nm_creds.h @@ -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 diff --git a/src/charon-nm/nm/nm_handler.c b/src/charon-nm/nm/nm_handler.c index 3561e7091..d7331ad72 100644 --- a/src/charon-nm/nm/nm_handler.c +++ b/src/charon-nm/nm/nm_handler.c @@ -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 diff --git a/src/charon-nm/nm/nm_handler.h b/src/charon-nm/nm/nm_handler.h index 91b0d10fe..f0d46601e 100644 --- a/src/charon-nm/nm/nm_handler.h +++ b/src/charon-nm/nm/nm_handler.h @@ -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 diff --git a/src/charon-nm/nm/nm_service.c b/src/charon-nm/nm/nm_service.c index 09107a76b..5d6d32950 100644 --- a/src/charon-nm/nm/nm_service.c +++ b/src/charon-nm/nm/nm_service.c @@ -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 diff --git a/src/charon-nm/nm/nm_service.h b/src/charon-nm/nm/nm_service.h index 669209935..829a178cc 100644 --- a/src/charon-nm/nm/nm_service.h +++ b/src/charon-nm/nm/nm_service.h @@ -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 diff --git a/src/charon-svc/charon-svc.c b/src/charon-svc/charon-svc.c index 7201fae02..957acbbf0 100644 --- a/src/charon-svc/charon-svc.c +++ b/src/charon-svc/charon-svc.c @@ -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 diff --git a/src/charon-systemd/charon-systemd.c b/src/charon-systemd/charon-systemd.c index 009db076c..8aa77f1bb 100644 --- a/src/charon-systemd/charon-systemd.c +++ b/src/charon-systemd/charon-systemd.c @@ -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 diff --git a/src/charon-tkm/src/charon-tkm.c b/src/charon-tkm/src/charon-tkm.c index d04959693..8fefa77d8 100644 --- a/src/charon-tkm/src/charon-tkm.c +++ b/src/charon-tkm/src/charon-tkm.c @@ -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 diff --git a/src/charon-tkm/src/ees/ees_callbacks.c b/src/charon-tkm/src/ees/ees_callbacks.c index 304f4cac3..c276a8ee7 100644 --- a/src/charon-tkm/src/ees/ees_callbacks.c +++ b/src/charon-tkm/src/ees/ees_callbacks.c @@ -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 diff --git a/src/charon-tkm/src/ees/ees_callbacks.h b/src/charon-tkm/src/ees/ees_callbacks.h index 6488c57ae..d9fe50198 100644 --- a/src/charon-tkm/src/ees/ees_callbacks.h +++ b/src/charon-tkm/src/ees/ees_callbacks.h @@ -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 diff --git a/src/charon-tkm/src/ees/esa_event_service.adb b/src/charon-tkm/src/ees/esa_event_service.adb index 323a64cb1..bb645b378 100644 --- a/src/charon-tkm/src/ees/esa_event_service.adb +++ b/src/charon-tkm/src/ees/esa_event_service.adb @@ -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 diff --git a/src/charon-tkm/src/ees/esa_event_service.ads b/src/charon-tkm/src/ees/esa_event_service.ads index cfcf6e2b6..c1b41b475 100644 --- a/src/charon-tkm/src/ees/esa_event_service.ads +++ b/src/charon-tkm/src/ees/esa_event_service.ads @@ -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 diff --git a/src/charon-tkm/src/ehandler/eh_callbacks.c b/src/charon-tkm/src/ehandler/eh_callbacks.c index f1ae15660..a853c2d79 100644 --- a/src/charon-tkm/src/ehandler/eh_callbacks.c +++ b/src/charon-tkm/src/ehandler/eh_callbacks.c @@ -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 diff --git a/src/charon-tkm/src/ehandler/eh_callbacks.h b/src/charon-tkm/src/ehandler/eh_callbacks.h index 9bc849889..6b7f6b5d4 100644 --- a/src/charon-tkm/src/ehandler/eh_callbacks.h +++ b/src/charon-tkm/src/ehandler/eh_callbacks.h @@ -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 diff --git a/src/charon-tkm/src/ehandler/exception_handler.adb b/src/charon-tkm/src/ehandler/exception_handler.adb index ff568a700..d26681b16 100644 --- a/src/charon-tkm/src/ehandler/exception_handler.adb +++ b/src/charon-tkm/src/ehandler/exception_handler.adb @@ -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 diff --git a/src/charon-tkm/src/ehandler/exception_handler.ads b/src/charon-tkm/src/ehandler/exception_handler.ads index ec47aa72c..eb4a93df2 100644 --- a/src/charon-tkm/src/ehandler/exception_handler.ads +++ b/src/charon-tkm/src/ehandler/exception_handler.ads @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm.c b/src/charon-tkm/src/tkm/tkm.c index 8b6cb20ad..e1c751d5c 100644 --- a/src/charon-tkm/src/tkm/tkm.c +++ b/src/charon-tkm/src/tkm/tkm.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm.h b/src/charon-tkm/src/tkm/tkm.h index 70a6b806a..865f184c8 100644 --- a/src/charon-tkm/src/tkm/tkm.h +++ b/src/charon-tkm/src/tkm/tkm.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_aead.c b/src/charon-tkm/src/tkm/tkm_aead.c index f89d29072..f7939dfac 100644 --- a/src/charon-tkm/src/tkm/tkm_aead.c +++ b/src/charon-tkm/src/tkm/tkm_aead.c @@ -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 . * - * 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 diff --git a/src/charon-tkm/src/tkm/tkm_aead.h b/src/charon-tkm/src/tkm/tkm_aead.h index 61aec90f5..ecee41a2e 100644 --- a/src/charon-tkm/src/tkm/tkm_aead.h +++ b/src/charon-tkm/src/tkm/tkm_aead.h @@ -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 . * - * 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. */ /** diff --git a/src/charon-tkm/src/tkm/tkm_chunk_map.c b/src/charon-tkm/src/tkm/tkm_chunk_map.c index 1d073ae45..aea116c96 100644 --- a/src/charon-tkm/src/tkm/tkm_chunk_map.c +++ b/src/charon-tkm/src/tkm/tkm_chunk_map.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_chunk_map.h b/src/charon-tkm/src/tkm/tkm_chunk_map.h index a2864f07a..003015ecd 100644 --- a/src/charon-tkm/src/tkm/tkm_chunk_map.h +++ b/src/charon-tkm/src/tkm/tkm_chunk_map.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_cred.c b/src/charon-tkm/src/tkm/tkm_cred.c index e358042fd..8cdc9c990 100644 --- a/src/charon-tkm/src/tkm/tkm_cred.c +++ b/src/charon-tkm/src/tkm/tkm_cred.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_cred.h b/src/charon-tkm/src/tkm/tkm_cred.h index 52cb42247..8b0a27804 100644 --- a/src/charon-tkm/src/tkm/tkm_cred.h +++ b/src/charon-tkm/src/tkm/tkm_cred.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_diffie_hellman.c b/src/charon-tkm/src/tkm/tkm_diffie_hellman.c index 41b557edc..ec2ca46ad 100644 --- a/src/charon-tkm/src/tkm/tkm_diffie_hellman.c +++ b/src/charon-tkm/src/tkm/tkm_diffie_hellman.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_diffie_hellman.h b/src/charon-tkm/src/tkm/tkm_diffie_hellman.h index 19de7c874..e3761c9d0 100644 --- a/src/charon-tkm/src/tkm/tkm_diffie_hellman.h +++ b/src/charon-tkm/src/tkm/tkm_diffie_hellman.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_encoder.c b/src/charon-tkm/src/tkm/tkm_encoder.c index e5ec84e44..3ccd9ef54 100644 --- a/src/charon-tkm/src/tkm/tkm_encoder.c +++ b/src/charon-tkm/src/tkm/tkm_encoder.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_encoder.h b/src/charon-tkm/src/tkm/tkm_encoder.h index c41bea1f7..171fe6480 100644 --- a/src/charon-tkm/src/tkm/tkm_encoder.h +++ b/src/charon-tkm/src/tkm/tkm_encoder.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_id_manager.c b/src/charon-tkm/src/tkm/tkm_id_manager.c index 76677c38c..807a85cc7 100644 --- a/src/charon-tkm/src/tkm/tkm_id_manager.c +++ b/src/charon-tkm/src/tkm/tkm_id_manager.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_id_manager.h b/src/charon-tkm/src/tkm/tkm_id_manager.h index 2c1abb9ee..2fa465a43 100644 --- a/src/charon-tkm/src/tkm/tkm_id_manager.h +++ b/src/charon-tkm/src/tkm/tkm_id_manager.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_kernel_ipsec.c b/src/charon-tkm/src/tkm/tkm_kernel_ipsec.c index 48dd40aa5..1e680258d 100644 --- a/src/charon-tkm/src/tkm/tkm_kernel_ipsec.c +++ b/src/charon-tkm/src/tkm/tkm_kernel_ipsec.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_kernel_ipsec.h b/src/charon-tkm/src/tkm/tkm_kernel_ipsec.h index 702d8f8ab..329c9c207 100644 --- a/src/charon-tkm/src/tkm/tkm_kernel_ipsec.h +++ b/src/charon-tkm/src/tkm/tkm_kernel_ipsec.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_kernel_sad.c b/src/charon-tkm/src/tkm/tkm_kernel_sad.c index 9f1e96d29..e8bb51809 100644 --- a/src/charon-tkm/src/tkm/tkm_kernel_sad.c +++ b/src/charon-tkm/src/tkm/tkm_kernel_sad.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_kernel_sad.h b/src/charon-tkm/src/tkm/tkm_kernel_sad.h index bf4a2f2be..5d0c8641f 100644 --- a/src/charon-tkm/src/tkm/tkm_kernel_sad.h +++ b/src/charon-tkm/src/tkm/tkm_kernel_sad.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_keymat.c b/src/charon-tkm/src/tkm/tkm_keymat.c index 955b3dad4..ad56cead0 100644 --- a/src/charon-tkm/src/tkm/tkm_keymat.c +++ b/src/charon-tkm/src/tkm/tkm_keymat.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_keymat.h b/src/charon-tkm/src/tkm/tkm_keymat.h index 1aaaf0426..d5b17bd7d 100644 --- a/src/charon-tkm/src/tkm/tkm_keymat.h +++ b/src/charon-tkm/src/tkm/tkm_keymat.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_listener.c b/src/charon-tkm/src/tkm/tkm_listener.c index 18e3a54d8..d679c1492 100644 --- a/src/charon-tkm/src/tkm/tkm_listener.c +++ b/src/charon-tkm/src/tkm/tkm_listener.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_listener.h b/src/charon-tkm/src/tkm/tkm_listener.h index fa65cdf39..6b265fda7 100644 --- a/src/charon-tkm/src/tkm/tkm_listener.h +++ b/src/charon-tkm/src/tkm/tkm_listener.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_nonceg.c b/src/charon-tkm/src/tkm/tkm_nonceg.c index ed525ee29..5a1ec65d5 100644 --- a/src/charon-tkm/src/tkm/tkm_nonceg.c +++ b/src/charon-tkm/src/tkm/tkm_nonceg.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_nonceg.h b/src/charon-tkm/src/tkm/tkm_nonceg.h index 0fb165ff7..beb62bea2 100644 --- a/src/charon-tkm/src/tkm/tkm_nonceg.h +++ b/src/charon-tkm/src/tkm/tkm_nonceg.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_private_key.c b/src/charon-tkm/src/tkm/tkm_private_key.c index 13e0256b0..29e8b9750 100644 --- a/src/charon-tkm/src/tkm/tkm_private_key.c +++ b/src/charon-tkm/src/tkm/tkm_private_key.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_private_key.h b/src/charon-tkm/src/tkm/tkm_private_key.h index db4b3fe46..fd9802d12 100644 --- a/src/charon-tkm/src/tkm/tkm_private_key.h +++ b/src/charon-tkm/src/tkm/tkm_private_key.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_public_key.c b/src/charon-tkm/src/tkm/tkm_public_key.c index 2f8d1a033..7b42071e9 100644 --- a/src/charon-tkm/src/tkm/tkm_public_key.c +++ b/src/charon-tkm/src/tkm/tkm_public_key.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_public_key.h b/src/charon-tkm/src/tkm/tkm_public_key.h index c13d9e509..86aa60416 100644 --- a/src/charon-tkm/src/tkm/tkm_public_key.h +++ b/src/charon-tkm/src/tkm/tkm_public_key.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_types.h b/src/charon-tkm/src/tkm/tkm_types.h index 46551b14e..19124f25c 100644 --- a/src/charon-tkm/src/tkm/tkm_types.h +++ b/src/charon-tkm/src/tkm/tkm_types.h @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_utils.c b/src/charon-tkm/src/tkm/tkm_utils.c index 196e1c4fa..7d29be3ef 100644 --- a/src/charon-tkm/src/tkm/tkm_utils.c +++ b/src/charon-tkm/src/tkm/tkm_utils.c @@ -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 diff --git a/src/charon-tkm/src/tkm/tkm_utils.h b/src/charon-tkm/src/tkm/tkm_utils.h index b499dcf5b..f5796821c 100644 --- a/src/charon-tkm/src/tkm/tkm_utils.h +++ b/src/charon-tkm/src/tkm/tkm_utils.h @@ -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 diff --git a/src/charon-tkm/tests/chunk_map_tests.c b/src/charon-tkm/tests/chunk_map_tests.c index 2a129ff08..86530fb98 100644 --- a/src/charon-tkm/tests/chunk_map_tests.c +++ b/src/charon-tkm/tests/chunk_map_tests.c @@ -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 diff --git a/src/charon-tkm/tests/diffie_hellman_tests.c b/src/charon-tkm/tests/diffie_hellman_tests.c index 67313e63a..7e971b885 100644 --- a/src/charon-tkm/tests/diffie_hellman_tests.c +++ b/src/charon-tkm/tests/diffie_hellman_tests.c @@ -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 diff --git a/src/charon-tkm/tests/id_manager_tests.c b/src/charon-tkm/tests/id_manager_tests.c index 2200c9898..9475f4ab6 100644 --- a/src/charon-tkm/tests/id_manager_tests.c +++ b/src/charon-tkm/tests/id_manager_tests.c @@ -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 diff --git a/src/charon-tkm/tests/kernel_sad_tests.c b/src/charon-tkm/tests/kernel_sad_tests.c index 04eeb037f..07e173d8a 100644 --- a/src/charon-tkm/tests/kernel_sad_tests.c +++ b/src/charon-tkm/tests/kernel_sad_tests.c @@ -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 diff --git a/src/charon-tkm/tests/keymat_tests.c b/src/charon-tkm/tests/keymat_tests.c index ff6a6c8c7..d3e4af6a1 100644 --- a/src/charon-tkm/tests/keymat_tests.c +++ b/src/charon-tkm/tests/keymat_tests.c @@ -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 diff --git a/src/charon-tkm/tests/nonceg_tests.c b/src/charon-tkm/tests/nonceg_tests.c index bea11cc19..bc963ffde 100644 --- a/src/charon-tkm/tests/nonceg_tests.c +++ b/src/charon-tkm/tests/nonceg_tests.c @@ -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 diff --git a/src/charon-tkm/tests/tests.c b/src/charon-tkm/tests/tests.c index c09936a37..98e5d0901 100644 --- a/src/charon-tkm/tests/tests.c +++ b/src/charon-tkm/tests/tests.c @@ -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 diff --git a/src/charon-tkm/tests/tests.h b/src/charon-tkm/tests/tests.h index a93837c7c..f802c6c5e 100644 --- a/src/charon-tkm/tests/tests.h +++ b/src/charon-tkm/tests/tests.h @@ -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 diff --git a/src/charon-tkm/tests/utils_tests.c b/src/charon-tkm/tests/utils_tests.c index a8a905272..ed945fd4d 100644 --- a/src/charon-tkm/tests/utils_tests.c +++ b/src/charon-tkm/tests/utils_tests.c @@ -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 diff --git a/src/charon/charon.c b/src/charon/charon.c index 7a2fe19e1..cd480b525 100644 --- a/src/charon/charon.c +++ b/src/charon/charon.c @@ -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 diff --git a/src/checksum/checksum_builder.c b/src/checksum/checksum_builder.c index 167b0c1c0..2c3451dfc 100644 --- a/src/checksum/checksum_builder.c +++ b/src/checksum/checksum_builder.c @@ -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 diff --git a/src/conftest/actions.c b/src/conftest/actions.c index 66e41f743..47f23b7af 100644 --- a/src/conftest/actions.c +++ b/src/conftest/actions.c @@ -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 diff --git a/src/conftest/actions.h b/src/conftest/actions.h index 2e1cbbacd..36c5b4bc6 100644 --- a/src/conftest/actions.h +++ b/src/conftest/actions.h @@ -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 diff --git a/src/conftest/config.c b/src/conftest/config.c index 7b4936737..a6dc61f74 100644 --- a/src/conftest/config.c +++ b/src/conftest/config.c @@ -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 diff --git a/src/conftest/config.h b/src/conftest/config.h index ce9e24586..bc15b9c70 100644 --- a/src/conftest/config.h +++ b/src/conftest/config.h @@ -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 diff --git a/src/conftest/conftest.c b/src/conftest/conftest.c index 0d36ba3ae..7506df2ce 100644 --- a/src/conftest/conftest.c +++ b/src/conftest/conftest.c @@ -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 diff --git a/src/conftest/conftest.h b/src/conftest/conftest.h index 2d0320429..821c6d5a5 100644 --- a/src/conftest/conftest.h +++ b/src/conftest/conftest.h @@ -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 diff --git a/src/conftest/hooks/add_notify.c b/src/conftest/hooks/add_notify.c index 73a9b1a80..2347f3f42 100644 --- a/src/conftest/hooks/add_notify.c +++ b/src/conftest/hooks/add_notify.c @@ -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 diff --git a/src/conftest/hooks/add_payload.c b/src/conftest/hooks/add_payload.c index cb5be1aef..78deb5742 100644 --- a/src/conftest/hooks/add_payload.c +++ b/src/conftest/hooks/add_payload.c @@ -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 diff --git a/src/conftest/hooks/custom_proposal.c b/src/conftest/hooks/custom_proposal.c index 5e1cec089..e3fe9ae3d 100644 --- a/src/conftest/hooks/custom_proposal.c +++ b/src/conftest/hooks/custom_proposal.c @@ -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 diff --git a/src/conftest/hooks/force_cookie.c b/src/conftest/hooks/force_cookie.c index 6be516cf4..10b6ec6b0 100644 --- a/src/conftest/hooks/force_cookie.c +++ b/src/conftest/hooks/force_cookie.c @@ -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 diff --git a/src/conftest/hooks/hook.h b/src/conftest/hooks/hook.h index b93711726..c8dc35b42 100644 --- a/src/conftest/hooks/hook.h +++ b/src/conftest/hooks/hook.h @@ -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 diff --git a/src/conftest/hooks/ignore_message.c b/src/conftest/hooks/ignore_message.c index 3cb5f2059..19d8958ea 100644 --- a/src/conftest/hooks/ignore_message.c +++ b/src/conftest/hooks/ignore_message.c @@ -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 diff --git a/src/conftest/hooks/ike_auth_fill.c b/src/conftest/hooks/ike_auth_fill.c index e3eabe2f2..9cd9d38f8 100644 --- a/src/conftest/hooks/ike_auth_fill.c +++ b/src/conftest/hooks/ike_auth_fill.c @@ -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 diff --git a/src/conftest/hooks/log_id.c b/src/conftest/hooks/log_id.c index f47372fa7..07caedfc5 100644 --- a/src/conftest/hooks/log_id.c +++ b/src/conftest/hooks/log_id.c @@ -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 diff --git a/src/conftest/hooks/log_ke.c b/src/conftest/hooks/log_ke.c index 66aa4a65e..02bf7e307 100644 --- a/src/conftest/hooks/log_ke.c +++ b/src/conftest/hooks/log_ke.c @@ -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 diff --git a/src/conftest/hooks/log_proposals.c b/src/conftest/hooks/log_proposals.c index 40629014b..28a7be3a4 100644 --- a/src/conftest/hooks/log_proposals.c +++ b/src/conftest/hooks/log_proposals.c @@ -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 diff --git a/src/conftest/hooks/log_ts.c b/src/conftest/hooks/log_ts.c index 79c59b89a..5533717ea 100644 --- a/src/conftest/hooks/log_ts.c +++ b/src/conftest/hooks/log_ts.c @@ -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 diff --git a/src/conftest/hooks/pretend_auth.c b/src/conftest/hooks/pretend_auth.c index 94b0ae4c1..5d16fb9a5 100644 --- a/src/conftest/hooks/pretend_auth.c +++ b/src/conftest/hooks/pretend_auth.c @@ -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 diff --git a/src/conftest/hooks/rebuild_auth.c b/src/conftest/hooks/rebuild_auth.c index 5676e307b..917e2212e 100644 --- a/src/conftest/hooks/rebuild_auth.c +++ b/src/conftest/hooks/rebuild_auth.c @@ -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 diff --git a/src/conftest/hooks/reset_seq.c b/src/conftest/hooks/reset_seq.c index 93c61438e..2bd5db5f0 100644 --- a/src/conftest/hooks/reset_seq.c +++ b/src/conftest/hooks/reset_seq.c @@ -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 diff --git a/src/conftest/hooks/set_critical.c b/src/conftest/hooks/set_critical.c index 15c313c51..36959c892 100644 --- a/src/conftest/hooks/set_critical.c +++ b/src/conftest/hooks/set_critical.c @@ -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 diff --git a/src/conftest/hooks/set_ike_initiator.c b/src/conftest/hooks/set_ike_initiator.c index 1674f0a2d..4c27ff513 100644 --- a/src/conftest/hooks/set_ike_initiator.c +++ b/src/conftest/hooks/set_ike_initiator.c @@ -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 diff --git a/src/conftest/hooks/set_ike_request.c b/src/conftest/hooks/set_ike_request.c index fd5b6de61..70317f1f7 100644 --- a/src/conftest/hooks/set_ike_request.c +++ b/src/conftest/hooks/set_ike_request.c @@ -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 diff --git a/src/conftest/hooks/set_ike_spi.c b/src/conftest/hooks/set_ike_spi.c index cc4d5afe4..a1c9aa466 100644 --- a/src/conftest/hooks/set_ike_spi.c +++ b/src/conftest/hooks/set_ike_spi.c @@ -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 diff --git a/src/conftest/hooks/set_ike_version.c b/src/conftest/hooks/set_ike_version.c index ca52879d1..afd8ab4e4 100644 --- a/src/conftest/hooks/set_ike_version.c +++ b/src/conftest/hooks/set_ike_version.c @@ -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 diff --git a/src/conftest/hooks/set_length.c b/src/conftest/hooks/set_length.c index 7f6415841..4d775b9b7 100644 --- a/src/conftest/hooks/set_length.c +++ b/src/conftest/hooks/set_length.c @@ -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 diff --git a/src/conftest/hooks/set_proposal_number.c b/src/conftest/hooks/set_proposal_number.c index 3fa53680c..fdd36a1ce 100644 --- a/src/conftest/hooks/set_proposal_number.c +++ b/src/conftest/hooks/set_proposal_number.c @@ -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 diff --git a/src/conftest/hooks/set_reserved.c b/src/conftest/hooks/set_reserved.c index 7ce6f1b88..048e2ecf9 100644 --- a/src/conftest/hooks/set_reserved.c +++ b/src/conftest/hooks/set_reserved.c @@ -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 diff --git a/src/conftest/hooks/unencrypted_notify.c b/src/conftest/hooks/unencrypted_notify.c index 2a7498527..019e5564a 100644 --- a/src/conftest/hooks/unencrypted_notify.c +++ b/src/conftest/hooks/unencrypted_notify.c @@ -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 diff --git a/src/conftest/hooks/unsort_message.c b/src/conftest/hooks/unsort_message.c index 399d2932a..087b81994 100644 --- a/src/conftest/hooks/unsort_message.c +++ b/src/conftest/hooks/unsort_message.c @@ -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 diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index 0fd8f45d9..4b0a398f8 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/data/LogContentProvider.java b/src/frontends/android/app/src/main/java/org/strongswan/android/data/LogContentProvider.java index ea2cf8ab0..46b060c39 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/data/LogContentProvider.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/data/LogContentProvider.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java index 1f077529d..f95082711 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfile.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java index 577c645cd..5604f67a1 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnProfileDataSource.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnType.java b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnType.java index e268c996f..1a666734b 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnType.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/data/VpnType.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java index bba5a427f..dccc29826 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/NetworkManager.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/NetworkManager.java index ec7e80eef..da1ed9853 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/NetworkManager.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/NetworkManager.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java index 8d4ea6cb7..1b6f412b2 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/Scheduler.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/SimpleFetcher.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/SimpleFetcher.java index 1f24df7a4..ca756403d 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/SimpleFetcher.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/SimpleFetcher.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/StrongSwanApplication.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/StrongSwanApplication.java index 505c00cc9..92a112a6d 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/StrongSwanApplication.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/StrongSwanApplication.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/TrustedCertificateManager.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/TrustedCertificateManager.java index 2fcfb7eaf..257f407ff 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/TrustedCertificateManager.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/TrustedCertificateManager.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/VpnStateService.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/VpnStateService.java index a10a0993f..53c22d45a 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/VpnStateService.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/VpnStateService.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/AndroidImc.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/AndroidImc.java index a1e14a345..c3acbc3b4 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/AndroidImc.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/AndroidImc.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/ImcState.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/ImcState.java index 4ef119496..d37a6feff 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/ImcState.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/ImcState.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/RemediationInstruction.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/RemediationInstruction.java index 24b18aa9d..5fb3add86 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/RemediationInstruction.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/RemediationInstruction.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/Attribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/Attribute.java index cd51330fb..c4b2f0e19 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/Attribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/Attribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/AttributeType.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/AttributeType.java index ff209dd6b..9b9492bd1 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/AttributeType.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/AttributeType.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/DeviceIdAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/DeviceIdAttribute.java index 48a1dff7d..88e3895a5 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/DeviceIdAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/DeviceIdAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/InstalledPackagesAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/InstalledPackagesAttribute.java index 213b03b44..b3f712c8c 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/InstalledPackagesAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/InstalledPackagesAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PortFilterAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PortFilterAttribute.java index 3ae0458ae..d91da1e92 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PortFilterAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PortFilterAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.java index 9fe6d0bb6..e34b0d093 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/PrivateEnterpriseNumber.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.java index 4a3aa8666..99d10b1cf 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/ProductInformationAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/SettingsAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/SettingsAttribute.java index 35f36fb12..44f0fab18 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/SettingsAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/SettingsAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/StringVersionAttribute.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/StringVersionAttribute.java index d78d8db43..904f38735 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/StringVersionAttribute.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/attributes/StringVersionAttribute.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Collector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Collector.java index 2c4877d46..0f6596ec1 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Collector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Collector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/DeviceIdCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/DeviceIdCollector.java index 593b1b3f6..9d813e015 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/DeviceIdCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/DeviceIdCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/InstalledPackagesCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/InstalledPackagesCollector.java index a452ca5f9..34d057d8b 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/InstalledPackagesCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/InstalledPackagesCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/PortFilterCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/PortFilterCollector.java index b8cfac021..d04928e76 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/PortFilterCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/PortFilterCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/ProductInformationCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/ProductInformationCollector.java index a17359c84..65769bd2e 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/ProductInformationCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/ProductInformationCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Protocol.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Protocol.java index fc3ae1f06..d1c6f12f7 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Protocol.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/Protocol.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/SettingsCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/SettingsCollector.java index d80d40448..5ce917613 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/SettingsCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/SettingsCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/StringVersionCollector.java b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/StringVersionCollector.java index 171d908a5..181ba5fc1 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/StringVersionCollector.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/logic/imc/collectors/StringVersionCollector.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreProvider.java b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreProvider.java index 66f39b44c..3ef0ebab1 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreProvider.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreProvider.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreSpi.java b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreSpi.java index e8d58f0c4..b3b665138 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreSpi.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateKeyStoreSpi.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateStore.java b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateStore.java index ff7305c21..133a78ca6 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateStore.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/security/LocalCertificateStore.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/security/TrustedCertificateEntry.java b/src/frontends/android/app/src/main/java/org/strongswan/android/security/TrustedCertificateEntry.java index 4a1dc8e5f..2ea823b15 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/security/TrustedCertificateEntry.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/security/TrustedCertificateEntry.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/CertificateDeleteConfirmationDialog.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/CertificateDeleteConfirmationDialog.java index e1a087277..872833577 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/CertificateDeleteConfirmationDialog.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/CertificateDeleteConfirmationDialog.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/ImcStateFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/ImcStateFragment.java index 9178a1be9..2d42a77be 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/ImcStateFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/ImcStateFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogActivity.java index adcd83228..40738fe63 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java index 52f093c39..ca873a7fd 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/LogFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/MainActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/MainActivity.java index 9b47b7f21..f2d8939ec 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/MainActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/MainActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionFragment.java index 52d9959b0..ea33a14e6 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsActivity.java index 66ea9e580..4d8f2f1a3 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsFragment.java index 1a9352be3..0f74bfd41 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/RemediationInstructionsFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsActivity.java index 6e9a95767..d437e3aa3 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsListFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsListFragment.java index 8fc121d51..e2d949a68 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsListFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SelectedApplicationsListFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsActivity.java index f70d46151..d1b5190e4 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsFragment.java index 654f57485..98e399256 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/SettingsFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateImportActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateImportActivity.java index 44f4f5ff9..def0b88a5 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateImportActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateImportActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateListFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateListFragment.java index eaf32a0e3..3b5730773 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateListFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificateListFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificatesActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificatesActivity.java index ad665787b..c941a49e9 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificatesActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/TrustedCertificatesActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java index beda1b3ff..5d5fd9144 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java index 852e09f7c..dc3bc1cc7 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileDetailActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java index 84fb584a1..d7a069d0b 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileImportActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileListFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileListFragment.java index 4203eade2..291a4fcea 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileListFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileListFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileSelectActivity.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileSelectActivity.java index 0b1e61187..78d8a92db 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileSelectActivity.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileSelectActivity.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnStateFragment.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnStateFragment.java index 1214b1247..319a9dd06 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnStateFragment.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnStateFragment.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnTileService.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnTileService.java index df3c666f0..2e128962d 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnTileService.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnTileService.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/CertificateIdentitiesAdapter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/CertificateIdentitiesAdapter.java index 912f52441..b2ac2b881 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/CertificateIdentitiesAdapter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/CertificateIdentitiesAdapter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/RemediationInstructionAdapter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/RemediationInstructionAdapter.java index dc18e4341..26e5952c2 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/RemediationInstructionAdapter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/RemediationInstructionAdapter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationEntry.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationEntry.java index df6753db5..e61089378 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationEntry.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationEntry.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationsAdapter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationsAdapter.java index 2a2fe9533..c98e4ab83 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationsAdapter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/SelectedApplicationsAdapter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/TrustedCertificateAdapter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/TrustedCertificateAdapter.java index b3a842339..d75bd5ca3 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/TrustedCertificateAdapter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/TrustedCertificateAdapter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/VpnProfileAdapter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/VpnProfileAdapter.java index d9201747a..05a15464d 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/VpnProfileAdapter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/adapter/VpnProfileAdapter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/CheckableLinearLayout.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/CheckableLinearLayout.java index 48e942ff8..6d51398cd 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/CheckableLinearLayout.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/CheckableLinearLayout.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/TextInputLayoutHelper.java b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/TextInputLayoutHelper.java index f5390620f..59394db16 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/TextInputLayoutHelper.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/ui/widget/TextInputLayoutHelper.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/BufferedByteWriter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/BufferedByteWriter.java index 788aa5a31..4bbc31612 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/BufferedByteWriter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/BufferedByteWriter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Constants.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Constants.java index 71b6e0fce..7f5220fbf 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Constants.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Constants.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRange.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRange.java index 64e0bab23..95868b8d4 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRange.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRange.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRangeSet.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRangeSet.java index 4716055bb..9ae16c5e9 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRangeSet.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/IPRangeSet.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/SettingsWriter.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/SettingsWriter.java index 5a37ab90b..e5cf21890 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/SettingsWriter.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/SettingsWriter.java @@ -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 diff --git a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Utils.java b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Utils.java index 9dec3c0e3..5142ee1b5 100644 --- a/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Utils.java +++ b/src/frontends/android/app/src/main/java/org/strongswan/android/utils/Utils.java @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.c b/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.c index ac108c347..6b7bd203e 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.h b/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.h index 3aab3de28..85cd54c55 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/android_jni.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.c index ffaf86a53..2a8c72145 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.h index 517f21542..b7445a15d 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_attr.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.c index 5421dcae0..24b612731 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.h index 869e0afea..0279f3575 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_creds.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.c index c7407e777..caaa2ff05 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.h index a9cf1a051..3747f8a70 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_dns_proxy.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.c index 2e23f8b10..2a72ac6a1 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.h index a20cdfdb5..90930dc7e 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_fetcher.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.c index fbc10a09e..a03081dc3 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.h index b23c2b665..4a1386aa7 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_private_key.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.c index 3252082bb..c5cb18857 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.h index eea011211..6c3ab6488 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_scheduler.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c index 77decfd80..6bccf18a6 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.h b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.h index 1626cd783..86fb74fe0 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c index d639460f9..b17dfe8a1 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.h b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.h index 44b049ccc..30c1e518e 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.c b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.c index 6a0415788..80e877bf5 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.h b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.h index a9f70f835..d1a9e4455 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/byod/imc_android_state.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c index 16e31d84d..e81e22be7 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.h b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.h index 12353777b..e59d7e106 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/charonservice.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.c b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.c index 4be945365..4b00527d6 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.h b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.h index 4cb1f5148..fb4627ccd 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_ipsec.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.c b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.c index 6423df167..d60bee6f7 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.h b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.h index 37bbb5cff..66acc536a 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/android_net.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.c b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.c index e217b4286..63ad7dd10 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.h b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.h index 220364260..9395120fd 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/kernel/network_manager.h @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.c b/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.c index 709dbe128..ecab0c191 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.c +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.c @@ -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 diff --git a/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.h b/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.h index 926187717..428932776 100644 --- a/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.h +++ b/src/frontends/android/app/src/main/jni/libandroidbridge/vpnservice_builder.h @@ -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 diff --git a/src/frontends/android/app/src/main/res/color/checkable_text_color.xml b/src/frontends/android/app/src/main/res/color/checkable_text_color.xml index e29e667b6..f4c2f2e20 100644 --- a/src/frontends/android/app/src/main/res/color/checkable_text_color.xml +++ b/src/frontends/android/app/src/main/res/color/checkable_text_color.xml @@ -1,7 +1,8 @@