commit | 8671c8507ff11f4859c8a69fa2236a037bcfdbfd | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:26:20 2011 -0500 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:26:20 2011 -0500 |
tree | 21156034c33af387b560086c5f8e46c7e93c85c6 | |
parent | 202ae9d16b92ba2703882bb67c0c2e5d27987b5b [diff] [blame] |
Update copyright headers; remove pointless dates, add a pointer to the LICENSE file.
diff --git a/OpenSSL/test/test_rand.py b/OpenSSL/test/test_rand.py index a785168..00fc6d1 100644 --- a/OpenSSL/test/test_rand.py +++ b/OpenSSL/test/test_rand.py
@@ -1,4 +1,5 @@ -# Copyright (C) Frederick Dean 2009, All rights reserved +# Copyright (c) Frederick Dean +# See LICENSE for details. """ Unit tests for L{OpenSSL.rand}.