From a0fece2a82603e4cc7037313795b08e937e8a758 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 30 Sep 2009 22:04:18 +1000 Subject: License change to BSD/Apache License 2.0. --- python/subunit/progress_model.py | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'python/subunit/progress_model.py') diff --git a/python/subunit/progress_model.py b/python/subunit/progress_model.py index f1ed7af..3a6af89 100644 --- a/python/subunit/progress_model.py +++ b/python/subunit/progress_model.py @@ -2,19 +2,16 @@ # subunit: extensions to Python unittest to get test results from subprocesses. # Copyright (C) 2009 Robert Collins # -# 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 2 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, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# 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. # """Support for dealing with progress state.""" -- cgit v1.2.1