Add copyright clause, fix typo. (#1136)

This commit is contained in:
Nick Johnson 2018-06-05 11:47:00 +01:00 committed by GitHub
parent c9a9320e9d
commit a7f9e04b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@ created: 2016-01-20
# Abstract
This ERC proposes a specification about how to handle signed data in Etherum contracts.
This ERC proposes a specification about how to handle signed data in Ethereum contracts.
# Motivation
@ -61,3 +61,7 @@ Using `0x19` thus makes it possible to extend the scheme by defining a version `
sender = ecrecover(transactionHash, v, r, s);
// ...
}
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).