From 36a2e12939577364457a6c9e766e07ac5329b943 Mon Sep 17 00:00:00 2001 From: Kevin Wallimann Date: Wed, 22 Jan 2020 14:46:40 +0100 Subject: [PATCH] Only use inception year in copyright notice (#74) --- Jenkinsfile | 4 ++-- LICENSE | 2 +- README.md | 2 +- api/pom.xml | 2 +- .../absa/hyperdrive/ingestor/api/decoder/StreamDecoder.scala | 2 +- .../ingestor/api/decoder/StreamDecoderFactory.scala | 2 +- .../absa/hyperdrive/ingestor/api/manager/OffsetManager.scala | 2 +- .../ingestor/api/manager/OffsetManagerFactory.scala | 2 +- .../co/absa/hyperdrive/ingestor/api/reader/StreamReader.scala | 2 +- .../hyperdrive/ingestor/api/reader/StreamReaderFactory.scala | 2 +- .../ingestor/api/transformer/StreamTransformer.scala | 2 +- .../ingestor/api/transformer/StreamTransformerFactory.scala | 2 +- .../co/absa/hyperdrive/ingestor/api/writer/StreamWriter.scala | 2 +- .../hyperdrive/ingestor/api/writer/StreamWriterFactory.scala | 2 +- component-archetype/README.md | 2 +- component-archetype/pom.xml | 2 +- .../src/main/resources/META-INF/maven/archetype-metadata.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../main/scala/decoder/mycomponent/MyStreamDecoderImpl.scala | 2 +- .../main/scala/manager/mycomponent/MyOffsetManagerImpl.scala | 2 +- .../main/scala/reader/mycomponent/MyStreamReaderImpl.scala | 2 +- .../transformer/mycomponent/MyStreamTransformerImpl.scala | 2 +- .../main/scala/writer/mycomponent/MyStreamWriterImpl.scala | 2 +- component-scanner/pom.xml | 2 +- .../za/co/absa/hyperdrive/scanner/ComponentScanner.scala | 2 +- .../scala/za/co/absa/hyperdrive/scanner/ObjectScanner.scala | 2 +- .../scala/za/co/absa/hyperdrive/scanner/JarTestUtils.scala | 2 +- .../za/co/absa/hyperdrive/scanner/TestComponentScanner.scala | 2 +- .../za/co/absa/hyperdrive/scanner/TestObjectScanner.scala | 2 +- .../scanner/dummyjar/AbstractDummyStreamReaderFactory.scala | 2 +- .../absa/hyperdrive/scanner/dummyjar/DummyOffsetManager.scala | 4 ++-- .../absa/hyperdrive/scanner/dummyjar/DummyStreamDecoder.scala | 2 +- .../hyperdrive/scanner/dummyjar/DummyStreamReaderOne.scala | 2 +- .../hyperdrive/scanner/dummyjar/DummyStreamReaderTwo.scala | 2 +- .../hyperdrive/scanner/dummyjar/DummyStreamTransformer.scala | 2 +- .../hyperdrive/scanner/dummyjar/DummyStreamWriterOne.scala | 2 +- .../hyperdrive/scanner/dummyjar/DummyStreamWriterTwo.scala | 2 +- .../za/co/absa/hyperdrive/scanner/dummyjar/DummyTrait.scala | 2 +- driver/pom.xml | 2 +- driver/src/main/resources/Ingestion.properties.template | 2 +- .../services/org.apache.spark.sql.sources.DataSourceRegister | 2 +- driver/src/main/resources/log4j2.xml | 4 ++-- driver/src/main/resources/version.properties | 2 +- .../scala/za/co/absa/hyperdrive/driver/IngestionDriver.scala | 2 +- .../scala/za/co/absa/hyperdrive/driver/SparkIngestor.scala | 2 +- .../driver/drivers/CommandLineIngestionDriver.scala | 2 +- .../hyperdrive/driver/drivers/PropertiesIngestionDriver.scala | 2 +- .../scala/za/co/absa/hyperdrive/driver/utils/DriverUtil.scala | 2 +- driver/src/test/resources/log4j2-test.xml | 4 ++-- .../za/co/absa/hyperdrive/driver/TestSparkIngestor.scala | 2 +- .../driver/drivers/CommandLineIngestionDriverDockerTest.scala | 2 +- .../driver/drivers/TestCommandLineIngestionDriver.scala | 2 +- .../za/co/absa/hyperdrive/driver/util/TestDriverUtil.scala | 2 +- ingestor-default/pom.xml | 2 +- ingestor-default/src/main/resources/log4j2.xml | 4 ++-- .../ingestor/implementation/DefaultConfiguration.scala | 2 +- .../avro/confluent/ConfluentAvroKafkaStreamDecoder.scala | 2 +- .../decoder/factories/StreamDecoderAbstractFactory.scala | 2 +- .../manager/checkpoint/CheckpointOffsetManager.scala | 2 +- .../manager/factories/OffsetManagerAbstractFactory.scala | 2 +- .../reader/factories/StreamReaderAbstractFactory.scala | 2 +- .../implementation/reader/kafka/KafkaStreamReader.scala | 2 +- .../column/selection/ColumnSelectorStreamTransformer.scala | 2 +- .../factories/StreamTransformerAbstractFactory.scala | 2 +- .../writer/factories/StreamWriterAbstractFactory.scala | 2 +- .../writer/parquet/AbstractParquetStreamWriter.scala | 2 +- .../writer/parquet/ParquetPartitioningStreamWriter.scala | 2 +- .../implementation/writer/parquet/ParquetStreamWriter.scala | 2 +- ingestor-default/src/test/resources/log4j2-test.xml | 4 ++-- .../avro/confluent/TestConfluentAvroKafkaStreamDecoder.scala | 2 +- .../TestConfluentConfluentAvroKafkaStreamDecoderObject.scala | 2 +- .../decoder/factories/TestStreamDecoderAbstractFactory.scala | 2 +- .../manager/checkpoint/TestCheckpointOffsetManager.scala | 2 +- .../checkpoint/TestCheckpointOffsetManagerObject.scala | 2 +- .../manager/factories/TestOffsetManagerAbstractFactory.scala | 2 +- .../reader/factories/TestStreamReaderAbstractFactory.scala | 2 +- .../implementation/reader/kafka/TestKafkaStreamReader.scala | 2 +- .../reader/kafka/TestKafkaStreamReaderObject.scala | 2 +- .../selection/TestColumnSelectorStreamTransformer.scala | 2 +- .../selection/TestColumnSelectorStreamTransformerObject.scala | 2 +- .../factories/TestStreamTransformerAbstractFactory.scala | 2 +- .../writer/factories/TestStreamWriterAbstractFactory.scala | 2 +- .../writer/parquet/TestParquetPartitioningStreamWriter.scala | 2 +- .../writer/parquet/TestParquetStreamWriter.scala | 2 +- .../writer/parquet/TestParquetStreamWriterObject.scala | 2 +- parent-conf/pom.xml | 2 +- pom.xml | 2 +- scalastyle-config.xml | 4 ++-- shared/pom.xml | 2 +- shared/src/main/resources/log4j2.xml | 4 ++-- .../hyperdrive/shared/configurations/ConfigurationsKeys.scala | 2 +- .../hyperdrive/shared/exceptions/IngestionException.scala | 2 +- .../shared/exceptions/IngestionStartException.scala | 2 +- .../za/co/absa/hyperdrive/shared/utils/ClassLoaderUtils.scala | 2 +- .../za/co/absa/hyperdrive/shared/utils/ConfigUtils.scala | 2 +- .../scala/za/co/absa/hyperdrive/shared/utils/FileUtils.scala | 2 +- .../scala/za/co/absa/hyperdrive/shared/utils/SparkUtils.scala | 2 +- .../src/test/resources/createTestClassLoaderUtilsOtherJar.sh | 4 ++-- shared/src/test/resources/log4j2-test.xml | 4 ++-- .../absa/hyperdrive/shared/utils/TestClassLoaderUtils.scala | 2 +- .../za/co/absa/hyperdrive/shared/utils/TestSparkUtils.scala | 2 +- .../classloaderutils/TestClassLoaderUtilsNoSingleton.scala | 2 +- .../classloaderutils/TestClassLoaderUtilsNotInstanceOf.scala | 2 +- .../TestClassLoaderUtilsSingletonInstanceOf.scala | 2 +- .../classloaderutils/TestClassLoaderUtilsTestTrait.scala | 2 +- testutils/pom.xml | 2 +- .../scala/za/co/absa/hyperdrive/testutils/SparkTestBase.scala | 2 +- .../za/co/absa/hyperdrive/testutils/SparkTestUtils.scala | 2 +- .../main/scala/za/co/absa/hyperdrive/testutils/TempDir.scala | 2 +- .../za/co/absa/hyperdrive/testutils/TestSparkTestUtils.scala | 2 +- 110 files changed, 120 insertions(+), 120 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3b81afa5..e2be9078 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ /* - * Copyright 2019 ABSA Group Limited + * Copyright 2018 ABSA Group Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ pipeline { agent { label "${hyperdriveSlaveLabel}" } - + tools { jdk "${toolVersionJava}" maven "${toolVersionMaven}" diff --git a/LICENSE b/LICENSE index 1efd3045..6fb0a3dc 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 ABSA Group Limited + Copyright 2018 ABSA Group Limited 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/README.md b/README.md index 76616d24..93516c6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - Copyright 2019 ABSA Group Limited + Copyright 2018 ABSA Group Limited 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/api/pom.xml b/api/pom.xml index f98a467e..456412cd 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@