Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
info@openhub.net
Could you please look into it?
And I have another feature request: You collect the licenses used in the source code - would it be possible to see which files use these licenses, e.g. we apparently have some files using GPLv2/v3, but there should be none of these in our project.
Thanks!
Hi grover,
It looks like an update of MOSA Project finally went through this weekend. Our updates are getting pretty slow lately -- as the number of projects on Ohloh has grown, it's time again for us to scale out our server farm.
I did some digging on our license results, and it turns out there is some GPLv3 in the code, but our parser is misidentifying it as GPLv2. I will post a bug against our parser to get this fixed.
The GPLv3 is located in the following files:
Mosa/ObjectFiles/Elf32/Elf32.cs
Mosa/ObjectFiles/Elf32/Format/Elf32.cs
Mosa/Runtime/CompilerFramework/Operand.cs
Mosa/Runtime/Metadata/*.cs
Mosa/Tools/Compiler/AotLinkerStage.cs