Repository: ignite Updated Branches: refs/heads/ignite-1790 d467e26d2 -> 1578a243f
IGNITE-1790 Add license header in property file. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1578a243 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1578a243 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1578a243 Branch: refs/heads/ignite-1790 Commit: 1578a243f1a1518f13352c897ad481d6cd8c1a49 Parents: d467e26 Author: Raul Kripalani <[email protected]> Authored: Wed Oct 28 11:43:46 2015 +0000 Committer: Raul Kripalani <[email protected]> Committed: Wed Oct 28 11:43:46 2015 +0000 ---------------------------------------------------------------------- .../camel/src/test/resources/camel.test.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1578a243/modules/camel/src/test/resources/camel.test.properties ---------------------------------------------------------------------- diff --git a/modules/camel/src/test/resources/camel.test.properties b/modules/camel/src/test/resources/camel.test.properties index ca9969a..30459be 100644 --- a/modules/camel/src/test/resources/camel.test.properties +++ b/modules/camel/src/test/resources/camel.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. +# + test.contextPath = /ignite-properties
