Skip to main content

Questions tagged [mit]

For questions pertaining to the MIT/Expat license or the MIT/X11 license.

Filter by
Sorted by
Tagged with
7 votes
2 answers
2k views

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 ...
kirjorjos's user avatar
4 votes
1 answer
157 views

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 ...
Roci49's user avatar
  • 71
7 votes
1 answer
939 views

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 ...
user avatar
0 votes
0 answers
82 views

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?
vinipsmaker's user avatar
2 votes
0 answers
38 views

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 ...
robertish's user avatar
0 votes
1 answer
122 views

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 ...
nlm's user avatar
  • 3
2 votes
1 answer
173 views

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 ...
Suhas Srivastava's user avatar
3 votes
1 answer
123 views

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 ...
orematasaburo's user avatar
8 votes
1 answer
873 views

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 ...
Alex's user avatar
  • 183
7 votes
1 answer
1k views

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 ...
georgtree's user avatar
4 votes
1 answer
66 views

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): ...
user avatar
5 votes
1 answer
485 views

I am using the Microsoft font fluentui-emoji released under this license. Must I put the MIT license somewhere?
peace42's user avatar
  • 51
2 votes
1 answer
132 views

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 ...
Martin Ba's user avatar
  • 669
5 votes
1 answer
1k views

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 ...
forktheplanet's user avatar
3 votes
1 answer
234 views

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 ...
chrisroode's user avatar
3 votes
1 answer
128 views

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/...
Marc Bleron's user avatar
4 votes
1 answer
440 views

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 ...
Martin Ba's user avatar
  • 669
2 votes
1 answer
106 views

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, ...
Madhan S's user avatar
  • 123
8 votes
3 answers
2k views

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 ...
Tobias Hermann's user avatar
12 votes
1 answer
3k views

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 ...
Konstantin Solomatov's user avatar
10 votes
2 answers
8k views

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 ...
Louis's user avatar
  • 203
2 votes
1 answer
329 views

I'm developing a new project, which uses the following licenses: ┌───────────────────────────────────────────────────────────────── │ Package Name License ├───────────...
Bertuz's user avatar
  • 121
3 votes
1 answer
657 views

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 ...
Aiden K's user avatar
  • 33
10 votes
2 answers
2k views

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 - ...
nd_'s user avatar
  • 103
3 votes
1 answer
331 views

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 ...
David's user avatar
  • 31

1
2 3 4 5
11