From e1280f076bf82b9caaf4110383118da4f300b96f Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 14 Apr 2024 11:27:06 +0200 Subject: [PATCH] New copyright year --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6536dd6..81dd2e0 100644 --- a/index.html +++ b/index.html @@ -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-2023 Sei Lisa. All rights reserved.

+

© Copyright 2015-2024 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.