Skip to content

Commit 1daf930

Browse files
committed
chore: Adds license header
1 parent c05a097 commit 1daf930

File tree

1 file changed

+20
-1
lines changed
  • examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples

1 file changed

+20
-1
lines changed

examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples/Broadcasting.kt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*-
2+
* =LICENSE=
3+
* Kotlin Spark API: Examples for Spark 2.4+ (Scala 2.11)
4+
* ----------
5+
* Copyright (C) 2019 - 2021 JetBrains
6+
* ----------
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
* =LICENSEEND=
19+
*/
120
package org.jetbrains.kotlinx.spark.examples
221

322
import org.jetbrains.kotlinx.spark.api.broadcast
@@ -20,4 +39,4 @@ fun main() = withSpark {
2039
.collectAsList()
2140

2241
println(result)
23-
}
42+
}

0 commit comments

Comments
 (0)