run apache-rat.
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/e1a4fdb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/e1a4fdb2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/e1a4fdb2 Branch: refs/heads/master Commit: e1a4fdb26c3e267e68e3002241250bd526db1289 Parents: da668ac Author: DO YUNG YOON <steams...@apache.org> Authored: Mon Jun 18 17:03:26 2018 +0900 Committer: DO YUNG YOON <steams...@apache.org> Committed: Mon Jun 18 17:03:26 2018 +0900 ---------------------------------------------------------------------- .../org/apache/s2graph/core/S2GraphConfigs.scala | 19 +++++++++++++++++++ .../spark/sql/streaming/S2SourceConfigs.scala | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e1a4fdb2/s2core/src/main/scala/org/apache/s2graph/core/S2GraphConfigs.scala ---------------------------------------------------------------------- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/S2GraphConfigs.scala b/s2core/src/main/scala/org/apache/s2graph/core/S2GraphConfigs.scala index f262ea3..ed722af 100644 --- a/s2core/src/main/scala/org/apache/s2graph/core/S2GraphConfigs.scala +++ b/s2core/src/main/scala/org/apache/s2graph/core/S2GraphConfigs.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 org.apache.s2graph.core object S2GraphConfigs { http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/e1a4fdb2/s2jobs/src/main/scala/org/apache/s2graph/spark/sql/streaming/S2SourceConfigs.scala ---------------------------------------------------------------------- diff --git a/s2jobs/src/main/scala/org/apache/s2graph/spark/sql/streaming/S2SourceConfigs.scala b/s2jobs/src/main/scala/org/apache/s2graph/spark/sql/streaming/S2SourceConfigs.scala index d4553b0..8e205e3 100644 --- a/s2jobs/src/main/scala/org/apache/s2graph/spark/sql/streaming/S2SourceConfigs.scala +++ b/s2jobs/src/main/scala/org/apache/s2graph/spark/sql/streaming/S2SourceConfigs.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 org.apache.s2graph.spark.sql.streaming object S2SourceConfigs {