Author: cmueller
Date: Mon Jul  2 18:32:56 2012
New Revision: 1356394

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

Modified:
    
camel/branches/camel-2.8.x/camel-core/src/test/java/org/apache/camel/issues/RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest.java
    
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/resources/axis-example-context.xml
    
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/server-config.wsdd
    
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/web.xml
    
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/wsdl/report_incident.wsdl
    
camel/branches/camel-2.8.x/examples/camel-example-gae/src/main/webapp/WEB-INF/web.xml

Modified: 
camel/branches/camel-2.8.x/camel-core/src/test/java/org/apache/camel/issues/RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest.java
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/camel-core/src/test/java/org/apache/camel/issues/RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest.java?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/camel-core/src/test/java/org/apache/camel/issues/RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest.java
 (original)
+++ 
camel/branches/camel-2.8.x/camel-core/src/test/java/org/apache/camel/issues/RedeliveryErrorHandlerAsyncDelayedTwoCamelContextIssueTest.java
 Mon Jul  2 18:32:56 2012
@@ -1,3 +1,19 @@
+/**
+ * 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 org.apache.camel.issues;
 
 import org.apache.camel.ConsumerTemplate;

Modified: 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/resources/axis-example-context.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/resources/axis-example-context.xml?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/resources/axis-example-context.xml
 (original)
+++ 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/resources/axis-example-context.xml
 Mon Jul  2 18:32:56 2012
@@ -1,4 +1,20 @@
 <?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:camel="http://camel.apache.org/schema/spring";

Modified: 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/server-config.wsdd
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/server-config.wsdd?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/server-config.wsdd
 (original)
+++ 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/server-config.wsdd
 Mon Jul  2 18:32:56 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <deployment xmlns="http://xml.apache.org/axis/wsdd/"; 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
     <!-- global configuration -->
        <globalConfiguration>

Modified: 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/web.xml?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/web.xml
 Mon Jul  2 18:32:56 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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.
+-->
 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

Modified: 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/wsdl/report_incident.wsdl
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/wsdl/report_incident.wsdl?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/wsdl/report_incident.wsdl
 (original)
+++ 
camel/branches/camel-2.8.x/examples/camel-example-axis/src/main/webapp/WEB-INF/wsdl/report_incident.wsdl
 Mon Jul  2 18:32:56 2012
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
        xmlns:tns="http://reportincident.example.camel.apache.org";
        xmlns:xs="http://www.w3.org/2001/XMLSchema";

Modified: 
camel/branches/camel-2.8.x/examples/camel-example-gae/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/examples/camel-example-gae/src/main/webapp/WEB-INF/web.xml?rev=1356394&r1=1356393&r2=1356394&view=diff
==============================================================================
--- 
camel/branches/camel-2.8.x/examples/camel-example-gae/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
camel/branches/camel-2.8.x/examples/camel-example-gae/src/main/webapp/WEB-INF/web.xml
 Mon Jul  2 18:32:56 2012
@@ -1,4 +1,20 @@
 <?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.
+-->
 <web-app 
 xmlns="http://java.sun.com/xml/ns/javaee";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";


Reply via email to