=== chriadam|away is now known as chriadam === chriadam is now known as chriadam|away === Borborygmi is now known as Casmo [10:45] hello , i want to know how i can contribute to the development === DrCode_ is now known as DrCode === DrCode_ is now known as DrCode [19:13] Hey [19:47] Nobody home... [19:48] Should I license my newly made program under GPLv3 or v2? [20:07] odra: depends on the libraries you use. Some might be incompatible with v2 (e.g. apache v2) others might be incompatible with Gplv3 (e.g. lgpl v2) [20:07] sorry gpl2 is incompatible with gplv3 that is. [20:44] xnox: That sounds weird [20:44] I thought you could use libraries with incompatible licenses [20:44] But you couldn't use their code in yours with an incompatible license [20:49] GAHHHH :C [20:49] Configure/makefile is hard [20:50] Or I'm dumb [20:53] odra: no, you cannot link gpl library against proprietary software. Similarly you cannot link gplv2 against gplv3 project. [20:53] odra: similarly one cannot link openssl to gpl applications/libraries. [20:54] xnox: :| [20:54] odra: see: https://www.gnu.org/licenses/gpl-faq.html#WhatIsCompatible [20:54] xnox: This [20:54] Sounds all stupid [20:54] To me. [20:54] Free software that restrains programs to their licenses. The irony! [21:34] odra: permissive licenses usually allow one to do anything, even relicense and make it propriatary. strong copyleft licenses (e.g. gpl) are often considered "to spread like a virus" because they force everyone to release any source modifications & to release further software as free software as well. [21:35] odra: e.g. if for example that was not the case you'd see a lot of apps where "core" functionality is open-sourced, yet "mobile frontend" is proprietary pay-for-software, which would suck a lot.