You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/04/03 21:41:31 UTC

svn commit: r644459 [1/2] - in /webservices/commons/trunk/modules/neethi: ./ src/main/assembly/ src/main/java/org/apache/neethi/ src/main/java/org/apache/neethi/builders/ src/main/java/org/apache/neethi/builders/xml/ src/main/java/org/apache/neethi/uti...

Author: dims
Date: Thu Apr  3 12:41:23 2008
New Revision: 644459

URL: http://svn.apache.org/viewvc?rev=644459&view=rev
Log:
oops! remove duplicate license headers

Modified:
    webservices/commons/trunk/modules/neethi/pom.xml
    webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml
    webservices/commons/trunk/modules/neethi/src/main/assembly/src.xml
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AbstractPolicyOperator.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/All.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Assertion.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AssertionBuilderFactory.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Constants.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/ExactlyOne.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyComponent.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyEngine.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyOperator.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyReference.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistry.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistryImpl.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/AssertionBuilder.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XMLPrimitiveAssertionBuilder.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XmlPrimtiveAssertion.java
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/util/PolicyComparator.java
    webservices/commons/trunk/modules/neethi/src/site/site.xml
    webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/NormalizeTest.java
    webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/PolicyTestCase.java
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test1.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test10.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test11.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test12.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test13.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test14.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test15.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test16.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test17.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test18.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test19.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test2.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test20.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test21.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test22.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test23.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test24.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test25.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test3.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test4.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test5.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test6.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test7.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test8.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test9.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test1.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test10.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test11.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test12.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test13.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test14.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test15.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test16.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test17.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test18.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test19.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test2.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test20.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test21.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test22.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test23.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test24.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test25.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test3.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test4.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test5.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test6.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test7.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test8.xml
    webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test9.xml

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Thu Apr  3 12:41:23 2008
@@ -18,25 +18,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.neethi</groupId>

Modified: webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/main/assembly/bin.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <assembly>
   <id>bin</id>
   <formats>

