# Third-party notices

This tool incorporates findings from the work below. Its licence notice is
reproduced in full as that licence requires.

## ClearTablet, by catears124

Used in this tool:

- the four analog settle immediates at `0x08004d3c`, `0x08004d4a`,
  `0x08004d58` and `0x08004d9a`
- the filter-bypass site at `0x0800760e` (`7c48` to `dbe0`)
- the redundant barrel-rescan sites at `0x08007e58` and `0x08007ed8`
- the substitution table used to decode GAOMON's obfuscated firmware updates,
  used here to cross-check a dump

Not from that work, and original to this project: the drive-burst finding and
its twelve patch sites, the timing decomposition and rate model, the 72 MHz
derivation, the tracker and dispatch analysis, the DFU transport, the
measurement tooling and this flasher.

```
MIT License

Copyright (c) 2026 catears124

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.
```

## Fonts

M PLUS Rounded 1c and JetBrains Mono are loaded from Google Fonts and are not
redistributed here. Both are under the SIL Open Font License 1.1.

## Not included

No GAOMON or Huion firmware, in any form, encoded or decoded. This tool patches
a dump the user reads from their own device.
