Re: Complex License in KI18n and KConfig Frameworks

2022-01-19 Thread Ayush Singh
If we ignore all directories other than src, the distribution is the following: KConfig: ``` 1 LGPL-2.0-only 2 BSD-2-Clause 2 GPL-2.0-or-later 4 LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 53 LGPL-2.0-or-later ``` KI18n: ``` 2 LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-K

Re: Complex License in KI18n and KConfig Frameworks

2022-01-19 Thread Alexander Potashev
Hi Ayush, If you look at the specific files licensed under MIT in KConfig, those are tests only. And files with a GPL-2.0-or-later license belong to executables that you likely won't use to create the bindings. I might be okay to ignore their licenses. On Wed, Jan 19, 2022 at 8:16 PM Andreas Cord

Re: Complex License in KI18n and KConfig Frameworks

2022-01-19 Thread Andreas Cord-Landwehr
Hi Ayush, thank you for bringing this topic up to the mailing list. From the choice of licenses, IMHO it comes to either use a permissive license that is compatible with as much source code as possible (that would be probably either MIT or BSD-2-Clause) or using a smallest common denominator co