Updates for v4.0.0

Update the copyright dates on all the source files to the current year.
This commit is contained in:
John Safranek
2019-03-15 10:37:36 -07:00
parent 60d3dec246
commit 246c444b93
490 changed files with 630 additions and 590 deletions

View File

@@ -1,8 +1,8 @@
# exceptions.py
#
# Copyright (C) 2006-2016 wolfSSL Inc.
# Copyright (C) 2006-2019 wolfSSL Inc.
#
# This file is part of wolfSSL. (formerly known as CyaSSL)
# This file is part of wolfSSL.
#
# wolfSSL is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
#/
class WolfCryptError(Exception):