Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/server.vm URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/server.vm?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/server.vm (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/server.vm Sun Oct 15 02:52:05 2006 @@ -1,4 +1,22 @@ -/* Generated by WSDLToJava Compiler. */ +/** + * 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 $intf.PackageName; import javax.xml.ws.Endpoint; @@ -27,4 +45,4 @@ System.out.println("Server exitting"); System.exit(0); } -} \ No newline at end of file +}
Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/service.vm URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/service.vm?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/service.vm (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/main/java/org/apache/cxf/tools/wsdl2java/frontend/jaxws/template/service.vm Sun Oct 15 02:52:05 2006 @@ -1,3 +1,22 @@ +/** + * 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 $service.PackageName; import java.net.MalformedURLException; @@ -54,4 +73,4 @@ } #end -} \ No newline at end of file +} Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE Sun Oct 15 02:52:05 2006 @@ -13,8 +13,33 @@ This product also includes software developed by: - the W3C consortium (http://www.w3c.org) , - - the SAX project (http://www.saxproject.org) + This product also includes software developed by Spring Framework + Project (http://www.springframework.org) + + This product also includes software developed by SUN MICROSYSTEMS, INC + (https://www.dev.java.net/servlets/ProjectList) + + This product also includes specifications developed by Java Community + Process (http://jcp.org/en/home/index) + + This product also includes software developed by Mort Bay Consulting + Pty (http://jetty.mortbay.org) + + This product also includes software developed by Codehause + (http://woodstox.codehaus.org/) + + This product also includes WS-* schemas developed by International + Business Machines Corporation, Microsoft Corporation, BEA Systems, + TIBCO Software, SAP AG, Sonic Software, and VeriSign + (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd) + (http://schemas.xmlsoap.org/ws/2004/08/addressing/) + (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd) + (http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd) + + This Product also includes schemas developed by OASIS + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) Additional copyright notices and license terms applicable are present in the licenses directory of this distribution. Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/async_binding.xml.tmpl URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/async_binding.xml.tmpl?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/async_binding.xml.tmpl (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/async_binding.xml.tmpl Sun Oct 15 02:52:05 2006 @@ -1,3 +1,21 @@ +<!-- + 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. +--> <bindings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" @@ -6,4 +24,4 @@ <bindings node="wsdl:definitions"> <enableAsyncMapping>true</enableAsyncMapping> </bindings> -</bindings> \ No newline at end of file +</bindings> Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/hello_world_schema_import.xjb Sun Oct 15 02:52:05 2006 @@ -1,3 +1,21 @@ +<!-- + 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. +--> <jxb:bindings jxb:version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Modified: incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/invalid_mep.wsdl URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/invalid_mep.wsdl?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/invalid_mep.wsdl (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/test/resources/wsdl2java_wsdl/invalid_mep.wsdl Sun Oct 15 02:52:05 2006 @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- + 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="CorretorWSDL" targetNamespace="http://services.medial.com.br/echo" xmlns:tns="http://services.medial.com.br/echo" @@ -37,4 +55,4 @@ <soap:address location="www.exampleLocation.com/Port1" /> </wsdl:port> </wsdl:service> -</wsdl:definitions> \ No newline at end of file +</wsdl:definitions> Modified: incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE Sun Oct 15 02:52:05 2006 @@ -13,8 +13,33 @@ This product also includes software developed by: - the W3C consortium (http://www.w3c.org) , - - the SAX project (http://www.saxproject.org) + This product also includes software developed by Spring Framework + Project (http://www.springframework.org) + + This product also includes software developed by SUN MICROSYSTEMS, INC + (https://www.dev.java.net/servlets/ProjectList) + + This product also includes specifications developed by Java Community + Process (http://jcp.org/en/home/index) + + This product also includes software developed by Mort Bay Consulting + Pty (http://jetty.mortbay.org) + + This product also includes software developed by Codehause + (http://woodstox.codehaus.org/) + + This product also includes WS-* schemas developed by International + Business Machines Corporation, Microsoft Corporation, BEA Systems, + TIBCO Software, SAP AG, Sonic Software, and VeriSign + (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd) + (http://schemas.xmlsoap.org/ws/2004/08/addressing/) + (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd) + (http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd) + + This Product also includes schemas developed by OASIS + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) Additional copyright notices and license terms applicable are present in the licenses directory of this distribution. Modified: incubator/cxf/trunk/tools/xjc/dv-test/empty-elements.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv-test/empty-elements.xml?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv-test/empty-elements.xml (original) +++ incubator/cxf/trunk/tools/xjc/dv-test/empty-elements.xml Sun Oct 15 02:52:05 2006 @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- + 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. +--> <foo:Foo xmlns:foo="http://cxf.apache.org/configuration/foo"> <foo:longElem>76</foo:longElem> -</foo:Foo> \ No newline at end of file +</foo:Foo> Modified: incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE?view=diff&rev=464150&r1=464149&r2=464150 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE Sun Oct 15 02:52:05 2006 @@ -13,8 +13,33 @@ This product also includes software developed by: - the W3C consortium (http://www.w3c.org) , - - the SAX project (http://www.saxproject.org) + This product also includes software developed by Spring Framework + Project (http://www.springframework.org) + + This product also includes software developed by SUN MICROSYSTEMS, INC + (https://www.dev.java.net/servlets/ProjectList) + + This product also includes specifications developed by Java Community + Process (http://jcp.org/en/home/index) + + This product also includes software developed by Mort Bay Consulting + Pty (http://jetty.mortbay.org) + + This product also includes software developed by Codehause + (http://woodstox.codehaus.org/) + + This product also includes WS-* schemas developed by International + Business Machines Corporation, Microsoft Corporation, BEA Systems, + TIBCO Software, SAP AG, Sonic Software, and VeriSign + (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd) + (http://schemas.xmlsoap.org/ws/2004/08/addressing/) + (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd) + (http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd) + + This Product also includes schemas developed by OASIS + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) Additional copyright notices and license terms applicable are present in the licenses directory of this distribution.
