diff options
| author | Alan Green <alan.green@gmail.com> | 2020-07-01 17:29:30 -0400 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2020-07-11 07:34:49 +0000 |
| commit | 8c3a3c0a16fe459255421e4adf4976640be6137b (patch) | |
| tree | 4180a0557691d2e34280306d7977fa3d7096ae14 /CONTRIBUTING.txt | |
| parent | 01ebb87b3407d2bbb676c6e39e871bcd056eaec5 (diff) | |
Update license and copyright info
Remove non-license explanatory text from LICENSE.txt.
Create CONTRIBUTING file with instructions and notes for contributors.
Diffstat (limited to 'CONTRIBUTING.txt')
| -rw-r--r-- | CONTRIBUTING.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt new file mode 100644 index 0000000..24cd482 --- /dev/null +++ b/CONTRIBUTING.txt @@ -0,0 +1,23 @@ +CONTRIBUTIONS and CODE REVIEWS + +We love contributions from the community. Please send pull requests and raise +issues! All code submissions require review. We use GitHub pull requests for +this purpose. + + +COPYRIGHTS and LICENSE + +nMigen is licensed under the 2-clause BSD license, which is contained in the +LICENSE.txt file. + +All authors retain copyright ownership of their contributions. + +Authors should note that all contributions are licensed under the 2-clause BSD +license. + + +CONTRIBUTORS + +The complete list of contributors is contained within the git repository. +Tools such as the git log command can be used to see all contributions and +contributors. |
