Github do not identify the license of the application as MIT. This is observable when looking at the main application page as it says View license next to the "justice" icon. It would normally say "MIT license".
I think this is because the repository contains multiple files called LICENSE:
- LICENSE (the official license file)
- LICENSE.h (the c++ template to use in source code files)
- LICENSE.rtf (The license file used with the Wix Toolset, to build the installer)
Github do not identify the license of the application as MIT. This is observable when looking at the main application page as it says
View licensenext to the "justice" icon. It would normally say "MIT license".I think this is because the repository contains multiple files called LICENSE: