S2GRAPH-4: manually add apache license header on build.sbt
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/92d44a9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/92d44a9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/92d44a9f Branch: refs/heads/S2GRAPH-4 Commit: 92d44a9fab47da0f0c2aa523d96f7f708267fb8b Parents: 8c04784 Author: SteamShon <[email protected]> Authored: Mon Dec 28 12:26:39 2015 +0900 Committer: SteamShon <[email protected]> Committed: Mon Dec 28 12:26:39 2015 +0900 ---------------------------------------------------------------------- build.sbt | 15 +++++++++++++++ loader/build.sbt | 15 +++++++++++++++ s2core/build.sbt | 15 +++++++++++++++ s2counter_core/build.sbt | 15 +++++++++++++++ s2counter_loader/build.sbt | 15 +++++++++++++++ spark/build.sbt | 15 +++++++++++++++ 6 files changed, 90 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 03acb37..2e8f161 100755 --- a/build.sbt +++ b/build.sbt @@ -1,3 +1,18 @@ +// 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. + name := "s2graph" lazy val commonSettings = Seq( http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/loader/build.sbt ---------------------------------------------------------------------- diff --git a/loader/build.sbt b/loader/build.sbt index b497a9c..33d43eb 100644 --- a/loader/build.sbt +++ b/loader/build.sbt @@ -1,3 +1,18 @@ +// 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. + import sbtassembly.Plugin.AssemblyKeys._ name := "s2loader" http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/s2core/build.sbt ---------------------------------------------------------------------- diff --git a/s2core/build.sbt b/s2core/build.sbt index b68fa12..54998b7 100644 --- a/s2core/build.sbt +++ b/s2core/build.sbt @@ -1,3 +1,18 @@ +// 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. + name := """s2core""" scalacOptions ++= Seq("-deprecation") http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/s2counter_core/build.sbt ---------------------------------------------------------------------- diff --git a/s2counter_core/build.sbt b/s2counter_core/build.sbt index 8a928ef..2dac660 100644 --- a/s2counter_core/build.sbt +++ b/s2counter_core/build.sbt @@ -1,3 +1,18 @@ +// 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. + name := "s2counter-core" scalacOptions ++= Seq("-feature", "-deprecation", "-language:existentials") http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/s2counter_loader/build.sbt ---------------------------------------------------------------------- diff --git a/s2counter_loader/build.sbt b/s2counter_loader/build.sbt index a79bc0b..316bbe3 100644 --- a/s2counter_loader/build.sbt +++ b/s2counter_loader/build.sbt @@ -1,3 +1,18 @@ +// 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. + import sbtassembly.Plugin.AssemblyKeys._ name := "s2counter-loader" http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/92d44a9f/spark/build.sbt ---------------------------------------------------------------------- diff --git a/spark/build.sbt b/spark/build.sbt index c0daeb5..15744f6 100644 --- a/spark/build.sbt +++ b/spark/build.sbt @@ -1,3 +1,18 @@ +// 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. + name := "s2spark" scalacOptions ++= Seq("-deprecation", "-feature")
