Search code examples
githublicensingcodeplex

Is it legally allowed to fork a Codeplex project to a Github account?


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?


Solution

  • 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: