mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add license headers to tests
This commit is contained in:
parent
b68700c010
commit
ba6db08825
@ -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")
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user