Re: License
Frediano Ziglio <[email protected]> Fri, 29 Jun 2018 12:30:30 +0100
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4fX8LkMsOnZsU44SgFrkKn-qo1jSJxJDB=0b8hTy7p2Fg@mail.gmail.com> |
2018-06-28 14:05 GMT+01:00 Igor Korot <[email protected]>: > Hi, > Is it OK to include the source code of freeTDS in my Software GitHub? > Or it has to be DLL only? > The main libraries are covered by LGPL. You can include them if your software is OpenSource. You don't need to be LGPL too, the main requirement is being able to change the LGPL part, would be also fine if your code was only in binary format linking with the LGPL sources. For more information see license. > On top of that - is there MSVC project/solution I can use to build the library? > You can create any project file you need with cmake. I think newer Visual Studio has embedded cmake support, if not just download and install cmake. > Thank you. Frediano