From d37302e2171cb434d909e01bb9f8f0ace7e87995 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 29 May 2022 11:27:30 -0400 Subject: [PATCH] README fix typo --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 17cd9d6..896369a 100644 --- a/README.html +++ b/README.html @@ -28,7 +28,7 @@

Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.

Some Linux distributions such as Debian do not allow distribution of compiled GPL code linked to OpenSSL-1.1.1 because its “dual OpenSSL/SSLeay” license has some incompatibilities with GPL, unless all code authors have explicitly given an “exception” to allow such linking (the historical origins of UxPlay make this impossible to obtain). Other distributions treat OpenSSL as a “System Library” which the GPL allows linking to.

-

For “GPL-strict” distributions, UxPlay can be built using OpenSSL- 3.0.0, which has anew GPLv3-compatible license.

+

For “GPL-strict” distributions, UxPlay can be built using OpenSSL- 3.0.0, which has a new GPLv3-compatible license.

Getting UxPlay:

Either download and unzip UxPlay-master.zip, or (if git is installed): “git clone https://github.com/FDH2/UxPlay”. You can also download a recent or earlier version listed in Releases.

*Current UxPlay is also a pull request on the original site https://github.com/antimof/UxPlay ; that original project is inactive, but the pull requests are now being periodically merged with the antimof tree (thank you antimof!).

diff --git a/README.md b/README.md index 8226494..338baa6 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ make this impossible to obtain). Other distributions treat OpenSSL as a "System Library" which the GPL allows linking to. For "GPL-strict" distributions, UxPlay can be built using OpenSSL- 3.0.0, -which has anew [GPLv3-compatible license](https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final/). +which has a new [GPLv3-compatible license](https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final/). # Getting UxPlay: diff --git a/README.txt b/README.txt index 6a2a84a..c773bd1 100644 --- a/README.txt +++ b/README.txt @@ -144,7 +144,7 @@ distributions treat OpenSSL as a "System Library" which the GPL allows linking to. For "GPL-strict" distributions, UxPlay can be built using OpenSSL- -3.0.0, which has anew [GPLv3-compatible +3.0.0, which has a new [GPLv3-compatible license](https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final/). Getting UxPlay: