Repository: incubator-s2graph Updated Branches: refs/heads/master f25abc333 -> 4b6ffc2e3
Add license header on DEVELOPMENT.md. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/4b6ffc2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/4b6ffc2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/4b6ffc2e Branch: refs/heads/master Commit: 4b6ffc2e357afc005b194d6d45710c2b041b00cb Parents: f25abc3 Author: DO YUNG YOON <[email protected]> Authored: Sat Oct 1 23:39:14 2016 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Sat Oct 1 23:39:14 2016 +0900 ---------------------------------------------------------------------- DEVELOPMENT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/4b6ffc2e/DEVELOPMENT.md ---------------------------------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d14c727..1815823 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,3 +1,24 @@ +<!--- +/* + * 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. + */ +---> + # S2Graph Development ## RAT
