summaryrefslogtreecommitdiff
path: root/python3/futures/_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python3/futures/_base.py')
-rw-r--r--python3/futures/_base.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python3/futures/_base.py b/python3/futures/_base.py
index 19cabe8..3997ecc 100644
--- a/python3/futures/_base.py
+++ b/python3/futures/_base.py
@@ -1,3 +1,7 @@
+# Copyright 2009 Brian Quinlan. All Rights Reserved. See LICENSE file.
+
+__author__ = 'Brian Quinlan (brian@sweetapp.com)'
+
import functools
import logging
import threading