Skip to content

Commit 53dc5ba

Browse files
committed
Fix the inception year.
1 parent cb88a8a commit 53dc5ba

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

publish.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ThisBuild / developers := List(
3535

3636
ThisBuild / homepage := Some(url("https://github.com/AbsaOSS/spark-hats"))
3737
ThisBuild / description := "Spark extensions for working with nested arrays and structs"
38-
ThisBuild / startYear := Some(2019)
38+
ThisBuild / startYear := Some(2020)
3939
ThisBuild / licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")
4040

4141
ThisBuild / pomIncludeRepository := { _ => false }

src/test/scala/za/co/absa/spark/hats/transformations/ExtendedTransformationsSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7+
*
78
* http://www.apache.org/licenses/LICENSE-2.0
89
*
910
* Unless required by applicable law or agreed to in writing, software

src/test/scala/za/co/absa/spark/hats/transformations/samples/NestedMapTestCaseFactory.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7+
*
78
* http://www.apache.org/licenses/LICENSE-2.0
89
*
910
* Unless required by applicable law or agreed to in writing, software

src/test/scala/za/co/absa/spark/hats/transformations/samples/NestedTestCaseFactory.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7+
*
78
* http://www.apache.org/licenses/LICENSE-2.0
89
*
910
* Unless required by applicable law or agreed to in writing, software

0 commit comments

Comments
 (0)