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