diff options
author | chriseth <c@ethdev.com> | 2016-07-19 01:09:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 01:09:40 +0800 |
commit | f24d70e914eeec1a3e51b0d118074ab68faa3bd3 (patch) | |
tree | 57dd9ba6a6776ace9932b6165f4df4a5835c3836 /docs/conf.py | |
parent | 417fde3eab0f862f7265e6881d4dc4404b37497e (diff) | |
parent | 5d113600aaf2fb59bebc7448f13b9af79dd70be5 (diff) | |
download | dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar.gz dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar.bz2 dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar.lz dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar.xz dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.tar.zst dexon-solidity-f24d70e914eeec1a3e51b0d118074ab68faa3bd3.zip |
Merge pull request #729 from Denton-L/minor-corrections
Minor corrections to documentation
Diffstat (limited to 'docs/conf.py')
-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 8776ec43..d0e26362 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = 'Solidity' -copyright = '2015, Ethereum' +copyright = '2016, 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 |