Questions tagged [commercial]
78 questions
49
votes
2 answers
Can I use new BSD licensed library/code in commercial closed source project?
I've found a software library, licensed under the new BSD license.
I want to use in my closed source commercial project. Can I do it?

kravemir
- 610
- 1
- 5
- 14
30
votes
5 answers
Is it okay to use a short EULA?
I need to add an EULA to my (commercial) software but I cannot afford a lawyer. Also I had a look at various EULA examples on the internet but they are all for specific software or countries, and are probably copied from other commercial…

laurent
- 715
- 1
- 12
- 22
28
votes
9 answers
Are there any programming languages that follow a minimalist development approach?
I find it that when languages are considered the same as commercial software, there is always a constant need to add new features to justify new releases.
Can there be or are there languages where version 1.0 is the final version? Of course bug…

Joan Venge
- 1,950
- 2
- 18
- 24
18
votes
13 answers
How can I defend Ruby on Rails against customers' not technical opinion?
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".
What would you, as software engineer and…

okeen
- 291
- 1
- 7
13
votes
4 answers
Is any JavaScript code used only for websites, open source?
Rewritten question:
I'm not asking a JavaScript-related question, but all "client" languages used on the web (HTML5, JavaScript, CSS, and so on). If I put JavaScript code (that is GPLed) on my website, and this website is accessible from anyone over…

Francesco Belladonna
- 281
- 4
- 11
13
votes
1 answer
How do I correctly sub-license a library that is under the MIT license?
How do I correctly sub-license a library that is under the MIT license.
I am using and extending the library. The MIT license states that I am free to sub-license the library.
Can I simply state:
is copyright and…

Petah
- 3,351
- 3
- 18
- 21
12
votes
1 answer
Is it legal to modify MIT licensed code and sell it?
I have a project and I want to use a ready-made script that is licensed under MIT in it. But using this script separately will be redundant.
So I've decided to merge my code and the MIT licensed script in the same file. (Let's say I'll modify,…

Alper
- 231
- 1
- 2
- 5
11
votes
4 answers
Software license restricting commercial usage like CC BY-NC-SA
I want to distribute my software under license like Creative Commons Attribution - Non commercial - Share Alike license, i.e.
Redistribution of source code and binaries is freely.
Modified version of program have to be distributed under the same…

Nick
- 219
- 1
- 3
10
votes
3 answers
what kind of certificate needed for my application ?
I am releasing free C# softwares I've created using Visual Studio.
In the future, some of these softwares might become Paid.
I was wondering if I need to purchase any kind of license for them ?
I understand that it's good to have a certificate for…

e e
- 111
- 1
- 4
8
votes
4 answers
Use my own GPL licensed code in a commercial product
I am developing a software project in Java/Swing licensed under GPL v3.
Later, I want to create a Android application which uses the algorithms of the Java/Swing application. This Android app will be a commercial product (sold on Google Play…

Andreas Freitag
- 83
- 4
6
votes
2 answers
Licensing issue for RSA and Rijndael algorithms
I'm using .Net to build a commercial application, i.e. a secure chat application. This application is using RSA and Rijndael algorithms.
Do we need licenses for using RSA and Rijndael algorithms for commercial product?

user774411
- 193
- 15
6
votes
6 answers
What's the rationale of not simply disclosing the license fees for a commercial libary or tool?
Some companies selling software or libraries simply put their licensing model on their web page and be done with it. (Many also contain a disclaimer that there are volume discounts and special arrangements possible.)
Other companies (most notably…

Martin Ba
- 7,578
- 7
- 34
- 56
6
votes
2 answers
May I keep my program closed source if I link it against a static library of which the source is GNU GPLv2?
I'm putting much work in my program and after it's done I want to just setup a small website and sell each copy of the program but I don't want any legal issues.
Do I have to look for another library or can I "safely" link to it?
user91687
6
votes
1 answer
Commercial product using a GPL OS
we are planning to create a commercial product. The product consists of some MCUs and a small computer (we are developing on a Raspberry Pi at the moment).
The computer needs an operating system as we would like keep things like WLAN and booting as…

pfried
- 203
- 2
- 7
5
votes
9 answers
A friend wants some FREE CRUD code
A 'friend' of mine asked me to write a complete CRUD system with AJAX for him for free. What should I do? Technically, its bread and butter for me. However, I am wondering if I should get paid for it. I mean it's a commercial project.
On the other…

mahen23
- 1,120
- 1
- 9
- 23