diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-09-05 02:10:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-09-05 02:10:53 (EDT) |
commit | 71dcb31e205b5f5e5f3c716da60471948d9b3926 (patch) | |
tree | 595b1da76df7583d545c3c256f1d886aeca13496 | |
parent | b87aa4327c1bc2425a9236ef1a1698260f04cf86 (diff) |
Update copyright notices
Copyrights in my contributions to this package were transferred to
Libiquity LLC by a contract executed 2019-09-04. And as of this
writing, this package has not yet been published.
-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. # |