Add missing licenses and polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/57f55fa3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/57f55fa3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/57f55fa3 Branch: refs/heads/master Commit: 57f55fa3659872b02810998cfc41751c73326a0c Parents: e078da8 Author: Claus Ibsen <[email protected]> Authored: Sat Jul 18 10:49:10 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sat Jul 18 10:49:10 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/application.yml | 17 +++++++++++++++++ pom.xml | 1 + 2 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/57f55fa3/examples/camel-example-spring-boot/src/main/resources/application.yml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/src/main/resources/application.yml b/examples/camel-example-spring-boot/src/main/resources/application.yml index 80bf3a4..ad9d16c 100644 --- a/examples/camel-example-spring-boot/src/main/resources/application.yml +++ b/examples/camel-example-spring-boot/src/main/resources/application.yml @@ -1 +1,18 @@ +## ------------------------------------------------------------------------ +## 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. +## ------------------------------------------------------------------------ + spring.main.sources: org.apache.camel.example.spring.boot.MySpringBootRouter \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/57f55fa3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee5e5f6..ce9fd71 100755 --- a/pom.xml +++ b/pom.xml @@ -239,6 +239,7 @@ <exclude>**/test_rsa*</exclude> <exclude>**/examples/*/src/**/data/**/*.xml</exclude> <exlucde>**/*.log</exlucde> + <exclude>**/id_file</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> <exclude>**/camel-grape/src/main/resources/org/apache/camel/component/grape/grape.json</exclude> <exclude>**/Dropbox_API_Terms_and_Conditions.txt</exclude>
