X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Tomasz Zbrożek" Newsgroups: comp.os.msdos.djgpp Subject: What licence should I use ?! Date: Wed, 22 Jul 2009 06:41:54 +0000 (UTC) Organization: Your Company Lines: 15 Message-ID: NNTP-Posting-Host: router-sien.upos.com.pl X-Trace: news.onet.pl 1248244914 26260 89.171.152.81 (22 Jul 2009 06:41:54 GMT) X-Complaints-To: niusy AT onet DOT pl NNTP-Posting-Date: Wed, 22 Jul 2009 06:41:54 +0000 (UTC) User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hi, I made wrapper library to use sockets with MS Network Client in DJGPP. My wrapper is written in C, in fact I made it analysing disassembled original Microsoft's real mode wrapper (so it's reverse engineering I think). I have got agreement from my company to share my wrapper to DJGPP community. I do not know what licence should I use for this little library ?! The more I read about licences the less I know :) What do you think ? One file (isaddr.c) is taken from Watt-32 project and also parts of header files (netinet/in.h, sys/socket.h). Can I use LGPL 3 ? Main assumption is that this library must be possible to use in proprietary application (because I made this wrapper for use in commercial application I ported to DJGPP). -- tomek