diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
commit | 8cdc9bc9018af92faef452c4364421a1c77a029d (patch) | |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Modules | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 (diff) | |
download | cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2 |
More yearly updates.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_hashopenssl.c | 2 |
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: |