NOTICE — third-party material in this package
=============================================

This package contains, and is in part derived from, the RealWorld
("Conduit") project, which is distributed under the MIT License.

    RealWorld — "the mother of all demo apps"
    https://github.com/gothinkster/realworld

    Copyright (c) 2021 Thinkster
    Copyright (c) 2026 c4ffein


What is upstream, what is derived, and what is original
-------------------------------------------------------

REDISTRIBUTED VERBATIM (upstream work, MIT):

    tests/postman/Conduit.postman_collection.json
        The RealWorld API conformance suite — 293 assertions over
        authentication, articles, comments, profiles and following.
        Authored upstream, unmodified here. It is the independent
        oracle this project is measured against, and its independence
        is the whole point: it was written by people with no knowledge
        of this project.

DERIVED FROM UPSTREAM (MIT permits this; attribution is why this file
exists):

    notes/realworld-uml/*
        Analysis notes describing the upstream Python implementation's
        structure.
    sgdl/*/run/*_realworld_*.dsl
        Specification fragments encoding the upstream application's
        behaviour.
    runtime/*
        A TypeScript implementation of the same public API contract.

ORIGINAL WORK (BET THREE LLC), owing nothing to upstream beyond the
API contract it targets:

    decomposer/, emitter/, assembler/, bodies/
        The translation pipeline itself.
    sgdl/*/build/*.sgr
        The grammars.

The RealWorld API *specification* is a published interface contract.
This package's value is in the pipeline that produces an
implementation of it, not in the upstream implementation.


MIT License
-----------

Copyright (c) 2021 Thinkster
Copyright (c) 2026 c4ffein

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.


Everything else in this package is Copyright (c) 2026 BET THREE LLC and
is licensed to you under the terms published at https://b3u.dev/terms.
