3
votes
5answers
189 views
Which license to choose for closed-source freeware ?
I've few closed-source freeware programs which i distribute from my site. But some sites like qarchive and other freeware-download sites hijack my software and keep it on their ser …
1
vote
5answers
205 views
Use LGPL libraries in closed source software?
If I have a open source software library covered by LGPL, can I use it in a closed source commercial application?
0
votes
6answers
104 views
Can Javascript code be copyrighted?
I'm writing an application that is largely javascript based. The javascript uses a java applet on the page to work as a socket bridge. However, if someone was to steal the javascri …
1
vote
3answers
55 views
Are there any free licenses which fit this model?
I've spent about a day looking through all of these confusing legal looking things, and I hate the obscure language that these lawyers use, frankly. This software is provided "as i …
4
votes
4answers
123 views
What software license to use for commercial software?
Hey there,
Under what license agreement should you release software under if it's closed-source and for commercial use only? Are there multiple license types? (such with open sour …
8
votes
7answers
420 views
Shipping Closed-Source Application for Linux
What are some methods I can use to ship a closed-source application for linux?
At the moment the application links against a few libraries (WxWidgets, GraphcisMagic, Crypto++, et …
3
votes
3answers
84 views
Can a GPL licensed theme be ported to a proprietary application as long as the derivative theme is placed back under the GPL?
I realize that responses will fall under the "I am not a lawyer" scope, and I do intend to talk to one. But first, I wanted to get some input about the basic proposal.
If I port a …
1
vote
9answers
215 views
Is there a online service like CodePlex or SorceForge for closed source projects?
I do software development but I don't work at a software company and we don't have anyone here that's setup any kind of version control server, or ticketing system or something lik …
3
votes
3answers
183 views
Closed Source non-commercial license
Does anyone know a commonly used closed source license that allows non-commercial use of a library? I would like to provide a free (as in beer) version of the library but I don't w …
5
votes
7answers
255 views
How do I code in Qt under the LPGL and maintain proprietary code?
Is there a list of what I can and cannot do in my code using the Qt framework under the LGPL license and keep my source code closed? For instance, can I subclass Qt classes like QW …
8
votes
7answers
260 views
Is it allowed to use ideas from open source in closed source software?
Is it allowed to use ideas from open source in closed source software?
I've met people who say to not even look at open source (GPL and LGPL were mentioned) if you write closed sou …
29
votes
21answers
3k views
Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project?
The company I work for develop and sell a proprietary, closed-source software application.
Our application uses third party open-source projects licensed under open source licenses …
1
vote
2answers
290 views
GPL License in closed source application
Hello,
This question has been asked multiple times I know. From what I understand, broadly speaking, if I include a GPL module in my app, I have to also release my app's source co …
5
votes
18answers
566 views
Are closed source applications “welcomed” in the Linux community?
I'm developing several closed source applications for Mac OS X and Windows. I'm considering adding Linux to the list of supported platforms.
These applications manage content on a …
3
votes
2answers
260 views
Can I write programs in Qt and sell them as “closed sourced”?
In reference to this question and that Qt is Qt GNU LGPL v. 2.1 , would it be correct to say/simplify:
Yes you can, but if you "enhance" the the Qt API you must publish it also?
