Hello. Your website states:
All of the source code for the official runtimes is available on github. All official Spine runtimes are open source software, licensed under the Simplified BSD License. With these open source runtimes you have full control over the runtime code, which is a fundamental part of your application.
However the actual source says otherwise. From spine-runtimes/spine-c/src/spine/Animation.c:
/*
* You are granted a perpetual, non-exclusive, non-sublicensable and
* non-transferable license to install, execute and perform the Spine Runtimes
* Software (the "Software") solely for internal use. Without the written
* permission of Esoteric Software (typically granted by licensing Spine), you
* may not (a) modify, translate, adapt or otherwise create derivative works,
* improvements of the Software or develop new applications using the Software
* or (b) remove, delete, alter or obscure any trademarks or any copyright,
* trademark, patent or other intellectual property or proprietary rights
* notices on or in the Software, including any copy thereof. Redistributions
* in binary or source form must include this license and terms.
*/
So which is correct? The source code itself does not appear to be a Simplified BSD license but something proprietary. The "solely for internal use" portion is pretty specific that some other license must be obtained "typically granted by licensing Spine" which is all rather vague.
Thanks.