diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | src/commands.h | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/s_client.c | 2 | ||||
-rwxr-xr-x | tests/badssl.sh | 2 | ||||
-rwxr-xr-x | tests/howsmyssl.sh | 2 |
8 files changed, 8 insertions, 7 deletions
@@ -9,7 +9,7 @@ since 2019-07-28. Copyright Information --------------------- -Copyright (C) 2019 Patrick McDermott +Copyright (C) 2019 Libiquity LLC Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -44,7 +44,7 @@ against wolfSSL configured with these options. Copyright --------- -Copyright (C) 2019 Patrick McDermott +Copyright (C) 2019 Libiquity LLC Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/configure.ac b/configure.ac index e8183de..2c55b08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ # Process this file with autoconf to produce a configure script. # # Copyright (C) 2017 Patrick McDermott +# Copyright (C) 2019 Libiquity LLC # # This file is part of wolfssl-util. # diff --git a/src/commands.h b/src/commands.h index 192209e..34dd64f 100644 --- a/src/commands.h +++ b/src/commands.h @@ -1,7 +1,7 @@ /* * Command prototypes * - * Copyright (C) 2019 Patrick McDermott + * Copyright (C) 2019 Libiquity LLC * * This file is part of wolfssl-util. * @@ -1,7 +1,7 @@ /* * Program entry point * - * Copyright (C) 2019 Patrick McDermott + * Copyright (C) 2019 Libiquity LLC * * This file is part of wolfssl-util. * diff --git a/src/s_client.c b/src/s_client.c index 8471e32..631f7a2 100644 --- a/src/s_client.c +++ b/src/s_client.c @@ -1,7 +1,7 @@ /* * s_client command * - * Copyright (C) 2019 Patrick McDermott + * Copyright (C) 2019 Libiquity LLC * * This file is part of wolfssl-util. * diff --git a/tests/badssl.sh b/tests/badssl.sh index 5322898..552bc2c 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -1,6 +1,6 @@ # Tests using Google's badssl.com Web service # -# Copyright (C) 2019 Patrick McDermott +# Copyright (C) 2019 Libiquity LLC # # This file is part of wolfssl-util. # diff --git a/tests/howsmyssl.sh b/tests/howsmyssl.sh index 8dd4e2f..aba65b3 100755 --- a/tests/howsmyssl.sh +++ b/tests/howsmyssl.sh @@ -1,6 +1,6 @@ # Tests using Jeff Hodges's How's My SSL? Web service # -# Copyright (C) 2019 Patrick McDermott +# Copyright (C) 2019 Libiquity LLC # # This file is part of wolfssl-util. # |