Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/MTJ/Developer Resources/Contributor Confirmations"

(New page: After contributing a patch to a bug, the contributor must make the following statements on the bugzilla bug that has been referenced: <br> #wrote '''100%''' of the code; #they '''have th...)
 
Line 1: Line 1:
After contributing a patch to a bug, the contributor must make the following statements on the bugzilla bug that has been referenced:
+
After contributing a patch to a bug, the contributor must make the following statements on the bugzilla bug that has been referenced:  
  
<br>
+
#wrote '''100%''' of the code;  
 
+
#they '''have the right''' to contribute the code to Eclipse; and  
#wrote '''100%''' of the code;
+
#they '''have the right''' to contribute the code to Eclipse; and
+
 
#the file header contains the [http://www.eclipse.org/legal/copyrightandlicensenotice.php '''EPL License header'''].<br><br>
 
#the file header contains the [http://www.eclipse.org/legal/copyrightandlicensenotice.php '''EPL License header'''].<br><br>
  
I.e.:<br>
+
I.e.:
  
 
{| cellspacing="1" cellpadding="1" border="1" align="left" style="width: 767px; height: 132px;"
 
{| cellspacing="1" cellpadding="1" border="1" align="left" style="width: 767px; height: 132px;"
|+ <br>
+
|+ <br>  
 
|-
 
|-
| &nbsp;&nbsp;&nbsp; I,'''(name)''' have created the patch(es) ('''the patch(es) attachment(s) id(s)''') solely based on existing (EPL licensed) code in the MTJ project, and wrote all new code 100% myself, without using any other open source or proprietary source code as a basis for my work.
+
| &nbsp;&nbsp;&nbsp; I,'''(name)''' have created the patch(es) ('''the patch(es) attachment(s) id(s)''') solely based on existing (EPL licensed) code in the MTJ project, and wrote all new code 100% myself, without using any other open source or proprietary source code as a basis for my work.  
&nbsp;&nbsp; I am making my contribution available under the terms of the Eclipse Public License (EPL) to be included in the codebase of the MTJ project.<br>
+
&nbsp;&nbsp; I am making my contribution available under the terms of the Eclipse Public License (EPL) to be included in the codebase of the MTJ project.<br>  
  
 
|}
 
|}
 
<br>
 

Revision as of 10:25, 10 August 2009

After contributing a patch to a bug, the contributor must make the following statements on the bugzilla bug that has been referenced:

  1. wrote 100% of the code;
  2. they have the right to contribute the code to Eclipse; and
  3. the file header contains the EPL License header.

I.e.:


    I,(name) have created the patch(es) (the patch(es) attachment(s) id(s)) solely based on existing (EPL licensed) code in the MTJ project, and wrote all new code 100% myself, without using any other open source or proprietary source code as a basis for my work.

   I am making my contribution available under the terms of the Eclipse Public License (EPL) to be included in the codebase of the MTJ project.

Back to the top