From f8e6602c9b451b8095691c78dda1a52e26a4b1e1 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Fri, 2 Apr 2021 20:00:03 +0200 Subject: [PATCH] Clarify copyright/license note in zscript.txt. --- language.version | 4 ++-- zscript.txt | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/language.version b/language.version index 5d0cf6006..9ba3b521d 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r426 \cu(Fri 2 Apr 19:52:13 CEST 2021)\c-"; -SWWM_SHORTVER="\cw0.9.11b-pre r426 \cu(2021-04-02 19:52:13)\c-"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r427 \cu(Fri 2 Apr 20:00:03 CEST 2021)\c-"; +SWWM_SHORTVER="\cw0.9.11b-pre r427 \cu(2021-04-02 20:00:03)\c-"; diff --git a/zscript.txt b/zscript.txt index 6912bf2c0..f8e2077fa 100644 --- a/zscript.txt +++ b/zscript.txt @@ -3,12 +3,13 @@ version "4.5" /* SWWM GZ Main Codebase (C)2020-2021 Marisa Kirisame, UnSX Team - All with the exception of utility code released under the MIT license - + This copyright and the attached LICENSE.zscript file apply to all files + included from here, with the exception of the Gutamatics library */ -// utility code +// Gutamatics #include "zscript/swwm_Gutamatics/Include.zsc" +// utility code #include "zscript/utility/swwm_coordutil.zsc" #include "zscript/utility/swwm_utility.zsc" // base code