aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 21:34:46 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 21:34:46 +0100
commit822b5702dd6b267fdee3f03d0c978ecc23951817 (patch)
tree139b570f15fd434a631f6a10043caa4c0f19743d
parentdocs: Contribution information (diff)
downloadsophie-822b5702dd6b267fdee3f03d0c978ecc23951817.tar.gz
sophie-822b5702dd6b267fdee3f03d0c978ecc23951817.tar.zst
sophie-822b5702dd6b267fdee3f03d0c978ecc23951817.zip
docs: Separate CONTRIBUTING file
-rw-r--r--CONTRIBUTING.md38
-rw-r--r--README.md38
2 files changed, 38 insertions, 38 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..46ba3d6
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,38 @@
1# Contributing to Sophie
2
3Contributors are welcome to add their contact information to the license headers of any files they edit, the license blocks in `config/buildConstants.js` and `README.md`, as well as the `"contributors"` array in `package.json`. Any patches send should have a `Signed-off-by:` line to clarify the copyright status of contributions according to the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/):
4
5> Developer Certificate of Origin
6> Version 1.1
7>
8> Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
9>
10> Everyone is permitted to copy and distribute verbatim copies of this
11> license document, but changing it is not allowed.
12>
13>
14> Developer's Certificate of Origin 1.1
15>
16> By making a contribution to this project, I certify that:
17>
18> (a) The contribution was created in whole or in part by me and I
19> have the right to submit it under the open source license
20> indicated in the file; or
21>
22> (b) The contribution is based upon previous work that, to the best
23> of my knowledge, is covered under an appropriate open source
24> license and I have the right under that license to submit that
25> work with modifications, whether created in whole or in part
26> by me, under the same open source license (unless I am
27> permitted to submit under a different license), as indicated
28> in the file; or
29>
30> (c) The contribution was provided directly to me by some other
31> person who certified (a), (b) or (c) and I have not modified
32> it.
33>
34> (d) I understand and agree that this project and the contribution
35> are public and that a record of the contribution (including all
36> personal information I submit with it, including my sign-off) is
37> maintained indefinitely and may be redistributed consistent with
38> this project or the open source license(s) involved.
diff --git a/README.md b/README.md
index 6682965..07af029 100644
--- a/README.md
+++ b/README.md
@@ -54,41 +54,3 @@ yarn compile
54> You should have received a copy of the GNU Affero General Public License 54> You should have received a copy of the GNU Affero General Public License
55> along with this program. If not, see &lt;[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)&gt;. 55> along with this program. If not, see &lt;[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)&gt;.
56 56
57## Contributing
58
59Contributors are welcome to add their contact information to the license headers of any files they edit, the license blocks in `config/buildConstants.js` and `README.md`, as well as the `"contributors"` array in `package.json`. Any patches send should have a `Signed-off-by:` line to clarify the copyright status of contributions according to the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/):
60
61> Developer Certificate of Origin
62> Version 1.1
63>
64> Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
65>
66> Everyone is permitted to copy and distribute verbatim copies of this
67> license document, but changing it is not allowed.
68>
69>
70> Developer's Certificate of Origin 1.1
71>
72> By making a contribution to this project, I certify that:
73>
74> (a) The contribution was created in whole or in part by me and I
75> have the right to submit it under the open source license
76> indicated in the file; or
77>
78> (b) The contribution is based upon previous work that, to the best
79> of my knowledge, is covered under an appropriate open source
80> license and I have the right under that license to submit that
81> work with modifications, whether created in whole or in part
82> by me, under the same open source license (unless I am
83> permitted to submit under a different license), as indicated
84> in the file; or
85>
86> (c) The contribution was provided directly to me by some other
87> person who certified (a), (b) or (c) and I have not modified
88> it.
89>
90> (d) I understand and agree that this project and the contribution
91> are public and that a record of the contribution (including all
92> personal information I submit with it, including my sign-off) is
93> maintained indefinitely and may be redistributed consistent with
94> this project or the open source license(s) involved.