Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
This project aims to follow the REUSE Specification.
Every source file in this repository must include the following information:
Add one or more lines at the top of the file:
SPDX-FileCopyrightText: Copyright © YEAR OpenCHAMI a Series of LF Projects, LLC
- Include the year (or year range) of authorship.
- Repeat the line for each copyright holder if multiple exist.
Add the SPDX license expression immediately after the copyright:
SPDX-License-Identifier: MIT
- Use a valid SPDX license identifier.
- Complex expressions (e.g.,
GPL-3.0-or-later OR MIT) are allowed.
- Place these lines in a comment header at the top of the file.
- For files without comments (e.g. images, binaries, data), create a sidecar file named
<filename>.licensecontaining the same tags.
- Every license identifier used in the code must have its full license text included in the
LICENSES/directory. - Do not include unused licenses.
- Use UTF-8 for files containing headers.
// SPDX-FileCopyrightText: Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
//
// SPDX-License-Identifier: MIT## SPDX-FileCopyrightText: Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
##
## SPDX-License-Identifier: MITFollow the Linux Foundation Guidance on existing and new copyright contributions. Copyright Notices in Open Source Software Projects