Skip to content

Commit

Permalink
add license headers to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Chesneau committed Jan 20, 2010
1 parent b68700c commit ba6db08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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")
Expand Down
6 changes: 4 additions & 2 deletions tests/t.py
@@ -1,7 +1,9 @@
# -*- coding: utf-8 -
# Copyright 2009 Paul J. Davis <paul.joseph.davis@gmail.com>
#
# 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
Expand Down

0 comments on commit ba6db08

Please sign in to comment.