diff --git a/LICENSE b/LICENSE index 4a0e81a..c896130 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016 AWeber Communications +Copyright (c) 2015-2020 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 391ad79..6ad535f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ extensions = ['sphinx.ext.autodoc', source_suffix = '.rst' master_doc = 'index' project = 'sprockets.mixins.mediatype' -copyright = '2015-2016, AWeber Communications' +copyright = '2015-2020, AWeber Communications' release = __version__ version = '.'.join(release.split('.')[0:1])