You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/07/04 08:24:56 UTC

svn commit: r1357097 - in /camel/trunk: ./ examples/camel-example-bam/src/data/invoices/ examples/camel-example-bam/src/data/purchaseOrders/ examples/camel-example-console/src/main/resources/ examples/camel-example-etl/src/data/ examples/camel-example-...

Author: cmueller
Date: Wed Jul  4 06:24:53 2012
New Revision: 1357097

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

Modified:
    camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml
    camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
    camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
    camel/trunk/examples/camel-example-console/src/main/resources/log4j.properties
    camel/trunk/examples/camel-example-etl/src/data/row1.xml
    camel/trunk/examples/camel-example-etl/src/data/row2.xml
    camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml
    camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml
    camel/trunk/examples/camel-example-management/src/main/data/message.xml
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml
    camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml
    camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml
    camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml
    camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml
    camel/trunk/examples/camel-example-spring/src/data/message1.xml
    camel/trunk/examples/camel-example-spring/src/data/message2.xml
    camel/trunk/examples/camel-example-twitter-websocket/src/main/resources/log4j.properties
    camel/trunk/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml
    camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml
    camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml
    camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml
    camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml
    camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml
    camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml

Modified: camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceA.xml Wed Jul  4 06:24:53 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.
+-->
 <invoice purchaseOrderId="p1">
   <description>This invoice should tie up with purchase order p1</description>
 </invoice>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/invoices/invoiceC.xml Wed Jul  4 06:24:53 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.
+-->
 <invoice purchaseOrderId="p3">
   <description>This invoice should tie up with purchase order p3</description>
 </invoice>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po1.xml Wed Jul  4 06:24:53 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.
+-->
 <purchaseOrder id="p1">
   <product>beer</product>
   <amount>10</amount>

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po2.xml Wed Jul  4 06:24:53 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.
+-->
 <purchaseOrder id="p2">
   <product>pizza</product>
   <amount>2</amount>

Modified: camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml (original)
+++ camel/trunk/examples/camel-example-bam/src/data/purchaseOrders/po3.xml Wed Jul  4 06:24:53 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.
+-->
 <purchaseOrder id="p3">
   <product>iPhone</product>
   <amount>1</amount>

Modified: camel/trunk/examples/camel-example-console/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-console/src/main/resources/log4j.properties?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-console/src/main/resources/log4j.properties (original)
+++ camel/trunk/examples/camel-example-console/src/main/resources/log4j.properties Wed Jul  4 06:24:53 2012
@@ -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.
+## ------------------------------------------------------------------------
+
+
 log4j.rootLogger=INFO, out
 
 # uncomment the following line to turn on Camel debugging

Modified: camel/trunk/examples/camel-example-etl/src/data/row1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/data/row1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/data/row1.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/data/row1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-etl/src/data/row2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/data/row2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/data/row2.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/data/row2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-guice-jms/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-guice-jms/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-management/src/main/data/message.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-management/src/main/data/message.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-management/src/main/data/message.xml (original)
+++ camel/trunk/examples/camel-example-management/src/main/data/message.xml Wed Jul  4 06:24:53 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.
+-->
 <person>
     <name>Claus</name>
 </person>
\ No newline at end of file

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/src/data/message3.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>

Modified: camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring-xquery/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/src/data/message1.xml (original)
+++ camel/trunk/examples/camel-example-spring/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/examples/camel-example-spring/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/src/data/message2.xml (original)
+++ camel/trunk/examples/camel-example-spring/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/examples/camel-example-twitter-websocket/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-twitter-websocket/src/main/resources/log4j.properties?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-twitter-websocket/src/main/resources/log4j.properties (original)
+++ camel/trunk/examples/camel-example-twitter-websocket/src/main/resources/log4j.properties Wed Jul  4 06:24:53 2012
@@ -1,3 +1,20 @@
+## ------------------------------------------------------------------------
+## 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.
+## ------------------------------------------------------------------------
+
 log4j.rootLogger=INFO, out
 
 # uncomment the following line to turn on Camel debugging

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Jul  4 06:24:53 2012
@@ -542,6 +542,8 @@
             <exclude>**/.settings/**/*</exclude>
             <exclude>**/*.iml</exclude>
             <exclude>.idea/**/*</exclude>
+            <exclude>**/avro/**/*.avpr</exclude>
+            <exclude>**/OSGI-INF/bundle.info</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-activemq/src/main/resources/archetype-resources/src/data/message3.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-java/src/main/resources/archetype-resources/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-spring/src/main/resources/archetype-resources/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message1.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="james">
   <firstName>James</firstName>
   <lastName>Strachan</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message2.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="hiram">
   <firstName>Hiram</firstName>
   <lastName>Chirino</lastName>

Modified: camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml?rev=1357097&r1=1357096&r2=1357097&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/src/data/message3.xml Wed Jul  4 06:24:53 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.
+-->
 <person user="jon">
   <firstName>Jonathan</firstName>
   <lastName>Anstey</lastName>