From ba6db0882536080e8ed3f1f71c66172c5413a85c Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 20 Jan 2010 22:01:45 +0100 Subject: [PATCH] add license headers to tests --- tests/001-test-parser.py | 5 +++++ tests/t.py | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/001-test-parser.py b/tests/001-test-parser.py index 8f9bb0a6..6912b75e 100644 --- a/tests/001-test-parser.py +++ b/tests/001-test-parser.py @@ -1,3 +1,8 @@ +# -*- coding: utf-8 - +# +# This file is part of gunicorn released under the MIT license. +# See the NOTICE for more information. + import t @t.request("001.http") diff --git a/tests/t.py b/tests/t.py index f44cbb96..beaacd98 100644 --- a/tests/t.py +++ b/tests/t.py @@ -1,7 +1,9 @@ +# -*- coding: utf-8 - # Copyright 2009 Paul J. Davis # -# This file is part of the pywebmachine package released -# under the MIT license. +# This file is part of gunicorn released under the MIT license. +# See the NOTICE for more information. + import inspect import os import re