Tagged Questions

9
votes
6answers
4k views

C++: what regex library should I use?

I'm working on a commercial (not open source) C++ project that runs on a linux-based system. I need to do some regex within the C++ code. (I know: I now have 2 problems.) QUESTION: What …
0
votes
1answer
43 views

Is the code generated by a gnu program is under gnu gpl too?

In my case, I am using gperf, I didn't fint it in the gnu gpl. The C code generated by gperf, is very simple, and doesn't have any licensing header. I guessed that a file without a licence at the …
0
votes
1answer
81 views

IS there a good non- GPL python libraries for finding the length of an mp3?

I have found a few libraries that are under GPL but are there any under BSD? or any other non-GPL license?