Tagged Questions

5
votes
5answers
200 views

Arguments *against* using open source frameworks?

I recently have a client comes asking me as a C#/.NET dev for reasons about why I have not picked any of the "wave of the future" frameworks out there like Rails/Django and instead …
0
votes
4answers
107 views

Simple registration key system for software distribution.

I have a small VC++ project that I would like to market. Can anyone point me in the right direction in terms of writing a "serial key" system. I have no idea how these things are i …
0
votes
1answer
88 views

MIT License For Proprietary App

There are many questions posted with great answers, but nothing I found met my requirements. Hope you guys can help. I will be building a niche social site platform based on Ruby …
2
votes
2answers
88 views

Proprietary service backed by a GPL software?

Imagine this scenario: I develop an open source software (a kind of chatting server). And I don't mind if somebody decides to install this server and offer a paid service based on …
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?
2
votes
5answers
955 views

getopt implementation suitable for proprietary C++ programs?

I'd like to use getopt in my C++ program, but the powers-that-be at my place don't want to use GPL or LGPL code (they're not that fond of Boost). Since getopt is licensed under the …
-3
votes
2answers
228 views

Proprietary Software License

Hello guys, I've several people using the same proprietary software (at the same time, same installation), do I need an end-user license for each one or can I buy a multiple licens …
2
votes
12answers
625 views

Ethics of Open Source Copy of Proprietary Software

The free open-source software movement has been beneficial to most of the software development community. We have tons of libraries and applications at our fingertips free of cost. …