I have a project with GPL v3 license. And it has git submodules with the MIT, Apache v2 and All Rights Reserved due Berne Convention.
Am I violating copyright having public git submodules with All Rights Reserved license?
I tried search and found these questions:
- When does a dependency imply a derivative work?
- I want to make my private github repo public; can I put part of it under MIT license, and keep the rest protected?
- How can I use an MIT license for code but protect the copyright of photos in my repository?
But I am still not sure whether they are allowed or not.