Modified: webservices/commons/trunk/modules/neethi/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/assembly/src.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/assembly/src.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/main/assembly/src.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <assembly>
   <id>src</id>
   <formats>

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AbstractPolicyOperator.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AbstractPolicyOperator.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AbstractPolicyOperator.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AbstractPolicyOperator.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.ArrayList;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/All.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/All.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/All.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/All.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.Iterator;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Assertion.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Assertion.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Assertion.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Assertion.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import javax.xml.namespace.QName;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AssertionBuilderFactory.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AssertionBuilderFactory.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AssertionBuilderFactory.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/AssertionBuilderFactory.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.HashMap;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Constants.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Constants.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Constants.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Constants.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import javax.xml.namespace.QName;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/ExactlyOne.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/ExactlyOne.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/ExactlyOne.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/ExactlyOne.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.Iterator;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.HashMap;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyComponent.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyComponent.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyComponent.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyComponent.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import javax.xml.stream.XMLStreamException;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyEngine.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyEngine.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyEngine.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyEngine.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import org.apache.axiom.om.OMAbstractFactory;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyOperator.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyOperator.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyOperator.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyOperator.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.List;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyReference.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyReference.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyReference.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyReference.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.io.File;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistry.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistry.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistry.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistry.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 /**

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistryImpl.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistryImpl.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistryImpl.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/PolicyRegistryImpl.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.util.HashMap;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/AssertionBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/AssertionBuilder.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/AssertionBuilder.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/AssertionBuilder.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi.builders;
 
 import javax.xml.namespace.QName;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XMLPrimitiveAssertionBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XMLPrimitiveAssertionBuilder.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XMLPrimitiveAssertionBuilder.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XMLPrimitiveAssertionBuilder.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi.builders.xml;
 
 import javax.xml.namespace.QName;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XmlPrimtiveAssertion.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XmlPrimtiveAssertion.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XmlPrimtiveAssertion.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/builders/xml/XmlPrimtiveAssertion.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi.builders.xml;
 
 import javax.xml.namespace.QName;

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/util/PolicyComparator.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/util/PolicyComparator.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/util/PolicyComparator.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/util/PolicyComparator.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi.util;
 
 import java.util.Iterator;

Modified: webservices/commons/trunk/modules/neethi/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/site.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/site.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/site/site.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <project name="Neethi">
   <bannerLeft>
     <name>Apache Neethi</name>

Modified: webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/NormalizeTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/NormalizeTest.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/NormalizeTest.java (original)
+++ webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/NormalizeTest.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.io.File;

Modified: webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/PolicyTestCase.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/PolicyTestCase.java?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/PolicyTestCase.java (original)
+++ webservices/commons/trunk/modules/neethi/src/test/java/org/apache/neethi/PolicyTestCase.java Thu Apr  3 12:41:23 2008
@@ -17,24 +17,6 @@
  * under the License.
  */
 
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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.neethi;
 
 import java.io.File;

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test1.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test1.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test1.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test1.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test10.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test10.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test10.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test10.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test11.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test11.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test11.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test11.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test12.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test12.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test12.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test12.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken><sec:Integrity xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test13.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test13.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test13.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test13.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test14.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test14.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test14.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test14.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test15.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test15.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test15.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test15.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test16.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test16.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test16.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test16.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test17.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test17.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test17.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test17.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:All><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test18.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test18.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test18.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test18.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test19.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test19.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test19.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test19.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test2.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test2.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test2.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test2.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test20.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test20.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test20.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test20.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test21.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test21.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test21.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test21.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken><ans1:SecurityHeader xmlns:ans1="http://schemas.xmlsoap.org/ws/2002/12/secext" MustManifestEncryption="true" MustPrepend="true" /><sec:Integrity xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test22.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test22.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test22.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test22.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:All></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test23.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test23.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test23.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test23.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><ans1:SecurityHeader xmlns:ans1="http://schemas.xmlsoap.org/ws/2002/12/secext" MustManifestEncryption="true" MustPrepend="true" /></wsp:All><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test24.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test24.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test24.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test24.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:Integrity xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:MessageParts xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext" Dialect="http://schemas.xmlsoap.org/ws/2002/12/wsse#soap">wsp:Body()</sec:MessageParts></sec:Integrity></wsp:All></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test25.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test25.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test25.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test25.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy
 	xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
 	xmlns:tst="http://sample.org/Assertions">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test3.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test3.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test3.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test3.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:All><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test4.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test4.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test4.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test4.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken></wsp:All><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test5.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test5.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test5.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test5.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test6.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test6.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test6.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test6.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test7.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test7.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test7.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test7.xml Thu Apr  3 12:41:23 2008
@@ -17,25 +17,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All><sec:SecurityToken xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">
                 
             <sec:TokenType xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">sec:X509v3</sec:TokenType></sec:SecurityToken><sec:Integrity xmlns:sec="http://schemas.xmlsoap.org/ws/2002/12/secext">

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test8.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test8.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test8.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test8.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test9.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test9.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test9.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/normalized/test9.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"><wsp:ExactlyOne><wsp:All /></wsp:ExactlyOne></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test1.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test1.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test1.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test1.xml Thu Apr  3 12:41:23 2008
@@ -18,25 +18,6 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
 	<wsp:ExactlyOne />
 </wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test10.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test10.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test10.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test10.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1E --><wsp:ExactlyOne /></wsp:Policy>

Modified: webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test11.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test11.xml?rev=644459&r1=644458&r2=644459&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test11.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/test/test-resources/samples/test11.xml Thu Apr  3 12:41:23 2008
@@ -17,23 +17,4 @@
   ~ under the License.
   -->
 
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you 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.
-  -->
-
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" ><!-- 1F --><wsp:All /></wsp:Policy>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org