Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

67
votes
22answers
12k views

Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project? [closed]

At the company I work for, we develop and sell a proprietary, closed-source software application. Our application uses third party open-source projects licensed under open source licenses such as GPL ...
15
votes
5answers
4k views

Can Someone Explain MySQL's License and What it Means to Closed Source Development?

Is it necessary to have a commercial license for MySQL in order to use it legally in a project which is not open source? Does it matter if the application is hosted and the binaries are never ...
12
votes
7answers
996 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++, etc). Statically ...
9
votes
5answers
756 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 servers. (They steal my ...
9
votes
7answers
469 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 source software.
8
votes
7answers
671 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 QWidget, etc.? ...
8
votes
4answers
3k views

How to write a basic closed-source license for a software project?

We have a project that needs to remain closed-source, but will need to be distributed to software developers who need access to the source code in order to build another project, that happens to be ...
7
votes
1answer
259 views

Can I use Chromium in my closed source app?

I would like to know if it is possible and what is necessary in order to use Chromium in my closed source app. Since Chromium uses many other open-source libraries with different types of licenses I ...
7
votes
10answers
771 views

Closed source projects and scripting languages

I've considered making a closed source project, but if I made it then I'd want to make it in Ruby. Ruby is interpreted though. Other similar languages to Ruby include Python and Perl. How would you ...
7
votes
18answers
800 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 web site and manage ...
5
votes
4answers
935 views

Qt LGPL licencing for a free application with closed source

I'm working on an application developed with Qt 4.6.2. I'm linking dynamically and I don't want to share my source code. The application is totally free and I don't plan on selling any part of it. I ...
5
votes
4answers
217 views

Software licence options

I have run into a situation where I wish to distribute code without a free software license, and don't have a lot of experience in doing so. First, let me make it clear I'm not trying to fight the ...
5
votes
5answers
262 views

Can I distribute my app on a Linux-based virtual machine and keep it closed source?

I would like to use a Debian distribution for this purpose. My application is closed source and Debian is a mix of various open source licenses. Some of them force publishing everything that uses it ...
5
votes
5answers
2k 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?
4
votes
2answers
471 views

Closed-Source applications for linux

I am working on a closed source application that should run on Windows, Mac OS X and major Linux distributions (maybe open-source at a later stage). The program will link against some libraries: ...
4
votes
4answers
469 views

What software license to use for commercial software?

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 source you have BSD, GNU/GPL etc..) ...
4
votes
2answers
2k 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 want to release ...
4
votes
1answer
4k views

free closed source svn hosting [closed]

Duplicate Is there a free version control server provider for non-public projects? Can you recommend a SVN, closed-source project hosting site? I know there are already a lot of posts on ...
4
votes
7answers
2k views

Is it legal way to get use GPL code in close-source application through plugin?

Consider following steps: 0) Release open source Mock Program and Mock Plugin which communicate by certain interface (I), exchanging complex data structures, sharing memory and calling each other. ...
3
votes
4answers
60 views

Keeping a web application closed source

I am building a web application (an asp.net website project ) and I have always seen the source code of the project (the .cs, .aspx ..etc) available on the server where the project was deployed on. ...
3
votes
1answer
127 views

Advertise a c# socket component [closed]

Hey, i made a socket component in c# and i want to advertise my project now (its for free) where are good places to do that ? lg Nick
3
votes
4answers
403 views

Are there any free SVN server providers for non open source software?

Are there any free SVN server providers for non open source software? Thank you.
3
votes
2answers
525 views

Using GPL licensed jquery plugins

I'm sorry for the naive question, but I'm a bit clueless about free-software licensing. Is there any problem with using GPL-licensed front-end software (jquery + plugins, for example) on a for-profit ...
3
votes
8answers
1k 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 javascript code I have ...
3
votes
3answers
170 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 GPL theme -- say a ...
3
votes
9answers
2k 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 like that. Most ...
3
votes
2answers
983 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?
2
votes
3answers
433 views

Creating Closed Source Android Libraries

I would like to create a library for other developers to incorporate into their apps. The Library will need to have layouts and full activities that support intent actions etc. I know this is ...
2
votes
3answers
209 views

Can GPL be re licensed?

If some incomplete software is released as GPL, is it GPL forever? Or can you re license it? Assume that all the code was written by only one person, they received no contributions.
2
votes
1answer
98 views

TinyMCE in a close-source commerical application

