From 6fb51a8b6affd07d602a654249ba916db4e961db Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Wed, 2 Jan 2019 00:01:03 +0100 Subject: [PATCH] Add year 2019 to copyright --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e022453..1970649 100644 --- a/index.html +++ b/index.html @@ -513,7 +513,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-2018 Sei Lisa. All rights reserved.

+

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