Repository: incubator-apex-core Updated Branches: refs/heads/master 4a2cf2e20 -> 832901c26
Update README.md from devel-3 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/832901c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/832901c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/832901c2 Branch: refs/heads/master Commit: 832901c26a83e44319aa450b437b6bf3120fb728 Parents: 4a2cf2e Author: MalharJenkins <[email protected]> Authored: Tue Oct 6 21:45:22 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue Oct 6 21:45:30 2015 -0700 ---------------------------------------------------------------------- README.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/832901c2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2a1d3fc..baabcd2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Apache Apex is a unified platform for big data stream and batch processing. Use Please visit the [documentation section](http://apex.incubator.apache.org/docs.html). -[Malhar](https://github.com/apache/incubator-apex-malhar) is the library of application building blocks and examples that will help you build out your first Apex application quickly. +[Malhar](https://github.com/apache/incubator-apex-malhar) is a library of application building blocks and examples that will help you build out your first Apex application quickly. ##Contributing @@ -23,24 +23,11 @@ You acknowledge that your submissions to this repository are made pursuant the t * Create a GitHub pull request from your repository, providing as many details about your changes as possible * After review and acceptance one of the committers will merge the pull request. -When adding **new files**, please include the following Apache v2.0 license header at the top of the file, with the fields enclosed by brackets "[]" replaced with your own identifying information **(don't include the brackets!)**: -```java -/** - * Copyright (C) [XXXX] [NAME OF COPYRIGHT OWNER] - * - * Licensed 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. - */ -``` +When adding **new files**, please include the Apache v2.0 license header. From the top level directory: + +Run `mvn license:check -Dlicense.skip=false` to check correct header formatting. +Run `mvn license:format -Dlicense.skip=false` to automatically add the header when missing. + Thanks for contributing! ##Building Apex
