Skip to content

Commit 1fe7a7b

Browse files
authored
CONTRIBUTING.md - Copyright licensing
1 parent b4c45bd commit 1fe7a7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Generally things to the left are in progess or done. Some things go through "Com
1616
Usually the things closer to the top of each column are the ones that will be worked on soonest.
1717
If you are interested in cryptography, math, or just like hacking in python, there are many interesting problems to work on.
1818
Contact any of the team members on keybase: https://keybase.io/team/chia_network.public, which we use as the main communication method and you can comment on any Trello card.
19+
All source code and documentation contributions must be in the public domain, or made and submitted pursuant to the Apache License 2.0. Contributions may also incorporate third-party code that is in the public domain, or licensed under the
20+
Apache License 2.0 or the MIT License.
1921

2022
### Run tests and linting
2123
The first time the tests are run, BlockTools will create and persist many plots. These are used for creating
@@ -41,3 +43,6 @@ Mypy is very useful for ensuring objects are of the correct type, so try to alwa
4143
To submit changes, please make a pull request to the appropriate development branch.
4244
For example, after the 1.2 release, the 1.3 branch is used for development, etc.
4345
The master branch is updated with the latest releases only.
46+
47+
### Copyright
48+
By contributing to this repository, you agree to license your work under the Apache License version 2.0, or the MIT License, or release your work to the public domain. Any work contributed where you are not the original author must contain its license header with the original author(s) and be in the public domain, or licensed under the Apache License 2.0 or the MIT License.

0 commit comments

Comments
 (0)