Open williamdes opened 1 year ago
docker run -v "${PWD}:/repo" mergestat/mergestat "SELECT author_name, count(*), '' as commits FROM commits WHERE commits.message NOT LIKE '%Translate-URL%' AND commits.message NOT LIKE 'Merge remote-tracking branch%' AND commits.message NOT LIKE 'Translated using Weblate%' GROUP BY author_name HAVING COUNT(*) >= 15 ORDER BY count(*) DESC" > commits.txt
docker run -v "${PWD}:/repo" mergestat/mergestat "SELECT author_name, count(*), GROUP_CONCAT(substr(commits.hash, 1, 6)) as commits FROM commits WHERE commits.message NOT LIKE '%Translate-URL%' AND commits.message NOT LIKE 'Merge remote-tracking branch%' AND commits.message NOT LIKE 'Translated using Weblate%' GROUP BY author_name HAVING COUNT(*) < 15 ORDER BY count(*) DESC" > commits.txt
Hi, how can I agree on the re-license?
Hi, how can I agree on the re-license?
Very good question, I will post a message template when it's time
@williamdes Any update on this?
I have a very good question for everyone: would dual licensing with LGPL work for everyone ?
/cc @niconoe- @Tithugues
Fine with me!
I have a very good question for everyone: would dual licensing with LGPL work for everyone ?
/cc @niconoe- @Tithugues
Perfect to me 👌
@williamdes Hi, any update on this?
@williamdes Hi, any update on this?
Well, I did some internal pings. But for now no reply. I hope to get this done this year, but it depends on many different people and on https://sfconservancy.org/
@williamdes Hi, any update on this?
Well, I did some internal pings. But for now no reply. I hope to get this done this year, but it depends on many different people and on https://sfconservancy.org/
Thanks for the fast reply.
The goal is to manage to re-license to LGPL