I noticed a mismatch in your licensing, and a pretty radical one:
/LICENSE is a copy of GPL, which mandates you to share source code to any willing party, be it for personal use or redistribution in a package repo
- every Python file (at least under
/vmas) contains "All rights reserved" clause, which forbids redistribution by anyone but the owners
Which one is it? You can't combine radically opposite clauses
I noticed a mismatch in your licensing, and a pretty radical one:
/LICENSEis a copy of GPL, which mandates you to share source code to any willing party, be it for personal use or redistribution in a package repo/vmas) contains "All rights reserved" clause, which forbids redistribution by anyone but the ownersWhich one is it? You can't combine radically opposite clauses