diff options
author | chriseth <chris@ethereum.org> | 2019-01-07 18:52:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 18:52:06 +0800 |
commit | 016f77f4c3081a473e6cf0f2d8c3477f34540ad7 (patch) | |
tree | 368ecc7006a6cb81ac64e413ea4c60cea9db6056 | |
parent | d597b1dbb2490b7f977617173a101e705c8439d7 (diff) | |
parent | fdd24d12f3b66b7cc7183f96d39aafca45534bb0 (diff) | |
download | dexon-solidity-016f77f4c3081a473e6cf0f2d8c3477f34540ad7.tar.gz dexon-solidity-016f77f4c3081a473e6cf0f2d8c3477f34540ad7.tar.zst dexon-solidity-016f77f4c3081a473e6cf0f2d8c3477f34540ad7.zip |
Merge pull request #5729 from chankruze/develop
copyright year updated
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 233ff7b6..08a5a045 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ master_doc = 'index' # General information about the project. project = 'Solidity' -copyright = '2016-2018, Ethereum' +copyright = '2016-2019, Ethereum' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |