summaryrefslogtreecommitdiff
path: root/python/subunit/run.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-09-30 22:04:18 +1000
committerRobert Collins <robertc@robertcollins.net>2009-09-30 22:04:18 +1000
commita0fece2a82603e4cc7037313795b08e937e8a758 (patch)
tree7e26b1b2db9bbf9fa444d79243f29b883b707f75 /python/subunit/run.py
parente33d1b0ad209828bcf5748a8737911e643863e2c (diff)
downloadsubunit-git-a0fece2a82603e4cc7037313795b08e937e8a758.tar.gz
License change to BSD/Apache License 2.0.
Diffstat (limited to 'python/subunit/run.py')
-rwxr-xr-xpython/subunit/run.py22
1 files changed, 10 insertions, 12 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py
index 9d867f8..2b90791 100755
--- a/python/subunit/run.py
+++ b/python/subunit/run.py
@@ -3,18 +3,16 @@
# Simple subunit testrunner for python
# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# 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
+# project source as Apache-2.0 and BSD. You may not use this file except in
+# compliance with one of these two licences.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# license you chose for the specific language governing permissions and
+# limitations under that license.
#
"""Run a unittest testcase reporting results as Subunit.