Questions tagged [mit]
For questions pertaining to the MIT/Expat license or the MIT/X11 license.
523 questions
7 votes
2 answers
2k views
MIT licensing inquiry
I'm working on a project that I'm going to use the MIT license for. I'm including code from another project that's not mine also licensed under MIT. I'm getting a tiny bit confused how my license ...
4 votes
1 answer
158 views
What "altered" and "include" stands for in licensing?
Let's suppose I'm creating a piece of software where I use a library, like SDL2 for gaming. After I've finished my work, I want to distribute the binaries of my program on the internet, publish the ...
7 votes
1 answer
940 views
Conditions of the MIT License
In the MIT license is: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Does it mean that each file in the repository of ...
0 votes
0 answers
82 views
Why do compilers such as LLVM use Apache and not MIT/BSD?
What's the appeal of APACHE for compilers? Couldn't LLVM just use MIT/BSD/X11/ISC? Should I also choose Apache instead of MIT if I'm planning to release an open source compiler?
2 votes
0 answers
38 views
How much can one code be inspired by another, but use different license? [duplicate]
I'm writing code for a program in Typescript (aiming for MIT license) and based off an original program written in Matlab, C++ etc (using GPL v2 license.) The original comes from a paper, and most of ...
0 votes
1 answer
122 views
MIT/Apache 2.0 License Compliance
I’m trying to better understand the compliance requirements for open-source software licensed under MIT or Apache 2.0. Specifically, regarding the need to provide copyright notices (attribution and ...
2 votes
1 answer
173 views
Using multi-licensed code as a library in my proprietary software
I want to use the dual-licensed git-filter-repo as a library in my proprietary and commercial application, by this I mean: I want to sell the application as a binary, executable or package but not ...
3 votes
1 answer
123 views
MPL for core C++ and MIT for python interface and others: is this sound?
I'm developing a high-performance algorithm library for robotics applications. The implementation consists of C++ core algorithms with Python bindings and YAML configuration support. My objective is ...