12 lines
222 B
Markdown
12 lines
222 B
Markdown
# 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
|