You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/09/21 05:14:37 UTC

[1/2] incubator-s2graph git commit: [S2GRAPH-113] Add license header on `bin/example.sh`

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: steamshon@apache.org


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 <st...@apache.org>
Authored: Tue Sep 20 22:44:49 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
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<jo...@nyu.edu>, 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"


[2/2] incubator-s2graph git commit: [S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header.

Posted by st...@apache.org.
[S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header.

JIRA:
    [S2GRAPH-114] https://issues.apache.org/jira/browse/S2GRAPH-114

Pull Request:
    Closes #82

Authors
    DO YUNG YOON: steamshon@apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/ddae05f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/ddae05f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/ddae05f1

Branch: refs/heads/master
Commit: ddae05f1234436678a108627b2b7b04d44b4c25e
Parents: 2fc6c5d
Author: DO YUNG YOON <st...@apache.org>
Authored: Tue Sep 20 23:02:26 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Tue Sep 20 23:02:26 2016 +0900

----------------------------------------------------------------------
 CHANGES                                                           | 2 ++
 .../org/apache/s2graph/counter/MethodNotSupportedException.scala  | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ddae05f1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 526ed20..00bca9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -196,6 +196,8 @@ Release 0.1.0 - unreleased
 
     S2GRAPH-113: Add license header on `bin/example.sh` (Committed by DOYUNG YOON).
      
+    S2GRAPH-114: `MethodNotSupportedException` class in s2counter_core project miss license header (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/ddae05f1/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
----------------------------------------------------------------------
diff --git a/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala b/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
deleted file mode 100644
index 16f2dd4..0000000
--- a/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-package org.apache.s2graph.counter
-
-case class MethodNotSupportedException(message: String, cause: Throwable = null) extends Exception(message, cause)
\ No newline at end of file