Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
6answers
3k views

How do you protect your commercial application from being installed on multiple computers with one license?

How do you protect your commercial application from being installed on multiple computers from people who only own one license? Do you think it's a good idea to have more than just a serial based ...
5
votes
5answers
728 views

XBAP usage and maturity issues

we're considering migrating our UI to XBAP. we've chosen XBAP despite knowing the clients must have .net pre-installed, since we're not targeting the masses but rather IT professionals in the ...
4
votes
5answers
453 views

commercial Web application PHP -

I was thinking of making a commercial application to sell to customers to install on their servers but I wanted to do it with PHP & MySQL. what should i do to ensure that the source code (& ...
4
votes
1answer
1k views

jQuery commercial legal questions

The company I am working for is developing a web application layer for a commercial software product. My questions have probably been answered before but I have searched and I can't find a similar ...
4
votes
3answers
2k views

Commercial use of Google API

This question maybe a better fit on The Business of Software forum but despite my post on there, I'm still unable to determine the following: Can I use the Google API to build commercial software? If ...
3
votes
3answers
114 views

What is the prefered way to publish a binary-only application for multiple Linux distributions?

I have a closed-source Linux application that I want to distribute. This application is using wxWidgets/GTK so there is a huge list of shared libraries (60+) that this application depends on. What is ...
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 ...
1
vote
4answers
126 views

Non-open source Version Control for .Net

For complicated legal & security reasons, my company can't use any form of open source software, but I can't stand Visual Source Safe. What secure commercial version control systems would you ...
0
votes
1answer
62 views

question about dalvik.system.DexClassLoader and GPL

I would like to know if the following is possible: 1) create an Android app that accepts some input parameters (args[]) -this app is derived from a c++ GPL library -it just writes a file to disk ...
0
votes
1answer
43 views

AJAX Polling in an API for commercial use

Currently I'm developing an API that uses AJAX interval polling, it polls at 900bytes every 1.5 minutes, does not seem to put a heavy load on MySQL and is only one AJAX stream. I plan on upgrading to ...
0
votes
1answer
215 views

About GPL v2 license and BSD (3-point) license

I would like to know, Can I use a javascript library which is made available under both the GPL v2 license and a BSD (3-point) style license in my commercial web application ? What do I need to do, ...
0
votes
1answer
68 views

What kind of agreement is needed for my software? [closed]

Possible Duplicate: What is the best license for my needs? I'm going to create commercial software on demand for single clients. The software will only be provided to the client. It will be ...
0
votes
1answer
85 views

commercial redistribute issues for free and open source softwares licenses

guys, could you please explain what are restrictions for commercial redistribution for these licenses (Apache , BSD , GNU GPL , GNU LGPL , MIT , MPL). best regards.
0
votes
3answers
209 views

What does it mean if an open source jQuery project is dual licensed as GPL and MIT? [closed]

Possible Duplicate: jQuery, jQuery UI, and Dual Licensed Plugins (Dual Licensing) I'm interested in using the fullcalendar jQuery project in a commercial project I am working on but I ...
0
votes
1answer
114 views

python: Writing Application- Different modules/Licenses and impact on Proprietary application

I've written an application using wxPython and various other small modules (xlrd, xlwrt, pyserial, etc.) xlrd/xlwt i believe use a BSD license, and wxPython.. ""Being a wrapper, wxPython uses the ...
0
votes
2answers
226 views

What software license to use? [closed]

I'm finishing a CMS (Control Management System) written in PHP5 and that uses Zend Framework an CKEditor (www.ckeditor.com). I have plans to make it commercial but I don't know what kind of license to ...