poe2hud
Copyright 2026 Benjamin J. Reding

Licensed under the Apache License, Version 2.0. See LICENSE.

This product includes software written by third parties, compiled into the
poe2hud binary. The following copyright notices must travel with any copy of
that binary, in source or object form. Their full licence texts are in
THIRD-PARTY.md, which ships in docs/ beside the program.

  Dear ImGui                 Copyright (c) 2014-2026 Omar Cornut
  stb (imstb_truetype,       Copyright (c) 2017 Sean Barrett
    imstb_rectpack,
    imstb_textedit)
  cimgui                     Copyright (c) 2015 Stephan Dilly
  cimgui-go                  Copyright (c) 2022 Allen Dang
  ProggyClean.ttf            Copyright (c) 2004, 2005 Tristan Grimmer
  ProggyForever.ttf          Copyright (c) 2026 Disco Hello
                             Copyright (c) 2019, 2023 Tristan Grimmer
  DejaVu fonts               Copyright (c) 2003 Bitstream, Inc.
                             Copyright (c) 2006 Tavmjong Bah
  gopher-lua                 Copyright (c) 2015 Yusuke Inuzuka
  jezek/xgb                  Copyright (c) 2009 The XGB Authors
  The Go standard library    Copyright (c) 2009 The Go Authors

  poe2-offsets               github.com/imkk000/poe2-offsets

That last one is the client offsets and read-only state walkers every memory
read in poe2hud is built on, and it is named here rather than only in
THIRD-PARTY.md because the program would not exist without it. Its licence is
a sentence in its README rather than a licence file — "Free to use however you
like — no warranty. It's a casual hobby project." — which grants use plainly
and says nothing on its face about redistributing a statically linked binary.
THIRD-PARTY.md sets that out in full rather than implying a clean chain; read
it before redistributing a built binary.

The plugins in plugins/ are MIT No Attribution rather than Apache-2.0, so that
copying an example is not an obligation. See plugins/LICENSE.
