diff --git a/LICENSING b/LICENSING new file mode 100644 index 000000000..e43bb9f39 --- /dev/null +++ b/LICENSING @@ -0,0 +1,11 @@ + +CyaSSL and wolfCrypt are either licensed for use under the GPLv2 or a +standard commercial license. For our users who cannot use CyaSSL under +GPLv2, a commercial license to CyaSSL 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 at www.wolfssl.com. + diff --git a/Makefile.am b/Makefile.am index 48a5621e1..8688d878e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,8 @@ EXTRA_DIST+= cyassl64.sln EXTRA_DIST+= valgrind-error.sh EXTRA_DIST+= gencertbuf.pl EXTRA_DIST+= IDE +EXTRA_DIST+= README.md +EXTRA_DIST+= LICENSING include cyassl/include.am include certs/include.am