Add Governance blog post, docs, update footer with Creative Commons license, add credits_generator
This commit is contained in:
parent
aa3d3f8ace
commit
60bc3946cb
14 changed files with 1900 additions and 264 deletions
63
source/developers/cla.markdown
Normal file
63
source/developers/cla.markdown
Normal file
|
@ -0,0 +1,63 @@
|
|||
----
|
||||
layout: page
|
||||
title: "Contributor License Agreement"
|
||||
description: "The Code of Conduct for Home Assistant projects."
|
||||
date: 2017-01-21 15:05:00 -0800
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
----
|
||||
|
||||
The following terms are used throughout this agreement:
|
||||
|
||||
**You** - the person or legal entity including its affiliates asked to accept this agreement.
|
||||
An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
|
||||
|
||||
**Project** - is an umbrella term that refers to any and all Home Assistant open source projects.
|
||||
|
||||
**Contribution** - any type of work that is submitted to a Project, including any modifications or additions to existing work.
|
||||
|
||||
**Submitted** - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or
|
||||
verbal communication with Home Assistant, contributors or maintainers.
|
||||
|
||||
# 1. Grant of Copyright License.
|
||||
|
||||
Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors,
|
||||
users and to Home Assistant a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce,
|
||||
prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your contributions and such
|
||||
derivative works. Except for this license, You reserve all rights, title, and interest in your contributions.
|
||||
|
||||
# 2. Grant of Patent License.
|
||||
|
||||
Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors, users and to
|
||||
Home Assistant a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
||||
license to make, have made, use, offer to sell, sell, import, and otherwise transfer your contributions, where such license
|
||||
applies only to those patent claims licensable by you that are necessarily infringed by your contribution or by combination of
|
||||
your contribution with the project to which this contribution was submitted.
|
||||
|
||||
If any entity institutes patent litigation - including cross-claim or counterclaim in a lawsuit - against You alleging that
|
||||
your contribution or any project it was submitted to constitutes or is responsible for direct or contributory patent infringement,
|
||||
then any patent licenses granted to that entity under this agreement shall terminate as of the date such litigation is filed.
|
||||
|
||||
# 3. Source of Contribution.
|
||||
|
||||
Your contribution is either your original creation, 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, or you have clearly identified the source of the contribution and any license or other
|
||||
restriction (like related patents, trademarks, and license agreements) of which you are personally aware.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Contributor License Agreement is adapted from the [GitHub CLA][github-cla].
|
||||
|
||||
## Signing
|
||||
|
||||
To sign this CLA you must first submit a pull request to a repository under the Home Assistant organization.
|
||||
|
||||
## Adoption
|
||||
|
||||
This Contributor License Agreement (CLA) was first announced on January 21st, 2017 in [this][cla-blog] blog post and adopted January 28th, 2017.
|
||||
|
||||
[github-cla]: https://cla.github.com/agreement
|
||||
[cla-blog]: https://home-assistant.io/blog/2017/01/21/home-assistant-governance/
|
Loading…
Add table
Add a link
Reference in a new issue