Third-party JavaScript libraries bundled with Oliver POS.

Both libraries below are MIT-licensed, which is GPL-compatible. They are
bundled locally (instead of loaded from a CDN) per the WordPress.org
Plugin Directory hosting guideline that plugins must include all of
their JavaScript dependencies.

For each library we ship the upstream minified build (the file that is
actually enqueued by the plugin) **and** the upstream un-minified source
in the same folder, so a wp.org reviewer can diff what we ship against
the published release. Only the `.min.js` files are loaded at runtime;
the un-minified counterparts are present solely to satisfy the wp.org
"human-readable code" hosting guideline.

    assets/js/vendor/chart.umd.min.js  ← enqueued
    assets/js/vendor/chart.umd.js      ← un-minified, same version
    assets/js/vendor/qrcode.min.js     ← enqueued
    assets/js/vendor/qrcode.js         ← un-minified, same version

------------------------------------------------------------------------
chart.umd.min.js
------------------------------------------------------------------------
Chart.js 4.4.7
Source:  https://github.com/chartjs/Chart.js
License: MIT

Copyright (c) 2014-2025 Chart.js Contributors

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.

------------------------------------------------------------------------
qrcode.min.js
------------------------------------------------------------------------
qrcode-generator 1.4.4
Source:  https://github.com/kazuhikoarase/qrcode-generator
License: MIT

Copyright (c) 2009 Kazuhiko Arase

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.
