diff --git a/README.html b/README.html index 10ab908..e31eaa8 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,7 @@
The new license resolves a long-standing controversy over whether OpenSSL is a “System Library” to which GPL code can be freely linked, or not, in which case an explicit “GPL exception” must be added to the GPL license by all the authors (the historical origins of the UxPlay code make this impossible). The license issue only involves distribution of compiled code, not source code.
Packagers for distributions such as Debian that do not allow exception-free linking of GPL v3 code to OpenSSL-1.1.1 under its old “dual OpenSSL/SSLeay” license should use the “Apache v2” OpenSSL-3.x, which is backwards-compatible with UxPlay.
As a possible help for packaging the uxplay binary for distributions that do not allow linking GPL v3 code to OpenSSL-1.1.1, and have not yet provided OpenSSL-3.0.0 packages, “cmake -DSTATIC_OPENSSL3=ON ….” will build uxplay that is statically linked to libcrypto.a that has been built from OpenSSL-3.x source, and installed in the default location (/usr/local/…); this can be uninstalled after UxPlay is compiled.
-An alternative is to replace the AES decryption code in lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL’s libcrypto) with a GPL implementation).
+An alternative is to replace the AES decryption code in lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL’s libcrypto) with a GPL implementation.
Either download and unzip UxPlay-master.zip, or (if git is installed): “git clone https://github.com/FDH2/UxPlay”.
This is a pull request on the original site https://github.com/antimof/UxPlay ; it may or may not ever get committed into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace “FDH2” by “antimof” in the above.
diff --git a/README.md b/README.md index e318216..d3fdc99 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ location (/usr/local/...); this can be uninstalled after UxPlay is compiled. An alternative is to replace the AES decryption code in lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL's libcrypto) -with a GPL implementation). +with a GPL implementation. # Getting UxPlay: diff --git a/README.txt b/README.txt index 943a3a4..5485528 100644 --- a/README.txt +++ b/README.txt @@ -73,7 +73,7 @@ built from OpenSSL-3.x source, and installed in the default location An alternative is to replace the AES decryption code in lib/crypto.\[c,h\] (which is a wrapper for calls to OpenSSL's libcrypto) -with a GPL implementation). +with a GPL implementation. Getting UxPlay: ===============