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("