Jerome.Arpin-Pont@enea.comIndividual and corporate contributors are required to execute both



Developer Certificate of Origin (DCO)

All Linux Foundation collaborative projects require contributors to execute a DCO, and ONAP is no exception.  All contributions - patches, test cases, new code, etc. - must be accompanied by the Developer Certificate of Origin at http://developercertificate.org/, certifying that 

  1. The contribution was created in whole or in part by you and that you have the right to submit it under the open source license indicated in the file; or
  2. The contribution is based upon previous work that, to the best of your knowledge, is covered under an appropriate open source license and you have the right under that license to submit that work with modifications, whether created in whole or in part by you, under the same open source license (unless you are permitted to submit under a different license), as indicated in the file; or
  3. The contribution was provided directly to you by some other person who certified (1) or (2) and you have not modified it.
  4. You understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information you submit with it, including sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.



Contributor License Agreement (CLA)

The ONAP project requires that contributors are also covered under a CLA in addition to a DCO as per Section 7a of the Technical Charter for both Corporate and individual contributors. A CLA defines the terms under which content (such as source code or documentation) can be contributed to the project.  Enforcement of a having signed CLA to commit code began via the LFX EasyCLA tool in 2019 with the El Alto release of ONAP.  LFX EasyCLA ensures that code can only be committed if a CLA has been associated with the account are using. If there is no CLA on file your commit will be held and you will be re-directed to LFX EasyCLA to either be added to a Corporate CLA (CCLA) or an Individual CLA (ICLA) as appropriate for your situation. Unlike a DCO which is required for every commit, a CLA only needs to be completed with your first commit. 

A Corporate CLA (CCLA) is used when an you are contributing code on behalf of your employer

The details on setting up a CCLAs can be found here, but there are three basic steps are required to enable someone can commit coder under a CCLA.

An Individual CLA (ICLA) are used when you are contributing code on your own behalf  and not on behalf of an employer.

ICLAs can be authorized via Gerrit. The instructions to do so are here

Resources: