I was doing a license scan and noticed that there are 4 files in src/hx/libs/mysql that are licensed under the GPL:
my_api.cpp
my_proto.cpp
my_proto.h
mysql.h
This would prevent them from being used in commercial products. They should be replaced with implementations that have a license compatible with the rest of the codebase.
I was doing a license scan and noticed that there are 4 files in src/hx/libs/mysql that are licensed under the GPL:
my_api.cppmy_proto.cppmy_proto.hmysql.hThis would prevent them from being used in commercial products. They should be replaced with implementations that have a license compatible with the rest of the codebase.