updates metadata; drops py26 tests

This commit is contained in:
Moisés Guimarães
2016-05-04 21:38:27 -03:00
parent 3181731404
commit 9e9fd24d68
4 changed files with 35 additions and 12 deletions

View File

@ -0,0 +1,30 @@
Licensing
=========
wolfSSLs software is available under two distinct licensing models:
open source and standard commercial licensing. Please see the relevant
section below for information on each type of license.
Open Source
-----------
wolfSSL (formerly CyaSSL), yaSSL, wolfCrypt, yaSSH and TaoCrypt software
are free software downloads and may be modified to the needs of the user
as long as the user adheres to version two of the GPL License. The GPLv2
license can be found on the gnu.org website:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Commercial Licensing
--------------------
Businesses and enterprises who wish to incorporate wolfSSL products into
proprietary appliances or other commercial software products for
re-distribution must license commercial versions. Commercial licenses for
wolfSSL, yaSSL, and wolfCrypt are available for $5,000 USD per end product
or SKU. Licenses are generally issued for one product and include unlimited
royalty-free distribution. Custom licensing terms are also available.
Email: licensing@wolfssl.com
Phone: +1 425 245-8247

View File

@ -0,0 +1 @@
include LICENSING.rst

View File

@ -44,16 +44,8 @@ A Python library that encapsulates wolfSSL's wolfCrypt API
py35: commands succeeded
congratulations :)
Licensing
=========
.. include:: LICENSING.rst
wolfSSL (formerly known as CyaSSL) and wolfCrypt are either licensed for use
under the GPLv2 or a standard commercial license. For our users who cannot use
wolfSSL under GPLv2, a commercial license to wolfSSL and wolfCrypt is available.
Please contact wolfSSL Inc. directly at:
Email: licensing@wolfssl.com
Phone: +1 425 245-8247
More information can be found on the `wolfSSL website <https://www.wolfssl.com>`_.
Copyright 2016 wolfSSL Inc. All rights reserved.

View File

@ -1,5 +1,5 @@
[tox]
envlist=py26,py27,py35
envlist=py27,py35
[testenv]
deps=-rrequirements-testing.txt