aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-09 19:38:34 +0800
committerchriseth <c@ethdev.com>2016-06-09 19:38:34 +0800
commitf46d77124698b35be4582a61c80b5a2a29a3fd81 (patch)
tree2472ad93f03e6d569395326cd8e71fd1b9c1630b
parentd593166d66dba3f95df9d4096f45761ca0f86626 (diff)
downloaddexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar.gz
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar.bz2
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar.lz
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar.xz
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.tar.zst
dexon-solidity-f46d77124698b35be4582a61c80b5a2a29a3fd81.zip
Cleanup readme
Licensing section was not used and adding all the authors to a file is redundant given the git history.
-rw-r--r--README.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index a1a524d8..8a0165b8 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,6 @@ See the [Wiki](https://github.com/ethereum/webthree-umbrella/wiki) for build ins
## How to Contribute
-### External Contributors
-
-I hereby place all my contributions in this codebase under an MIT
-licence, as specified [here](http://opensource.org/licenses/MIT).
-- *Name Surname* (**email@domain**)
-
-### Contribution guideline
-
-Please add yourself in the `@author` doxygen section of the file your are adding/editing
-with the same wording as the one you listed yourself in the external contributors section above,
-only replacing the word **contribution** by **file**
-
-Please read [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt).
+This repository uses the same [coding style](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt) as
+all of the cpp-ethereum projects. Please try to align with us in the gitter channel before making larger changes.
+Any contributions are welcome!