diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-20 14:14:25 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-20 14:14:25 +1300 |
| commit | 8ef01cb2e3cce3b95358daeac6db4fda27cc06d8 (patch) | |
| tree | 3f1156d9612e995637c6664f288fd387a40cd570 /python | |
| parent | 0d60d811cbcabdf5e969dbc1e4cecf4ba8511413 (diff) | |
| download | subunit-git-8ef01cb2e3cce3b95358daeac6db4fda27cc06d8.tar.gz | |
Remove quotes around 'subunit contributors' in copyright headers.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/_output.py | 2 | ||||
| -rw-r--r-- | python/subunit/tests/test_output_filter.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
