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 na...@apache.org on 2008/08/08 09:17:11 UTC

svn commit: r683884 - in /webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF: CalculatorService.wsdl CalculatorService_schema1.xsd

Author: nandana
Date: Fri Aug  8 00:17:11 2008
New Revision: 683884

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

Modified:
    webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl
    webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd

Modified: webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl?rev=683884&r1=683883&r2=683884&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService.wsdl Fri Aug  8 00:17:11 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <definitions targetNamespace="http://calculator.jaxws.axis2.apache.org" name="CalculatorService"
              xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
              xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://calculator.jaxws.axis2.apache.org"

Modified: webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd?rev=683884&r1=683883&r2=683884&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd (original)
+++ webservices/axis2/branches/java/1_4/modules/samples/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd Fri Aug  8 00:17:11 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <xs:schema version="1.0" targetNamespace="http://calculator.jaxws.axis2.apache.org"
            xmlns:tns="http://calculator.jaxws.axis2.apache.org" xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:ns1="http://www.w3.org/2005/08/addressing">