You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/01/03 00:53:59 UTC

svn commit: r491975 [1/4] - in /incubator/servicemix/trunk: archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/ archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/...

Author: gnodet
Date: Tue Jan  2 15:53:53 2007
New Revision: 491975

URL: http://svn.apache.org/viewvc?view=rev&rev=491975
Log:
Fix headers (ASF or not) on several files

Removed:
    incubator/servicemix/trunk/common/servicemix-components/src/sandbox/
    incubator/servicemix/trunk/core/servicemix-core/src/main/resources/META-INF/services/org/springframework/
Modified:
    incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/Main.java
    incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java
    incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/services.xml
    incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
    incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.bpel
    incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.wsdl
    incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/deploy.xml
    incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/src/main/resources/query.xq
    incubator/servicemix/trunk/common/servicemix-common/src/test/resources/wsn/xml.xsd
    incubator/servicemix/trunk/common/servicemix-components/src/test/resources/org/apache/servicemix/components/groovy/script.groovy
    incubator/servicemix/trunk/core/servicemix-core/src/main/resources/jbi-descriptor.xsd
    incubator/servicemix/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/jbi/loaders/jndi.properties
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-bc.xml
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-uu.xml
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request.xml
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Correlation.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Endpoint.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/support/MethodInvocationStrategy.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/main/java/org/apache/servicemix/drools/model/Fault.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/test/java/org/apache/servicemix/drools/fibonacci/Request.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XQueryEndpoint.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/books.xml
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/query.xq
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptHelper.java
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/GroovyExchangeProcessor.groovy
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/RubyExchangeProcessor.rb
    incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/examples/file-binding/outbox/holder.txt
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/bank.wsdl
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/creditagency.wsdl
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.bpel
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.wsdl
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client/JMSClient.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/lw-su/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/sa/META-INF/jbi.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-pxe/JMSClient.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-pxe/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-pxe/message.soap
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-pxe/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/http-binding/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/http-binding/request.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/http-binding/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/jms-binding/activemq.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/jms-binding/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/jms-binding/log4j.properties
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/jms-binding/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/quartz-binding/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/quartz-binding/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/build.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/client.html
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/servicemix.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/binding-su/xbean.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/components/soap/PingRequest.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/components/soap/PingResponse.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/components/soap/SimpleService.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/engine-su/xbean.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/soap-binding/src/sa/META-INF/jbi.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/maven.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/project.properties
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/project.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/main/org/codehaus/xfire/spring/example/Echo.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/main/org/codehaus/xfire/spring/example/EchoImpl.java
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/webapp/WEB-INF/applicationContext.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/webapp/WEB-INF/log4j.properties
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/webapp/WEB-INF/web.xml
    incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/xfire-binding/src/webapp/WEB-INF/xfire-servlet.xml
    incubator/servicemix/trunk/platforms/geronimo/geronimo-plugins.xml
    incubator/servicemix/trunk/samples/wsdl-first/src/main/assembly/src.xml
    incubator/servicemix/trunk/sandbox/geronimo-1.0/servicemix-gplan/maven.xml
    incubator/servicemix/trunk/sandbox/geronimo-1.0/servicemix-gplan/project.xml
    incubator/servicemix/trunk/sandbox/geronimo-1.0/servicemix-gplan/src/plan/plan.xml
    incubator/servicemix/trunk/sandbox/geronimo-1.1/configs/servicemix-deployer/src/resources/META-INF/geronimo-plugin.xml
    incubator/servicemix/trunk/sandbox/geronimo-1.1/etc/explicit_versions.properties
    incubator/servicemix/trunk/sandbox/geronimo-1.1/modules/servicemix/src/main/java/org/apache/geronimo/servicemix/Component.java
    incubator/servicemix/trunk/sandbox/geronimo-1.1/modules/servicemix/src/main/java/org/apache/geronimo/servicemix/ServiceAssembly.java
    incubator/servicemix/trunk/sandbox/geronimo-1.1/modules/servicemix/src/main/java/org/apache/geronimo/servicemix/SharedLibrary.java
    incubator/servicemix/trunk/sandbox/geronimo-1.1/plugin-repo/geronimo-plugins.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-DOC-Fault.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-DOC-Input.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-DOC-Output.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-DOC.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-RPC-Input.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-RPC-Output.xml
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/HelloWorld-RPC.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/Person.wsdl2
    incubator/servicemix/trunk/sandbox/servicemix-soap2/src/test/java/org/apache/servicemix/soap/convert/ConverterTest.java
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/maven.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/project.properties
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/project.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/main/java/org/servicemix/ws/notification/invoke/package.html
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/main/java/org/servicemix/ws/notification/package.html
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/sa/META-INF/jbi.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/sa/jbi.xsd
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/su/META-INF/jbi.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/su/classes/broker-vmpersistence.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/su/jbi.xsd
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/su/xbean.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/broker-vmpersistence.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/log4j.properties
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/addressing/notify.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/addressing/wsa.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/eventing/wse-subscribe.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/jbi-wsn.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/wsn-http-broker.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/wsn-http-publisher.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/wsn-http-subscriber.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/wsn-notify.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/notification/wsn-subscribe.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/soap/subscribeRequest.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsn-1.2/src/test/resources/org/servicemix/ws/soap/unknownRequest.xml
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/maven.xml
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/project.properties
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/project.xml
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/wsdl/SoapBaseNotificationServices.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/wsdl/SoapBrokeredNotificationServices.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/wsdl/SoapRMServices.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/wsdl/WS-ResourceLifetime-1_2-Draft_01.wsdl
    incubator/servicemix/trunk/sandbox/servicemix-wspojo/wsdl/XML-Namespace-1998.xsd
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/maven.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/project.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/src/main/wsdl/2001/XMLSchema.dtd
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/src/main/wsdl/2001/XMLSchema.xsd
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/src/main/wsdl/2001/datatypes.dtd
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/src/main/wsdl/catalog.xml
    incubator/servicemix/trunk/sandbox/servicemix-wsrm/src/main/wsdl/xml.xsd
    incubator/servicemix/trunk/sandbox/tooling/maven-eclipse-plugin-plugin/plugin.jelly
    incubator/servicemix/trunk/sandbox/tooling/maven-eclipse-plugin-plugin/plugin.properties
    incubator/servicemix/trunk/sandbox/tooling/maven-eclipse-plugin-plugin/project.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-eclipse-plugin-plugin/src/plugin-resources/plugin.jsl
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/pom.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/META-INF/archetype.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/archetype-resources/pom.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/archetype-resources/src/main/java/App.java
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/archetype-resources/src/main/jbi/META-INF/jbi-spring.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/archetype-resources/src/main/merge/services.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-archetype/src/main/resources/archetype-resources/src/test/java/AppTest.java
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/src/plugin-resources/jbi-spring.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/src/plugin-resources/jbi.jsl
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/src/plugin-resources/jbi.xsd
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/src/plugin-resources/project.properties
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/src/plugin-resources/services.xml
    incubator/servicemix/trunk/sandbox/tooling/maven-jbi-plugin/test.xml
    incubator/servicemix/trunk/sandbox/tooling/servicemix-installer/project.properties
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/project.properties
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/src/main/resources/jbi.xsd
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/src/main/resources/packaging-assets.xsd
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/src/test/java/org/apache/servicemix/descriptors/deployment/assets/TestDeploymentMarshalling.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/src/test/resources/components.xml
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-descriptors/src/test/resources/jbi.xml
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/project.properties
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/apache/servicemix/packaging/model/jaxb.index
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/apache/servicemix/packaging/parts/AbstractGraphicalEditPart2.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/apache/servicemix/packaging/wizards/NewDeploymentWizardPage.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/deployables/IJBIComponentArtifact.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/deployables/JBIComponentDeployable.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/deployables/JBIComponentDeployableFactory.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/deployables/JBIComponentDeployableObjectAdapter.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/deployables/JBIComponentDeployableObjectAdapterUtil.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/project/operations/IJbiFacetInstallDataModelProperties.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/project/operations/JbiFacetInstallDataModelProvider.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/internal/project/operations/JbiFacetProjectCreationDataModelProvider.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/ui/internal/util/JBIUIMessages.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/ui/project/facet/JbiFacetInstallDelegate.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/ui/project/facet/JbiFacetInstallPage.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/ui/project/facet/JbiProjectFirstPage.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/jbi/ui/project/facet/JbiProjectWizard.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/server/servicemix/JMXPingThread.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/java/org/eclipse/jst/server/servicemix/ServiceMixServerBehaviour.java
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/buildfiles/servicemix30.xml
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/jbi_ui.properties
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/plugin.properties
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/plugin.xml
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/servers/servicemix30.serverdef
    incubator/servicemix/trunk/sandbox/tooling/servicemix-packaging-eclipse-plugin/src/main/resources/settings.xml
    incubator/servicemix/trunk/servicemix-itests/src/test/java/org/apache/servicemix/itests/deadlock/DeadlockTest.java
    incubator/servicemix/trunk/tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/AbstractDescriptorWriter.java
    incubator/servicemix/trunk/tooling/jbi-maven-plugin/src/main/java/org/apache/servicemix/maven/plugin/jbi/XmlDescriptorHelper.java
    incubator/servicemix/trunk/web/servicemix-web-console/src/main/resources/servicemix-web-console.properties
    incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/tags/sitemesh-decorator.tld
    incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/WEB-INF/tags/sitemesh-page.tld

