Repository: incubator-s2graph
Updated Branches:
refs/heads/master b32c74242 -> ddae05f12
[S2GRAPH-113] Add license header on `bin/example.sh`
JIRA:
[S2GRAPH-113] https://issues.apache.org/jira/browse/S2GRAPH-113
Pull Request:
Closes #81
Authors
DO YUNG YOON: [email protected]
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/2fc6c5de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/2fc6c5de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/2fc6c5de
Branch: refs/heads/master
Commit: 2fc6c5de37796df17f40298d46a427dfeaa315fa
Parents: b32c742
Author: DO YUNG YOON <[email protected]>
Authored: Tue Sep 20 22:44:49 2016 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Tue Sep 20 22:44:49 2016 +0900
----------------------------------------------------------------------
CHANGES | 2 ++
bin/example.sh | 14 ++++++++++++++
2 files changed, 16 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2fc6c5de/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8ed49dd..526ed20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -194,6 +194,8 @@ Release 0.1.0 - unreleased
S2GRAPH-111: typo fix: getServiceLable -> getServiceLabel
(Contributed by Jong Wook Kim<[email protected]>, committed by
DOYUNG YOON).
+ S2GRAPH-113: Add license header on `bin/example.sh` (Committed by DOYUNG
YOON).
+
TEST
S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test
data from storage. (Committed by DOYUNG YOON).
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2fc6c5de/bin/example.sh
----------------------------------------------------------------------
diff --git a/bin/example.sh b/bin/example.sh
index 9a1e354..a3ce4b9 100755
--- a/bin/example.sh
+++ b/bin/example.sh
@@ -1,4 +1,18 @@
#!/usr/bin/env bash
+# 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.
printf "\n\n"
printf "As a toy problem, let's try to create the backend for a simple
timeline of a new social network service.\n"