[CONC-580] Wrong license in plugins/auth/ref10/common.h? Created: 2022-02-09 Updated: 2022-04-20 Resolved: 2022-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Other |
| Affects Version/s: | 3.1.11 |
| Fix Version/s: | 3.2.7, 3.3.1, 3.1.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Gianluca Varenni | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Although the top level README and COPYING.LIB files say that the library is LGPL, the file plugins/auth/ref10/common.h has a GPL header in it. I checked and the same license appears in the 3.3 branch as well. Is it an error in this common.h license header, or the whole library is actually GPL? Thanks. |
| Comments |
| Comment by Sergei Golubchik [ 2022-02-09 ] |
|
It's an oversight, thanks for noticing it! |
| Comment by Georg Richter [ 2022-04-20 ] |
|
Since common.h is not originally part of ed25519 sources in ref10, it was renamed to ed25519_common.h and moved to plugins/auth. License header fixed (now LGPL). |