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
157
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
939
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 ...
8
votes
1
answer
873
views
Using MIT Python PyPI package with GPLv2-or-later Python package dependency in non-GPLv2-or-later-compliant project
I have a very specific question in this seemingly gray area.
There is a very popular MIT-licensed PyPI academic Python package
calfem-python.
There is another very very popular GPLv2-or-later-licensed ...
7
votes
1
answer
1k
views
Reimplementation of UI/UX ideas of commercial software in open source (MIT)
What are the legal implications of making an open source implementation (under MIT license) of commercial (closed source) software ideas in terms of UI/UX, logic of interface and general workflow, and ...
4
votes
1
answer
66
views
Bunjs and Webkit license
I am wondering if deploying micro-services based on BunJS do require to "provide your application in an object" as stated in the portion of the Webkit licence (included in BunJS it-self):
...
5
votes
1
answer
485
views
Can I use a MIT licensed emoji in my video? If I can, how?
I am using the Microsoft font fluentui-emoji released under this license.
Must I put the MIT license somewhere?
2
votes
1
answer
132
views
Is the NuGet license type 'expression' broken?
NuGet packages, for the purpose of telegraphing the license of a package,
have - or rather should have used to - the field <licenseUrl> that could link to a
license for the package.
licenseUrl ...
5
votes
1
answer
1k
views
Best practices for relicensing what was once a derivative work
I forked a project which had the MIT license. I made substantial changes to it, rewriting it in a different language (from C++ to C) and now only a few small vestiges of the original are left in the ...
3
votes
1
answer
234
views
Using open source licenses while not disclosing internal architecture
I am close to release of a webapp, and I am currently preparing the cookie policy, privacy agreement...etc. I want to legally cover my bases, and follow the licenses of dependencies, however, I have ...
3
votes
1
answer
128
views
Porting portions of code under MPL-2.0 to another project and language under MIT
I'm seeking some advice regarding the following situation.
I want to port portions of code from a C++ source file, more specifically two methods that implement an algorithm I'm interested in for my PL/...
4
votes
1
answer
440
views
Can the non-distributing end user of a software violate the MIT or GPL license?
Company A wants to buy software from company B for in-house use - that is, it will only be installed on machines of company A.
Said commercial software package contains code and utilities licensed ...
2
votes
1
answer
106
views
Is creating a React UI library with a CSS re-implementation of a GNU LGPLv2.1 licensed C implementation a violation of the GPL?
I'm currently in the process of developing a new React UI library, drawing inspiration from the Adwaita design system. There is a C language implementation of a library called libadwaita. However, ...
8
votes
3
answers
2k
views
Do I need permissions to list companies using my library?
I'm maintaining an open-source library, which uses the MIT license. From contributions on GitHub and other discussions, I know of a few companies that use (or at least used) my library.
The MIT ...
12
votes
1
answer
3k
views
Risks of using code under a permissive license that could later convert to GPL due to licensor oversight
Consider the following hypothetical situtation.
The company C uses the library L under the MIT license to create a distributable binary under proprietary license
Later, the author of the library L ...
10
votes
2
answers
8k
views
If someone used my open source (MIT license) project's logo and name to create their website/service, is it allowed?
I am the maintainer of a open source project Uptime Kuma (https://github.com/louislam/uptime-kuma), The project is under MIT license.
Generally, for most cases, I don't mind how people used my ...
2
votes
1
answer
329
views
Can I combine MPL-2.0 along with MIT and AGPL-3.0 within the same project?
I'm developing a new project, which uses the following licenses:
┌─────────────────────────────────────────────────────────────────
│ Package Name License
├───────────...
3
votes
1
answer
657
views
Can I use part of a MIT-licensed library as training data for an AI that will be used commercially?
Background:
I am working on a business to provide support for independent musicians, and I would like to use this and this to essentially copy and paste this information as training data (I’m planning ...
10
votes
2
answers
2k
views
Making it possible to implement a patented algorithm with a MIT licensed library
Accidentally a few weeks ago I've implemented a logic into my MIT licensed public library, which has been patented by someone else some years ago. That library isn't only about that patented logic - ...
3
votes
1
answer
331
views
Code licensed by Apache 2.0 license with the AWS SDK for Javascript v3, maybe licensed by other license (MIT)?
I've got a doubt about the AWS Code license, specifically, I've been using fragments of code from the AWS repository for the Javascript SDK v3 interacting with Cognito. In some fragments of code, for ...