diff --git a/README.md b/README.md index 311e2eeb..7e9dee57 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ C# protection, packer, and archive scanning library. This currently compiles as a library so it can be used in any C# application. A reference application called `ProtectionScan` is also included to demonstrate the abilities of the library. For an example of a program implementing the library, see [MPF](https://github.com/SabreTools/MPF). -The following projects have influenced this library: - -- [BurnOut](http://burnout.sourceforge.net/) - Project that this library was initially based on. This project is fully unaffiliated with the original BurnOut and its authors. - Please visit our sibling project, [DRML](https://github.com/TheRogueArchivist/DRML), the DRM Library for a more in-depth look at some of the protections detected. ## Releases @@ -237,3 +233,5 @@ Contributions to the project are welcome. Please follow the current coding style ## Special Thanks I want to give a special thanks to [TheRogueArchivist](https://github.com/TheRogueArchivist) and [HeroponRikiBestest](https://github.com/HeroponRikiBestest) who have gone above and beyond helping both fix existing checks as well as add new ones. + +I also want to give a shout out to [BurnOut](http://burnout.sourceforge.net/) which was the original basis and inspriation for this work. This project is fully unaffiliated with the original BurnOut and its authors.