You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/07/15 08:42:45 UTC

camel git commit: Added missing Apache Header to properties file in camel-influxdb

Repository: camel
Updated Branches:
  refs/heads/master b73acbccd -> 31165de63


Added missing Apache Header to properties file in camel-influxdb


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

Branch: refs/heads/master
Commit: 31165de63cc1283de0dea9f2c9b4df13d3fecd7a
Parents: b73acbc
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri Jul 15 10:42:02 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri Jul 15 10:42:02 2016 +0200

----------------------------------------------------------------------
 .../src/test/resources/influxdb.test.properties    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/31165de6/components/camel-influxdb/src/test/resources/influxdb.test.properties
----------------------------------------------------------------------
diff --git a/components/camel-influxdb/src/test/resources/influxdb.test.properties b/components/camel-influxdb/src/test/resources/influxdb.test.properties
index c7c65e1..d19b017 100644
--- a/components/camel-influxdb/src/test/resources/influxdb.test.properties
+++ b/components/camel-influxdb/src/test/resources/influxdb.test.properties
@@ -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.
+## ------------------------------------------------------------------------
+
 influxdb.testDb=myTestTimeSeries
\ No newline at end of file