Re: [Mingw-w64-public] GCC sublicense hidden in MinGW library code

2015-08-19 Thread Carl Kleffner
Hi, 2015-08-19 11:03 GMT+02:00 Ruben Van Boxem : > 2015-08-12 13:26 GMT+02:00 Ken Birman : > >> Hi guys, >> >> >> >> I’ve long been a fan of the Mingw work and GCC more broadly, but the >> obligatory copyleft language in the threads subpackage for the most recent >> release is a significant issue

Re: [Mingw-w64-public] GCC sublicense hidden in MinGW library code

2015-08-19 Thread Yaron Keren
As Ruben wrote, winpthreads is not GPL at all. Do you mean the "thread" include header? it uses GPL3 with GCC Runtime Library Exception license, same as all other gcc include files. If not, which files exactly do you refer to? 2015-08-19 12:03 GMT+03:00 Ruben Van Boxem : > 2015-08-12 13:26 GMT+

Re: [Mingw-w64-public] GCC sublicense hidden in MinGW library code

2015-08-19 Thread Ruben Van Boxem
2015-08-12 13:26 GMT+02:00 Ken Birman : > Hi guys, > > > > I’ve long been a fan of the Mingw work and GCC more broadly, but the > obligatory copyleft language in the threads subpackage for the most recent > release is a significant issue that will force me to shift towards Clang or > off of C++ 11

[Mingw-w64-public] GCC sublicense hidden in MinGW library code

2015-08-19 Thread Ken Birman
Hi guys, I've long been a fan of the Mingw work and GCC more broadly, but the obligatory copyleft language in the threads subpackage for the most recent release is a significant issue that will force me to shift towards Clang or off of C++ 11 entirely: I'm porting a reliable data replication pa