Hello,
in your great tools like PyAutoGui and PyMsgBox, you are using BSD-3-Clause License . But in this package you are using the GPL 3.0 In my opinion this is an issue - not only for users, but for you too. PyAutoGui is using this repo (mouseinfo). And according to GPL-3.0 license, you cannot sublicence. So either PyAutoGui must use also GPL-3.0 (because it depends on mouse info which is using GPL-3.0)... or simply change (and unify) mouseinfo license to BSD-3-Clause. This way your package can be used by more and more users (and organizations) where licensing is an important matter.
What do you think?
Hello,
in your great tools like PyAutoGui and PyMsgBox, you are using BSD-3-Clause License . But in this package you are using the GPL 3.0 In my opinion this is an issue - not only for users, but for you too. PyAutoGui is using this repo (mouseinfo). And according to GPL-3.0 license, you cannot sublicence. So either PyAutoGui must use also GPL-3.0 (because it depends on mouse info which is using GPL-3.0)... or simply change (and unify) mouseinfo license to BSD-3-Clause. This way your package can be used by more and more users (and organizations) where licensing is an important matter.
What do you think?