Repository: incubator-ignite Updated Branches: refs/heads/ignite-450 [created] 446facb5d
# ignite-450: remove *.md from RAT exclude list Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/446facb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/446facb5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/446facb5 Branch: refs/heads/ignite-450 Commit: 446facb5de403c4c6a168ec83896fd5520fd10e9 Parents: 9d78a08 Author: Artem Shutak <ashu...@gridgain.com> Authored: Wed Mar 11 13:04:06 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Wed Mar 11 13:04:06 2015 +0300 ---------------------------------------------------------------------- docs/hadoop_readme.md | 17 +++++++++++++++++ modules/clients/readme.md | 17 +++++++++++++++++ modules/winservice/README.md | 17 +++++++++++++++++ modules/yardstick/README.md | 17 +++++++++++++++++ pom.xml | 2 +- 5 files changed, 69 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/446facb5/docs/hadoop_readme.md ---------------------------------------------------------------------- diff --git a/docs/hadoop_readme.md b/docs/hadoop_readme.md index f667866..01b49d0 100644 --- a/docs/hadoop_readme.md +++ b/docs/hadoop_readme.md @@ -1,3 +1,20 @@ +<!-- + 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. +--> + <center>  </center> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/446facb5/modules/clients/readme.md ---------------------------------------------------------------------- diff --git a/modules/clients/readme.md b/modules/clients/readme.md index 0208c51..4b0d365 100644 --- a/modules/clients/readme.md +++ b/modules/clients/readme.md @@ -1,3 +1,20 @@ +<!-- + 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. +--> + <center>  </center> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/446facb5/modules/winservice/README.md ---------------------------------------------------------------------- diff --git a/modules/winservice/README.md b/modules/winservice/README.md index a4c676a..0aef473 100644 --- a/modules/winservice/README.md +++ b/modules/winservice/README.md @@ -1,3 +1,20 @@ +<!-- + 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. +--> + # Windows service project. .Net project with Windows service. This service is used by "startNode" functionality when remote node is started from Ignite API through SSH. If you make any changes to .Net source code if this project, please make sure to rebuild it in Release mode and copy resulting binary to /bin/include folder. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/446facb5/modules/yardstick/README.md ---------------------------------------------------------------------- diff --git a/modules/yardstick/README.md b/modules/yardstick/README.md index 660c453..3c89ebe 100644 --- a/modules/yardstick/README.md +++ b/modules/yardstick/README.md @@ -1,3 +1,20 @@ +<!-- + 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. +--> + # Yardstick Ignite Benchmarks Yardstick Ignite is a set of <a href="http://ignite.incubator.apache.org/">Ignite Grid</a> benchmarks written on top of Yardstick framework. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/446facb5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a24dd7d..9bfe9f8 100644 --- a/pom.xml +++ b/pom.xml @@ -553,12 +553,12 @@ <exclude>**/licenses/*.txt</exclude><!--files of licenses--> <exclude>**/*.timestamp</exclude><!--tmp-files--> <exclude>**/*.iml</exclude><!--IDEA files--> - <exclude>**/*.md</exclude><!--readme-files--> <exclude>**/pom-installed.xml</exclude><!--tmp-files--> <exclude>**/keystore/*.jks</exclude><!--bin-files--> <exclude>**/keystore/*.pem</exclude><!--auto generated files--> <exclude>**/keystore/*.pfx</exclude><!--bin-files--> <!--special excludes--> + <exclude>DEVNOTES.txt</exclude> <exclude>src/main/java/com/romix/scala/**</exclude><!--own license--> <exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--own license--> <exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--own license-->