minor fixes on __about__.py

gh-pages
Moisés Guimarães 2016-05-02 16:21:08 -03:00
parent b50afa900c
commit 8014a9e211
3 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
from __future__ import absolute_import, division, print_function
__all__ = [
"__title__", "__summary__", "__uri__", "__version__", "__author__",
@ -57,4 +56,4 @@ __license__ = """
royalty-free distribution. Custom licensing terms are also available.
"""
__copyright__ = "Copyright 2016 {0}".format(__author__)
__copyright__ = "Copyright 2016 {0} All rights reserved".format(__author__)

View File

@ -1,4 +1,4 @@
# WolfCrypt
# __init__.py
#
# Copyright (C) 2006-2016 wolfSSL Inc.
#

View File

@ -1,4 +1,4 @@
# build_random.py
# build_ffi.py
#
# Copyright (C) 2006-2016 wolfSSL Inc.
#