diff --git a/gunicorn/http/tee.py b/gunicorn/http/tee.py index b859d9ac..540ecfd4 100644 --- a/gunicorn/http/tee.py +++ b/gunicorn/http/tee.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 - # -# This file is part of restkit released under the MIT license. +# This file is part of gunicorn released under the MIT license. # See the NOTICE for more information.