Repository: nifi-minifi-cpp Updated Branches: refs/heads/master [created] 83124ad21
Initializing repository with a README. Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/83124ad2 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/83124ad2 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/83124ad2 Branch: refs/heads/master Commit: 83124ad218194204e35b186c5beffad88ab2803a Parents: Author: Aldrin Piri <[email protected]> Authored: Mon Apr 25 11:55:54 2016 -0400 Committer: Aldrin Piri <[email protected]> Committed: Mon Apr 25 11:55:54 2016 -0400 ---------------------------------------------------------------------- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/83124ad2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..f050b0f --- /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 - C++ + +MiNiFi is a child project effort of Apache NiFi. This repository is for a native implementation in C++. + +## 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.
