aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hypothesis
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-10-03 12:23:07 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-10-03 12:23:07 +0800
commit4756fa970304f77ece588adcce5285d0fecf7dd6 (patch)
tree015f38131099020fe4709f7c0ed3bce8d7bb48e5 /tests/hypothesis
parent716dfd02b5f05373f8df4563ad16f26fc5c6f1a5 (diff)
downloadcryptography-4756fa970304f77ece588adcce5285d0fecf7dd6.tar.gz
cryptography-4756fa970304f77ece588adcce5285d0fecf7dd6.tar.bz2
cryptography-4756fa970304f77ece588adcce5285d0fecf7dd6.zip
Add missing license header.
Diffstat (limited to 'tests/hypothesis')
-rw-r--r--tests/hypothesis/test_fernet.py4
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