# Third-Party Notices

AnyTry AI Virtual Try-On for WooCommerce is licensed under GPL-2.0-or-later (see `LICENSE.md`).
The distributed package additionally bundles the third-party components listed below. Each
retains its own copyright and license. This file provides the required attribution and license
texts.

The only bundled third-party JavaScript is `assets/js/heic2any.min.js` (client-side HEIC/HEIF
photo conversion). It is a compiled bundle that itself contains **heic2any**, **libheif**, and
**gifshot**. All other JavaScript/CSS/PHP in this package is first-party AnyTry code.

## Software Bill of Materials (SBOM)

| Component | Version | License | Upstream source | Bundled in |
|---|---|---|---|---|
| heic2any | 0.0.4 | MIT | https://github.com/alexcorvi/heic2any | `assets/js/heic2any.min.js` |
| libheif | as bundled by heic2any 0.0.4 (upstream commit to be pinned) | LGPL-3.0-or-later | https://github.com/strukturag/libheif | compiled into `assets/js/heic2any.min.js` (WASM/JS) |
| gifshot | as bundled by heic2any 0.0.4 | MIT | https://github.com/yahoo/gifshot | compiled into `assets/js/heic2any.min.js` |

> Note: libheif and gifshot are embedded inside the pre-built `heic2any.min.js` (v0.0.4). The
> exact upstream libheif version/commit is inherited from that heic2any build and should be
> pinned in a future release. libheif's LGPL obligations for a compiled (WASM) redistribution
> are being reviewed; see "libheif (LGPL-3.0)" below.

---

## heic2any (MIT License)

Copyright (c) Alexander Corvi

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.

---

## gifshot (MIT License)

Copyright 2017 Yahoo Inc.

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.

---

## libheif (LGPL-3.0-or-later)

Copyright (c) struktur AG, Dirk Farin and contributors.

libheif is free software: you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

libheif is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

The full text of the GNU Lesser General Public License, version 3, is available
at https://www.gnu.org/licenses/lgpl-3.0.html and the corresponding GNU General
Public License at https://www.gnu.org/licenses/gpl-3.0.html.

Corresponding source: the libheif source (matching the version compiled into
`assets/js/heic2any.min.js` via heic2any 0.0.4) is available from
https://github.com/strukturag/libheif. A written offer for the exact
corresponding source can be requested from the plugin author.

> Compliance note (pending legal review): libheif here is redistributed as a
> compiled WebAssembly/JS artifact embedded inside heic2any 0.0.4. The precise
> obligations for this static/WASM redistribution (relinking provision, exact
> version pinning, and whether to vendor the full LGPL-3.0 text into the package)
> are being confirmed with counsel before the version-pinned release.
