summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-04-10 22:26:23 +1200
committerRobert Collins <robertc@robertcollins.net>2013-04-10 22:26:23 +1200
commit5b1485becf12450e954902ed0fc94762eb97443d (patch)
tree03489f07bfa4a647456fe39b94c8fe06640aa8c3
parent3a7ee68b3f6a184f0feb7b83737387f7f5bfc931 (diff)
downloadtestrepository-5b1485becf12450e954902ed0fc94762eb97443d.tar.gz
Missing (C) header.
-rw-r--r--testrepository/results.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/testrepository/results.py b/testrepository/results.py
index a5ed924..8938314 100644
--- a/testrepository/results.py
+++ b/testrepository/results.py
@@ -1,3 +1,17 @@
+#
+# Copyright (c) 2010 Testrepository Contributors
+#
+# Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
+# license at the users choice. A copy of both licenses are available in the
+# project source as Apache-2.0 and BSD. You may not use this file except in
+# compliance with one of these two licences.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# license you chose for the specific language governing permissions and
+# limitations under that license.
+
from testtools import StreamSummary