update copyright dates to 2019

pull/8/head
Chris Conlon 2018-12-31 08:31:48 -08:00
parent 9b396f47cf
commit e32799a5ed
12 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

@ -2,7 +2,7 @@
#
# __about__.py
#
# Copyright (C) 2006-2017 wolfSSL Inc.
# Copyright (C) 2006-2019 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-2017 wolfSSL Inc"
__copyright__ = "Copyright (C) 2006-2019 wolfSSL Inc"
__all__ = [
"__title__", "__summary__", "__uri__", "__version__",

View File

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

View File

@ -2,7 +2,7 @@
#
# build_ffi.py
#
# Copyright (C) 2006-2017 wolfSSL Inc.
# Copyright (C) 2006-2019 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-2017 wolfSSL Inc.
# Copyright (C) 2006-2019 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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