Modified: incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/Main.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/Main.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/Main.java (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/src/main/java/Main.java Tue Jan  2 15:53:53 2007
@@ -1,4 +1,20 @@
-package com.logicblaze.sample;
+/*
+ * 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 ${packageName};
 
 import org.apache.servicemix.jbi.container.SpringJBIContainer;
 import org.apache.xbean.spring.context.ClassPathXmlApplicationContext;

Modified: incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/java/ExampleService.java Tue Jan  2 15:53:53 2007
@@ -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 ${packageName};
 
 import javax.jws.WebMethod;

Modified: incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/services.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/services.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/services.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/src/main/resources/services.xml Tue Jan  2 15:53:53 2007
@@ -1,3 +1,21 @@
+<?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://xfire.codehaus.org/config/1.0">  
   <service>
   	<name>ExampleService</name>

Modified: incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/src/main/resources/service.wsdl Tue Jan  2 15:53:53 2007
@@ -1,7 +1,24 @@
 <?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 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.example.org/example/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="example" targetNamespace="http://www.example.org/example/">
 
 <wsdl:service name="example">
 
 </wsdl:service>
-</wsdl:definitions>
\ No newline at end of file
+</wsdl:definitions>

Modified: incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.bpel
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.bpel?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.bpel (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.bpel Tue Jan  2 15:53:53 2007
@@ -1,4 +1,21 @@
 <?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.
+-->
 <bpws:process xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:hello="urn:/HelloWorld2-RPC.wsdl" xmlns:tns="urn:/HelloWorld2-RPC.bpel" xmlns:xsd="http://www.w3.org/2001/XMLSchema" exitOnStandardFault="yes" name="HelloWorld2-RPC" targetNamespace="urn:/HelloWorld2-RPC.bpel">
 <bpws:import importType="http://schemas.xmlsoap.org/wsdl/" location="HelloWorld2-RPC.wsdl" namespace="urn:/HelloWorld2-RPC.wsdl"/>
 <bpws:partnerLinks>

Modified: incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.wsdl?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.wsdl (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/HelloWorld2-RPC.wsdl Tue Jan  2 15:53:53 2007
@@ -1,4 +1,21 @@
 <?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.
+-->
 <definitions name="Hello"
         targetNamespace="urn:/HelloWorld2-RPC.wsdl"
         xmlns:tns="urn:/HelloWorld2-RPC.wsdl"

Modified: incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/deploy.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/deploy.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/src/main/resources/deploy.xml Tue Jan  2 15:53:53 2007
@@ -1,4 +1,21 @@
 <?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.
+-->
 <deploy xmlns="http://ode.fivesight.com/schemas/2006/06/27/dd"
         xmlns:pns="urn:/HelloWorld2-RPC.bpel"
         xmlns:sns="urn:/HelloWorld2-RPC.wsdl">

Modified: incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/src/main/resources/query.xq
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/src/main/resources/query.xq?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/src/main/resources/query.xq (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/src/main/resources/query.xq Tue Jan  2 15:53:53 2007
@@ -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.
+-->
 <titles>
 {
   for $x in /bookstore/book

Modified: incubator/servicemix/trunk/common/servicemix-common/src/test/resources/wsn/xml.xsd
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-common/src/test/resources/wsn/xml.xsd?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-common/src/test/resources/wsn/xml.xsd (original)
+++ incubator/servicemix/trunk/common/servicemix-common/src/test/resources/wsn/xml.xsd Tue Jan  2 15:53:53 2007
@@ -1,4 +1,14 @@
 <?xml version='1.0'?>
+<!--
+        Copyright © 2004 World Wide Web Consortium, 
+        (Massachusetts Institute of Technology, European Research 
+        Consortium for Informatics and Mathematics, Keio University). 
+        All Rights Reserved. 
+        http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
+        
+        The original file is available at 
+             http://www.w3.org/2001/xml.xsd
+  -->
 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
 
  <xs:annotation>
@@ -136,4 +146,4 @@
 
  </xs:attributeGroup>
 
-</xs:schema>
\ No newline at end of file
+</xs:schema>

Modified: incubator/servicemix/trunk/common/servicemix-components/src/test/resources/org/apache/servicemix/components/groovy/script.groovy
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-components/src/test/resources/org/apache/servicemix/components/groovy/script.groovy?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-components/src/test/resources/org/apache/servicemix/components/groovy/script.groovy (original)
+++ incubator/servicemix/trunk/common/servicemix-components/src/test/resources/org/apache/servicemix/components/groovy/script.groovy Tue Jan  2 15:53:53 2007
@@ -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.
+ */
+
 println "Called with inbound message $inMessage"
 
 // lets output some message properties

Modified: incubator/servicemix/trunk/core/servicemix-core/src/main/resources/jbi-descriptor.xsd
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/core/servicemix-core/src/main/resources/jbi-descriptor.xsd?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/core/servicemix-core/src/main/resources/jbi-descriptor.xsd (original)
+++ incubator/servicemix/trunk/core/servicemix-core/src/main/resources/jbi-descriptor.xsd Tue Jan  2 15:53:53 2007
@@ -1,4 +1,21 @@
 <?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.
+-->
 <xs:schema xmlns:jbi="http://java.sun.com/xml/ns/jbi" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://java.sun.com/xml/ns/jbi">
   <xs:element name="jbi">
     <xs:complexType>

Modified: incubator/servicemix/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/jbi/loaders/jndi.properties
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/jbi/loaders/jndi.properties?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/jbi/loaders/jndi.properties (original)
+++ incubator/servicemix/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/jbi/loaders/jndi.properties Tue Jan  2 15:53:53 2007
@@ -0,0 +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.
+#
+#

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-bc.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-bc.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-bc.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-bc.xml Tue Jan  2 15:53:53 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.
+
+-->
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
   <soap:Header>

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-uu.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-uu.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-uu.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request-uu.xml Tue Jan  2 15:53:53 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.
+
+-->
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
   <soap:Header>

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/test/resources/org/apache/servicemix/http/security/request.xml Tue Jan  2 15:53:53 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.
+
+-->
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
   <soap:Header>

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Correlation.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Correlation.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Correlation.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Correlation.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.bean;
 
 import java.lang.annotation.ElementType;

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Endpoint.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Endpoint.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Endpoint.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/Endpoint.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.bean;
 
 import javax.xml.namespace.QName;

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/support/MethodInvocationStrategy.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/support/MethodInvocationStrategy.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/support/MethodInvocationStrategy.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-bean/src/main/java/org/apache/servicemix/bean/support/MethodInvocationStrategy.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.bean.support;
 
 import org.aopalliance.intercept.MethodInvocation;

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/main/java/org/apache/servicemix/drools/model/Fault.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/main/java/org/apache/servicemix/drools/model/Fault.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/main/java/org/apache/servicemix/drools/model/Fault.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/main/java/org/apache/servicemix/drools/model/Fault.java Tue Jan  2 15:53:53 2007
@@ -1,5 +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.
+ */
 package org.apache.servicemix.drools.model;
-
 
 public class Fault extends Message {
 

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/test/java/org/apache/servicemix/drools/fibonacci/Request.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/test/java/org/apache/servicemix/drools/fibonacci/Request.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/test/java/org/apache/servicemix/drools/fibonacci/Request.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-drools/src/test/java/org/apache/servicemix/drools/fibonacci/Request.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.drools.fibonacci;
 
 public class Request {

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/SaxonEndpoint.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.saxon;
 
 import java.io.File;
@@ -256,4 +272,4 @@
         return builder.parse(res.getInputStream(), url != null ? url.toExternalForm() : null);
     }
 
-}
\ No newline at end of file
+}

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XQueryEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XQueryEndpoint.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XQueryEndpoint.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/main/java/org/apache/servicemix/saxon/XQueryEndpoint.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.saxon;
 
 import java.io.ByteArrayOutputStream;

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/books.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/books.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/books.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/books.xml Tue Jan  2 15:53:53 2007
@@ -1,36 +1,54 @@
 <?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.
