workstation/docs/spdx
2025-01-20 20:51:37 +00:00
..
BSD-2-Clause.txt
MIT.txt
README.md

Using SPDX short identifiers

Include SPDX-License-Identifier: License-Code in a comment near the top of the file.

For exampe:

/* SPDX-License-Identifier: MIT */

or:

# SPDX-License-Identifier: BSD-2-Clause