-
Notifications
You must be signed in to change notification settings - Fork 123
license issues #2528
Comments
Will add license for asciinema. |
Thank you, I assigned you for this issue. |
The current situation is something like (script not correct, it may yield 1 even though nothing was found): for i in `grep Files doc/THIRD-PARTY-LICENSES | cut -f 2 -d " "`
do
echo -n "$i "
eval ls -d "$i" 2> /dev/null | wc -l
done
|
I'm not completely sure what is needed here. |
Yes, at least these 4 points above are currently wrong in doc/THIRD-PARTY-LICENSES. It would be best if all entries in doc/THIRD-PARTY-LICENSES are checked, ideally with a script that you also add (that checks as minimum if the specified There are also scripts that extract licensing information from the source. You could run such a script and manually verify if doc/THIRD-PARTY-LICENSES is up-to-date. These scripts are, afaik, not complete or correct, so they cannot be used to generate doc/THIRD-PARTY-LICENSES. But if you find some way to generate or at least check this file, we would be very interested. |
what exactly needs to be done here? This is the block in scripts/cmake/Modules/FindLua.cmake
Should I copy? move? everything between the |
I am also not a lawyer, but I think we need to replace the text the text between |
@a-kraschitzer did you start this work? |
Yes |
update doc/THIRD-PARTY-LICENSES
src/tools/rest-frontend
should be renamed tosrc/tools/website
.Files: src/tools/kdb/gen/mustache.hpp:
remove:
at endscripts/cmake
(Extracted from #2353)
The text was updated successfully, but these errors were encountered: