Skip to main content

Licensing your code

Prior to publishing any code, you will need to annotate each file with the appropriate licensing information:

You also should put a LICENSE/LICENSE.txt file into the root of your repository which is based on one of the OSI-compliant licenses:

https://opensource.org/licenses

For example, you can choose MIT, BSD-2-Clause, GPLv3, ...