diff --git a/doc/cla.html b/doc/cla.html new file mode 100644 index 0000000000..d10b15de4b --- /dev/null +++ b/doc/cla.html @@ -0,0 +1,195 @@ + +
+ + + + + + ++Thank you for your interest in the NodeJS open source +project being administered by Ryan Dahl, dba NodeJS +("NodeJS"). The form of license below is a document that +clarifies the terms under which You, the person listed +below, may contribute software, bug fixes, configuration +changes, documentation, or any other materials that you send +to us related to the Project (each a "Contribution") to the +project. We appreciate your participation in our project, +and your help in improving the project, so we want you to +understand what will be done with the Contributions. This +license is for your protection as well as the protection of +NodeJS and its licensees; it does not change your rights to +use your own Contributions for any other purpose. Please +complete the following information about you and the +Contributions and send us an original signed Agreement at + +
+Ryan Dahl
+P.O. Box 40022
+San Francisco, CA 94140-0022
+U.S.A.
+
+
+Scanned agreements may also be emailed in PDF format to +ry@tinyclouds.org. You should also keep a copy for your own +records. + +
+If you have questions about these terms, please contact us +at ry@tinyclouds.org. + + +
+Full name: _________________________________________________ + +Mailing Address: ___________________________________________ + +____________________________________________________________ + +Country: _________________________________________________ + +Telephone: _________________________________________________ + +Facsimile: _________________________________________________ + +E-Mail: _________________________________________________ ++ + +
+If you are employed as a software engineer, or if your +employer is in the business of developing software, or +otherwise may claim rights in the Contributions, please +provide information about your employer's policy on +contributing to open source projects, including the name of +the supervisor to contact in connection with such +contributions: + +
+ +____________________________________________________________ + +____________________________________________________________ + +____________________________________________________________ ++ + + +
+ + +Please sign: _______________________________________________ + +Date: ______________________________________________________ ++ + + +
+ Be sure the your patch includes your full name and your valid email + address. Git can be configured to do this like so: +
+git config --global user.email "ry@tinyclouds.org" +git config --global user.name "Ryan Dahl" ++ + +
+ Before your code your code can be accepted you have to sign the + contributor license agreement. +
+The best way for your patch to get noticed is to submit it to the mailing list in form @@ -260,7 +274,7 @@ git format-patch HEAD^
You should ask the mailing list if a new feature is wanted before - working on a patch. + working on a patch.