From b6ee3f30ad17f1cfeb1804bcf2648e38abd3a4d4 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 21 Aug 2020 16:24:53 +0200 Subject: [PATCH 1/2] Add Node.js meta documents See: https://github.com/nodejs/admin/issues/541 Fixes #312. --- CODE_OF_CONDUCT.md | 7 +++++++ CONTRIBUTING.md | 32 ++++++++++++++++++++++++++++++++ LICENSE | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000000..4d7ee5ff9c7 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,7 @@ +# Code of Conduct + +Undici is committed to upholding the Node.js Code of Conduct. + +The Node.js Code of Conduct document has moved to +https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md Please update +links to this document accordingly. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..b6a78668fe0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,32 @@ +# Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. + +## Moderation Policy + +The [Node.js Moderation Policy] applies to this project. + +[Node.js Moderation Policy]: +https://github.com/nodejs/admin/blob/master/Moderation-Policy.md diff --git a/LICENSE b/LICENSE index 85faa8a6de6..e7323bb52ec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Matteo Collina +Copyright (c) Matteo Collina and Undici contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 74eff5b90fc79f283a4469a1dfa9afcc002f7af1 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 24 Aug 2020 11:09:09 +0200 Subject: [PATCH 2/2] Update CODE_OF_CONDUCT.md Co-authored-by: Michael Dawson --- CODE_OF_CONDUCT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4d7ee5ff9c7..c88aed3f465 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,6 +2,5 @@ Undici is committed to upholding the Node.js Code of Conduct. -The Node.js Code of Conduct document has moved to -https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md Please update -links to this document accordingly. +The Node.js Code of Conduct document can be found at +https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md