I am considering using TinyMCE editor (licensed under LGPL) in my web application which is a close-source commerical application (I do sell/distribute it to my clients). I do not want to change the ...
2
votes
2answers
565 views

How can I make closed source portable python application?

When I write python application everyone can see the source and modify it. Moreover the customer needs to have Python installed which can be headache for regular computer users and affect their ...
2
votes
4answers
642 views

Distributing closed source python program

This is mostly just because I'm curious, but how would one distribute a closed source python program since python is run from source and its bytecode is easily decompiled? I'm mostly asking for linux ...
2
votes
2answers
484 views

How to install the program depending on libstdc++ library

My program is written in C++, using GCC on Ubuntu 9.10 64 bit. If depends on /usr/lib64/libstdc++.so.6 which actually points to /usr/lib64/libstdc++.so.6.0.13. Now I copy this program to virgin Ubuntu ...
2
votes
3answers
2k views

GPL License in closed source application

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 code for free. Now if the ...
2
votes
9answers
2k views

What are the primary advantages of building closed-source applications?

For quite some time now it has been argued that open-source, or some close derivative of open-source is the fastest way to improve upon an application. However, I have not really taken the time to ...
2
votes
2answers
495 views

Trac and closed source

I'm working on a closed source (for now) project that I'd like to write a wiki and ticket system about. Trac has a well-integrated wiki and bug/issue-tracking system, and has good integration with ...
2
votes
1answer
1k views

License guidelines for using log4net in a commercial application

I am looking to provide some logging support for a closed source commercial application. I have been using log4net for non-distributed projects and am very happy with it. I have googled a bit and ...
1
vote
0answers
18 views

URIs for specifying non-open-source licenses

Creative Commons provides a URI that can be used to identify each of their licenses, for example http://creativecommons.org/licenses/by/3.0/. They also have provided URIs for several other open-source ...
1
vote
1answer
52 views

LAN-based code repository?

I was wondering, is there a way to host a code repository from my main computer and access it via our LAN? I'd feel kind of on the edge with all of my software (which I intend to sell) source code ...
1
vote
2answers
329 views

Distributing unmodified GPL executable with a closed source, non-commercial application

I'm working on a closed source, non-commercial application that I'd like to share with others. It currently uses an unmodified GPL v3 execuatable command-line tool. My application will work without ...
1
vote
1answer
58 views

Can i include in my application that is based on GPL , closed sourced component?

Hello all Im building application that one of its component is GPL lib ( libVLC ) , but I need to use another Component that is free but its close source none GPL , the final application will be ...
1
vote
2answers
161 views

What are the open-source code hosting sites for projects with closed-source dependencies?

I've searched around all day on the applicable websites for this info, and on here found questions like this, but nothing that appears to directly address my question. Let me know if this has already ...
1
vote
2answers
98 views

Can you dual license part of a source file to GPL and closed?

Say an author made an addition to a GPL project. Can he dual license that work - as a copyright holder of that work - to other projects? Can he do it. If it's part of a file? If it's one file in ...
1
vote
4answers
156 views

Why should I make my product open? Why Not? [closed]

I am working on a really big project and I was wondering if i should make it open or have them pay for the license to use..
1
vote
1answer
161 views

Is there a Software License for free use closed source?

Is anyone aware of an existing license that meets these conditions? The web-based software is free to use and anyone may link to it. The software must be purchased for off-line use without ...
1
vote
1answer
143 views

Watching the files and registry entries accessed by an application while it is running?

I am trying to debug some rather complex dependencies within a closed-source application that I am running inside of a custom app, and am looking for a tool to watch the application while it is ...
1
vote
3answers
105 views

JS code generation to avoid de facto open-sourcing my code?

I want to build a small library based on Raphael.JS for work, and none of us particularly like the idea of open sourcing our code. How insane would it be to write all the logic in Python and have it ...
1
vote
3answers
86 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 is". If you actually ...
0
votes
1answer
45 views

Way to generate massive, yet meaningfull uml from java source?

Important Note : I'm not looking for a laundry list here Main question : How can I visualize my massive java source repository ? Secondary question : What are the most popular (or standard) ...
0
votes
2answers
75 views

How to make html5 canvas closed source

HTML 5 comes with the canvas element which can be used for animation and interaction via javascript. The technologies involved being html and javascript is it in any way possible to create a canvas ...

1 2