# Third-Party Notices

Auto DM Studio by LidnTech bundles third-party admin assets for local WordPress admin use. No production assets are loaded from external CDNs.

## JavaScript Vendor Bundle

The following packages are bundled into `assets/vendor/js/app.js` or `assets/vendor/js/datatables.js` from the readable sources in `assets-src/js`.

| Package | Version | License | Project |
| --- | --- | --- | --- |
| Bootstrap | 5.3.8 | MIT | https://getbootstrap.com/ |
| ApexCharts | 4.7.0 | MIT | https://apexcharts.com/ |
| Feather Icons | 4.29.2 | MIT | https://feathericons.com/ |
| Flatpickr | 4.6.13 | MIT | https://flatpickr.js.org/ |
| DataTables | 2.3.7 | MIT | https://datatables.net/ |
| DataTables Bootstrap 5 integration | 2.3.7 | MIT | https://datatables.net/ |

`datatables.js` is built with a virtual esbuild module that maps DataTables' `jquery` import to the `window.jQuery` instance provided by WordPress. The plugin does not include a jQuery source file or bundle its own jQuery runtime.

## CSS Vendor Bundle

`assets/vendor/css/admin-vendor.css` is generated by `tools/build-vendor.mjs` from the readable npm package stylesheets for Bootstrap, DataTables Bootstrap 5 integration, and Flatpickr. The generated CSS keeps source/license comments for each package section and scopes selectors under `.auto-dm-studio-admin` except Bootstrap modal backdrop/open selectors.

## MIT License Text

Permission is hereby granted, free of charge, to any person obtaining a copy of the 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.
