hguemar / rpms / subunit

Forked from rpms/subunit 5 years ago
Clone
Blob Blame History Raw
--- ./COPYING.orig	2012-05-02 03:41:14.000000000 -0600
+++ ./COPYING	2014-02-13 20:00:00.000000000 -0700
@@ -29,8 +29,6 @@ Code that has been incorporated into Sub
 naturally be under its own license, and will retain that license.
 
 A known list of such code is maintained here:
-* The python/iso8601 module by Michael Twomey, distributed under an MIT style
-  licence - see python/iso8601/LICENSE for details.
 * The runtests.py and python/subunit/tests/TestUtil.py module are GPL test
   support modules. There are not installed by Subunit - they are only ever
   used on the build machine.  Copyright 2004 Canonical Limited.
--- ./Makefile.in.orig	2014-01-29 12:16:23.000000000 -0700
+++ ./Makefile.in	2014-02-13 20:00:00.000000000 -0700
@@ -303,11 +303,6 @@ EXTRA_DIST = \
 	perl/lib/Subunit.pm \
 	perl/lib/Subunit/Diff.pm \
 	perl/subunit-diff \
-	python/iso8601/LICENSE \
-	python/iso8601/README \
-	python/iso8601/README.subunit \
-	python/iso8601/setup.py \
-	python/iso8601/test_iso8601.py \
 	python/subunit/tests/__init__.py \
 	python/subunit/tests/sample-script.py \
 	python/subunit/tests/sample-two-script.py \
@@ -359,7 +354,6 @@ pkgpython_PYTHON = \
 	python/subunit/chunked.py \
 	python/subunit/details.py \
 	python/subunit/filters.py \
-	python/subunit/iso8601.py \
 	python/subunit/progress_model.py \
 	python/subunit/run.py \
 	python/subunit/v2.py \
--- ./README.orig	2014-01-29 02:32:50.000000000 -0700
+++ ./README	2014-02-13 20:00:00.000000000 -0700
@@ -15,9 +15,6 @@
 
   See the COPYING file for full details on the licensing of Subunit.
 
-  subunit reuses iso8601 by Michael Twomey, distributed under an MIT style
-  licence - see python/iso8601/LICENSE for details.
-
 Subunit
 -------