mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
The CLAs should stay in the xCAT documentation instead of being put in the wiki
pages on the xcat-core project. Removing those files and cleaning up the agreements under the docs directory
This commit is contained in:
parent
362c29a467
commit
78ae3adbe7
@ -1,20 +0,0 @@
|
||||
# Contributor and Maintainer Agreements
|
||||
|
||||
|
||||
We welcome developers willing to contribute to the xCAT project to help make it better. Please follow the guidelines below.
|
||||
|
||||
# Contributors
|
||||
|
||||
* Sign our Contributor License Agreement (CLA). You can find the [CLA here](./docs/xcat-cla-individual.md).
|
||||
|
||||
* If you are contributing on behalf of your employer, we'll need a signed copy of our Corporate Contributor License Agreement (CCLA). You can find the [CCLA here] (./docs/xcat-ccla-corporate.md).
|
||||
|
||||
* Fork the repo, make your changes, and open pull requests!
|
||||
|
||||
# Maintainers
|
||||
|
||||
If you are an experienced xCAT user and plan to contribute to the xCAT code regularly, you can request to become an xCAT Maintainer (includes git push accesS) by first sending an email to the xCAT users mailing list.
|
||||
|
||||
* If approved, complete and sign our [XCAT Project Maintainer License Agreement] (./docs/xcat-project-maintainer-agreement.pdf), then scan and email a PDF file to xcat-legal@lists.sourceforge.net .
|
||||
|
||||
* Additional infominformation can be found in our [maintainers guide](./docs/maintainers.md)
|
@ -6,13 +6,16 @@ The documentation project is written in restructured text (.rst) using Sphinx.
|
||||
To build the docs locally:
|
||||
|
||||
* Clone the project
|
||||
|
||||
* Using pip, install sphinx (See: http://pip.readthedocs.org/)
|
||||
```
|
||||
pip install sphinx
|
||||
```
|
||||
|
||||
* Build the Docs
|
||||
```
|
||||
cd xcat-docs/docs
|
||||
cd xcat-core/docs
|
||||
make html
|
||||
```
|
||||
* View the docs by opening index.html from a web browser under xcat-docs/docs/build/html/index.html
|
||||
|
||||
* View the docs by opening index.html from a web browser under xcat-core/docs/build/html/index.html
|
||||
|
@ -1,16 +0,0 @@
|
||||
# xCAT Project Maintainers Guide
|
||||
|
||||
|
||||
The roles and responsibilities of the maintainers are:
|
||||
|
||||
* set the direction for the xCAT project, including architectural and design decisions
|
||||
* commit code (new function or fixes) to the xCAT Git repository (either their own code, or on behalf of another contributor - see below)
|
||||
* review requests for xCAT contributors to become maintainers (All such requests will be subject to a vote by current maintainers)
|
||||
* review and help resolve technical concerns or problems regarding the project
|
||||
|
||||
All decisions by the maintainers are made by consensus.
|
||||
|
||||
When a **maintainer** merges a pull request for a **contributor** they must:
|
||||
|
||||
* Require that each code contributor complete and sign the [xCAT Individual CLA](./xcat-cla-individual.md) or [xCAT Corporate CLA](./xcat-ccla-corporate.md) and email a PDF copy to xcat-legal@lists.sourceforge.net .
|
||||
* Require that all code be contributed under the EPL.
|
@ -1,9 +0,0 @@
|
||||
.. _xcat-contributor-license-label:
|
||||
|
||||
xCAT Contributor License Agreement
|
||||
==================================
|
||||
|
||||
For **one** of the following agreements, print it, fill it out, sign it, scan it, and email it to: xcat-legal@lists.sourceforge.net.
|
||||
|
||||
* :ref:`xcat-individual-contributor-license-label`
|
||||
* :ref:`xcat-corporate-contributor-license-label`
|
8
docs/source/developers/license/contributors.rst
Normal file
8
docs/source/developers/license/contributors.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Sign our Contributor License Agreement (CLA). You can find the :ref:`CLA here <xcat-individual-contributor-license-label>`
|
||||
|
||||
* If you are contributing on behalf of your employer, we'll need a signed copy of our Corporate Contributor License Agreement (CCLA). You can find the :ref:`CCLA here <xcat-corporate-contributor-license-label>`.
|
||||
|
||||
* Fork the repo, make your changes, and open pull requests!
|
@ -1,52 +1,15 @@
|
||||
Contributor and Maintainer Agreements
|
||||
=====================================
|
||||
|
||||
xCAT 2 is licensed under the `Eclipse Public License <http://www.opensource.org/licenses/eclipse-1.0.php>`_. All contributions to xCAT must be licensed to xCAT pursuant to the referenced :ref:`xcat-contributor-license-label`.
|
||||
We welcome developers willing to contribute to the xCAT project to help make it better.
|
||||
|
||||
Contributor
|
||||
-----------
|
||||
Please follow the guidelines below.
|
||||
|
||||
We welcome new developers willing to contribute to the xCAT code to make it better. In order to do that, you need to:
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
* License your contribution(s) pursuant to the :ref:`xcat-contributor-license-label`.
|
||||
* Decide if you want to sign the contributor license agreement as an individual or as a corporate. The **individual license agreement** allows the individual contributor to submit contributions to the xCAT community. The **corporate contributor license agreement** allows an entity (the "Corporation") to submit contributions to the xCAT Community.
|
||||
* Print the :ref:`xcat-individual-contributor-license-label` or :ref:`xcat-corporate-contributor-license-label`, fill it out, sign it, scan it, then email it to: xcat-legal@lists.sourceforge.net.
|
||||
* After submitting the signed license agreement, you can fork the xcat project, make changes, and submit pull requests so they can be integrated into the xCAT code stream.
|
||||
* If you are an experienced xCAT user and plan to contribute to the xCAT code regularly, request to become a Maintainer with Git push access. See the section below for details.
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
If you are an experienced xCAT user and plan to contribute to the xCAT code regularly, you can request to become an xCAT Maintainer (which includes git push access) by posting to the xCAT mailing list.
|
||||
|
||||
If you are approved to become an xCAT maintainer, you must print the agreement :download:`xCAT Maintainer License Agreement <xcat-project-maintainer-agreement.pdf>`, fill it out and sign it, scan it in, and email it to xcat-legal@lists.sourceforge.net .
|
||||
|
||||
The roles and responsibilities of the maintainers are:
|
||||
|
||||
* set the direction for the xCAT project, including architectural and design decisions
|
||||
* commit code (new function or fixes) to the xCAT GitHub repository (either their own code, or on behalf of another contributor - see below)
|
||||
* review requests for xCAT members to become maintainers (All such requests will be subject to a vote of current maintainers. Consensus of current maintainers is required for approval.)
|
||||
* review and help resolve technical concerns or problems regarding the project
|
||||
|
||||
All decisions by the maintainers are made by consensus.
|
||||
|
||||
When a maintainer pushes code to the xCAT GitHub repository for another contributor (i.e. **not** your own code), they must:
|
||||
|
||||
* Require that each code contributor sign the :ref:`xcat-individual-contributor-license-label` or :ref:`xcat-corporate-contributor-license-label` and email it to xcat-legal@lists.sourceforge.net .
|
||||
* Require that all code be contributed under the EPL.
|
||||
* Create a log entry with intellectual property information about the contribution & contributor. Each log entry should contain the information below, and should be posted to xcat-legal@lists.sourceforge.net: ::
|
||||
|
||||
Maintainer Name: (the person who committed the code to the xCAT GitHub repository)
|
||||
Maintainer Sourceforge Id:
|
||||
Contributor Name: (the author of the code)
|
||||
Contributor's Organization or Employer (if the contribution was made on the organization's/employer's behalf):
|
||||
Contributor Sourceforge Id:
|
||||
GitHub Id of This Code PUSH:
|
||||
Date Code was Committed:
|
||||
Purpose/Description of New/Changed Code:
|
||||
Approximate Number of Lines of Code Added/Changed/Removed by This Commit:
|
||||
Additional Authors of the Contributed Code:
|
||||
License Used (if other than EPL, need approval from the xCAT Maintainers):
|
||||
Code Reviewed By (usually the maintainer who commits it):
|
||||
contributors.rst
|
||||
maintainers.rst
|
||||
|
||||
xCAT is licensed under the `Eclipse Public License <http://www.opensource.org/licenses/eclipse-1.0.php>`_.
|
||||
|
||||
|
27
docs/source/developers/license/maintainers.rst
Normal file
27
docs/source/developers/license/maintainers.rst
Normal file
@ -0,0 +1,27 @@
|
||||
Maintainers
|
||||
===========
|
||||
|
||||
If you are an experienced xCAT user and plan to contribute to the xCAT code regularly, you can request to become an xCAT Maintainer (includes git push access) by first sending an email to the xCAT users mailing list (xcat-user@lists.sourceforge.net).
|
||||
|
||||
* If approved, complete and sign our :download:`xCAT Maintainer License Agreement <xcat-project-maintainer-agreement.pdf>`, then scan and email a PDF file to xcat-legal@lists.sourceforge.net .
|
||||
|
||||
* Additional infominformation can be found in our :ref:`maintainers guide <xcat-maintainer-guide-label>` below:
|
||||
|
||||
.. _xcat-maintainer-guide-label:
|
||||
|
||||
Maintainers Guide
|
||||
-----------------
|
||||
|
||||
The roles and responsibilities of the maintainers are:
|
||||
|
||||
* set the direction for the xCAT project, including architectural and design decisions
|
||||
* commit code (new function or fixes) to the xCAT Git repository (either their own code, or on behalf of another contributor - see below)
|
||||
* review requests for xCAT contributors to become maintainers (All such requests will be subject to a vote by current maintainers)
|
||||
* review and help resolve technical concerns or problems regarding the project
|
||||
|
||||
All decisions by the maintainers are made by consensus.
|
||||
|
||||
When a **maintainer** merges a pull request for a **contributor** they must:
|
||||
|
||||
* Require that each code contributor complete and sign the :ref:`xCAT Individual CLA <xcat-individual-contributor-license-label>` or :ref:`xCAT Corporate CLA <xcat-corporate-contributor-license-label>` email a PDF copy to xcat-legal@lists.sourceforge.net .
|
||||
* Require that all code be contributed under the EPL.
|
@ -3,7 +3,9 @@
|
||||
The xCAT Community Individual Contributor License Agreement ("Agreement")
|
||||
=========================================================================
|
||||
|
||||
In order to clarify the intellectual property license granted with Contributions from any person or entity made for the benefit of the xCAT Community, a Contributor License Agreement ("CLA") must be on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the xCAT Community and its users; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please print this form, complete it, sign it, and send a scanned copy via email to **xcat-legal@lists.sourceforge.net**.
|
||||
In order to clarify the intellectual property license granted with Contributions from any person or entity made for the benefit of the xCAT Community, a Contributor License Agreement ("CLA") must be on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the xCAT Community and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
|
||||
If you have not already done so, please complete and sign, then scan and email a PDF file of this Agreement to: **xcat-legal@lists.sourceforge.net**.
|
||||
|
||||
|
||||
|
||||
|
@ -1,68 +0,0 @@
|
||||
.. _xcat-maintainer-license-label:
|
||||
|
||||
The xCAT Community Individual Contributor License Agreement ("Agreement")
|
||||
=========================================================================
|
||||
|
||||
In order to clarify the intellectual property license granted with Contributions from any person or entity made for the benefit of the xCAT Community, a Contributor License Agreement ("CLA") must be on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the xCAT Community and its users; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please print this form, complete it, sign it, and send a scanned copy via email to **xcat-legal@lists.sourceforge.net**.
|
||||
|
||||
|
||||
|
||||
Full name: _______________________________ E-Mail: ______________________
|
||||
|
||||
|
||||
Mailing Address: _________________________ Telephone: ______________________
|
||||
|
||||
|
||||
__________________________________________ Facsimile: ______________________
|
||||
|
||||
|
||||
__________________________________________ Country: ______________________
|
||||
|
||||
|
||||
|
||||
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the xCAT Community. Except for the license granted herein to the xCAT Community, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
|
||||
1\. Definitions.
|
||||
|
||||
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the xCAT Community for inclusion in, or documentation of, any of the products owned or managed by members of the xCAT Community (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to members of the xCAT Community, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the xCAT Community for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
|
||||
|
||||
|
||||
“xCAT Community” shall mean International Business Machines Corporation and other users of xCAT. Accepted Contributions will be made available to the xCAT Community at large through sourceforge.net or other open source community.
|
||||
|
||||
|
||||
2\. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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.
|
||||
|
||||
|
||||
3\. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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 the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which You have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
|
||||
4\. You represent that You are legally entitled to grant the above license. If Your employer(s) has rights to intellectual property that You create that includes Your Contributions, You represent
|
||||
|
||||
that You have received permission to make Contributions on behalf of that employer, that Your employer has waived such rights for Your Contributions to the xCAT Community, or that Your employer has executed a separate Corporate CLA with the xCAT Community.
|
||||
|
||||
|
||||
5\. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which You are personally aware and which are associated with any part of Your Contributions.
|
||||
|
||||
|
||||
6\. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
7\. Should You wish to submit work that is not Your original creation, You may submit it to the xCAT Community separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which You are personally aware, and conspicuously marking the work as
|
||||
|
||||
"Submitted on behalf of a third-party: [named here]".
|
||||
|
||||
|
||||
8\. You agree to notify the xCAT Community (xcat-legal@lists.sourceforge.net) of any facts or circumstances of which You become aware that would make these representations inaccurate in any respect.
|
||||
|
||||
|
||||
9\. You agree that your signature, as received by e-mail, will constitute an “original” signature of this Agreement.
|
||||
|
||||
|
||||
|
||||
|
||||
Please sign: __________________________________ Date: ________________
|
||||
|
||||
|
@ -1,101 +0,0 @@
|
||||
**The xCAT Community Software Grant and Corporate Contributor License Agreement ("Agreement")**
|
||||
|
||||
|
||||
In order to clarify the intellectual property license granted with Contributions from any person or entity made for the benefit of the xCAT Community, a Contributor License Agreement (CLA) must be on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the xCAT Community and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
|
||||
This version of the Agreement allows an entity (the "Corporation") to submit Contributions to the xCAT Community, to authorize Contributions submitted by its designated employees to the xCAT Community, and to grant copyright and patent licenses thereto.
|
||||
|
||||
If you have not already done so, please complete and sign, then scan and email a PDF file of this Agreement to: **xcat-legal@lists.sourceforge.net** . Please read this document carefully before signing and keep a copy for your records.
|
||||
|
||||
|
||||
|
||||
Corporation name: ________________________________________________
|
||||
|
||||
|
||||
Corporation address: ________________________________________________
|
||||
|
||||
|
||||
________________________________________________
|
||||
|
||||
|
||||
Point of Contact: ________________________________________________
|
||||
|
||||
|
||||
E-Mail: ________________________________________________
|
||||
|
||||
|
||||
Telephone: _____________________ Fax: _____________________
|
||||
|
||||
|
||||
|
||||
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the xCAT Community. Except for the license granted herein to the xCAT Community, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
|
||||
1\. Definitions.
|
||||
|
||||
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"Contribution" shall mean the code, documentation or other original works of authorship expressly identified in Schedule B, as well as any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the xCAT Community for inclusion in, or documentation of, any of the products owned or managed by members of the xCAT Community (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to members of the xCAT Community, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the xCAT Community for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
|
||||
|
||||
“xCAT Community” shall mean International Business Machines Corporation and other users of xCAT. Accepted Contributions will be made available to the xCAT Community at large through sourceforge.net or other open source community.
|
||||
|
||||
|
||||
2\. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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.
|
||||
|
||||
|
||||
3\. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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 the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) were submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that Your Contribution, or the Work to which You have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
|
||||
4\. You represent that You are legally entitled to grant the above license. You represent further that each employee of the Corporation designated on Schedule A below (or in a subsequent written modification to that Schedule) is authorized to submit Contributions on behalf of the Corporation.
|
||||
|
||||
|
||||
5\. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others).
|
||||
|
||||
|
||||
6\. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
7\. Should You wish to submit work that is not Your original creation, You may submit it to the xCAT Community separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which You are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".
|
||||
|
||||
|
||||
8\. It is Your responsibility to notify the xCAT Community (xcat-legal@lists.sourceforge.net) when any change is required to the list of designated employees authorized to submit Contributions on behalf of the Corporation, or to the Corporation's Point of Contact with the xCAT Community.
|
||||
|
||||
|
||||
9\. You agree that your signature, as received by e-mail, will constitute an “original” signature of this Agreement.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Please sign: __________________________________ Date: _______________
|
||||
|
||||
|
||||
Title: __________________________________
|
||||
|
||||
|
||||
Corporation: __________________________________
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Schedule A
|
||||
|
||||
|
||||
[Initial list of designated employees. NB: authorization is not tied to particular Contributions.]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Schedule B
|
||||
|
||||
|
||||
[Identification of optional concurrent software grant. Would be left blank or omitted if there is no concurrent software grant.]
|
||||
|
@ -1,68 +0,0 @@
|
||||
**The xCAT Community Individual Contributor License Agreement ("Agreement")**
|
||||
|
||||
|
||||
In order to clarify the intellectual property license granted with Contributions from any person or entity made for the benefit of the xCAT Community, a Contributor License Agreement ("CLA") must be on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the xCAT Community and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
|
||||
If you have not already done so, please complete and sign, then scan and email a PDF file of this Agreement to: **xcat-legal@lists.sourceforge.net**
|
||||
|
||||
|
||||
|
||||
Full name: _______________________________ E-Mail: ______________________
|
||||
|
||||
|
||||
Mailing Address: _________________________ Telephone: ______________________
|
||||
|
||||
|
||||
__________________________________________ Facsimile: ______________________
|
||||
|
||||
|
||||
__________________________________________ Country: ______________________
|
||||
|
||||
|
||||
|
||||
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the xCAT Community. Except for the license granted herein to the xCAT Community, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
|
||||
1\. Definitions.
|
||||
|
||||
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the xCAT Community for inclusion in, or documentation of, any of the products owned or managed by members of the xCAT Community (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to members of the xCAT Community, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the xCAT Community for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
|
||||
|
||||
|
||||
“xCAT Community” shall mean International Business Machines Corporation and other users of xCAT. Accepted Contributions will be made available to the xCAT Community at large through sourceforge.net or other open source community.
|
||||
|
||||
|
||||
2\. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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.
|
||||
|
||||
|
||||
3\. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to the xCAT Community 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 the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which You have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
|
||||
4\. You represent that You are legally entitled to grant the above license. If Your employer(s) has rights to intellectual property that You create that includes Your Contributions, You represent
|
||||
|
||||
that You have received permission to make Contributions on behalf of that employer, that Your employer has waived such rights for Your Contributions to the xCAT Community, or that Your employer has executed a separate Corporate CLA with the xCAT Community.
|
||||
|
||||
|
||||
5\. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which You are personally aware and which are associated with any part of Your Contributions.
|
||||
|
||||
|
||||
6\. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
||||
7\. Should You wish to submit work that is not Your original creation, You may submit it to the xCAT Community separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which You are personally aware, and conspicuously marking the work as
|
||||
|
||||
"Submitted on behalf of a third-party: [named here]".
|
||||
|
||||
|
||||
8\. You agree to notify the xCAT Community ([xcat-legal@lists.sourceforge.net](mailto:xcat-legal@lists.sourceforge.net)) of any facts or circumstances of which You become aware that would make these representations inaccurate in any respect.
|
||||
|
||||
|
||||
9\. You agree that your signature, as received by e-mail, will constitute an “original” signature of this Agreement.
|
||||
|
||||
|
||||
|
||||
|
||||
Please sign: __________________________________ Date: ________________
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user