You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think SHT3x.h and SHT3x.cpp are derived from https://github.com/Risele/SHT3x which is licensed under the GPL-3.0. If I understand the GPL correctly, this repository must be licensed under the GPL-3.0 too.
Also, Button.h and Button.cpp are licensed under CC BY-SA 3.0, which means that this repository must be licensed under the CC BY-SA 3.0.
CommUtil.h and M5Timer.h are licensed under LGPL-2.1 (strictly speaking, LGPL-2.1-only and LGPL-2.1-or-later). They cannot be distributed under MIT license.
Note: I love M5Stack products, but everyone must obey the software license...
I think
SHT3x.handSHT3x.cppare derived from https://github.com/Risele/SHT3x which is licensed under the GPL-3.0. If I understand the GPL correctly, this repository must be licensed under the GPL-3.0 too.Also,
Button.handButton.cppare licensed under CC BY-SA 3.0, which means that this repository must be licensed under the CC BY-SA 3.0.CommUtil.handM5Timer.hare licensed under LGPL-2.1 (strictly speaking, LGPL-2.1-only and LGPL-2.1-or-later). They cannot be distributed under MIT license.Note: I love M5Stack products, but everyone must obey the software license...