From 9d382c9a157de4fd859d9c547c63fd7a21fdd83d Mon Sep 17 00:00:00 2001 From: "Ahmed Hussein (amahussein)" Date: Tue, 26 Dec 2023 11:38:08 -0600 Subject: [PATCH] Change the copyrights of new files to 2023 Signed-off-by: Ahmed Hussein (amahussein) --- core/src/main/resources/configs/build.properties | 2 +- .../spark/sql/rapids/tool/util/RuntimeReportGenerator.scala | 2 +- .../apache/spark/sql/rapids/tool/util/SortedJProperties.scala | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/configs/build.properties b/core/src/main/resources/configs/build.properties index 260cfed6e..4b92a864e 100644 --- a/core/src/main/resources/configs/build.properties +++ b/core/src/main/resources/configs/build.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2024, NVIDIA CORPORATION. +# Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/RuntimeReportGenerator.scala b/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/RuntimeReportGenerator.scala index 72505b9f1..316f70f21 100644 --- a/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/RuntimeReportGenerator.scala +++ b/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/RuntimeReportGenerator.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, NVIDIA CORPORATION. + * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/SortedJProperties.scala b/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/SortedJProperties.scala index e80affe24..482357cad 100644 --- a/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/SortedJProperties.scala +++ b/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/SortedJProperties.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, NVIDIA CORPORATION. + * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,6 @@ import java.io.{IOException, OutputStream} import java.util.{Collections, Comparator, Enumeration, Map, Properties, Set, TreeSet} - /** * This is an implementation of Java Properties that stores the properties * into a file after sorting them by key.