Is it kosher for me to use HTMLAgilityPack in my free open source C# library?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-06-11T14:20:41Z Indexed on 2010/06/11 14:22 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

I'm going to make a movie site scraping library that's free and open source.

I want to use HTMLAgilityPack to easily parse web information from HTML source code, but I'm not sure if I legally can? Can I use this library in this way?

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET