From 5ec00d8c6bcb95d3f2e254188cb3ce534c5c665b Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 11:10:06 -0400 Subject: [PATCH 1/8] Initial create of CONTRIBUTING markdown page --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..387a18281 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +## Contributor and Maintainer Agreements From d30472ccd6fd1220e4155860cf74a258bbad74a7 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 16:23:03 -0400 Subject: [PATCH 2/8] Add the xCAT Contributor License Agreements (CLA) for individuals and corporations into the docs directory --- docs/xcat-ccla-corporate.md | 101 ++++++++++++++++++++++++++++++++++++ docs/xcat-cla-individual.md | 66 +++++++++++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 docs/xcat-ccla-corporate.md create mode 100644 docs/xcat-cla-individual.md diff --git a/docs/xcat-ccla-corporate.md b/docs/xcat-ccla-corporate.md new file mode 100644 index 000000000..975f47e19 --- /dev/null +++ b/docs/xcat-ccla-corporate.md @@ -0,0 +1,101 @@ +**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 print this form, complete it, sign it, and send a scanned copy via email 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.] + diff --git a/docs/xcat-cla-individual.md b/docs/xcat-cla-individual.md new file mode 100644 index 000000000..aeb1cca57 --- /dev/null +++ b/docs/xcat-cla-individual.md @@ -0,0 +1,66 @@ +**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](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: ________________ + + From e52dc77786625b7b98beaeb8c70961655aa55198 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 16:26:16 -0400 Subject: [PATCH 3/8] Update xcat-cla-individual.md Format a line for better readability --- docs/xcat-cla-individual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/xcat-cla-individual.md b/docs/xcat-cla-individual.md index aeb1cca57..0a1c41aa7 100644 --- a/docs/xcat-cla-individual.md +++ b/docs/xcat-cla-individual.md @@ -1,7 +1,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** From 6f102e5ab4322dad70befe7892e07499010263e4 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 16:27:09 -0400 Subject: [PATCH 4/8] Update xcat-ccla-corporate.md Format a line for better readability --- docs/xcat-ccla-corporate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xcat-ccla-corporate.md b/docs/xcat-ccla-corporate.md index 975f47e19..bc738de45 100644 --- a/docs/xcat-ccla-corporate.md +++ b/docs/xcat-ccla-corporate.md @@ -5,7 +5,7 @@ In order to clarify the intellectual property license granted with Contributions 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 print this form, complete it, sign it, and send a scanned copy via email to **xcat-legal@lists.sourceforge.net** . Please read this document carefully before signing and keep a copy for your records. +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. From a4c515cfbf3afd818fe0d165e157f2b6e3285e2d Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 16:39:34 -0400 Subject: [PATCH 5/8] Add in files related to xCAT project maintainers --- docs/maintainers.md | 1 + docs/xcat-project-maintainer-agreement.pdf | Bin 0 -> 10298 bytes 2 files changed, 1 insertion(+) create mode 100644 docs/maintainers.md create mode 100644 docs/xcat-project-maintainer-agreement.pdf diff --git a/docs/maintainers.md b/docs/maintainers.md new file mode 100644 index 000000000..7065b503c --- /dev/null +++ b/docs/maintainers.md @@ -0,0 +1 @@ +# xCAT Project Maintainers Guide diff --git a/docs/xcat-project-maintainer-agreement.pdf b/docs/xcat-project-maintainer-agreement.pdf new file mode 100644 index 0000000000000000000000000000000000000000..045704a4e685af9f95db07c3cb45f6e527368020 GIT binary patch literal 10298 zcmc(F2|QG7`#(uScG*HxvLwvD$-eKqB*b7amKn{AEr~375-pa8vOZCi5?LcekxE6@ zlr5q}C`&5(pF^IfGVlBT-p}X%`}}4;XU=`D`?~Jy`d;@r_wqd>ZK0#52vvVZAt(c zXa{Oca;G^!kYIC8ke}^9(FQvpKq?WiTZ_<&NTUQ$-H0^6zaE852TyRwT4;I*2p()y zO%19WOxL%j6X-;sUf&uE!Gdz2goEIIXjo7wZq`J)0~AOU)P@*LhZ_0;nb2B0X|J6O z!T6w>WHN;gL<|RWXa#|5x|0Z6lwb#-76w7%(Mm`J1c!nv;So*{05q8n zginK@Kx3#rl@j0&1hv`)s~1pfs121srul;~-9n(+)=(W{AjyqrrLP4zw;{OF0F|}Q zSW5*B0{b~@V8iQK(7~cBS_7lJ?A0K72GpG}eCDNwqPjawnDYGCNy$;Lm~W_i8G~J$qKB z8+0e@Ih3g1zedo$KMFm&bF#)N;HGDbqTGi_FNZ53%T7q+_3zBsPM&|dY7s#gl`{pu&M=e5ID+R3=|hP?ZiWn!q7VnSDMWZY<+Z!6g= zxjok&gYjm~eH|i7)wp~8K3-vTpboEIvpf=A^)9ihO8jwS3vU2(N@;#B!aW5Ax3J$F z_~yjbvQK>)8DD)O2Tw#zx5sZ{Q$O$N~w_xWpmgq09fLD|+8#+T+1QRP>~;nSkbaqL>bPi}P1? zI?MIfgWTKAy^G^f*@e8R=2j^P0r{|}XhitweG;<{M#^$*!|u8KAJ2Ul+I4~Hk#m>e zc^|=G%#_Ouf-AJ6$Ull38Cb)2n2r6Li}$;pPo?$dQr;!*I2-xZ^No35s#)jtONsZk60;PoyuJpUeyv*5F=`EZ2ygqTe-`9fOL(zVZ zDmO>FzA{dg5w+nkB*nS;^v7}M`uca9$rLo{w#aBCKqD@~{X{$GhJ3zz-apGFa_z+; z8~rQaORHVG71VH1#lDy;wfUp-(M|OY^WLW%YYvB<=ncLDx43cTY`B*Gb@uCD^ky_8 z2M>K(NH9uBIdR#iEe>ytw|2^Sd>zeWm+v*d!$5we@rw5O6jt3N2Oid`f#?30ChuP; zWV@|XDwR?tA~>t0t%Z#lwG_Q_TXg~1EPpyrJjf`_-BfV=jqk2Wg#%sM9ed)99AX|@ zG<76yY8C8CkP>g>4HO=Z;?>uKQ02>$=F^XCjlYcAQxOS2yj4#%NEbHI(6i#KF_O{( zA1K--XZ^-~aHQU8M}dN31NT01g9Mc&Ed4=0OSH{m%%ArL{O_HeC5zqC9xTg$byZ5DX8-1GMk{iq!avs5R8E9>q`zy(uCjp{) zc^26vXW)KNNibBQ^0K`^n$M#J)M>3|GZv)NRui{As>?(}%ef=tvH@F|X)E`?sO^@nuIk#^8P>cCZ}a1&lMgMD9z04qKTJ%za6I{H z4~nm_`ijY(j$Tf;$0Y@+O&qy-URi{@XB?hvtu@Qs{r36vksiXMJoCckSp(|b5Rdnm@X+1Wp!lRo)#Q$7~ z>WN;ysOD)k^DrazS!^xd4?daD&=Y0f#??eR4@=M|+>aO7H4#)E`}L7rpFZ2s{u{DK z4u%`p>J3`!1bj_UqrU$twNx7vm4&(0`2Cfm^u_TU1)`AN?He%%D!0oy1hScz?48hv z__mbSL65CzR;oT2 zNqV#jc_rjSF(=zQI=m1K+c~qyCJqa9)z5w5QTcC{EhD)D5VB`flb^7PzTb1@nn2f% zfIFrKHCc}4rm77ieZuM!VRqIs+7QKWD+dQztwq1#Yr4{# zE<{=@hSD-7%JTcdw9itch`F8Ra73dH6b^Sdb%`Dpeh2QIc}nJzT{%tA!-~cF(U}C1 zm+wD}YaA+|ara4PRu>qklAM(Hy+CoDZtWH=7Qd8taH7ya((;C`RI$~#d_rb^*TZ;@ zE6X>m0^$aaed;Y^gRp(-Z46G!t8n)zCeGg9Tq12GQ|fg)LJ_#leA}Zk?aOu>d1qC& zy-#qltK{B!?8}9lRq>@Vf$xGTg|K4wIp)90DC&+=_<-siUt99KrN^xbT6e-6EX#%- z91^q#aq(vhF$?qebj{Dct%+7I<%m@Q+wdD*vpZ7a~cQ4d{t}D);NpSkA(}~ zzmrkL!*?5^MBHV5J>)d6=QbfHALU!6)-PLjo%&pG(h~V-&lbN5MNPEWeB5;L+}+WV zXjfW<6_01*(y8JX6HL*Nqx*zw8&?A4&y0J$JFNI(s=md)gV`u{I4E-FbPeX=Xhq?h z2;+lkDRJ!ASsY)DLDle+IHR)eIaAeuYjpPAz$uBS1<3bShvf;V#$YU^jMp`WK!fu8(!av{_MK9kGW33uFOup z?m%)W&qbURkmbSAo6%*V#BfL0sOr#0`=*Q62^s*`h3B_gV!_F+jc>HAO& z;?ELWM<3+3O~bpfzMpjMPl%kxk^S3kTPPtUN_)Uo3D0eXFrVuSTwh|hM!!py3NOJ` z`}1_E`kjjsQNPan^}&tf7pR3vU;mhye;9V3#Pi5Cv-M3_bT1C4Zt7O;Da~}K({5tZ zwIeBz-1ja5J@2wClg=DPVS0907IBljbHlycgC6Xv=}K61348$YFsf%WwqN#nRN2`q zh{ls~8E$&)Hn__-9;4;z$GnBiIZQEQ;l|~`J#14Fv?xPS~i(;8$ zRXF19@K~uNSaGvo3nJxiwzsz1HC|v-P&WG{>7YJGgv4L+b7IJMyUk{^F5v~)gDyiy zpACKxRdtV1zy4+L%R6&PJiOt}r6Vo+)gcMh_$oU81N*f5j6Jj0K9#Fg>*k73O=yOKRd zv{P_w;zU9bj7_|EuIywHEBB^}cI}nH2$pazuMfODtWQEc&s<>V9O?99N;OuLME_-c z*)UCo&>mb;bNX~Mt0arsWAlWo<}AG9JMGGv*|T1W@`%UQ6&8(IruiE`?;=RvT;gLJ zIp>;nRSkg5aeK)lcVg(ubmm_U7MmxwcTahhyg0Ex?xUxtpxcDq6S?N<_fINYmI$TN zu`tuDa(mh}UT^86AH{Qf)7047Ez^X$b2VGNVgcgC(&X$jmKd-KPkHYB`&3XNo01PiSZs?=7M*I<7e;n`;A|& zkQ;5Sh2FFJ&Z;Y;g#NOPl-{OJ@b1hdLN=#i*2 zy0#aA3PBS815l0DlS!ARs(xpbJBQ zWFom~l0AKi5ExXG<_1zZco-VsIM&LF2sjMjqWlerBu_6o1dG5yH3L0YgMpy1cz|RI zUb{eGfGQA^-49I|40`Z~6#@+dcn$)X1_%-fkR?RF1Az6ay4ET+qX<|-Kwl693Q?4{y*+* z04PW|{j2Uq{N3HFoYv2vRxLLK_%Hh#<#64?i8MRcPB#3WJ)iw5oxEI{A^cgyMti$W@)K{`*%8X)iNKmrb`2SGtK z*Qq>BH#&(z28cRaD?{**^CJLM97Q?UjX+oQC3+HkHGD}lI!$SfzVx6_J&8(WB7HAN zF#b&L{d%*ka*h8cRx})p6@x(o(Lqpfgc25l!NHZ_|5d17bh*kI|(MgtPoI2txWxcVr z5iqVv*0W*ew@wZU#dk6jAV--;gfd#hzUCMlG8Jl-`+O?f3Lh;dx>;BVC3-(boumul z4DHtBc30+o>+%e*-J2+>pxpaODMEIJLyCJLGB$&`A*cOBYoE4~Rz!SD)z)(?ZM&mX&O%KWdw)JACnJp>4ncCl%GQE^l$ko6SM#3w6p%TJwW8 znf>SD5I3Fcj~$7QYq@HWVsn7UG$^Nh`%NFoOtO5^I+BsP`wm3*^O_+rr9<{@xtxak@5_ujarknQQ#mJd#jf4rKwWOLQc`VEij z1>=<0HdkNRNJtn5A2{#OhFzYw7E0-8Vs856%kAi^7}j#pk`{*>KlABO=aOK-F^)2o z?jqbAQHkxSRh;JnR9`ClD(B@rUJb>G!lf|wNylzK2dZX)bVOy|aw{d%9{L-f*6WbngHI|0md1_|*;K{vAiJM0{UI!a4Hzl5tmM~VvjP<6C z)X`O-$`!ABmraEXp6v>$C#j=(W)Z?HS~x#!Z9-2qDdJ1w);QGU zKvu7#W+quo_zjUl*`F=+E<>1chC)GZ7 zm8Nqr^0)2=Eo9MGB~_l0FWFnvujJQ%8UAofuc;C#%fNYQZpzg8{#>S! z^V#pYo1N=E^EeO0@iJWQt}ZTDr!xl#0t+sm7=MvSBX8qu`ntq^_P00@cS0*bLM`pTAvcA_ZuHP(sg3`-DmJeqB#?e)7;UG_($j&+%74$j6?z8h! zC)@F38QbI{*=5f~sR#}UJ{{tdw>U|wisY<{=I_km5UO&CVv+1@h-DJv)!f>{t1Upz z;Zl67#dg%6GpH?=ttysTrGb}Uq(MYxW}9_d17|CN`6{>UD}#dbPZxN?HARdVKH9-l zq6ZfT4Cq|o_s0jk`_O148Uog=%Yf$){6NTm%isuL8~nQrd|rN&q3|1IC^Q_{PyMQg z!r*|%=r*3}g)Y7r_7r0vK~Pw8sDkf&mUB z0~|;OIDr3LZ14e$DH~-BZ~%AcMm+{NkPL7j8Q?%Nz=2|b1H}LbiUAH30~{y@I8Y35 zpcvplF~EUhfCI$<2buv6Gy@#KJ-#8QXa+dY3~-W060S*iU z92f>TFbr^D7~lZLmklvv7~lZs1&f94haMQcPFiDt_S?j>c_kY literal 0 HcmV?d00001 From 0213f972c74921efba718013e15c0117efc42c5b Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 17:04:50 -0400 Subject: [PATCH 6/8] Update maintainers.md Update with content from SF site, terms are adjusted to GitHub --- docs/maintainers.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/maintainers.md b/docs/maintainers.md index 7065b503c..e15d7c89c 100644 --- a/docs/maintainers.md +++ b/docs/maintainers.md @@ -1 +1,32 @@ # 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. + * 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) + Maintainer GitHub Id: + Contributor's Name: + Contributor's Organization or Employer (Corporate CLA): + Contributor GitHub Id: + Git Commit ID of the 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): From 7da1c8b523b2a3659df4577e573a7484e6f4b88c Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 20 Aug 2015 17:17:54 -0400 Subject: [PATCH 7/8] Update CONTRIBUTING.md Add a contributor page for providing the CLAs --- CONTRIBUTING.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 387a18281..669c94d8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,20 @@ -## Contributor and Maintainer Agreements +# 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) From f7c19f571d4775bb72794b0b08df484a30c3093f Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 24 Aug 2015 10:26:37 -0400 Subject: [PATCH 8/8] Remove the maintainers requirement for sending email for each commit. The pull request from GitHub will track the code merges --- docs/maintainers.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/maintainers.md b/docs/maintainers.md index e15d7c89c..4c71e97fb 100644 --- a/docs/maintainers.md +++ b/docs/maintainers.md @@ -14,19 +14,3 @@ 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. - * 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) - Maintainer GitHub Id: - Contributor's Name: - Contributor's Organization or Employer (Corporate CLA): - Contributor GitHub Id: - Git Commit ID of the 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):