summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 13:07:05 (GMT)
committerGeorg Brandl <georg@python.org>2010-01-01 13:07:05 (GMT)
commit8cdc9bc9018af92faef452c4364421a1c77a029d (patch)
tree02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Modules
parent9db77468bc581b9c32e03a7190d7d502c7522f77 (diff)
downloadcpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip
cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz
cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2
More yearly updates.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_hashopenssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
index ba18aa2..df4580a 100644
--- a/Modules/_hashopenssl.c
+++ b/Modules/_hashopenssl.c
@@ -1,7 +1,7 @@
/* Module that wraps all OpenSSL hash algorithms */
/*
- * Copyright (C) 2005-2009 Gregory P. Smith (greg@krypto.org)
+ * Copyright (C) 2005-2010 Gregory P. Smith (greg@krypto.org)
* Licensed to PSF under a Contributor Agreement.
*
* Derived from a skeleton of shamodule.c containing work performed by: