diff --git a/examples/client.py b/examples/client.py index 7c78f39..5571539 100755 --- a/examples/client.py +++ b/examples/client.py @@ -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) # diff --git a/examples/server.py b/examples/server.py index 6ee98d3..712b2ea 100755 --- a/examples/server.py +++ b/examples/server.py @@ -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) # diff --git a/src/wolfssl/__about__.py b/src/wolfssl/__about__.py index 12ebc0c..d6adfac 100644 --- a/src/wolfssl/__about__.py +++ b/src/wolfssl/__about__.py @@ -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__", diff --git a/src/wolfssl/__init__.py b/src/wolfssl/__init__.py index a62ca0b..9d0ed9a 100644 --- a/src/wolfssl/__init__.py +++ b/src/wolfssl/__init__.py @@ -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) # diff --git a/src/wolfssl/_build_ffi.py b/src/wolfssl/_build_ffi.py index 3f781a6..22ae029 100644 --- a/src/wolfssl/_build_ffi.py +++ b/src/wolfssl/_build_ffi.py @@ -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) # diff --git a/src/wolfssl/_build_wolfssl.py b/src/wolfssl/_build_wolfssl.py index b3fc255..d13a52b 100644 --- a/src/wolfssl/_build_wolfssl.py +++ b/src/wolfssl/_build_wolfssl.py @@ -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) # diff --git a/src/wolfssl/_methods.py b/src/wolfssl/_methods.py index f5b522a..8b81dcf 100644 --- a/src/wolfssl/_methods.py +++ b/src/wolfssl/_methods.py @@ -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) # diff --git a/src/wolfssl/exceptions.py b/src/wolfssl/exceptions.py index ec1e6d2..89a3fc5 100644 --- a/src/wolfssl/exceptions.py +++ b/src/wolfssl/exceptions.py @@ -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) # diff --git a/src/wolfssl/utils.py b/src/wolfssl/utils.py index fcd3c4e..86ac7e7 100644 --- a/src/wolfssl/utils.py +++ b/src/wolfssl/utils.py @@ -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) # diff --git a/tests/test_client.py b/tests/test_client.py index d37d4b9..e32fd79 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -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) # diff --git a/tests/test_context.py b/tests/test_context.py index cc07a65..a86937f 100644 --- a/tests/test_context.py +++ b/tests/test_context.py @@ -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) # diff --git a/tests/test_methods.py b/tests/test_methods.py index ca3250f..d046606 100644 --- a/tests/test_methods.py +++ b/tests/test_methods.py @@ -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) #