You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPDX license list data is regularly updated, and especially over the past year, many new licenses have been added due to the ongoing work of re-reviewing all licenses of packages in Fedora Linux and migrating them to SPDX license expressions.
Additionally, askalono documentation states that the on-disk format of this compressed blob is not infinitely forward-compatible, and should have been generated by a version of askalono that is similar to the one that is used to load it.
Regenerating that zstd-compressed file for new SPDX license list data (for example, for the latest version v3.22) is quite straightforward:
It appears that the binary blob that contains the SPDX license list data (from https://github.com/spdx/license-list-data ) is very old and has not been updated since it was initially added four years ago.
The SPDX license list data is regularly updated, and especially over the past year, many new licenses have been added due to the ongoing work of re-reviewing all licenses of packages in Fedora Linux and migrating them to SPDX license expressions.
Additionally, askalono documentation states that the on-disk format of this compressed blob is not infinitely forward-compatible, and should have been generated by a version of askalono that is similar to the one that is used to load it.
Regenerating that zstd-compressed file for new SPDX license list data (for example, for the latest version v3.22) is quite straightforward:
The text was updated successfully, but these errors were encountered: