The non-gpl tag has no wiki summary.
0
votes
1answer
42 views
What is non-GPL application and which site classify for this?
i planning to use dhtmlxCombo(at http://dhtmlx.com/docs/products/dhtmlxCombo/) in my web application (for which user buy licence from us)
Bu there is line at dhtmlx site i.e
dhtmlxCombo is ...
3
votes
1answer
82 views
Can I use mercurial for non-gpl software development?
I'm kind of newbie in software development. I want to know if I can use Mercurial SCM for privative software development (given that mercurial is GPLv2).
1
vote
1answer
413 views
How does the GPL licensing works for functions without “EXPORT_SYMBOL” or “EXPORT_SYMBOL_GPL”?
Does anyone know how the GPL licensing works for functions that don't have "EXPORT_SYMBOL" or "EXPORT_SYMBOL_GPL"?
I'm writing a kernel module and I need to use sys_mmap2.
basically all the function ...
4
votes
3answers
359 views
Looking for a liberal open source license that allows commercial use, but not inclusion in GPL licensed derivatives
This is for my first open source project (always been just a contributor, never the creator before.) I'm looking for a license, preferably a common and well respected one, that allows people to use ...
5
votes
3answers
699 views
Licensing and distribution question(s) when using GPL library
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 ...
1
vote
2answers
282 views
Is there a non-GPL spreadsheet library for ruby available?
Just looking for a free spreadsheet read/write library that is not GPL or LGPL.
0
votes
2answers
309 views
Mixing GPL and non-GPL Frameworks in software
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 ...
0
votes
2answers
279 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
140 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?
65
votes
10answers
58k 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 ...