Repository: incubator-s2graph
Updated Branches:
  refs/heads/S2GRAPH-4 [created] 9d4007292


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/benchmark/GraphUtilSpec.scala
----------------------------------------------------------------------
diff --git a/test/benchmark/GraphUtilSpec.scala 
b/test/benchmark/GraphUtilSpec.scala
index b5ce93a..10ba4b5 100644
--- a/test/benchmark/GraphUtilSpec.scala
+++ b/test/benchmark/GraphUtilSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package benchmark
 
 import com.kakao.s2graph.core.{Management, GraphUtil}

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/benchmark/JsonBenchmarkSpec.scala
----------------------------------------------------------------------
diff --git a/test/benchmark/JsonBenchmarkSpec.scala 
b/test/benchmark/JsonBenchmarkSpec.scala
index bf24ed7..d1ffa15 100644
--- a/test/benchmark/JsonBenchmarkSpec.scala
+++ b/test/benchmark/JsonBenchmarkSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package benchmark
 
 import play.api.libs.json.JsNumber

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/benchmark/OrderingUtilBenchmarkSpec.scala
----------------------------------------------------------------------
diff --git a/test/benchmark/OrderingUtilBenchmarkSpec.scala 
b/test/benchmark/OrderingUtilBenchmarkSpec.scala
index d38ff5e..3e44182 100644
--- a/test/benchmark/OrderingUtilBenchmarkSpec.scala
+++ b/test/benchmark/OrderingUtilBenchmarkSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package benchmark
 
 import com.kakao.s2graph.core.OrderingUtil._

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/benchmark/PostProcessBenchmarkSpec.scala
----------------------------------------------------------------------
diff --git a/test/benchmark/PostProcessBenchmarkSpec.scala 
b/test/benchmark/PostProcessBenchmarkSpec.scala
index 70644d6..e11ba3c 100644
--- a/test/benchmark/PostProcessBenchmarkSpec.scala
+++ b/test/benchmark/PostProcessBenchmarkSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package benchmark
 
 import com.kakao.s2graph.core.mysqls.Label

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/benchmark/SamplingBenchmarkSpec.scala
----------------------------------------------------------------------
diff --git a/test/benchmark/SamplingBenchmarkSpec.scala 
b/test/benchmark/SamplingBenchmarkSpec.scala
index 8943a62..1873736 100644
--- a/test/benchmark/SamplingBenchmarkSpec.scala
+++ b/test/benchmark/SamplingBenchmarkSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package benchmark
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/AdminControllerSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/AdminControllerSpec.scala 
b/test/controllers/AdminControllerSpec.scala
index e41fccb..17600af 100644
--- a/test/controllers/AdminControllerSpec.scala
+++ b/test/controllers/AdminControllerSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import com.kakao.s2graph.core.mysqls.Label

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/BasicCrudSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/BasicCrudSpec.scala 
b/test/controllers/BasicCrudSpec.scala
index f4f11b4..f36094d 100644
--- a/test/controllers/BasicCrudSpec.scala
+++ b/test/controllers/BasicCrudSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import com.kakao.s2graph.core.Management

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/EdgeControllerSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/EdgeControllerSpec.scala 
b/test/controllers/EdgeControllerSpec.scala
index e76404a..bc02ec9 100644
--- a/test/controllers/EdgeControllerSpec.scala
+++ b/test/controllers/EdgeControllerSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import play.api.http.HeaderNames

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/PostProcessSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/PostProcessSpec.scala 
b/test/controllers/PostProcessSpec.scala
index 9573791..ef0cc98 100644
--- a/test/controllers/PostProcessSpec.scala
+++ b/test/controllers/PostProcessSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import com.kakao.s2graph.core.SeqMultiOrdering

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/QueryCacheSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/QueryCacheSpec.scala 
b/test/controllers/QueryCacheSpec.scala
index 7d91aa9..bf87b8a 100644
--- a/test/controllers/QueryCacheSpec.scala
+++ b/test/controllers/QueryCacheSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 //package test.controllers
 //
 ////import com.kakao.s2graph.core.models._

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/QuerySpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/QuerySpec.scala b/test/controllers/QuerySpec.scala
index f6381bc..b4e8827 100644
--- a/test/controllers/QuerySpec.scala
+++ b/test/controllers/QuerySpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import play.api.libs.json._

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/SpecCommon.scala
----------------------------------------------------------------------
diff --git a/test/controllers/SpecCommon.scala 
b/test/controllers/SpecCommon.scala
index 93648ce..64b659b 100644
--- a/test/controllers/SpecCommon.scala
+++ b/test/controllers/SpecCommon.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import com.kakao.s2graph.core._

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/StrongLabelDeleteSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/StrongLabelDeleteSpec.scala 
b/test/controllers/StrongLabelDeleteSpec.scala
index 04ccc79..f419925 100644
--- a/test/controllers/StrongLabelDeleteSpec.scala
+++ b/test/controllers/StrongLabelDeleteSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import java.util.concurrent.TimeUnit

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/VertexSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/VertexSpec.scala 
b/test/controllers/VertexSpec.scala
index f427b57..9b7be10 100644
--- a/test/controllers/VertexSpec.scala
+++ b/test/controllers/VertexSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import play.api.libs.json._

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/8c04784a/test/controllers/WeakLabelDeleteSpec.scala
----------------------------------------------------------------------
diff --git a/test/controllers/WeakLabelDeleteSpec.scala 
b/test/controllers/WeakLabelDeleteSpec.scala
index 164c52b..51507a8 100644
--- a/test/controllers/WeakLabelDeleteSpec.scala
+++ b/test/controllers/WeakLabelDeleteSpec.scala
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 package controllers
 
 import play.api.libs.json._

Reply via email to