From 813e8675dd0362bc85ad6f1939f0b0af0c8cfb4b Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 9 Dec 2025 11:12:08 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c08bdc008..7289a4adf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Compiling Shareaza +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fansani%2FShareaza.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fansani%2FShareaza?ref=badge_shield) + ## Microsoft Visual Studio @@ -59,3 +61,7 @@ At the end of a successful compile you will find a newly compiled installer in \ Note: If you try compiling an x64 build on a 32bit machine you will get the following repeated error "Project : error PRJ0019: A tool returned an error code from "Performing registration". This error occurs because you can not register 64bit DLLs on a 32bit machine! It is not advisable to compile a 64-bit build on 32-bit windows, as you cannot test what you are compiling. Enjoy ;) + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fansani%2FShareaza.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fansani%2FShareaza?ref=badge_large) \ No newline at end of file