Merge pull request #13 from cconlon/copyright2020

update copyright to 2020
pull/14/head
John Safranek 2020-07-28 15:41:19 -07:00 committed by GitHub
commit 401e12aa4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# Makefile for Sphinx documentation
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -4,7 +4,7 @@
#
# client.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -4,7 +4,7 @@
#
# server.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# __about__.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#
@ -40,7 +40,7 @@ __author__ = "wolfSSL Inc."
__email__ = "info@wolfssl.com"
__license__ = "GPLv2 or Commercial License"
__copyright__ = "Copyright (C) 2006-2019 wolfSSL Inc"
__copyright__ = "Copyright (C) 2006-2020 wolfSSL Inc"
__all__ = [
"__title__", "__summary__", "__uri__", "__version__",

View File

@ -2,7 +2,7 @@
#
# __init__.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# build_ffi.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# _methods.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# exceptions.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# utils.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# conftest.py
#
# Copyright (C) 2006-2017 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# test_client.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# test_context.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

@ -2,7 +2,7 @@
#
# test_methods.py
#
# Copyright (C) 2006-2019 wolfSSL Inc.
# Copyright (C) 2006-2020 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#