Tagged Questions

3
votes
4answers
54 views

Is MODULE_LICENSE in a Linux Kernel Module legally binding?

I own a piece of proprietary hardware purchased from a company. They also provide a Linux kernel module for it, but it is incompatable with my kernel version and I'd like to get th …
2
votes
8answers
57 views

GPL restrictions when distributing to a select number of customers?

I have a small desktop application that depends on VLC, an application licensed under GPL. It does not link with any VLC libs, but it creates a VLC subprocess and communicates via …
9
votes
4answers
151 views

Do you have to pay for GNU GPL software that is “for sale”?

I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for ever …
2
votes
6answers
116 views

less-restrictive GPL-like license

Situation: I want to pick a license for an open-source project. Having considered GPL vs BSD/MIT, I prefer GPL because it protects the open-source-ness of software. However, I p …
2
votes
3answers
73 views

Can I distribute a modified GPL binary which I use from my closed source application

This is very similar to other questions, but none of the other ones quite answer it, so please read through fully before shouting at me :) (See e.g. http://stackoverflow.com/quest …
0
votes
1answer
35 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 …
0
votes
2answers
35 views

Is there any MySQL driver for C/C++ which is not GPLed?

I need to open a connection to a MySQL database from a commerical distributed closed source program. I know that Ruby has rewritten the mysql driver in pure ruby and that PHP 5.3 a …
2
votes
3answers
38 views

What is the proper way for allowing non-gpl plugins/modules on a GPL application?

I develop an open-source CMS, which is licensed under GPLv3, and I want to open the plugin/modules architecture for anyone to contribute their own extensions. However I want to giv …
0
votes
2answers
65 views

If my program just sometimes calls to GPL program should all my program be Open Source GPL?

If my program just sometimes calls to GPL program (or if we talk about flash my swf sometimes sends parameters to other GPL'd swf) should all my program be Open Source GPL?
1
vote
3answers
47 views

Should Translations of some GPL code to other languages be licensed as GPL?

Should Translations of some GPL code to other languages be licensed as GPL? For ex we have x264 C/C++ H264 encoding open source GPL lib. We translate it from… C\C++ to Java or C# …
0
votes
2answers
52 views

Changing Open Source Software to divert donations

I have produced some open source software, released under the GPL, and intend to give users the opportunity to send me donations if they wish. It has occurred to me that since the …
1
vote
2answers
45 views

Using GPL v2 DLL in application

I am looking for a reference stating whether I need to redistribute the source code of my application if it links against a binary file that its source code released under GPL v2/3 …
5
votes
2answers
76 views

Validity of a GPL exception

I have been contracted to modifying software released under the GPL. The small research company that I am consulting for will be submitting analysis of the output of the modified …
1
vote
3answers
31 views

Artistic License v2.0 vs GPL v2. Differences?

I really don't get the differences between the Artistic License v2.0 and the GPL. They seem very similar. Also, If I develop something in python under Artistic License 2.0, can I …
2
votes
6answers
128 views

What exactly are the rules for using gpl, lgpl, bsd software interally in the enterprise?

Are there any restrictions of using lgpl, gpl, bsd licensed software in a commercial venture if the tools/software are only used as part of internal processes and not integrated or …

1 2 3 4 5 10 next
15 30 50 per page