svn commit: r423840 - in /incubator/ofbiz/trunk/framework/testtools: ./ dtd/ servicedef/ src/org/ofbiz/testtools/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r423840 - in /incubator/ofbiz/trunk/framework/testtools: ./ dtd/ servicedef/ src/org/ofbiz/testtools/

jacopoc
Author: jacopoc
Date: Thu Jul 20 01:59:10 2006
New Revision: 423840

URL: http://svn.apache.org/viewvc?rev=423840&view=rev
Log:
License change from MIT to ASL2.0 for the files of the testtools component.
Thanks to Scott Gray for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/framework/testtools/build.xml
    incubator/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd
    incubator/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml
    incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml
    incubator/ofbiz/trunk/framework/testtools/servicedef/services.xml
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JunitSuiteWrapper.java
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JythonTest.java
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ServiceTest.java
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestCaseBase.java
    incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java

Modified: incubator/ofbiz/trunk/framework/testtools/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/build.xml?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/build.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/build.xml Thu Jul 20 01:59:10 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: build.xml 7423 2006-04-26 22:36:00Z jonesde $
-
-Copyright 2006-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd (original)
+++ incubator/ofbiz/trunk/framework/testtools/dtd/test-suite.xsd Thu Jul 20 01:59:10 2006
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: $
 
 Copyright 2006-2006 The Apache Software Foundation
 

Modified: incubator/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/dtd/testtools-catalog.xml Thu Jul 20 01:59:10 2006
@@ -1,4 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
                          "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
 <!--

Modified: incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/ofbiz-component.xml Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: ofbiz-component.xml 7423 2006-04-26 22:36:00Z jonesde $
-
 Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/testtools/servicedef/services.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/servicedef/services.xml?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/servicedef/services.xml (original)
+++ incubator/ofbiz/trunk/framework/testtools/servicedef/services.xml Thu Jul 20 01:59:10 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: $
-
-Copyright 2006-2006 The Apache Software Foundation
+Copyright 2001-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JunitSuiteWrapper.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JunitSuiteWrapper.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JunitSuiteWrapper.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JunitSuiteWrapper.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JythonTest.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JythonTest.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JythonTest.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/JythonTest.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ServiceTest.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ServiceTest.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ServiceTest.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ServiceTest.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestCaseBase.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestCaseBase.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestCaseBase.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestCaseBase.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of

Modified: incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java?rev=423840&r1=423839&r2=423840&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java (original)
+++ incubator/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java Thu Jul 20 01:59:10 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: $
- *
- * Copyright 2006-2006 The Apache Software Foundation
+ * Copyright 2001-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  * use this file except in compliance with the License. You may obtain a copy of