From 64f707fa234b282c9d12dd5e085a7b5e3c249067 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Mon, 4 May 2020 17:06:18 -0400 Subject: [PATCH] Admit that it is now 2020. --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])