Author: dkulp
Date: Tue Jul 31 08:19:17 2007
New Revision: 561360
URL: http://svn.apache.org/viewvc?view=rev&rev=561360
Log:
Add apache license header to some files.
Modified:
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/bin/run_java_client
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build.xml
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_axis.xml
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_ri.xml
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/wsdl/perf.wsdl
incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/invalid-engines.xml
incubator/cxf/trunk/systests/src/test/resources/extrajaxbclass.xml
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb.xml
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb_date.xml
Modified:
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/bin/run_java_client
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/bin/run_java_client?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
---
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/bin/run_java_client
(original)
+++
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/bin/run_java_client
Tue Jul 31 08:19:17 2007
@@ -1,5 +1,22 @@
#!/bin/bash
+# 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.
+
OPERARTION=echoComplexTypeDoc
#OPERARTION=echoStringDoc
#OPERARTION=echoBase64Doc
Modified: incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
--- incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build.xml
(original)
+++ incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build.xml Tue
Jul 31 08:19:17 2007
@@ -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.
+-->
<project name="test.complex_type" default="build" basedir=".">
<property name="thirdparty.classpath" location
="${basedir}/../base/build/classes"/>
Modified:
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_axis.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_axis.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
--- incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_axis.xml
(original)
+++ incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_axis.xml
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<project name="test.complex_type" default="build" basedir=".">
<property name="thirdparty.classpath" location
="${basedir}/../base/build/classes"/>
Modified:
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_ri.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_ri.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
--- incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_ri.xml
(original)
+++ incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/build_ri.xml
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<project name="test.complex_type" default="build" basedir=".">
<property name="thirdparty.classpath" location
="${basedir}/../base/build/classes"/>
Modified:
incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/wsdl/perf.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/wsdl/perf.wsdl?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
--- incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/wsdl/perf.wsdl
(original)
+++ incubator/cxf/trunk/benchmark/performance/soap_http_doc_lit/wsdl/perf.wsdl
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://cxf.apache.org/cxf/performance"
Modified:
incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/invalid-engines.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/invalid-engines.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
---
incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/invalid-engines.xml
(original)
+++
incubator/cxf/trunk/rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/invalid-engines.xml
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified: incubator/cxf/trunk/systests/src/test/resources/extrajaxbclass.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/resources/extrajaxbclass.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
--- incubator/cxf/trunk/systests/src/test/resources/extrajaxbclass.xml
(original)
+++ incubator/cxf/trunk/systests/src/test/resources/extrajaxbclass.xml Tue Jul
31 08:19:17 2007
@@ -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.
+-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jaxws="http://cxf.apache.org/jaxws"
Modified:
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
---
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb.xml
(original)
+++
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb.xml
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<jaxws:bindings
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
Modified:
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb_date.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb_date.xml?view=diff&rev=561360&r1=561359&r2=561360
==============================================================================
---
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb_date.xml
(original)
+++
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/test/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/resources/external_jaxws_embed_jaxb_date.xml
Tue Jul 31 08:19:17 2007
@@ -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.
+-->
<jaxws:bindings wsdlLocation="test.wsdl"
xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"