nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
84.95k stars 3.43k forks source link

OSS License compatibility question #1356

Open Ashley123456789 opened 1 year ago

Ashley123456789 commented 1 year ago

The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):

FILL THIS IN

Your system (Debian 7, ArchLinux, Windows, etc.):

FILL THIS IN

How to reproduce the bug:

FILL THIS IN

The output of The Fuck with THEFUCK_DEBUG=true exported (typically execute export THEFUCK_DEBUG=true in your shell before The Fuck):

FILL THIS IN

If the bug only appears with a specific application, the output of that application and its version:

FILL THIS IN

Anything else you think is relevant:

FILL THIS IN

There’s some possible confusion on the license of your repository when you combine other open-source code.

The module fastentrypoints.py claims its license as BSD-2-clause. However, the license of your whole project is showed as the MIT license in LICENSE.md, i.e., less strict than BSD-2-clause on license terms, which has impacted the whole license compatibility in your repository and may bring legal and financial risks.

You can select another proper license for your repository, or write a custom license with license exception if some license terms couldn’t be summed up consistently