This repository was archived by the owner on May 27, 2024. It is now read-only.

Description
The instructions say:
|
Do note that SPDX snippet tags MUST start with `SPDX-Snippet`, meaning that the |
|
correct copyright notice in a snippet is `SPDX-SnippetCopyrightText`. |
but in the example only one of the two tags has the "Snippet":
|
# SPDX-SnippetBegin |
|
# SPDX-License-Identifier: MIT |
|
# SPDX-SnippetCopyrightText: 2022 Jane Doe <[email protected]> |
Why doesn't the License-Identifier need a prepended Snippet?