MIT No Attribution

Copyright 2026 Benjamin J. Reding

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.

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.


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

Why this directory is licensed differently from the rest of poe2hud
-------------------------------------------------------------------------------

poe2hud itself is Apache-2.0 (see ../LICENSE). Everything in this directory is
MIT-0 instead, deliberately.

These plugins exist to be copied. demo.lua is documentation you can run, and
PLUGINS.md points at it as the fastest way to see what the API offers. A licence
that followed a copied example into someone else's plugin — obliging them to
carry a licence file and a NOTICE into forty lines of Lua — would be a tax on
the one thing this program is for.

MIT-0 is MIT with the attribution requirement removed. Copy any file here,
change the header, and ship it under whatever terms you like. Nothing you write
against the plugin API is covered by poe2hud's licence.

The code blocks in ../PLUGINS.md and ../README.md are MIT-0 on the same terms
and for the same reason: copying from the documentation is the fastest route to
a working plugin, and it should not be the one route with no licence on it.
