You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/12/01 23:50:24 UTC

svn commit: r481435 - in /webservices/axis2/branches/java/1_1/modules: samples/security/ samples/security/basic/ samples/security/basic/sample01/ samples/security/basic/sample02/ samples/security/basic/sample03/ samples/security/basic/sample04/ samples...

Author: ruchithf
Date: Fri Dec  1 14:50:20 2006
New Revision: 481435

URL: http://svn.apache.org/viewvc?view=rev&rev=481435
Log:
Added missing license headers

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/client.axis2.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/build.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/policy.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/policy.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/policy.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/services.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/policy.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml
    webservices/axis2/branches/java/1_1/modules/security/release-docs/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <project basedir="." default="clean">
 
 	<property name="service.repos.dir" value="build/service_repositories"/>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+ 
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample01/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-1 : No Security-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample02/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-2 : Timestamp and UsernameToken-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample03/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-3 : Timestamp and UsernameToken (with plaintext password)-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample04/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-4 : Signature only -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample05/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-5 : Encryption only -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
     
     <!--Signature and Encryption : Using the request's certificate-->

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample06/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-6 : Signature and Encryption : Using the request's certificate-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample07/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-7 : Encryption and Signature -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample08/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-8 : Double Signature -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample09/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-9 : Encryption using a known key -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 
 	<module ref="rampart" />

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample10/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-10 : MTOM optimize encrypted content -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/client.axis2.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/client.axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/client.axis2.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <axisconfig name="AxisJava2.0">
 	
     <!-- ================================================= -->

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/sample11/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-11 : Dynamic client configuration -->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/build.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/build.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <project basedir="." default="setup">
 
 	<property name="lib.dir" value="../lib"/>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <project basedir="." default="clean">
 
 	<property name="service.repos.dir" value="build/service_repositories"/>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/policy.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/policy.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/policy.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/policy.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <wsp:Policy wsu:Id="UTOverTransport" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
 	<wsp:ExactlyOne>
 	  <wsp:All>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample01/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-1 : UsernameToken-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/policy.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/policy.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/policy.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/policy.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <wsp:Policy wsu:Id="SigOnly" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
 	<wsp:ExactlyOne>
 		<wsp:All>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample02/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-2 : Sign only-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/policy.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/policy.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/policy.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/policy.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+ 
 <wsp:Policy wsu:Id="SigEncr" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
 	<wsp:ExactlyOne>
 		<wsp:All>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample03/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-2 : Sign only-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/policy.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/policy.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/policy.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/policy.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+ 
 <wsp:Policy wsu:Id="SecConvPolicy2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
 	<wsp:ExactlyOne>
 		<wsp:All>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
 <!-- services.xml of sample-2 : Sign only-->
 <service>
 	<operation name="echo">

Modified: webservices/axis2/branches/java/1_1/modules/security/release-docs/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/security/release-docs/build.xml?view=diff&rev=481435&r1=481434&r2=481435
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/security/release-docs/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/security/release-docs/build.xml Fri Dec  1 14:50:20 2006
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ !
+ ! Copyright 2006 The Apache Software Foundation.
+ !
+ ! Licensed under the Apache License, Version 2.0 (the "License");
+ ! you may not use this file except in compliance with the License.
+ ! You may obtain a copy of the License at
+ !
+ !      http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+
 <project basedir="." default="setup">
 
 	<property name="lib.dir" value="lib"/>



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