From 4756fa970304f77ece588adcce5285d0fecf7dd6 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sat, 3 Oct 2015 12:23:07 +0800 Subject: Add missing license header. --- tests/hypothesis/test_fernet.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3