add license headers to tests

This commit is contained in:
Benoit Chesneau 2010-01-20 22:01:45 +01:00
parent b68700c010
commit ba6db08825
2 changed files with 9 additions and 2 deletions

View File

@ -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 import t
@t.request("001.http") @t.request("001.http")

View File

@ -1,7 +1,9 @@
# -*- coding: utf-8 -
# Copyright 2009 Paul J. Davis <paul.joseph.davis@gmail.com> # Copyright 2009 Paul J. Davis <paul.joseph.davis@gmail.com>
# #
# This file is part of the pywebmachine package released # This file is part of gunicorn released under the MIT license.
# under the MIT license. # See the NOTICE for more information.
import inspect import inspect
import os import os
import re import re