From 8c3a3c0a16fe459255421e4adf4976640be6137b Mon Sep 17 00:00:00 2001 From: Alan Green Date: Wed, 1 Jul 2020 17:29:30 -0400 Subject: Update license and copyright info Remove non-license explanatory text from LICENSE.txt. Create CONTRIBUTING file with instructions and notes for contributors. --- CONTRIBUTING.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.txt (limited to 'CONTRIBUTING.txt') 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. -- cgit v1.2.3