Repository: incubator-ratis Updated Branches: refs/heads/master ec615f3ac -> d18785a3d
RATIS-81. Add license header for ratis-replicated-map/README.md. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/d18785a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/d18785a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/d18785a3 Branch: refs/heads/master Commit: d18785a3d9e4aa090293b0f7f9a05e3dc6e27e9e Parents: ec615f3 Author: Tsz-Wo Nicholas Sze <[email protected]> Authored: Thu Apr 27 15:59:38 2017 -0700 Committer: Tsz-Wo Nicholas Sze <[email protected]> Committed: Thu Apr 27 15:59:38 2017 -0700 ---------------------------------------------------------------------- ratis-replicated-map/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/d18785a3/ratis-replicated-map/README.md ---------------------------------------------------------------------- diff --git a/ratis-replicated-map/README.md b/ratis-replicated-map/README.md index 7c333de..ec4d3c5 100644 --- a/ratis-replicated-map/README.md +++ b/ratis-replicated-map/README.md @@ -1,3 +1,17 @@ +<!-- + 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. See accompanying LICENSE file. +--> + Overview ======== Ratis replicated map is an implementation of a sorted map (think TreeMap) as
