Tagged Questions
The commercial tag has no wiki summary.
62
votes
84answers
6k views
Which programming tools do you pay for? [closed]
With so many open source (or simply freely available) alternatives for nearly every programming tool category, which software do you (or your boss) pay for and why? Is the decision based on saving ...
19
votes
2answers
5k views
Can I use a library under the Apache Software License 2.0 in a commercial application?
I like to use some Java libraries that are copyrighted under the Apache Software License 2.0.
I do not want to modify them at all, just use them in a commercial application.
Do I need to open source ...
16
votes
7answers
4k views
What commercial games have been written with pyGame? [closed]
I'm curious to know what commercial games, if any, have been written with pyGame. The scale doesn't matter much, it doesn't have to be a massive success, but it should be significant that more than 2 ...
14
votes
1answer
304 views
Paying open source project members for bug fixes and features
I have a problem to solve that I think will take 4 days, but if I had a feature request sorted and a snapshot release then I reckon I could have it done in one. Superficially this creates a budget of ...
11
votes
1answer
1k views
Can I produce a commercial application using Visual Studio Express 2010?
I've been reading about the commercial use of Visual Studio Express 2010 and according to the Microsoft Express FAQ:
Can I use Express Editions for
commercial use?
Yes, there are no ...
10
votes
19answers
2k views
Delphi Active Commercial Components
Similar to the Delphi FOSS component question, a commercial component directory will also be a valuable searchable resource. I invite you to contribute your expierience with your favourite commercial ...
9
votes
6answers
442 views
Looking for a semi-free license
Software that comes with source code, with permission to use, copy, modify and distribute for limited usage is called semi-free.
I'm looking for a semi-free license for our project. The license ...
8
votes
3answers
626 views
If I use GNU GPL code with my own server-side code, do I need to open my server-side code as GPL?
I am making a Python app that works inside a GNU GPL app. (eg. script/app inside XBMC(Xbox Media Center)) The GNU GPL app provides me with the API to build my app. So this, probably means that my ...
7
votes
8answers
1k views
Featureful commercial text editors?
I'm willing to buy tools if they add genuine value over a FOSS equivalent. One thing I wouldn't mind having is an editor with the power of Emacs, but made more user-friendly. There seem to be several ...
6
votes
1answer
170 views
Are there any good books on writing commercial quality software?
My background has been generally new technology demonstrators, which, well... demonstrate the latest technology and how it can be of use to a clients company. They use it for internal demos etc.
Now ...
6
votes
2answers
556 views
Using Unity Application Block in commercial programm (Ms-PL)
i“have read the Ms-PL under the Homepage of Unity, but its not
clear for me what i need to do, when i use Unity in my commercial programm?
I only use the binary files and i want to distribute them ...
6
votes
4answers
2k views
Distributing a GPL utility program with commercial software
My company is considering distributing a sql profiler with our commercial software to make support and diagnostics easier. A few questions I have:
Do we have to ship the source code with our setup? ...
5
votes
6answers
411 views
Are there any commercial projects using Squeak Smalltalk that are not web based
Doing a Google search doesn't reveal much, the three of four links I found where dead.
Maybe the stackoverflow community is in a better position to answer the question. Where are the none web based ...
5
votes
6answers
272 views
What constitutes non-commercial?
Although I understand this site is by no means a place for legal advice, and I'm not looking for any lawyers to step up and defend their cases, I'm certain that there are other programmers out there ...
5
votes
2answers
215 views
A commercial software but open and free for personal/edu. How to license?
I am developing a software to sell for business use but am willing to make it free and open-source for personal and educational use.
Actually I can see the flowing requirements I would like the ...
5
votes
7answers
318 views
what happens to source code for old commercial software?
Does anybody have first-hand experience as to what happens to source code from old/defunct products? Especially from those companies no longer in existence.
As a specific example for illustrative ...
4
votes
3answers
283 views
Comparison between SmartInspect and Gibraltar, .net logging solutions
We are in a process of comparing various commercial \ open source logging framework solutions so I can recommend a common logging approach for all our applications. The two commercial logging ...
4
votes
2answers
512 views
Commercial Desktop Apps with Appcelerator Titanium
I'm wondering if there is a sense to create commercial(paid) desktop apps. I'm asking this question, because everyone can see Desktop Application's source. Or Javascript ...
4
votes
1answer
142 views
How to include open source licence to my commercial app?
Is it enough to put the LGPL, Apache, BSD, MIT license files to the installation folder of my app if it uses any LGPL, Apache etc licensed library?
If my application not show any license in the ...
4
votes
11answers
475 views
Preventing PHP Code from being Pirated
I'm developing some web-based software. However, commercial launch, as far as I can tell, will require distribution of the PHP code. How can I prevent this code from being pirated?
4
votes
3answers
226 views
open source alternatives to popular websites
The other day I came across Jaiku, which is a well structured microblogging system open sourced by Google.
It surprised me I had never heard about this, so I was wondering what other open source ...
4
votes
8answers
646 views
GPL business models for a small company/shop/startup
Note: I don't have any awesome project that I'm intending to monetize, this is just something I'm thinking about
What models are there for making profit from developing GPLed software?
I've read ...
4
votes
1answer
217 views
Boilerplate licensing for non-FOSS libraries
I have found this list of FOSS licenses. Is there anything similar for non-free/non-open source boilerplate?
Barring that, does anyone known of a commercial software library distributed with a ...
4
votes
5answers
908 views
Making money while programming Linux and/or open source for small business? [closed]
During university, I wanted to start a software business. I didn't know what at the time, but I knew it would have to be Windows and closed source in order to make enough money to support a career.
...
4
votes
9answers
359 views
software: when to pay, when to use free?
What are your criteria when evaluating free vs pay software? Which is your "default" choice?
update: Is the answer different for application and development software?
3
votes
2answers
79 views
Commercial Java application data storage
I have been developing small applications and widgets in Java now for some time and have been using XML and binary files to store the data that I am using.
Currently, I am working on a larger ...
3
votes
3answers
268 views
Is SQLite reliable for a commercial application?
I am currently testing SQLite and considering to use it for a commercial C# WinForms application. I am aware of the concurrency issues, where the database is locked whenever a write occurs.
Beyond ...
3
votes
1answer
284 views
Public domain fonts for use in commercial product
We are developing a stand-alone display with a GUI. We want to deliver a set of fonts with our display driver (not as true type, but as machine readable library files)
With these fonts the user can ...
3
votes
4answers
986 views
Examples of commercial sites using open source (PHP / MySQL specifically)
Trying to argue the case for using php and mysql for a potentially high (maybe 10,000 hits a day) traffic site. I have read that some very large sites (much larger than our potential) do the same ...
3
votes
7answers
864 views
Using GPL licensed PHP code in a commercial hosted web application
There are many references to my question, and none of them are clear. I have searched much on Google and here to no avail for a definitive answer.
My situation
I have a web-based application running ...
3
votes
3answers
153 views
Compilers used for commercial products
What kind of compilers do big software companies such as Adobe use for their commercial products like Photoshop?
3
votes
6answers
525 views
OpenCL for commercial apps, byte code?
I'm looking at options for GPGPU work. Say I write OpenCL kernel code or GLSL shader code and embed that in my executable. There's nothing to stop somebody grep-ing the binary and stealing my hard ...
3
votes
2answers
341 views
Free for personal use license?
I'm trying desperately to find a software licensing model that would allow me to make my product completely open to the public domain for personal use/modification, but would be able to be sold ...
3
votes
4answers
260 views
Which license for giving away sourcecode
Question:
I want to make available the sourcecode of my application for personal use at an extra price.
That is to say, the user may buy the application, or the sourcecode, and alter the application ...
3
votes
1answer
2k views
WPF Layer Control
I'm in need of a WPF layer control that does the following
1) Have multiple layers of content on top of each other.
2) Ability to turn layers on/off at design and runtime, ie we need a UI maybe ...
3
votes
3answers
495 views
Can I use library distributed under Creative Commons license in commercial app?
Some guys here mentioned that they are using the HTML Agility Pack library. It is distributed under Creative Commons (Attribution-ShareAlike) license. Can I use it in the commercial closed-source ...
2
votes
0answers
27 views
How can I defend Ruby on Rails against customers' not technical opinion? [migrated]
My customer, a translations business owner, just told me that he has been reading about Ruby on Rails and told me that "there are more PHP guys around there" and "it seems the community prefers it".
...
2
votes
5answers
58 views
License: isolating GPL code in a library (DLL) keeps my application's code private?
The scenario: I'm writing an application that will be eventually commercialized, and for obvious reasons I don't want to license it as GPL (yes, I don't want to share my code).
The catch: I need to ...
2
votes
1answer
55 views
Commercial dependencies management software for Visual Studio 2005,2008,2010?
Except the open source projects like NuGet, NPanday, do you know a commercial software (standalone or add-in) that manages binary dependencies for Visual Studio 2005, 2008, 2010 projects with ...
2
votes
1answer
53 views
GPL and secure application
For some reason application needs to be licensed under GPL, however we sell app/per site limiting to domain using ioncube for security reason.
Is there a way to secure the app with ioncube and stay ...
2
votes
1answer
74 views
How to evaluate the real value of the open source software?
For commercial software, its value is usaully determined by the market. For the open source software, how to determine its value?
2
votes
2answers
415 views
Legal to sell qt application?
would it be legal to sell a qt/c++ application (lgpl) without buying a license?
And would doing the same but with pyqt(GPL) be legal?
If it's not, should I explicitely tell the customer (It's an ...
2
votes
2answers
100 views
Free or cheap tools for commercial developement
I'd like develop software which in future I'd like to sell. Qt licence for one user, one OS costs ~2500 euro! I'm student and profit from sold software would be lower than QT Commercial licence cost.
...
2
votes
1answer
54 views
Which vendors offer free licenses for use of their products in F/OSS projects?
Which vendors are known to offer free licenses of their otherwise paid and propreitary software in support of Free and Open Source Software (F/OSS) projects?
Where possible, please provide a link to ...
2
votes
6answers
207 views
What source licenses allow inclusion in commercial applications
Which open source licenses allows inclusion of the licensed source code in commercial applications without having to make our program open source as well?
In particular, I was looking on koders.com ...
2
votes
2answers
101 views
Is there a name for turning an open-source project into a commercial product?
I'm trying to find information about open source projects that have been turned into commercial products - is there a term for it when a company does this?
2
votes
2answers
554 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. ...
2
votes
4answers
760 views
Can I use resources licenced under the Apache Public License in my commercial app?
Under the terms of the Apache Public License, can I use some (graphic) resources in my commercial app?
More specifically, in my (proprietary) Android app, I want to use some graphics from Android. ...
2
votes
2answers
2k views
SQLExpress commercial usage
Can I use SQL Express for commercial use? or it should be only used for personal development and learning purposes? What are the conditions if I can use it for commercial purpose?
2
votes
13answers
4k views
What are the advantages of Commercial Software vs. Open Source Software?
I know many advantages of Open Source Software. But what are the advantages of Commercial software from customer view? When should I use/buy a Commercial Software instead of a Open Source Software?