qor5 / admin

Admin console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove usages of unlicensed code from reflectutils

ahaasler opened this issue · comments

Hi, qor5/admin uses reflectutils, which does not provide a licence file, notice or headers. Until sunfmin/reflectutils#1 is resolved qor5/admin should remove all usages of reflectutils code as it is copyrighted by @sunfmin and not properly licensed with a compatible open source licence, making qor5/admin not really redistributable nor used under the MIT licence.

elastic/go-licence-detector can be used to check dependency licences:

go list -m -json all | go-licence-detector -includeIndirect -depsOut=dependencies.asciidoc -noticeOut=NOTICE.txt

Added license to reflectutils