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 Oct 10 22:54:06 UTC 2025.