# Interface: `ILicenseBundle` [@jupyterlite/licenses](../modules/jupyterlite_licenses.md).ILicenseBundle A top-level report of the licenses for all code included in a bundle Note This is roughly informed by the terms defined in the SPDX spec, though is not an SPDX Document, since there seem to be several (incompatible) specs in that repo. **``See``** https://github.com/spdx/spdx-spec/blob/development/v2.2.1/schemas/spdx-schema.json ## Hierarchy - `ReadonlyJSONObject` ↳ **``ILicenseBundle``** ## Properties ### `packages` > > **`packages`**: [`IPackageLicenseInfo`](jupyterlite_licenses.IPackageLicenseInfo.md)[] #### Defined in [packages/licenses/src/tokens.ts:54](https://github.com/jupyterlite/jupyterlite/blob/c78cc8d/packages/licenses/src/tokens.ts#L54)