Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.81 KB

File metadata and controls

58 lines (41 loc) · 1.81 KB

Copyright Statement for OpenCHAMI project contributions

Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC

Following the REUSE Guidelines

This project aims to follow the REUSE Specification.
Every source file in this repository must include the following information:

1. Copyright Notice

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.

2. License Identifier

Add the SPDX license expression immediately after the copyright:

SPDX-License-Identifier: MIT

3. Placement

  • 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>.license containing the same tags.

4. License Texts

  • Every license identifier used in the code must have its full license text included in the LICENSES/ directory.
  • Do not include unused licenses.

5. Encoding

  • Use UTF-8 for files containing headers.

In Go code header

// SPDX-FileCopyrightText: Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
//
// SPDX-License-Identifier: MIT

In YAML files

## SPDX-FileCopyrightText: Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
##
## SPDX-License-Identifier: MIT

Follow the Linux Foundation Guidance on existing and new copyright contributions. Copyright Notices in Open Source Software Projects