Tagged Questions
4
votes
5answers
3k 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 GPL (or is it the ...
2
votes
4answers
1k views
Usage of GPL plugins for proprietary software?
I've read existing questions about this topic on here already, but none of them seem to address my question so far.
Here is the situation:
We are developing a closed-source/proprietary software for ...
0
votes
4answers
671 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 implemented.