Changing CLA to ECA

This commit is contained in:
James Sutton 2017-01-31 15:21:46 +00:00 committed by GitHub
parent 9525b2a514
commit 67df540b3f

View File

@ -1,6 +1,6 @@
Please make sure that the following boxes are checked before submitting your Pull Request, thank you!
- [ ] You have signed the [Eclipse CLA](http://www.eclipse.org/legal/CLA.php)
- [ ] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA)
- [ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA)
- [ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that you are fixing straight away that you add some Description about the bug and how this will fix it.
- [ ] If this is new functionality, You have added the appropriate Unit tests.