What is the license? GPL or MIT?
bug
I can see the license on the repo is listed as MIT however, when looking in the files it states the license is GPL:
```cpp
/*
* Copyright (c) 2014-2023 Patrizio Bekerle -- <patrizio@bekerle.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
*/
```
Is it possible to confirm which license is to be taken in consideration when using these files?
Danke
关闭于 2023-11-12 2 条评论