Skip to content

SS-104 Attempt to fix GitLab's license detection

Peter Wortmann requested to merge ss-104-fix-gitlab-license-detection into main

Best theory is that it's based on the "licensee" tool, which objects to the ska-sdp-func-radler repository layout in two points:

  1. Firstly, it insists that the LGPL license be called "COPYING.lesser". Otherwise dual licensing is not allowed.

  2. Secondly, mentioning anything about licenses in the README also causes the license check to bail out

Merge request reports