SimVX Examples License
======================

This licence covers the original SimVX code in `examples/`, everywhere except
the carve-outs named below. That is every file the SimVX-Examples distribution
ships:

  - examples/features/
  - examples/tutorials/
  - examples/demos/
  - examples/_package/: the `simvx examples` command and the library reader
    behind it
  - examples/README.md

Paths are as the repository spells them. Installed from the distribution the
same files sit under `simvx_examples/`, with `_package/` as the top of it.

It is intentionally permissive so you may copy this example code into your own
projects, including proprietary ones, without restriction.

It does NOT cover:

  - examples/ports/: each port re-implements a third-party game and is a
    derivative work licensed PER PORT under the original's terms. See the
    ATTRIBUTION.md / UPSTREAM_LICENSE.md in each port directory. Ports are NOT
    covered by this licence or by the SimVX engine licence.
  - examples/projects/: the five editor project samples, which keep the terms
    they carried while they lived inside the engine package, namely the
    repository-root LICENSE. They are not part of the SimVX-Examples
    distribution either.
  - Any third-party assets (art, audio, fonts, data) bundled with an example,
    which retain their own licences; see each example's accompanying notes.

The SimVX engine itself is licensed separately under AGPL-3.0 (see the
repository-root LICENSE). This permissive licence applies only to the example
code listed above.

-------------------------------------------------------------------------------

MIT License

Copyright © 2026 Gabriel Bouffard and SimVX contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
