ignite-111 configs moved to licence folder
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/327fd1e2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/327fd1e2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/327fd1e2 Branch: refs/heads/sprint-1 Commit: 327fd1e21497032473781dc7fddd452652cb93b7 Parents: 92518f5 Author: avinogradov <[email protected]> Authored: Wed Feb 4 13:12:13 2015 +0300 Committer: avinogradov <[email protected]> Committed: Wed Feb 4 13:12:13 2015 +0300 ---------------------------------------------------------------------- header.txt | 14 -------------- headercustomisation.xml | 14 -------------- licence/header.txt | 14 ++++++++++++++ licence/headercustomisation.xml | 14 ++++++++++++++ pom.xml | 4 ++-- 5 files changed, 30 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/327fd1e2/header.txt ---------------------------------------------------------------------- diff --git a/header.txt b/header.txt deleted file mode 100644 index a9ac967..0000000 --- a/header.txt +++ /dev/null @@ -1,14 +0,0 @@ -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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/327fd1e2/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/headercustomisation.xml b/headercustomisation.xml deleted file mode 100644 index 5418252..0000000 --- a/headercustomisation.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<additionalHeaders> - <javadoc_style> - <firstLine>/*</firstLine> - <beforeEachLine> * </beforeEachLine> - <endLine> */ -</endLine> - <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> - <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> - <allowBlankLines>true</allowBlankLines> - <isMultiline>true</isMultiline> - <padLines>false</padLines> - </javadoc_style> -</additionalHeaders> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/327fd1e2/licence/header.txt ---------------------------------------------------------------------- diff --git a/licence/header.txt b/licence/header.txt new file mode 100644 index 0000000..a9ac967 --- /dev/null +++ b/licence/header.txt @@ -0,0 +1,14 @@ +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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/327fd1e2/licence/headercustomisation.xml ---------------------------------------------------------------------- diff --git a/licence/headercustomisation.xml b/licence/headercustomisation.xml new file mode 100644 index 0000000..5418252 --- /dev/null +++ b/licence/headercustomisation.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<additionalHeaders> + <javadoc_style> + <firstLine>/*</firstLine> + <beforeEachLine> * </beforeEachLine> + <endLine> */ +</endLine> + <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern> + <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern> + <allowBlankLines>true</allowBlankLines> + <isMultiline>true</isMultiline> + <padLines>false</padLines> + </javadoc_style> +</additionalHeaders> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/327fd1e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ff403e5..febe691 100644 --- a/pom.xml +++ b/pom.xml @@ -267,9 +267,9 @@ <version>2.8</version> <configuration> <headerDefinitions> - <headerDefinition>headercustomisation.xml</headerDefinition> + <headerDefinition>licence/headercustomisation.xml</headerDefinition> </headerDefinitions> - <header>header.txt</header> + <header>licence/header.txt</header> <properties> <inceptionYear>2014</inceptionYear> </properties>
