License spdx issue when I do example

on
https://clearlinux.org/documentation/clear-linux/guides/maintenance/autospec
we have this command
echo “Intel Corporation” > opae-sdk.license
and with this command we are getting this error
ERROR: License ‘Corporation’ is not an allowed SPDX license ID
make[1]: *** […/common/Makefile.common:48: spdxcheck] Error 1

if we want to use Intel open source license, its full name is
Intel Open Source License

Thanks :slight_smile:
Sean

You can find the list of spdx licenses and identifiers here: SPDX License List | Software Package Data Exchange (SPDX).
The license identifier for the Intel Open Source License is simply Intel.

I’ll put in a request to get the documentation updated: Fix license in autospec example. by puneetse · Pull Request #511 · clearlinux/clear-linux-documentation · GitHub