You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/06/30 13:10:02 UTC

git commit: fixed issues reported by the maven-rat-plugin

Updated Branches:
  refs/heads/camel-2.10.x 6162e83db -> 31a58ba18


fixed issues reported by the maven-rat-plugin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/31a58ba1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/31a58ba1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/31a58ba1

Branch: refs/heads/camel-2.10.x
Commit: 31a58ba184d520b51a13f1cb8ab5e7d1e7a23131
Parents: 6162e83
Author: cmueller <cm...@apache.org>
Authored: Sun Jun 30 13:09:51 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 30 13:09:51 2013 +0200

----------------------------------------------------------------------
 components/camel-ical/pom.xml                      | 17 +++++++++++++++++
 .../src/main/resources/myTransform.xquery          | 16 ++++++++++++++++
 2 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/31a58ba1/components/camel-ical/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml
index a9c9dfc..34e17c0 100644
--- a/components/camel-ical/pom.xml
+++ b/components/camel-ical/pom.xml
@@ -1,3 +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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/camel/blob/31a58ba1/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery b/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery
index 448fc44..09aa89b 100644
--- a/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery
+++ b/examples/camel-example-spring-xquery/src/main/resources/myTransform.xquery
@@ -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.
+:)
 <employee id="{person/@user}">
  <name>{/person/firstName} {/person/lastName}</name>
  <location>{/person/city}</location>