pmonks / lice-comb

A Clojure library for software license detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPDX 3.0 support

pmonks opened this issue · comments

SPDX v3.0 is currently in RC and a GA will likely be available soon, and while it mostly doesn't impact lice-comb (being mostly model changes, which this library doesn't use), there will be some changes necessary, including:

  • Updating how license name parsing / construction occurs, to make use of AdditionRefs when an unlisted exception is found
  • Waiting for pmonks/clj-spdx#33 (required in order to use AdditionRefs in SPDX license expressions)

The first task of this was implemented in rev 6c4bdd3, however the build will now start failing due to the (incomplete) second task.

Fixed in 2.0.318