From 5e398d0bc8e990a86dba27949b25e8ba41805b81 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Wed, 31 Dec 2014 10:51:23 +0000 Subject: Update copyright for 2015 --- src/cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index f2700d57..ee16edd7 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -20,4 +20,4 @@ __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2014 {0}".format(__author__) +__copyright__ = "Copyright 2013-2015 {0}".format(__author__) -- cgit v1.2.3