4

I've been thinking about creating a fork on GitHub of the HtmlAgilityPack project (which is hosted on Codeplex), but I don't know if I'm violating some legal rights.

Is it possible?

carla
  • 1,970
  • 1
  • 31
  • 44
Oscar Mederos
  • 29,016
  • 22
  • 84
  • 124
  • 1
    You have to read the license, or ask the author. Or better yet, ask a lawyer. – Some programmer dude Sep 19 '12 at 05:35
  • It's legally allowed to use it in commercial software and to modify it. http://www.tldrlegal.com/license/microsoft-public-license-%28ms-pl%29 – Prinzhorn Sep 19 '12 at 07:45
  • Instead of starting with a lawyer, how about starting with the creator(s) of the project? Seems like reaching out would be the easiest way across the board. – James Skemp Apr 03 '13 at 20:13

1 Answers1

4

DISCLAIMER

I am no lawyer, this is more of a guess just based on observations from the license text.

They seem to use Microsoft Public License.

You are allowed to fork, host and change the code if you want.

You need to keep the same license.

You must keep the copyright. That means you can't just say that you wrote that software originally, you need to keep credit where credit is due.

Check the license for more information:

Community
  • 1
  • 1
Eduardo
  • 22,574
  • 11
  • 76
  • 94