# ignite-450: add license header at start-nodes.ini
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/749ef840 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/749ef840 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/749ef840 Branch: refs/heads/ignite-406 Commit: 749ef8400c1e5eefa28b67053f239b290e6fd379 Parents: ab683d1 Author: Artem Shutak <ashu...@gridgain.com> Authored: Wed Mar 11 15:58:37 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Wed Mar 11 15:58:37 2015 +0300 ---------------------------------------------------------------------- modules/core/src/test/config/start-nodes.ini | 15 +++++++++++++++ pom.xml | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/749ef840/modules/core/src/test/config/start-nodes.ini ---------------------------------------------------------------------- diff --git a/modules/core/src/test/config/start-nodes.ini b/modules/core/src/test/config/start-nodes.ini index 8b5922c..19a4a0a 100644 --- a/modules/core/src/test/config/start-nodes.ini +++ b/modules/core/src/test/config/start-nodes.ini @@ -1,3 +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. + [host1] host=192.168.1.1 port=1 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/749ef840/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1b3ad7d..0b486fe 100644 --- a/pom.xml +++ b/pom.xml @@ -566,7 +566,6 @@ <exclude>src/main/java/org/jdk8/backport/*.java</exclude><!--GPL !!!--> <exclude>src/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test depends on file content--> <exclude>src/test/resources/log/ignite.log.tst</exclude><!--test resource--> - <exclude>src/test/config/start-nodes.ini</exclude><!----> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs</exclude><!--test resource--> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty</exclude><!--should be empty--> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml</exclude><!--test resource-->