Modified: incubator/woden/java/src/temp/WSDLDocument.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/temp/WSDLDocument.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- incubator/woden/java/src/temp/WSDLDocument.java (original)
+++ incubator/woden/java/src/temp/WSDLDocument.java Thu Sep 29 13:50:40 2005
@@ -1,8 +1,17 @@
-/*

- * Created on 05-Apr-2005

+/**

+ * Copyright 2005 Apached Software Foundation 

  *

- * TODO To change the template for this generated file go to

- * Window - Preferences - Java - Code Style - Code Templates

+ * 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.

  */

 package temp;

 


Modified: incubator/woden/java/src/temp/WSDLException.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/temp/WSDLException.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- incubator/woden/java/src/temp/WSDLException.java (original)
+++ incubator/woden/java/src/temp/WSDLException.java Thu Sep 29 13:50:40 2005
@@ -1,7 +1,18 @@
-/*

- * (c) Copyright IBM Corp 2001, 2005 

+/**

+ * Copyright 2005 Apached 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.

  */

-

 package temp;

 

 import java.io.*;


Modified: incubator/woden/java/test/org/apache/woden/WSDLFactoryTest.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/WSDLFactoryTest.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/WSDLFactoryTest.java (original)
+++ incubator/woden/java/test/org/apache/woden/WSDLFactoryTest.java Thu Sep 29 
13:50:40 2005
@@ -1,9 +1,24 @@
+/**

+ * Copyright 2005 Apached 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.

+ */

 package org.apache.woden;

 

 import junit.framework.Test;

 import junit.framework.TestCase;

 import junit.framework.TestSuite;

-import temp.WSDLException;

+

 

 public class WSDLFactoryTest extends TestCase 

 {


Modified: incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java (original)
+++ incubator/woden/java/test/org/apache/woden/WSDLReaderTest.java Thu Sep 29 
13:50:40 2005
@@ -1,3 +1,18 @@
+/**

+ * Copyright 2005 Apached 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.

+ */

 package org.apache.woden;

 

 import java.net.URL;


Modified: incubator/woden/java/test/org/apache/woden/tests/AllWodenTests.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/tests/AllWodenTests.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- incubator/woden/java/test/org/apache/woden/tests/AllWodenTests.java 
(original)
+++ incubator/woden/java/test/org/apache/woden/tests/AllWodenTests.java Thu Sep 
29 13:50:40 2005
@@ -1,3 +1,18 @@
+/**

+ * Copyright 2005 Apached 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.

+ */

 package org.apache.woden.tests;

 

 import junit.framework.Test;


Modified: 
incubator/woden/java/test/org/apache/woden/tests/wsdl20/W3CTestSuiteTest.java
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/test/org/apache/woden/tests/wsdl20/W3CTestSuiteTest.java?rev=292542&r1=292541&r2=292542&view=diff
==============================================================================
--- 
incubator/woden/java/test/org/apache/woden/tests/wsdl20/W3CTestSuiteTest.java 
(original)
+++ 
incubator/woden/java/test/org/apache/woden/tests/wsdl20/W3CTestSuiteTest.java 
Thu Sep 29 13:50:40 2005
@@ -1,3 +1,18 @@
+/**

+ * Copyright 2005 Apached 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.

+ */

 package org.apache.woden.tests.wsdl20;

 

 import junit.framework.Test;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to