Update license and copyright info
authorAlan Green <alan.green@gmail.com>
Wed, 1 Jul 2020 21:29:30 +0000 (17:29 -0400)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:46:02 +0000 (14:46 +0000)
Remove non-license explanatory text from LICENSE.txt.

Create CONTRIBUTING file with instructions and notes for contributors.

This change relates to issue #412

CONTRIBUTING.txt [new file with mode: 0644]
LICENSE.txt

diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
new file mode 100644 (file)
index 0000000..24cd482
--- /dev/null
@@ -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.
index 147ab4f517bfc9e3be543847fd11cec9de90d524..92b16a6f2e8a8d188d75b1c92dd3c3bff89f407c 100644 (file)
@@ -1,3 +1,4 @@
+Copyright (C) 2019-2020 whitequark
 Copyright (C) 2011-2019 M-Labs Limited
 
 Redistribution and use in source and binary forms, with or without modification,