diff --git a/LICENSE b/LICENSE index 4a0e81a..4fa05e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016 AWeber Communications +Copyright (c) 2015-2018 AWeber Communications All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/docs/conf.py b/docs/conf.py index 3cc8ab5..38e751e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.autohttp.tornado'] master_doc = 'index' project = 'sprockets.mixins.mediatype' -copyright = '2015-2016, AWeber Communications' +copyright = '2015-2018, AWeber Communications' release = pkg_resources.get_distribution('sprockets.mixins.mediatype').version version = '.'.join(release.split('.')[0:1])