diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-03 08:33:27 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-03 08:33:27 -0500 |
commit | 5b19c7274e35fed49254fab45f24cc25f5a443af (patch) | |
tree | 6a798a48713939f7a0bac1c32fc10498f0e322c8 /tests/hypothesis/test_fernet.py | |
parent | ccfbbbc045fb3535eb5e04915615b715ed8f5682 (diff) | |
parent | 4756fa970304f77ece588adcce5285d0fecf7dd6 (diff) | |
download | cryptography-5b19c7274e35fed49254fab45f24cc25f5a443af.tar.gz cryptography-5b19c7274e35fed49254fab45f24cc25f5a443af.tar.bz2 cryptography-5b19c7274e35fed49254fab45f24cc25f5a443af.zip |
Merge pull request #2393 from Ayrx/add-missing-license
Add missing license header.
Diffstat (limited to 'tests/hypothesis/test_fernet.py')
-rw-r--r-- | tests/hypothesis/test_fernet.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hypothesis/test_fernet.py b/tests/hypothesis/test_fernet.py index fd243803..c6528696 100644 --- a/tests/hypothesis/test_fernet.py +++ b/tests/hypothesis/test_fernet.py @@ -1,3 +1,7 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + from hypothesis import given from hypothesis.strategies import binary |