Tagged Questions

4
votes
3answers
335 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 ...
3
votes
1answer
60 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). Thanks in advanced for your answer(s).
1
vote
1answer
159 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 ...
0
votes
2answers
202 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
1answer
149 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 ...