Skip to content

Instantly share code, notes, and snippets.

@laf
Last active April 22, 2018 21:40
Show Gist options
  • Save laf/fe0353b5e3d546d9483e8f8eaf508367 to your computer and use it in GitHub Desktop.
Save laf/fe0353b5e3d546d9483e8f8eaf508367 to your computer and use it in GitHub Desktop.
Contributor Agreement
---------------------
By contributing code to LibreNMS (whether by a GitHub pull request, or by
any other means), you assert that:
- You have the rights to include the code, either as its original author,
or due to it being released to you under a compatible license.
- You are not aware of any third party claims on the code, including
copyright, patent, trademark, or any other legal claim.
- You have acknowledged in the content of your contribution (usually as a
source code comment) any and all sources and influences used in the
production of that contribution.
- You have not viewed code written under the [Observium License](http://www.observium.org/wiki/License) in the
production of contributed code. This includes all Observium code after
Subversion revision 3250 and any patches or other code covered by that
license after Tue May 29 13:08:01 2012 +0000 (the date of Observium r3250).
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "boolean",
"required": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment