Exploring contributions
In this section, you will look at the different kinds of contributions that can be performed, as well as the legal aspects of them. Once you've read this section, you will have mastered how to interact with the community and suggest Ghidra code modifications and improvements.
Understanding legal aspects
Ghidra is distributed under Apache License Version 2.0, January 2004, a permissive license whose main conditions require the preservation of copyright and license notices.As a contributor, you will provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
Collaborators versus Contributors – I
If you want to learn more about the legal aspects of contributions, please read the license: https://github.com/NationalSecurityAgency/ghidra/blob/master/LICENSE.
Now that you understand the legal aspects of your contributions, let's learn how...