Repository: nifi-minifi Updated Branches: refs/heads/master [created] 891f175b8
Initializing repository with a README Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/891f175b Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/891f175b Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/891f175b Branch: refs/heads/master Commit: 891f175b871185f24cbf916f9fcaf423a9b0f00c Parents: Author: Aldrin Piri <[email protected]> Authored: Mon Mar 14 16:53:17 2016 -0400 Committer: Aldrin Piri <[email protected]> Committed: Mon Mar 14 16:53:17 2016 -0400 ---------------------------------------------------------------------- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/891f175b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..2554317 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +<!-- + 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. +--> +# Apache NiFi - MiNiFi + +MiNiFi is a child project effort of Apache NiFi + +## Table of Contents + +- [License](#license) + +## License + +Except as otherwise noted this software is licensed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) + +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.
