# 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 Admin Bundles

The following packages are bundled into plugin admin JavaScript assets from the readable sources in `assets-src/js`, `premium/src/advanced-flow`, or local vendor source packages.

| Package | Version | License | Project |
| --- | --- | --- | --- |
| Bootstrap | 5.3.8 | MIT | https://getbootstrap.com/ |
| Feather Icons | 4.29.2 | MIT | https://feathericons.com/ |
| Flatpickr | 4.6.13 | MIT | https://flatpickr.js.org/ |
| DataTables | 2.3.8 | MIT | https://datatables.net/ |
| DataTables Bootstrap 5 integration | 2.3.8 | MIT | https://datatables.net/ |
| Apache ECharts | 6.1.0 | Apache-2.0 | https://echarts.apache.org/ |
| React | 19.2.7 | MIT | https://react.dev/ |
| React DOM | 19.2.7 | MIT | https://react.dev/ |
| @xyflow/react | 12.11.0 | MIT | https://reactflow.dev/ |
| @dagrejs/dagre | 3.0.0 | MIT | https://github.com/dagrejs/dagre |
| Quill | 2.0.3 | BSD-3-Clause | https://quilljs.com/ |
| Dragula | 3.7.3 | MIT | https://github.com/bevacqua/dragula |

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

`dashboard-charts.js` is built with Apache ECharts modular imports and exposes only `window.autoDmStudioCharts`; it does not expose a global `window.echarts` object.

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

## Build Tooling

The following packages are used to generate bundled plugin assets from source and are not loaded directly in WordPress admin.

| Package | Version | License | Project |
| --- | --- | --- | --- |
| esbuild | 0.28.1 | MIT | https://esbuild.github.io/ |
| PostCSS | 8.5.15 | MIT | https://postcss.org/ |
| postcss-prefix-selector | 2.1.1 | MIT | https://github.com/RadValentin/postcss-prefix-selector |
| ESLint | 10.5.0 | MIT | https://eslint.org/ |
| @wordpress/eslint-plugin | 25.4.1 | GPL-2.0-or-later | https://github.com/WordPress/gutenberg |

## Apache-2.0 License Text

Apache License 2.0 text is available from the Apache Software Foundation at https://www.apache.org/licenses/LICENSE-2.0.

## BSD-3-Clause License Text

BSD 3-Clause license text is available from the Open Source Initiative at https://opensource.org/license/bsd-3-clause.

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