Licence for S(uper)BASIC Machine Code Function PSU_FPARSE%(float,string)

Copyright (c) 2025, Peter Sulzer, Frth (Fuerth), all rights reserved

The files of the FPARSE software distribution may be copied freely and also
included in other software distributions as long as NONE of the files have
been modified. It is okay to include only the UNMODIFIED file fparse_cde if
a note in your program or program documentation includes a note that this
file is from me and includes the above Copyright line.

If you make any modifications to any of the files you must NOT remove my
copyright note and you MUST add a note that you have modified it AND for
program/code files YOU MUST USE ANOTHER NAMESPACE for ALL S(uper)BASIC
names and MUST change the filenames of all modified files. (PSU:
Peter Sulzer Utilities). As all S(uper)BASIC names are not case sensitive
your name space MUST NOT just be different by changing only the case
of one of the characters of the namespace. This is to avoid name collisions.

"Namespace" means that in this software distribution all PROCedures and
functions (and some global variables) start with PSU_ (or psu_), i.e.
MY_FPARSE% (or FPARSE%, i.e. no namespace) is okay while Psu_ is NOT.
