> For the complete documentation index, see [llms.txt](https://guide-on.gitbook.io/telltail/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-on.gitbook.io/telltail/references-and-licenses.md).

# References and Licenses

Building this project required referencing a lot of stuff and using existing open source code. This page lists all that, in no order.

### Licenses

* [clipnotify](https://github.com/cdown/clipnotify) - [License](https://github.com/cdown/clipnotify/blob/25ba143c7da8ae0f196cb0db2797d30e6d04e15c/LICENSE)
* [Maccy](https://github.com/p0deje/Maccy/blob/86b6dd79b2d0f52205bb044c2561175b683a6398/Maccy/Clipboard.swift#L52-L66) - [MIT](https://github.com/p0deje/Maccy/blob/59cec34203b24188b7961043f93a53136406bae6/LICENSE)

### References

* [Monitoring clipboard contents on Windows with Python](https://abdus.dev/posts/monitor-clipboard/) by Abdussamet Koçak
* [Your clipboard is only as secure as your device](https://www.ctrl.blog/entry/clipboard-security.html) by Daniel Aleksandersen
* [Shrink your Go binaries with this one weird trick](https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/) by Filippo Valsorda
