From 0e10f57d1b70ada1c4c0a6463d91dc0510a6b1d0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 6 Jan 2014 13:17:31 -0800 Subject: Boilerplate woo! --- tasks.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3