-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dual licensing: LGPL-2.0-or-later/GPL-2.0-or-later #448
Comments
Non Weblate commitsdocker 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? |
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! |
Perfect to me 👌 |
@williamdes Hi, any update on this? |
Well, I did some internal pings. But for now no reply. |
Thanks for the fast reply. |
The goal is to manage to re-license to LGPL
The text was updated successfully, but these errors were encountered: