Skip to content

Commit 401e12a

Browse files
authored
Merge pull request #13 from cconlon/copyright2020
update copyright to 2020
2 parents c2c7ee5 + 032f2e0 commit 401e12a

15 files changed

Lines changed: 16 additions & 16 deletions

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for Sphinx documentation
22
#
3-
# Copyright (C) 2006-2019 wolfSSL Inc.
3+
# Copyright (C) 2006-2020 wolfSSL Inc.
44
#
55
# This file is part of wolfSSL. (formerly known as CyaSSL)
66
#

examples/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# client.py
66
#
7-
# Copyright (C) 2006-2019 wolfSSL Inc.
7+
# Copyright (C) 2006-2020 wolfSSL Inc.
88
#
99
# This file is part of wolfSSL. (formerly known as CyaSSL)
1010
#

examples/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# server.py
66
#
7-
# Copyright (C) 2006-2019 wolfSSL Inc.
7+
# Copyright (C) 2006-2020 wolfSSL Inc.
88
#
99
# This file is part of wolfSSL. (formerly known as CyaSSL)
1010
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2006-2019 wolfSSL Inc.
4+
# Copyright (C) 2006-2020 wolfSSL Inc.
55
#
66
# This file is part of wolfSSL. (formerly known as CyaSSL)
77
#

src/wolfssl/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# __about__.py
44
#
5-
# Copyright (C) 2006-2019 wolfSSL Inc.
5+
# Copyright (C) 2006-2020 wolfSSL Inc.
66
#
77
# This file is part of wolfSSL. (formerly known as CyaSSL)
88
#
@@ -40,7 +40,7 @@
4040
__email__ = "info@wolfssl.com"
4141

4242
__license__ = "GPLv2 or Commercial License"
43-
__copyright__ = "Copyright (C) 2006-2019 wolfSSL Inc"
43+
__copyright__ = "Copyright (C) 2006-2020 wolfSSL Inc"
4444

4545
__all__ = [
4646
"__title__", "__summary__", "__uri__", "__version__",

src/wolfssl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# __init__.py
44
#
5-
# Copyright (C) 2006-2019 wolfSSL Inc.
5+
# Copyright (C) 2006-2020 wolfSSL Inc.
66
#
77
# This file is part of wolfSSL. (formerly known as CyaSSL)
88
#

src/wolfssl/_build_ffi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# build_ffi.py
44
#
5-
# Copyright (C) 2006-2019 wolfSSL Inc.
5+
# Copyright (C) 2006-2020 wolfSSL Inc.
66
#
77
# This file is part of wolfSSL. (formerly known as CyaSSL)
88
#

src/wolfssl/_build_wolfssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2006-2019 wolfSSL Inc.
4+
# Copyright (C) 2006-2020 wolfSSL Inc.
55
#
66
# This file is part of wolfSSL. (formerly known as CyaSSL)
77
#

src/wolfssl/_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# _methods.py
44
#
5-
# Copyright (C) 2006-2019 wolfSSL Inc.
5+
# Copyright (C) 2006-2020 wolfSSL Inc.
66
#
77
# This file is part of wolfSSL. (formerly known as CyaSSL)
88
#

src/wolfssl/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# exceptions.py
44
#
5-
# Copyright (C) 2006-2019 wolfSSL Inc.
5+
# Copyright (C) 2006-2020 wolfSSL Inc.
66
#
77
# This file is part of wolfSSL. (formerly known as CyaSSL)
88
#

0 commit comments

Comments
 (0)