+
+-->
 <bookstore>
-
-  <book category="COOKING">
-    <title lang="en">Everyday Italian</title>
-    <author>Giada De Laurentiis</author>
-    <year>2005</year>
-    <price>30.00</price>
-  </book>
-
-  <book category="CHILDREN">
-    <title lang="en">Harry Potter</title>
-    <author>J K. Rowling</author>
-    <year>2005</year>
-    <price>29.99</price>
-  </book>
-
-  <book category="WEB">
-    <title lang="en">XQuery Kick Start</title>
-    <author>James McGovern</author>
-    <author>Per Bothner</author>
-    <author>Kurt Cagle</author>
-    <author>James Linn</author>
-    <author>Vaidyanathan Nagarajan</author>
-    <year>2003</year>
-    <price>49.99</price>
-  </book>
-
-  <book category="WEB">
-    <title lang="en">Learning XML</title>
-    <author>Erik T. Ray</author>
-    <year>2003</year>
-    <price>39.95</price>
-  </book>
-
+
+  <book category="COOKING">
+    <title lang="en">Everyday Italian</title>
+    <author>Giada De Laurentiis</author>
+    <year>2005</year>
+    <price>30.00</price>
+  </book>
+
+  <book category="CHILDREN">
+    <title lang="en">Harry Potter</title>
+    <author>J K. Rowling</author>
+    <year>2005</year>
+    <price>29.99</price>
+  </book>
+
+  <book category="WEB">
+    <title lang="en">XQuery Kick Start</title>
+    <author>James McGovern</author>
+    <author>Per Bothner</author>
+    <author>Kurt Cagle</author>
+    <author>James Linn</author>
+    <author>Vaidyanathan Nagarajan</author>
+    <year>2003</year>
+    <price>49.99</price>
+  </book>
+
+  <book category="WEB">
+    <title lang="en">Learning XML</title>
+    <author>Erik T. Ray</author>
+    <year>2003</year>
+    <price>39.95</price>
+  </book>
+
 </bookstore>

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/query.xq
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/query.xq?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/query.xq (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-saxon/src/test/resources/query.xq Tue Jan  2 15:53:53 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.
+
+-->
 <titles>
 {
   for $x in /bookstore/book

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptHelper.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptHelper.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptHelper.java (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/main/java/org/apache/servicemix/script/ScriptHelper.java Tue Jan  2 15:53:53 2007
@@ -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.servicemix.script;
 
 public interface ScriptHelper {
@@ -5,4 +21,4 @@
 	public abstract void setScriptExchangeProcessorEndpoint(
 			ScriptExchangeProcessorEndpoint endpoint);
 
-}
\ No newline at end of file
+}

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/GroovyExchangeProcessor.groovy
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/GroovyExchangeProcessor.groovy?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/GroovyExchangeProcessor.groovy (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/GroovyExchangeProcessor.groovy Tue Jan  2 15:53:53 2007
@@ -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.
+ */
 import org.apache.servicemix.common.ExchangeProcessor;
 import javax.jbi.messaging.MessageExchange;
 import javax.jbi.messaging.NormalizedMessage;
@@ -25,4 +41,4 @@
     def void stop() {
     	println "Stopping";
     }
-}
\ No newline at end of file
+}

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/RubyExchangeProcessor.rb
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/RubyExchangeProcessor.rb?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/RubyExchangeProcessor.rb (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/src/test/resources/RubyExchangeProcessor.rb Tue Jan  2 15:53:53 2007
@@ -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.
+ */
 require 'java'
 
 include_class 'javax.jbi.messaging.MessageExchange'
@@ -35,4 +51,4 @@
  	return "You do need to implement a toString?"
  end
 
-end
\ No newline at end of file
+end

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/examples/file-binding/outbox/holder.txt
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/examples/file-binding/outbox/holder.txt?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/examples/file-binding/outbox/holder.txt (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/examples/file-binding/outbox/holder.txt Tue Jan  2 15:53:53 2007
@@ -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.
+ */
+
 =======================================================
  Holder File.  Keeps CVS from deleting this directory.
-=======================================================
\ No newline at end of file
+=======================================================

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/build.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/build.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/build.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/build.xml Tue Jan  2 15:53:53 2007
@@ -1,3 +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.
+
+-->
 <project name="basic" default="setup" basedir=".">
 
   <target name="setup">

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/servicemix.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/servicemix.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/servicemix.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/basic/servicemix.xml Tue Jan  2 15:53:53 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://xbean.org/schemas/spring/1.0"
 	xmlns:spring="http://xbean.org/schemas/spring/1.0"
 	xmlns:sm="http://servicemix.apache.org/config/1.0"

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/build.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/build.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/build.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/build.xml Tue Jan  2 15:53:53 2007
@@ -1,3 +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.
+
+-->
 <project name="bpel-bpe" default="run" basedir=".">
 
   <property name="build.dir" value="build"/>

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/servicemix.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/servicemix.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/servicemix.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/servicemix.xml Tue Jan  2 15:53:53 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:sm="http://servicemix.apache.org/config/1.0">
 
   <!-- the JBI container -->

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/bank.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/bank.wsdl?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/bank.wsdl (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/bank.wsdl Tue Jan  2 15:53:53 2007
@@ -1,3 +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 targetNamespace="urn:logicblaze:soa:bank"
 	xmlns:tns="urn:logicblaze:soa:bank"
 	xmlns:typens="urn:logicblaze:soa:bank:types"

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/creditagency.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/creditagency.wsdl?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/creditagency.wsdl (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/creditagency.wsdl Tue Jan  2 15:53:53 2007
@@ -1,3 +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 targetNamespace="urn:logicblaze:soa:creditagency"
 	xmlns:tns="urn:logicblaze:soa:creditagency"
 	xmlns:typens="urn:logicblaze:soa:creditagency:types"

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.bpel
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.bpel?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.bpel (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.bpel Tue Jan  2 15:53:53 2007
@@ -1,3 +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.
+
+-->
 <bpel:process name="loanbrokerProcess"
 	targetNamespace="urn:logicblaze:soa:loanbroker"
 	xmlns:tns="urn:logicblaze:soa:loanbroker"

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.wsdl
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.wsdl?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.wsdl (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/bpe-su/loanbroker.wsdl Tue Jan  2 15:53:53 2007
@@ -1,3 +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 targetNamespace="urn:logicblaze:soa:loanbroker"
 	xmlns:tns="urn:logicblaze:soa:loanbroker"
 	xmlns:typens="urn:logicblaze:soa:loanbroker:types"

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client/JMSClient.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client/JMSClient.java?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client/JMSClient.java (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client/JMSClient.java Tue Jan  2 15:53:53 2007
@@ -1,20 +1,19 @@
-/** 
- * 
- * Copyright 2005 RAJD Consultanct Ltd
- * 
- * Licensed 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
- * 
+/*
+ * 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. 
- * 
- **/
+ * 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.
+ */
 import edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch;
 
 import org.apache.activemq.ActiveMQConnectionFactory;

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/lw-su/servicemix.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/lw-su/servicemix.xml?view=diff&rev=491975&r1=491974&r2=491975
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/lw-su/servicemix.xml (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/lw-su/servicemix.xml Tue Jan  2 15:53:53 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:sm="http://servicemix.apache.org/config/1.0" 
 	   xmlns:lb="urn:logicblaze:soa:loanbroker"
 	   xmlns:ca="urn:logicblaze:soa:creditagency">