mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
updates metadata; drops py26 tests
This commit is contained in:
30
wrapper/python/LICENSING.rst
Normal file
30
wrapper/python/LICENSING.rst
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
Licensing
|
||||||
|
=========
|
||||||
|
|
||||||
|
wolfSSL’s 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
|
1
wrapper/python/MANIFEST.in
Normal file
1
wrapper/python/MANIFEST.in
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include LICENSING.rst
|
@@ -44,16 +44,8 @@ A Python library that encapsulates wolfSSL's wolfCrypt API
|
|||||||
py35: commands succeeded
|
py35: commands succeeded
|
||||||
congratulations :)
|
congratulations :)
|
||||||
|
|
||||||
Licensing
|
|
||||||
=========
|
.. include:: LICENSING.rst
|
||||||
|
|
||||||
|
|
||||||
wolfSSL (formerly known as CyaSSL) and wolfCrypt are either licensed for use
|
Copyright 2016 wolfSSL Inc. All rights reserved.
|
||||||
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>`_.
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py26,py27,py35
|
envlist=py27,py35
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=-rrequirements-testing.txt
|
deps=-rrequirements-testing.txt
|
||||||
|
Reference in New Issue
Block a user