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
Currently, the licence extractor guesses the licence according to which licence string was detected the most. E.g. the text "... CC BY ... CC BY-SA ... Creative Commons Attribution ..." would extract "CC BY" as guess.
As a conservative alternative one could order the licences w.r.t. their restrictiveness and pick the most restrictive one that was found (CC BY-SA) in the above case. However that would require some (partial) ordering of the licences w.r.t their restrictiveness (which I am not certain about).
The text was updated successfully, but these errors were encountered:
Currently, the licence extractor guesses the licence according to which licence string was detected the most. E.g. the text "... CC BY ... CC BY-SA ... Creative Commons Attribution ..." would extract "CC BY" as guess.
As a conservative alternative one could order the licences w.r.t. their restrictiveness and pick the most restrictive one that was found (CC BY-SA) in the above case. However that would require some (partial) ordering of the licences w.r.t their restrictiveness (which I am not certain about).
The text was updated successfully, but these errors were encountered: