Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.82 KB

File metadata and controls

63 lines (43 loc) · 2.82 KB

Third-Party Notices

This software includes the following third-party components:

MIT License

The following components are licensed under the MIT License:

And many other development dependencies.

MIT License text: https://opensource.org/licenses/MIT

Apache 2.0 License

The following components are licensed under the Apache License 2.0:

Apache 2.0 License text: https://www.apache.org/licenses/LICENSE-2.0

LGPL-3.0-or-later

The following components are licensed under the GNU Lesser General Public License v3.0 or later:

  • libvips (via @img/sharp-libvips-* packages) - Image processing library
    • These are optional, dynamically-linked native binaries used by Next.js for image optimization
    • Only installed when needed for image processing features
    • LGPL allows dynamic linking with proprietary software

LGPL-3.0 License text: https://www.gnu.org/licenses/lgpl-3.0.html

Other Licenses

  • BSD-2-Clause, BSD-3-Clause - Various utility libraries
  • 0BSD - BSD Zero-Clause License (tslib and other utilities)
  • ISC - Some Node.js core dependencies
  • MPL-2.0 - Mozilla Public License (some dev tools)
  • CC-BY-3.0, CC-BY-4.0 - Creative Commons Attribution (documentation/assets)
  • CC0-1.0 - Creative Commons Zero (public domain dedication)
  • Python-2.0 - Python Software Foundation License (argparse)

License Compatibility

Third-party dependencies are used under their respective licenses. This project enforces an allowlist of dependency licenses via npm run license-check (included in npm run check).

For full license texts, see the LICENSE files in node_modules/ or visit the respective project websites listed above.