You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/09/18 10:11:13 UTC

svn commit: r1387038 - in /camel/branches/camel-2.9.x: ./ components/camel-cxf/src/test/resources/bare.wsdl

Author: ningjiang
Date: Tue Sep 18 08:11:12 2012
New Revision: 1387038

URL: http://svn.apache.org/viewvc?rev=1387038&view=rev
Log:
    Added ASF license on the bare.wsdl

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/components/camel-cxf/src/test/resources/bare.wsdl

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1387020
  Merged /camel/branches/camel-2.10.x:r1387029

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/components/camel-cxf/src/test/resources/bare.wsdl
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-cxf/src/test/resources/bare.wsdl?rev=1387038&r1=1387037&r2=1387038&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-cxf/src/test/resources/bare.wsdl (original)
+++ camel/branches/camel-2.9.x/components/camel-cxf/src/test/resources/bare.wsdl Tue Sep 18 08:11:12 2012
@@ -1,4 +1,22 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+
+    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.
+
+-->
 <wsdl:definitions name="BareSoapServiceImplService" targetNamespace="http://cxf.component.camel.apache.org/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.component.camel.apache.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <wsdl:message name="doSomething">
   </wsdl:message>