Upstream project: noVNC
Project website: https://novnc.com/
Upstream git URL: https://github.com/novnc/noVNC
Vendored version: noVNC 1.7.0
Release date: 2026-04-28
Release tag: v1.7.0
Release commit shown by GitHub: 63107bd

Vendored files kept here:
- core/
- vendor/pako/
- LICENSE.txt
- AUTHORS
- README.md
- docs/LICENSE.MPL-2.0
- docs/LICENSE.BSD-2-Clause
- docs/LICENSE.BSD-3-Clause
- docs/LICENSE.OFL-1.1
- vendor/pako/LICENSE

The upstream noVNC release does not contain a COPYING file; license details are
kept in LICENSE.txt and the license texts listed above.

The ln_manager web UI uses noVNC as a library through
`/vendor/novnc/core/rfb.js`; it does not vendor the full upstream noVNC
application shell.

To update:
1. Download the desired upstream release archive, for example:
   curl -L -o /tmp/novnc.tar.gz \
     https://github.com/novnc/noVNC/archive/refs/tags/v1.7.0.tar.gz
2. Extract it outside the repository.
3. Replace only the kept files/directories listed above.
4. Update this file with the new version, date, tag, and commit.
5. Verify that `resources/html/vnc.html` can still import
   `/vendor/novnc/core/rfb.js` and connect through `/lnm/vnc/ws`.
