You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/06/12 16:05:48 UTC

svn commit: r546488 - in /activemq/camel/trunk: camel-core/src/test/resources/org/apache/camel/builder/xml/ components/camel-bam/src/test/resources/org/apache/camel/bam/ components/camel-jms/src/test/resources/org/apache/camel/component/jms/ components...

Author: chirino
Date: Tue Jun 12 07:05:47 2007
New Revision: 546488

URL: http://svn.apache.org/viewvc?view=rev&rev=546488
Log:
Added some lic headers.

Modified:
    activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/builder/xml/example.xsl
    activemq/camel/trunk/components/camel-bam/src/test/resources/org/apache/camel/bam/spring.xml
    activemq/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/spring.xml
    activemq/camel/trunk/components/camel-jpa/src/test/resources/org/apache/camel/processor/jpa/spring.xml
    activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd
    activemq/camel/trunk/etc/css/stylesheet.css
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/build.properties
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/plugin.xml
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/camel.xtxt
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.oaw
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.properties
    activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/org/apache/camel/eclipse/camelChecks.chk

Modified: activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/builder/xml/example.xsl
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/builder/xml/example.xsl?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/builder/xml/example.xsl (original)
+++ activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/builder/xml/example.xsl Tue Jun 12 07:05:47 2007
@@ -1,4 +1,20 @@
 <?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.
+-->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
   <xsl:template match="/">
@@ -7,4 +23,4 @@
     </goodbye>
   </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>

Modified: activemq/camel/trunk/components/camel-bam/src/test/resources/org/apache/camel/bam/spring.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-bam/src/test/resources/org/apache/camel/bam/spring.xml?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/components/camel-bam/src/test/resources/org/apache/camel/bam/spring.xml (original)
+++ activemq/camel/trunk/components/camel-bam/src/test/resources/org/apache/camel/bam/spring.xml Tue Jun 12 07:05:47 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
@@ -19,4 +35,4 @@
     <property name="persistenceUnitName" value="bam"/>
   </bean>
 
-</beans>
\ No newline at end of file
+</beans>

Modified: activemq/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/spring.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/spring.xml?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/spring.xml (original)
+++ activemq/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/spring.xml Tue Jun 12 07:05:47 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
@@ -33,4 +49,4 @@
     <property name="config" value="org/apache/camel/component/jms/activemq.xml"/>
   </bean>
 
-</beans>
\ No newline at end of file
+</beans>

Modified: activemq/camel/trunk/components/camel-jpa/src/test/resources/org/apache/camel/processor/jpa/spring.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jpa/src/test/resources/org/apache/camel/processor/jpa/spring.xml?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/components/camel-jpa/src/test/resources/org/apache/camel/processor/jpa/spring.xml (original)
+++ activemq/camel/trunk/components/camel-jpa/src/test/resources/org/apache/camel/processor/jpa/spring.xml Tue Jun 12 07:05:47 2007
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
@@ -19,4 +35,4 @@
     <property name="persistenceUnitName" value="idempotentDb"/>
   </bean>
 
-</beans>
\ No newline at end of file
+</beans>

Modified: activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd (original)
+++ activemq/camel/trunk/components/camel-spring/src/main/resources/org/apache/camel/spring/camel-1.0.xsd Tue Jun 12 07:05:47 2007
@@ -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.
+-->
 <xs:schema
         xmlns:xs="http://www.w3.org/2001/XMLSchema"
         elementFormDefault="qualified"

Modified: activemq/camel/trunk/etc/css/stylesheet.css
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/etc/css/stylesheet.css?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/etc/css/stylesheet.css (original)
+++ activemq/camel/trunk/etc/css/stylesheet.css Tue Jun 12 07:05:47 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.
+ */
 vadoc style sheet */
 
 /* Define colors, fonts and other style attributes here to override the defaults  */

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/build.properties
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/build.properties?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/build.properties (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/build.properties Tue Jun 12 07:05:47 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.
+# ------------------------------------------------------------------------
+
 source.. = src/,\
            src-gen/
 output.. = bin/

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/plugin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/plugin.xml?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/plugin.xml (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing.editor/plugin.xml Tue Jun 12 07:05:47 2007
@@ -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.
+-->
 <?eclipse version="3.0"?>
 <plugin>
 

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/camel.xtxt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/camel.xtxt?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/camel.xtxt (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/camel.xtxt Tue Jun 12 07:05:47 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.
+//
 // we could define endpoints first (so that properties can be specified on them)
 // then an endpoint reference could be explicit or implicit.
 //
@@ -28,4 +44,4 @@
 Process :
 	"process" type=ID;
 	
-	
\ No newline at end of file
+	

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.oaw
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.oaw?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.oaw (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.oaw Tue Jun 12 07:05:47 2007
@@ -1,4 +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.
+-->
 <workflow>
    <property file='generate.properties'/>
    <component file='org/openarchitectureware/xtext/Generator.oaw' inheritAll='true'/>
-</workflow>
\ No newline at end of file
+</workflow>

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.properties
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.properties?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.properties (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/generate.properties Tue Jun 12 07:05:47 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.
+# ------------------------------------------------------------------------
+
 workspace.dir=../
 
 core.project.name=camel.routing

Modified: activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/org/apache/camel/eclipse/camelChecks.chk
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/org/apache/camel/eclipse/camelChecks.chk?view=diff&rev=546488&r1=546487&r2=546488
==============================================================================
--- activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/org/apache/camel/eclipse/camelChecks.chk (original)
+++ activemq/camel/trunk/tooling/camel-eclipse/camel.routing/src/org/apache/camel/eclipse/camelChecks.chk Tue Jun 12 07:05:47 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.
+ */
 import camel;
 
 /*