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 libraries do people who regularly do regex from C/C++ recommend I look into? A quick search has brought the following to my attention:
1) Boost.R...
I have found a few libraries that are under GPL but are there any under BSD? or any other non-GPL license?
...
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 beginning is totaly in the domain public.
Am I right?
...
Hi, so heres my issue. I'm currently developing a program: Lets call it "Program A".
There is an existing framework, call it "Framework A", and that framework is GPL licensed.
I have also developed another framework, call it "Framework B", this framework does not depend on Program A, or on Framework A. It can stand alone and be used in...
Just looking for a free spreadsheet read/write library that is not GPL or LGPL.
...
Hello all.
I have a two part question regarding licenses and distribution of a library.
Background
I started working with a project (let's call it lib-xyz) that initially used a GPL library. The project is a collection of classes and algorithms that are meant to be used as a library. Regarding the usage of the GPL library, only a clas...