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 ...