Skip to content

Commit a669124

Browse files
authored
Merge pull request #230 from yahoo/leewyang_scala_license
add license header to scala files
2 parents 6769171 + 7f924d2 commit a669124

File tree

9 files changed

+45
-0
lines changed

9 files changed

+45
-0
lines changed

src/main/scala/com/yahoo/tensorflowonspark/DFUtil.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.apache.hadoop.io.BytesWritable

src/main/scala/com/yahoo/tensorflowonspark/Inference.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.apache.spark.sql.SparkSession

src/main/scala/com/yahoo/tensorflowonspark/SimpleTypeParser.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.apache.spark.sql.types._

src/main/scala/com/yahoo/tensorflowonspark/TFModel.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import java.nio._

src/main/scala/com/yahoo/tensorflowonspark/TFParams.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.apache.spark.ml.param.{Param, Params}

src/test/scala/com/yahoo/tensorflowonspark/DFUtilTest.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import java.io.File

src/test/scala/com/yahoo/tensorflowonspark/SimpleTypeParserTest.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.scalatest.FunSuite

src/test/scala/com/yahoo/tensorflowonspark/TFModelTest.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import java.nio._

src/test/scala/com/yahoo/tensorflowonspark/TestData.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright 2018 Yahoo Inc.
3+
* Licensed under the terms of the Apache 2.0 license.
4+
* Please see LICENSE file in the project root for terms.
5+
*/
16
package com.yahoo.tensorflowonspark
27

38
import org.apache.spark.sql.Row

0 commit comments

Comments
 (0)