diff options
| -rw-r--r-- | filters/subunit-output | 2 | ||||
| -rw-r--r-- | python/subunit/_output.py | 2 | ||||
| -rw-r--r-- | python/subunit/tests/test_output_filter.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/filters/subunit-output b/filters/subunit-output index cb2af2d..61e5d11 100644 --- a/filters/subunit-output +++ b/filters/subunit-output @@ -1,6 +1,6 @@ #!/usr/bin/env python # subunit: extensions to python unittest to get test results from subprocesses. -# Copyright (C) 2013 'Subunit Contributors' +# Copyright (C) 2013 Subunit Contributors # # Licensed under either the Apache License, Version 2.0 or the BSD 3-clause # license at the users choice. A copy of both licenses are available in the diff --git a/python/subunit/_output.py b/python/subunit/_output.py index ae405ef..ff6004e 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -1,5 +1,5 @@ # subunit: extensions to python unittest to get test results from subprocesses. -# Copyright (C) 2013 'Subunit Contributors' +# Copyright (C) 2013 Subunit Contributors # # Licensed under either the Apache License, Version 2.0 or the BSD 3-clause # license at the users choice. A copy of both licenses are available in the diff --git a/python/subunit/tests/test_output_filter.py b/python/subunit/tests/test_output_filter.py index 102b970..15dce81 100644 --- a/python/subunit/tests/test_output_filter.py +++ b/python/subunit/tests/test_output_filter.py @@ -1,6 +1,6 @@ # # subunit: extensions to python unittest to get test results from subprocesses. -# Copyright (C) 2013 'Subunit Contributors' +# Copyright (C) 2013 Subunit Contributors # # Licensed under either the Apache License, Version 2.0 or the BSD 3-clause # license at the users choice. A copy of both licenses are available in the |
