Mandatory +spdx
The special meta +spdx
must be present in each
.eo
file.
Incorrect:
# Foo.
[] > foo
Correct:
+spdx SPDX-License-Identifier: MIT
# Foo.
[] > foo
In XMIR,
spdx
meta should look like this:
meta>
<head>spdx</head>
<tail>SPDX-License-Identifier: MIT</tail>
<part>SPDX-License-Identifier:</part>
<part>MIT</part>
<meta> </
Published on Fri Sep 12 07:14:03 UTC 2025.