diff --git a/README.md b/README.md index 0a66ddb..2b75e36 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,5 @@ The debugger is already shipped with Binary Ninja in stable and development bran The Binary Ninja Debugger is open-source with [Apache License 2.0](https://raw.githubusercontent.com/Vector35/debugger/dev/LICENSE) -For other open-source components and their respective licenses, please refer to this [list](open-source.md). \ No newline at end of file +For other open-source or redistributable components and their respective licenses, please refer to this +[list](https://dev-docs.binary.ninja/guide/debugger/index.html#open-source). \ No newline at end of file diff --git a/docs/guide/index.md b/docs/guide/index.md index ecd922d..dc25479 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -600,9 +600,10 @@ If you encounter a bug, please file [an issue](https://github.com/Vector35/debug ## Open-Source -Vector 35 is grateful for the following open source packages that are used in Binary Ninja debugger: +Vector 35 is grateful for the following open-source or redistributable packages that are used in Binary Ninja debugger: - [fmt](https://github.com/fmtlib/fmt) ([fmt license](https://github.com/fmtlib/fmt/blob/master/LICENSE) - MIT) -- [pugixml](https://pugixml.org/) ([pugixml license](https://pugixml.org/license.html) - MIT) -- [gdb](https://www.gnu.org/software/gdb) ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)) -- [lldb](https://lldb.llvm.org/) ([Apache 2.0 License with LLVM exceptions](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework)) +- [GDB](https://www.gnu.org/software/gdb) ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)) +- [LLDB](https://lldb.llvm.org/) ([Apache 2.0 License with LLVM exceptions](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework)) +- [Settings icon](https://www.iconfinder.com/icons/9035575/settings_outline_icon) ([MIT](https://opensource.org/license/mit/)) +- [DbgEng](https://www.nuget.org/packages/Microsoft.Debugging.Platform.DbgEng)([Microsoft Windows SDK License](https://aka.ms/WinSDKLicenseURL)) diff --git a/open-source.md b/open-source.md deleted file mode 100644 index 4c14752..0000000 --- a/open-source.md +++ /dev/null @@ -1,4 +0,0 @@ -## Open Source -- [fmt](https://github.com/fmtlib/fmt) ([fmt license](https://github.com/fmtlib/fmt/blob/master/LICENSE) - MIT) -- [lldb](https://lldb.llvm.org/) ([Apache 2.0 License with LLVM exceptions](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework)) -- [Settings icon](https://www.iconfinder.com/icons/9035575/settings_outline_icon) ([MIT](https://opensource.org/license/mit/)) \ No newline at end of file