From 5281cdc5f529397b1b3d3f279c0f821dd1517fd9 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Fri, 5 Nov 2021 16:09:43 +0100 Subject: [PATCH] Indicate Python 3.x support --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d6c0033..c23d0ea 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;

The project is hosted on GitHub. The latest version is available at: https://github.com/Sei-Lisa/LSL-PyOptimizer

-

In order to run the program, you need Python 2.7 installed. Python 3.x will not work. Download and install Python 2.7 if you don't have it already.

+

In order to run the program, you need Python installed. It should work with both Python 2.7 and Python 3.x. Note that Python 3.x support is still in beta; if you run into any error while using it, please file a report.

Also on this page

@@ -514,7 +514,7 @@ but this will cause an error:

This program is distributed under the terms of the GNU General Public License (GPL) version 3.

-

© Copyright 2015-2019 Sei Lisa. All rights reserved.

+

© Copyright 2015-2021 Sei Lisa. All rights reserved.

Just to put it explicitly, processing code with this optimizer does NOT automatically make the result fall under the terms of the license. Only the optimizer itself is subject to the terms of the GPL, similarly to how the C code compiled by a GPL-licensed compiler is not subject to the licensing requirements of the compiler even if the compiler itself is.