aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-06 13:17:31 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-06 13:17:31 -0800
commit0e10f57d1b70ada1c4c0a6463d91dc0510a6b1d0 (patch)
tree348ee42dc9a4327b1ab4fff0df5e2bfc1a91538b /tasks.py
parent6bc3af75b89fdae5534b65527453c183645ad394 (diff)
downloadcryptography-0e10f57d1b70ada1c4c0a6463d91dc0510a6b1d0.tar.gz
cryptography-0e10f57d1b70ada1c4c0a6463d91dc0510a6b1d0.tar.bz2
cryptography-0e10f57d1b70ada1c4c0a6463d91dc0510a6b1d0.zip
Boilerplate woo!
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index 4cbbe1a3..27eed304 100644
--- a/tasks.py
+++ b/tasks.py
@@ -1,3 +1,17 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+from __future__ import absolute_import, division, print_function
+
import os
import re