From 29c94bfcf264d6b828b07d90d4c00183c59d56e0 Mon Sep 17 00:00:00 2001 From: ivakoleva Date: Tue, 14 Feb 2023 15:10:17 +0200 Subject: [PATCH 1/6] versatile-data-kit: copyright notice year update Copyright notice year is out of date. Introduced a year range from 2021 to now. Testing done: pre-commit hooks triggerred Signed-off-by: ivakoleva --- NOTICE | 2 +- NOTICE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index 33bf8b32f0..03d3b33145 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2021 VMware, Inc. +Copyright 2021-2023 VMware, Inc. 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/NOTICE.txt b/NOTICE.txt index 0adaec34fa..850c2eaf6e 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,2 +1,2 @@ -Copyright 2021 VMware, Inc. +Copyright 2021-2023 VMware, Inc. SPDX-License-Identifier: Apache-2.0 From 2d8b4e98b6603ea3d962f32951b743fe3ae3e5af Mon Sep 17 00:00:00 2001 From: ivakoleva Date: Tue, 14 Feb 2023 15:12:11 +0200 Subject: [PATCH 2/6] versatile-data-kit: copyright notice year update Copyright notice year is out of date. Introduced a year range from 2021 to now. Testing done: pre-commit hooks triggerred Signed-off-by: ivakoleva --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1bb94f4a6..55d1cb5039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 repos: From c38c6dc2741a358861a2c6f54d8b8e6a6df0fb03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:13:15 +0000 Subject: [PATCH 3/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cicd/build.sh | 3 +++ .../airflow-example/airflow-transform-job/10_transform.py | 3 +++ .../airflow-example/airflow-trino-job1/10_insert_data.py | 3 +++ .../airflow-example/airflow-trino-job2/10_insert_data.py | 3 +++ examples/airflow-example/dags/airflow_example_dag.py | 3 +++ examples/energy/dashboard.py | 3 +++ examples/energy/energy/03_ingest_table_natural_gas_prices.py | 3 +++ .../energy/energy/06_ingest_table_create_extremes_index.py | 3 +++ .../10_increm_ingest_from_db_example.py | 3 +++ .../jobs/ingest-currency-exchange-rate/aa_ingest_rates.py | 3 +++ .../plugins/vdk-poc-anonymize/setup.py | 3 +++ .../src/vdk/plugin/anonymize/anonymization_plugin.py | 3 +++ .../vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py | 3 +++ .../src/vdk/plugin/anonymize/ingester_plugin.py | 3 +++ .../vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py | 3 +++ .../plugins/vdk-poc-anonymize/tests/test_anonymization.py | 3 +++ .../ingest-from-db-example-job/30_ingest_to_table.py | 3 +++ .../ingest-from-rest-api-example-job/30_rest_ingest.py | 3 +++ .../ingest-from-s3-example-job/30_download_and_ingest.py | 3 +++ examples/life-expectancy/dashboard.py | 3 +++ .../05_ingest_table_life_expectancy_2010_2015.py | 3 +++ .../life-expectancy/06_ingest_table_life_expectancy_2018.py | 3 +++ .../life-expectancy/09_ingest_table_us_regions.py | 3 +++ .../life-expectancy/12_ingest_table_us_gdp.py | 3 +++ .../online-exhibition/03_ingest_table_assets.py | 3 +++ examples/online-exhibition/view.py | 3 +++ projects/control-service/cicd/build.sh | 3 +++ .../control-service/cicd/deploy-testing-pipelines-service.sh | 3 +++ projects/control-service/cicd/release-pipelines-service.sh | 3 +++ projects/control-service/cicd/start_heartbeat.sh | 3 +++ .../main/java/com/vmware/taurus/ControlplaneApplication.java | 5 +++++ .../src/main/java/com/vmware/taurus/SpringAppPropNames.java | 5 +++++ .../main/java/com/vmware/taurus/base/EnableComponents.java | 5 +++++ .../src/main/java/com/vmware/taurus/base/FeatureFlags.java | 5 +++++ .../src/main/java/com/vmware/taurus/base/SCCPProperties.java | 5 +++++ .../java/com/vmware/taurus/exception/ApiConstraintError.java | 5 +++++ .../base/src/main/java/com/vmware/taurus/exception/Bug.java | 5 +++++ .../main/java/com/vmware/taurus/exception/DomainError.java | 5 +++++ .../main/java/com/vmware/taurus/exception/ErrorMessage.java | 5 +++++ .../vmware/taurus/exception/ExceptionControllerAdvice.java | 5 +++++ .../main/java/com/vmware/taurus/exception/SystemError.java | 5 +++++ .../com/vmware/taurus/exception/TaurusExceptionBase.java | 5 +++++ .../java/com/vmware/taurus/exception/UserFacingError.java | 5 +++++ .../com/vmware/taurus/exception/WebHookRequestError.java | 5 +++++ .../vmware/taurus/security/CustomClaimTokenValidator.java | 5 +++++ .../main/java/com/vmware/taurus/security/KerberosConfig.java | 5 +++++ .../com/vmware/taurus/security/SecurityConfiguration.java | 5 +++++ .../vmware/taurus/service/diag/DiagnosticsController.java | 5 +++++ .../main/java/com/vmware/taurus/service/diag/HttpTracer.java | 5 +++++ .../main/java/com/vmware/taurus/service/diag/Metrics.java | 5 +++++ .../com/vmware/taurus/service/diag/OperationContext.java | 5 +++++ .../service/diag/methodintercept/DiagnosticsContext.java | 5 +++++ .../service/diag/methodintercept/DiagnosticsPublisher.java | 5 +++++ .../taurus/service/diag/methodintercept/Measurable.java | 5 +++++ .../service/diag/methodintercept/MeasurableContainer.java | 5 +++++ .../service/diag/methodintercept/MethodInterceptor.java | 5 +++++ .../taurus/service/diag/methodintercept/MetricsHelper.java | 5 +++++ .../com/vmware/taurus/service/diag/opid/OpIdSupplier.java | 5 +++++ .../vmware/taurus/service/diag/opid/RequestInterceptor.java | 5 +++++ .../taurus/service/diag/opid/ResponseOpIdSetterAdvice.java | 5 +++++ .../com/vmware/taurus/service/diag/telemetry/ITelemetry.java | 5 +++++ .../com/vmware/taurus/service/diag/telemetry/Telemetry.java | 5 +++++ .../java/com/vmware/taurus/ControlplaneApplicationTests.java | 5 +++++ .../test/java/com/vmware/taurus/ExceptionCausedByTest.java | 5 +++++ .../java/com/vmware/taurus/exception/SystemErrorTest.java | 5 +++++ .../vmware/taurus/service/diag/telemetry/TelemetryTest.java | 5 +++++ .../control-service/projects/helm_charts/airflow/install.sh | 3 +++ .../projects/job-base-image-secure/publish-job-base.sh | 3 +++ .../projects/job-base-image/publish-job-base.sh | 3 +++ .../projects/job-builder-rootless/build_image.sh | 3 +++ .../projects/job-builder-rootless/publish-vdk-job-builder.sh | 3 +++ .../projects/job-builder-secure/build_image.sh | 3 +++ .../job-builder-secure/publish-vdk-job-builder-secure.sh | 3 +++ projects/control-service/projects/job-builder/build_image.sh | 3 +++ .../projects/job-builder/publish-vdk-job-builder.sh | 3 +++ .../projects/model/apidefs/datajob-api/publish-python.sh | 3 +++ .../projects/model/openapi-code-generator/generate-api.sh | 3 +++ .../com/vmware/taurus/datajobs/it/DataJobCancellationIT.java | 5 +++++ .../java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java | 5 +++++ .../vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java | 5 +++++ .../vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java | 5 +++++ .../java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java | 5 +++++ .../java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java | 5 +++++ .../com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java | 5 +++++ .../taurus/datajobs/it/DataJobTerminationStatusIT.java | 5 +++++ .../taurus/datajobs/it/PrivateBuilderDockerRepoIT.java | 5 +++++ .../vmware/taurus/datajobs/it/UploadSourceValidationIT.java | 5 +++++ .../java/com/vmware/taurus/datajobs/it/common/BaseIT.java | 5 +++++ .../datajobs/it/common/DataJobDeploymentExtension.java | 5 +++++ .../taurus/datajobs/it/common/DockerConfigJsonUtils.java | 5 +++++ .../vmware/taurus/datajobs/it/common/JobExecutionUtil.java | 5 +++++ .../taurus/datajobs/it/common/KdcServerConfiguration.java | 5 +++++ .../datajobs/it/common/MiniKdcCredentialsRepository.java | 5 +++++ .../datajobs/it/common/WebHookServerMockExtension.java | 5 +++++ .../vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java | 5 +++++ .../taurus/graphql/it/GraphQLDataJobsSortContactsIT.java | 5 +++++ .../com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java | 5 +++++ .../vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java | 5 +++++ .../vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java | 5 +++++ .../graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java | 5 +++++ .../taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java | 5 +++++ .../graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java | 5 +++++ .../src/main/java/com/vmware/taurus/ServiceApp.java | 5 +++++ .../src/main/java/com/vmware/taurus/ServiceAppPropNames.java | 5 +++++ .../taurus/authorization/AuthorizationInterceptor.java | 5 +++++ .../taurus/authorization/config/InterceptorConfig.java | 5 +++++ .../taurus/authorization/provider/AuthorizationProvider.java | 5 +++++ .../taurus/authorization/webhook/AuthorizationBody.java | 5 +++++ .../authorization/webhook/AuthorizationWebHookProvider.java | 5 +++++ .../java/com/vmware/taurus/datajobs/DataJobsController.java | 5 +++++ .../vmware/taurus/datajobs/DataJobsDeploymentController.java | 5 +++++ .../vmware/taurus/datajobs/DataJobsExecutionController.java | 5 +++++ .../vmware/taurus/datajobs/DataJobsServiceController.java | 5 +++++ .../vmware/taurus/datajobs/DataJobsSourcesController.java | 5 +++++ .../com/vmware/taurus/datajobs/DeploymentModelConverter.java | 5 +++++ .../java/com/vmware/taurus/datajobs/ToApiModelConverter.java | 5 +++++ .../java/com/vmware/taurus/datajobs/ToModelApiConverter.java | 5 +++++ .../taurus/datajobs/webhook/PostCreateWebHookProvider.java | 5 +++++ .../taurus/datajobs/webhook/PostDeleteWebHookProvider.java | 5 +++++ .../java/com/vmware/taurus/exception/AuthorizationError.java | 5 +++++ .../taurus/exception/DataJobAlreadyRunningException.java | 5 +++++ .../taurus/exception/DataJobDeploymentNotFoundException.java | 5 +++++ .../DataJobExecutionCannotBeCancelledException.java | 5 +++++ .../taurus/exception/DataJobExecutionNotFoundException.java | 5 +++++ .../exception/DataJobExecutionStatusNotValidException.java | 5 +++++ .../vmware/taurus/exception/DataJobNotFoundException.java | 5 +++++ .../taurus/exception/ExecutionCancellationFailureReason.java | 5 +++++ .../com/vmware/taurus/exception/ExternalSystemError.java | 5 +++++ .../com/vmware/taurus/exception/JsonDissectException.java | 5 +++++ .../com/vmware/taurus/exception/KubernetesException.java | 5 +++++ .../taurus/exception/KubernetesJobDefinitionException.java | 5 +++++ .../properties/controller/DataJobsPropertiesController.java | 5 +++++ .../com/vmware/taurus/properties/service/JobProperties.java | 5 +++++ .../taurus/properties/service/PropertiesRepository.java | 5 +++++ .../vmware/taurus/properties/service/PropertiesService.java | 5 +++++ .../com/vmware/taurus/service/GraphQLJobsQueryService.java | 5 +++++ .../com/vmware/taurus/service/JobExecutionFilterSpec.java | 5 +++++ .../com/vmware/taurus/service/JobExecutionRepository.java | 5 +++++ .../java/com/vmware/taurus/service/JobOperationResult.java | 5 +++++ .../main/java/com/vmware/taurus/service/JobsRepository.java | 5 +++++ .../src/main/java/com/vmware/taurus/service/JobsService.java | 5 +++++ .../java/com/vmware/taurus/service/KubernetesService.java | 5 +++++ .../service/RepositoryRetryOperationsConfiguration.java | 5 +++++ .../java/com/vmware/taurus/service/UserAgentService.java | 5 +++++ .../src/main/java/com/vmware/taurus/service/Utilities.java | 5 +++++ .../taurus/service/credentials/CredentialsRepository.java | 5 +++++ .../service/credentials/EmptyCredentialsRepository.java | 5 +++++ .../taurus/service/credentials/JobCredentialsService.java | 5 +++++ .../service/credentials/KerberosCredentialsRepository.java | 5 +++++ .../com/vmware/taurus/service/deploy/BuilderResources.java | 5 +++++ .../taurus/service/deploy/DataJobDefaultConfigurations.java | 5 +++++ .../taurus/service/deploy/DeploymentNotificationHelper.java | 5 +++++ .../com/vmware/taurus/service/deploy/DeploymentProgress.java | 5 +++++ .../com/vmware/taurus/service/deploy/DeploymentService.java | 5 +++++ .../com/vmware/taurus/service/deploy/DockerImageName.java | 5 +++++ .../vmware/taurus/service/deploy/DockerRegistryService.java | 5 +++++ .../com/vmware/taurus/service/deploy/JobCommandProvider.java | 5 +++++ .../com/vmware/taurus/service/deploy/JobImageBuilder.java | 5 +++++ .../com/vmware/taurus/service/deploy/JobImageDeployer.java | 5 +++++ .../vmware/taurus/service/deploy/KubernetesResources.java | 5 +++++ .../com/vmware/taurus/service/deploy/VdkOptionsReader.java | 5 +++++ .../taurus/service/execution/JobExecutionCleanupService.java | 5 +++++ .../taurus/service/execution/JobExecutionLogsUrlBuilder.java | 5 +++++ .../taurus/service/execution/JobExecutionResultManager.java | 5 +++++ .../vmware/taurus/service/execution/JobExecutionService.java | 5 +++++ .../vmware/taurus/service/graphql/ExecutionDataFetcher.java | 5 +++++ .../vmware/taurus/service/graphql/GraphQLDataFetchers.java | 5 +++++ .../com/vmware/taurus/service/graphql/GraphQLProvider.java | 5 +++++ .../java/com/vmware/taurus/service/graphql/GraphQLUtils.java | 5 +++++ .../com/vmware/taurus/service/graphql/model/Criteria.java | 5 +++++ .../taurus/service/graphql/model/DataJobExecutionFilter.java | 5 +++++ .../taurus/service/graphql/model/DataJobExecutionOrder.java | 5 +++++ .../graphql/model/DataJobExecutionQueryVariables.java | 5 +++++ .../com/vmware/taurus/service/graphql/model/DataJobPage.java | 5 +++++ .../taurus/service/graphql/model/DataJobQueryVariables.java | 5 +++++ .../service/graphql/model/ExecutionQueryVariables.java | 5 +++++ .../java/com/vmware/taurus/service/graphql/model/Filter.java | 5 +++++ .../com/vmware/taurus/service/graphql/model/V2DataJob.java | 5 +++++ .../vmware/taurus/service/graphql/model/V2DataJobConfig.java | 5 +++++ .../taurus/service/graphql/model/V2DataJobDeployment.java | 5 +++++ .../taurus/service/graphql/model/V2DataJobSchedule.java | 5 +++++ .../taurus/service/graphql/strategy/FieldStrategy.java | 5 +++++ .../service/graphql/strategy/JobFieldStrategyFactory.java | 5 +++++ .../service/graphql/strategy/datajob/JobFieldStrategyBy.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByDataJobContacts.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByDeploymentStatus.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByDescription.java | 5 +++++ .../datajob/JobFieldStrategyByLastExecutionDuration.java | 5 +++++ .../datajob/JobFieldStrategyByLastExecutionStatus.java | 5 +++++ .../datajob/JobFieldStrategyByLastExecutionTime.java | 5 +++++ .../graphql/strategy/datajob/JobFieldStrategyByName.java | 5 +++++ .../graphql/strategy/datajob/JobFieldStrategyByNextRun.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByScheduleCron.java | 5 +++++ .../strategy/datajob/JobFieldStrategyBySourceUrl.java | 5 +++++ .../graphql/strategy/datajob/JobFieldStrategyByTeam.java | 5 +++++ .../taurus/service/kubernetes/ControlKubernetesService.java | 5 +++++ .../taurus/service/kubernetes/DataJobsKubernetesService.java | 5 +++++ .../com/vmware/taurus/service/locks/CustomLockProvider.java | 5 +++++ .../com/vmware/taurus/service/locks/LockConfiguration.java | 5 +++++ .../main/java/com/vmware/taurus/service/model/DataJob.java | 5 +++++ .../com/vmware/taurus/service/model/DataJobExecution.java | 5 +++++ .../taurus/service/model/DataJobExecutionIdAndEndTime.java | 5 +++++ .../taurus/service/model/DataJobExecutionStatusCount.java | 5 +++++ .../java/com/vmware/taurus/service/model/DataJobStatus.java | 5 +++++ .../com/vmware/taurus/service/model/DeploymentStatus.java | 5 +++++ .../com/vmware/taurus/service/model/ExecutionResult.java | 5 +++++ .../com/vmware/taurus/service/model/ExecutionStatus.java | 5 +++++ .../java/com/vmware/taurus/service/model/ExecutionType.java | 5 +++++ .../java/com/vmware/taurus/service/model/JobAnnotation.java | 5 +++++ .../main/java/com/vmware/taurus/service/model/JobConfig.java | 5 +++++ .../java/com/vmware/taurus/service/model/JobDeployment.java | 5 +++++ .../com/vmware/taurus/service/model/JobDeploymentStatus.java | 5 +++++ .../main/java/com/vmware/taurus/service/model/JobEnvVar.java | 5 +++++ .../main/java/com/vmware/taurus/service/model/JobLabel.java | 5 +++++ .../service/model/converter/ExecutionStatusConverter.java | 5 +++++ .../model/converter/ExecutionTerminationStatusConverter.java | 5 +++++ .../service/monitoring/DataJobExecutionCleanupMonitor.java | 5 +++++ .../com/vmware/taurus/service/monitoring/DataJobMetrics.java | 5 +++++ .../com/vmware/taurus/service/monitoring/DataJobMonitor.java | 5 +++++ .../vmware/taurus/service/monitoring/DataJobMonitorSync.java | 5 +++++ .../vmware/taurus/service/monitoring/DeploymentMonitor.java | 5 +++++ .../taurus/service/monitoring/DeploymentMonitorSync.java | 5 +++++ .../taurus/service/notification/DataJobNotification.java | 5 +++++ .../taurus/service/notification/EmailNotification.java | 5 +++++ .../taurus/service/notification/NotificationContent.java | 5 +++++ .../com/vmware/taurus/service/threads/ThreadPoolConf.java | 5 +++++ .../vmware/taurus/service/upload/CustomStrategyOneSided.java | 5 +++++ .../java/com/vmware/taurus/service/upload/EphemeralFile.java | 5 +++++ .../com/vmware/taurus/service/upload/FileFormatDetector.java | 5 +++++ .../java/com/vmware/taurus/service/upload/FileUtils.java | 5 +++++ .../vmware/taurus/service/upload/GitCredentialsProvider.java | 5 +++++ .../java/com/vmware/taurus/service/upload/GitWrapper.java | 5 +++++ .../com/vmware/taurus/service/upload/InvalidJobUpload.java | 5 +++++ .../java/com/vmware/taurus/service/upload/JobUpload.java | 5 +++++ .../com/vmware/taurus/service/upload/JobUploadValidator.java | 5 +++++ .../vmware/taurus/service/webhook/WebHookRequestBody.java | 5 +++++ .../taurus/service/webhook/WebHookRequestBodyProvider.java | 5 +++++ .../com/vmware/taurus/service/webhook/WebHookResult.java | 5 +++++ .../com/vmware/taurus/service/webhook/WebHookService.java | 5 +++++ .../src/test/java/com/vmware/taurus/KerberosUtil.java | 5 +++++ .../src/test/java/com/vmware/taurus/RepositoryUtil.java | 5 +++++ .../src/test/java/com/vmware/taurus/TestIOUtils.java | 5 +++++ .../taurus/authorization/AuthorizationInterceptorTest.java | 5 +++++ .../taurus/authorization/KerberosAuthenticationIT.java | 5 +++++ .../taurus/authorization/TestKerberosServerHelper.java | 5 +++++ .../authorization/provider/AuthorizationProviderTest.java | 5 +++++ .../taurus/authorization/webhook/AuthorizationBodyTest.java | 5 +++++ .../webhook/AuthorizationWebHookProviderTest.java | 5 +++++ .../com/vmware/taurus/datajobs/DataJobsControllerIT.java | 5 +++++ .../com/vmware/taurus/datajobs/DataJobsControllerTest.java | 5 +++++ .../taurus/datajobs/DataJobsExecutionControllerIT.java | 5 +++++ .../vmware/taurus/datajobs/DataJobsSourcesControllerIT.java | 5 +++++ .../vmware/taurus/datajobs/DeploymentModelConverterTest.java | 5 +++++ .../src/test/java/com/vmware/taurus/datajobs/MockGit.java | 5 +++++ .../test/java/com/vmware/taurus/datajobs/MockKerberos.java | 5 +++++ .../test/java/com/vmware/taurus/datajobs/MockKubernetes.java | 5 +++++ .../test/java/com/vmware/taurus/datajobs/MockTelemetry.java | 5 +++++ .../src/test/java/com/vmware/taurus/datajobs/TestUtils.java | 5 +++++ .../taurus/datajobs/webhook/BaseWebHookProviderTest.java | 5 +++++ .../datajobs/webhook/PostCreateWebHookProviderTest.java | 5 +++++ .../datajobs/webhook/PostDeleteWebHookProviderTest.java | 5 +++++ .../webhook/ToApiModelConverterJobExecutionTest.java | 5 +++++ .../taurus/service/DataJobExecutionRateCounterTest.java | 5 +++++ .../vmware/taurus/service/GraphQLJobsQueryServiceTest.java | 5 +++++ .../com/vmware/taurus/service/JobExecutionFilterSpecIT.java | 5 +++++ .../com/vmware/taurus/service/JobExecutionRepositoryIT.java | 5 +++++ .../java/com/vmware/taurus/service/JobImageDeployerTest.java | 5 +++++ .../java/com/vmware/taurus/service/JobsRepositoryIT.java | 5 +++++ .../test/java/com/vmware/taurus/service/JobsServiceTest.java | 5 +++++ .../service/KubernetesServiceCancelRunningCronJobTest.java | 5 +++++ .../taurus/service/KubernetesServiceIsRunningJobTest.java | 5 +++++ .../service/KubernetesServiceStartJobWithArgumentsIT.java | 5 +++++ .../KubernetesServiceStartNewCronJobExecutionTest.java | 5 +++++ .../com/vmware/taurus/service/KubernetesServiceTest.java | 5 +++++ .../service/credentials/JobCredentialsServiceTest.java | 5 +++++ .../credentials/KerberosCredentialsServiceTestManual.java | 5 +++++ .../service/deploy/DeploymentNotificationHelperTest.java | 5 +++++ .../vmware/taurus/service/deploy/DeploymentServiceTest.java | 5 +++++ .../vmware/taurus/service/deploy/DockerImageNameTest.java | 5 +++++ .../vmware/taurus/service/deploy/JobImageBuilderTest.java | 5 +++++ .../vmware/taurus/service/deploy/JobImageDeployerTest.java | 5 +++++ .../vmware/taurus/service/deploy/VdkOptionsReaderTest.java | 5 +++++ .../service/execution/JobExecutionCleanupServiceIT.java | 5 +++++ .../service/execution/JobExecutionLogsUrlBuilderIT.java | 5 +++++ .../service/execution/JobExecutionResultManagerTest.java | 5 +++++ .../execution/JobExecutionServiceCancelExecutionIT.java | 5 +++++ .../execution/JobExecutionServiceListExecutionsIT.java | 5 +++++ .../execution/JobExecutionServiceReadExecutionIT.java | 5 +++++ .../execution/JobExecutionServiceStartExecutionIT.java | 5 +++++ .../execution/JobExecutionServiceSyncExecutionIT.java | 5 +++++ .../execution/JobExecutionServiceUpdateExecutionIT.java | 5 +++++ .../taurus/service/execution/JobExecutionServiceUtil.java | 5 +++++ .../ExecutionDataFetcherFindAllAndBuildResponseIT.java | 5 +++++ .../service/graphql/ExecutionDataFetcherStatusCountTest.java | 5 +++++ .../taurus/service/graphql/ExecutionDataFetcherTest.java | 5 +++++ .../taurus/service/graphql/GraphQLDataFetchersTest.java | 5 +++++ .../taurus/service/graphql/GraphQLJobTeamFetcherIT.java | 5 +++++ .../graphql/strategy/JobFieldStrategyFactoryTest.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByContactTest.java | 5 +++++ .../datajob/JobFieldStrategyByDeploymentStatusTest.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByDescriptionTest.java | 5 +++++ .../graphql/strategy/datajob/JobFieldStrategyByNameTest.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByNextRunTest.java | 5 +++++ .../strategy/datajob/JobFieldStrategyByScheduleCronTest.java | 5 +++++ .../strategy/datajob/JobFieldStrategyBySourceUrlTest.java | 5 +++++ .../graphql/strategy/datajob/JobFieldStrategyByTeamTest.java | 5 +++++ .../taurus/service/model/K8SAnnotationsLabelsTest.java | 5 +++++ .../model/converter/ExecutionStatusConverterTest.java | 5 +++++ .../converter/ExecutionTerminationStatusConverterTest.java | 5 +++++ .../monitoring/DataJobExecutionCleanupMonitorTest.java | 5 +++++ .../vmware/taurus/service/monitoring/DataJobMetricsTest.java | 5 +++++ .../taurus/service/monitoring/DataJobMonitorSyncTest.java | 5 +++++ .../vmware/taurus/service/monitoring/DataJobMonitorTest.java | 5 +++++ .../taurus/service/monitoring/DeploymentMonitorIT.java | 5 +++++ .../taurus/service/monitoring/DeploymentMonitorSyncTest.java | 5 +++++ .../taurus/service/notification/DataJobNotificationTest.java | 5 +++++ .../taurus/service/notification/EmailNotificationTest.java | 5 +++++ .../taurus/service/notification/NotificationContentTest.java | 5 +++++ .../vmware/taurus/service/upload/FileFormatDetectorTest.java | 5 +++++ .../java/com/vmware/taurus/service/upload/FileUtilsTest.java | 5 +++++ .../taurus/service/upload/GitCredentialsProviderTest.java | 5 +++++ .../com/vmware/taurus/service/upload/GitWrapperTest.java | 5 +++++ .../java/com/vmware/taurus/service/upload/JobUploadTest.java | 5 +++++ .../vmware/taurus/service/upload/JobUploadValidatorTest.java | 5 +++++ .../src/test/resources/detect-job/package/lib.py | 3 +++ .../test/resources/detect-job/package/subpackage/other.py | 3 +++ .../src/test/resources/detect-job/step.py | 3 +++ projects/vdk-control-cli/cicd/build.sh | 3 +++ projects/vdk-control-cli/setup.py | 3 +++ .../vdk-control-cli/src/vdk/api/control/plugin/markers.py | 3 +++ projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py | 3 +++ .../internal/control/command_groups/common_group/default.py | 3 +++ .../src/vdk/internal/control/command_groups/job/create.py | 3 +++ .../src/vdk/internal/control/command_groups/job/delete.py | 3 +++ .../vdk/internal/control/command_groups/job/deploy_cli.py | 3 +++ .../internal/control/command_groups/job/deploy_cli_impl.py | 3 +++ .../vdk/internal/control/command_groups/job/download_job.py | 3 +++ .../vdk/internal/control/command_groups/job/download_key.py | 3 +++ .../src/vdk/internal/control/command_groups/job/execute.py | 3 +++ .../src/vdk/internal/control/command_groups/job/list.py | 3 +++ .../vdk/internal/control/command_groups/job/properties.py | 3 +++ .../src/vdk/internal/control/command_groups/job/show.py | 3 +++ .../vdk/internal/control/command_groups/login_group/login.py | 3 +++ .../internal/control/command_groups/logout_group/logout.py | 3 +++ .../internal/control/command_groups/version_group/version.py | 3 +++ .../vdk/internal/control/configuration/default_options.py | 3 +++ .../vdk/internal/control/configuration/defaults_config.py | 3 +++ .../src/vdk/internal/control/configuration/log_config.py | 3 +++ .../src/vdk/internal/control/configuration/vdk_config.py | 3 +++ .../src/vdk/internal/control/exception/vdk_exception.py | 3 +++ .../src/vdk/internal/control/job/job_archive.py | 3 +++ .../src/vdk/internal/control/job/job_config.py | 3 +++ .../vdk/internal/control/job/sample_job/20_python_step.py | 3 +++ projects/vdk-control-cli/src/vdk/internal/control/main.py | 3 +++ .../vdk/internal/control/plugin/control_plugin_manager.py | 3 +++ .../src/vdk/internal/control/rest_lib/factory.py | 3 +++ .../src/vdk/internal/control/rest_lib/rest_client_errors.py | 3 +++ .../src/vdk/internal/control/utils/cli_utils.py | 3 +++ .../src/vdk/internal/control/utils/control_utils.py | 3 +++ .../src/vdk/internal/control/vdk_control_build_info.py | 3 +++ projects/vdk-control-cli/tests/conftest.py | 3 +++ projects/vdk-control-cli/tests/resources/unused.py | 3 +++ .../control/command_groups/common_group/test_default.py | 3 +++ .../vdk/internal/control/command_groups/job/test_create.py | 3 +++ .../control/command_groups/job/test_datajob_config.py | 3 +++ .../vdk/internal/control/command_groups/job/test_delete.py | 3 +++ .../vdk/internal/control/command_groups/job/test_deploy.py | 3 +++ .../internal/control/command_groups/job/test_download_job.py | 3 +++ .../internal/control/command_groups/job/test_download_key.py | 3 +++ .../vdk/internal/control/command_groups/job/test_execute.py | 3 +++ .../vdk/internal/control/command_groups/job/test_list.py | 3 +++ .../internal/control/command_groups/job/test_properties.py | 3 +++ .../vdk/internal/control/command_groups/job/test_show.py | 3 +++ .../control/command_groups/login_group/test_login.py | 3 +++ .../vdk/internal/control/configuration/test_vdk_config.py | 3 +++ .../tests/vdk/internal/control/plugin/test_plugin_hooks.py | 3 +++ .../tests/vdk/internal/control/utils/cli_utils_test.py | 3 +++ projects/vdk-control-cli/tests/vdk/internal/test_utils.py | 3 +++ projects/vdk-core/cicd/build.sh | 3 +++ projects/vdk-core/cicd/deploy-base-vdk-image.sh | 3 +++ projects/vdk-core/cicd/example-job/30_check_orders_table.py | 3 +++ projects/vdk-core/cicd/release-vdk-core.sh | 3 +++ projects/vdk-core/cicd/set-patch-version.sh | 3 +++ projects/vdk-core/cicd/simple-functional-test.sh | 3 +++ projects/vdk-core/setup.py | 3 +++ projects/vdk-core/src/__main__.py | 3 +++ projects/vdk-core/src/vdk/api/data_job.py | 3 +++ projects/vdk-core/src/vdk/api/job_input.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/hook_markers.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/plugin_input.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/plugin_registry.py | 3 +++ projects/vdk-core/src/vdk/api/plugin/plugin_utils.py | 3 +++ .../src/vdk/internal/builtin_plugins/builtin_hook_impl.py | 3 +++ .../src/vdk/internal/builtin_plugins/config/config_help.py | 3 +++ .../src/vdk/internal/builtin_plugins/config/job_config.py | 3 +++ .../src/vdk/internal/builtin_plugins/config/log_config.py | 3 +++ .../src/vdk/internal/builtin_plugins/config/vdk_config.py | 3 +++ .../internal/builtin_plugins/connection/connection_hooks.py | 3 +++ .../internal/builtin_plugins/connection/connection_plugin.py | 3 +++ .../internal/builtin_plugins/connection/decoration_cursor.py | 3 +++ .../internal/builtin_plugins/connection/execution_cursor.py | 3 +++ .../vdk/internal/builtin_plugins/connection/impl/router.py | 3 +++ .../builtin_plugins/connection/impl/wrapped_connection.py | 3 +++ .../builtin_plugins/connection/managed_connection_base.py | 3 +++ .../internal/builtin_plugins/connection/managed_cursor.py | 3 +++ .../internal/builtin_plugins/connection/pep249/interfaces.py | 3 +++ .../vdk/internal/builtin_plugins/connection/proxy_cursor.py | 3 +++ .../internal/builtin_plugins/connection/recovery_cursor.py | 3 +++ .../vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py | 3 +++ .../vdk/internal/builtin_plugins/ingestion/ingester_base.py | 3 +++ .../builtin_plugins/ingestion/ingester_configuration.py | 3 +++ .../ingestion/ingester_configuration_plugin.py | 3 +++ .../internal/builtin_plugins/ingestion/ingester_router.py | 3 +++ .../vdk/internal/builtin_plugins/ingestion/ingester_utils.py | 3 +++ .../src/vdk/internal/builtin_plugins/internal_hookspecs.py | 3 +++ .../builtin_plugins/job_properties/base_properties_impl.py | 3 +++ .../builtin_plugins/job_properties/cached_properties.py | 3 +++ .../job_properties/datajobs_service_properties.py | 3 +++ .../builtin_plugins/job_properties/inmemproperties.py | 3 +++ .../builtin_plugins/job_properties/properties_api_plugin.py | 3 +++ .../builtin_plugins/job_properties/properties_config.py | 3 +++ .../builtin_plugins/job_properties/properties_router.py | 3 +++ .../builtin_plugins/job_properties/propertiesnotavailable.py | 3 +++ .../internal/builtin_plugins/notification/notification.py | 3 +++ .../builtin_plugins/notification/notification_base.py | 3 +++ .../notification/notification_configuration.py | 3 +++ .../vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/data_job.py | 3 +++ .../internal/builtin_plugins/run/execution_environment.py | 3 +++ .../vdk/internal/builtin_plugins/run/execution_results.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/execution_state.py | 3 +++ .../vdk/internal/builtin_plugins/run/execution_tracking.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/file_based_step.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/job_context.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/job_input.py | 3 +++ .../builtin_plugins/run/job_input_error_classifier.py | 3 +++ .../src/vdk/internal/builtin_plugins/run/run_status.py | 3 +++ .../internal/builtin_plugins/run/sql_argument_substitutor.py | 3 +++ .../vdk/internal/builtin_plugins/run/standalone_data_job.py | 3 +++ .../vdk-core/src/vdk/internal/builtin_plugins/run/step.py | 3 +++ .../vdk/internal/builtin_plugins/templates/template_impl.py | 3 +++ .../builtin_plugins/termination_message/file_util.py | 3 +++ .../internal/builtin_plugins/termination_message/writer.py | 3 +++ .../termination_message/writer_configuration.py | 3 +++ .../internal/builtin_plugins/version/new_version_check.py | 3 +++ .../builtin_plugins/version/new_version_check_plugin.py | 3 +++ .../src/vdk/internal/builtin_plugins/version/version.py | 3 +++ projects/vdk-core/src/vdk/internal/cli_entry.py | 3 +++ projects/vdk-core/src/vdk/internal/core/config.py | 3 +++ projects/vdk-core/src/vdk/internal/core/context.py | 3 +++ projects/vdk-core/src/vdk/internal/core/errors.py | 3 +++ projects/vdk-core/src/vdk/internal/core/statestore.py | 3 +++ projects/vdk-core/src/vdk/internal/plugin/plugin.py | 3 +++ projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py | 3 +++ projects/vdk-core/src/vdk/internal/util/decorators.py | 3 +++ projects/vdk-core/src/vdk/internal/util/utils.py | 3 +++ projects/vdk-core/src/vdk/internal/vdk_build_info.py | 3 +++ projects/vdk-core/tests/conftest.py | 3 +++ .../vdk-core/tests/functional/cli/test_set_cli_defaults.py | 3 +++ .../ingestion/jobs/no-ingest-method-job/1_ingest_step.py | 3 +++ .../jobs/test-ingest-bad-payload-job/1_ingest_step.py | 3 +++ .../ingestion/jobs/test-ingest-job/1_ingest_step.py | 3 +++ .../vdk-core/tests/functional/ingestion/test_ingest_chain.py | 3 +++ .../tests/functional/ingestion/test_payload_verification.py | 3 +++ .../tests/functional/run/jobs/cancel-job-template/1_step.py | 3 +++ .../tests/functional/run/jobs/cancel-job-template/2_step.py | 3 +++ .../vdk-core/tests/functional/run/jobs/cancel-job/1_step.py | 3 +++ .../vdk-core/tests/functional/run/jobs/cancel-job/2_step.py | 3 +++ .../vdk-core/tests/functional/run/jobs/cancel-job/3_step.py | 3 +++ .../functional/run/jobs/fail-job-indirect-library/1_step.py | 3 +++ .../functional/run/jobs/fail-job-ingest-iterator/1_step.py | 3 +++ .../tests/functional/run/jobs/fail-job-properties/1_step.py | 3 +++ .../vdk-core/tests/functional/run/jobs/fail-job/1_step.py | 3 +++ .../vdk-core/tests/functional/run/jobs/ingest-job/1_step.py | 3 +++ .../tests/functional/run/jobs/job-name-directory/1_step.py | 3 +++ .../functional/run/jobs/job-using-templates/03_new_data.py | 3 +++ .../run/jobs/job-using-templates/10_load_snapshot.py | 3 +++ .../tests/functional/run/jobs/job-with-args/2_python_step.py | 3 +++ .../tests/functional/run/jobs/job-with-config-ini/1_step.py | 3 +++ .../tests/functional/run/jobs/pandas-job/10_pandas_step.py | 3 +++ .../functional/run/jobs/properties-job/10_copy_message.py | 3 +++ .../vdk-core/tests/functional/run/jobs/simple-job/1_step.py | 3 +++ .../10_query_then_handle_exceptions.py | 3 +++ .../tests/functional/run/jobs/syntax-error-job/1_step.py | 3 +++ .../run/jobs/template-append/02_append_to_table.py | 3 +++ .../vdk-core/tests/functional/run/test_run_configuration.py | 3 +++ .../tests/functional/run/test_run_decorate_job_input.py | 3 +++ projects/vdk-core/tests/functional/run/test_run_errors.py | 3 +++ projects/vdk-core/tests/functional/run/test_run_ingest.py | 3 +++ .../vdk-core/tests/functional/run/test_run_job_cancel.py | 3 +++ .../tests/functional/run/test_run_job_name_directory.py | 3 +++ .../vdk-core/tests/functional/run/test_run_notifications.py | 3 +++ .../vdk-core/tests/functional/run/test_run_properties.py | 3 +++ projects/vdk-core/tests/functional/run/test_run_simple.py | 3 +++ .../vdk-core/tests/functional/run/test_run_sql_queries.py | 3 +++ .../tests/functional/run/test_run_standalone_data_job.py | 3 +++ projects/vdk-core/tests/functional/run/test_run_templates.py | 3 +++ projects/vdk-core/tests/functional/run/util.py | 3 +++ .../vdk/internal/builtin_plugins/config/test_config_help.py | 3 +++ .../vdk/internal/builtin_plugins/config/test_job_config.py | 3 +++ .../vdk/internal/builtin_plugins/config/test_log_config.py | 3 +++ .../vdk/internal/builtin_plugins/config/test_vdk_config.py | 3 +++ .../builtin_plugins/connection/test_connection_router.py | 3 +++ .../connection/test_managed_connection_base.py | 3 +++ .../builtin_plugins/connection/test_managed_cursor.py | 3 +++ .../tests/vdk/internal/builtin_plugins/debug/test_debug.py | 3 +++ .../internal/builtin_plugins/ingestion/test_ingester_base.py | 3 +++ .../builtin_plugins/ingestion/test_ingester_router.py | 3 +++ .../builtin_plugins/ingestion/test_ingester_utils.py | 3 +++ .../builtin_plugins/job_properties/test_cached_properties.py | 3 +++ .../job_properties/test_datajob_service_properties.py | 3 +++ .../builtin_plugins/job_properties/test_properties_router.py | 3 +++ .../builtin_plugins/notification/test_notification.py | 3 +++ .../notification/test_notification_configuration.py | 3 +++ .../builtin_plugins/run/job_input_error_classifier_test.py | 3 +++ .../tests/vdk/internal/builtin_plugins/run/test_cli_run.py | 3 +++ .../tests/vdk/internal/builtin_plugins/run/test_data_job.py | 3 +++ .../internal/builtin_plugins/run/test_execution_results.py | 3 +++ .../builtin_plugins/run/test_input_job_name_directory.py | 3 +++ .../builtin_plugins/run/test_sql_argument_substitutor.py | 3 +++ .../builtin_plugins/run/test_substitute_query_params.py | 3 +++ .../internal/builtin_plugins/templates/test_template_impl.py | 3 +++ .../termination_message/test_configuration.py | 3 +++ .../builtin_plugins/termination_message/test_writer.py | 3 +++ .../vdk/internal/builtin_plugins/test_builtin_hook_impl.py | 3 +++ .../builtin_plugins/version/test_new_version_check.py | 3 +++ .../builtin_plugins/version/test_new_version_check_plugin.py | 3 +++ .../vdk/internal/builtin_plugins/version/test_version.py | 3 +++ projects/vdk-core/tests/vdk/internal/core/test_config.py | 3 +++ .../vdk-core/tests/vdk/internal/core/test_core_context.py | 3 +++ projects/vdk-core/tests/vdk/internal/core/test_errors.py | 3 +++ projects/vdk-core/tests/vdk/internal/core/test_statestore.py | 3 +++ projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py | 3 +++ .../vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py | 3 +++ projects/vdk-core/tests/vdk/internal/test_cli_entry.py | 3 +++ .../tests/vdk/internal/test_run_load_setuptools_errors.py | 3 +++ projects/vdk-heartbeat/cicd/build.sh | 3 +++ projects/vdk-heartbeat/setup.py | 3 +++ projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py | 3 +++ .../src/vdk/internal/heartbeat/database_run_test.py | 3 +++ .../src/vdk/internal/heartbeat/empty_run_test.py | 3 +++ .../vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py | 3 +++ .../src/vdk/internal/heartbeat/heartbeat_test.py | 3 +++ .../src/vdk/internal/heartbeat/impala_database_test.py | 3 +++ .../src/vdk/internal/heartbeat/job_controller.py | 3 +++ .../vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py | 3 +++ projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py | 3 +++ .../vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py | 3 +++ .../src/vdk/internal/heartbeat/simple_run_test.py | 3 +++ .../src/vdk/internal/heartbeat/successful_run_test.py | 3 +++ projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py | 3 +++ .../src/vdk/internal/heartbeat/trino_database_test.py | 3 +++ projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py | 3 +++ .../database_ingestion/05_set_properties.py | 3 +++ .../database_ingestion/10_ingest_data.py | 3 +++ .../database_ingestion/20_verify_data.py | 3 +++ .../heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py | 3 +++ .../vdk_heartbeat_data_job/impala/05_set_properties.py | 3 +++ .../vdk_heartbeat_data_job/impala/20_move_data_using_load.py | 3 +++ .../vdk_heartbeat_data_job/impala/40_execute_template.py | 3 +++ .../heartbeat/vdk_heartbeat_data_job/simple/10_simple.py | 3 +++ .../vdk_heartbeat_data_job/trino/05_set_properties.py | 3 +++ .../heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py | 3 +++ .../vdk_heartbeat_data_job/trino/25_execute_template.py | 3 +++ projects/vdk-heartbeat/tests/vdk/internal/test_config.py | 3 +++ .../vdk-heartbeat/tests/vdk/internal/test_job_controller.py | 3 +++ projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py | 3 +++ .../tests/vdk/internal/test_trino_database_test.py | 3 +++ projects/vdk-plugins/__init__.py | 3 +++ projects/vdk-plugins/airflow-provider-vdk/setup.py | 3 +++ projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py | 3 +++ .../vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py | 3 +++ .../airflow-provider-vdk/tests/hooks/test_vdkhook.py | 3 +++ .../airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py | 3 +++ .../airflow-provider-vdk/tests/operators/__init__.py | 3 +++ .../airflow-provider-vdk/tests/operators/test_vdkoperator.py | 3 +++ .../airflow-provider-vdk/tests/sensors/__init__.py | 3 +++ .../airflow-provider-vdk/tests/sensors/test_vdksensor.py | 3 +++ .../airflow-provider-vdk/vdk_provider/__init__.py | 3 +++ .../vdk_provider/example_dags/__init__.py | 3 +++ .../vdk_provider/example_dags/example_vdk.py | 3 +++ .../airflow-provider-vdk/vdk_provider/hooks/__init__.py | 3 +++ .../airflow-provider-vdk/vdk_provider/hooks/vdk.py | 3 +++ .../airflow-provider-vdk/vdk_provider/operators/__init__.py | 3 +++ .../airflow-provider-vdk/vdk_provider/operators/vdk.py | 3 +++ .../airflow-provider-vdk/vdk_provider/sensors/__init__.py | 3 +++ .../airflow-provider-vdk/vdk_provider/sensors/vdk.py | 3 +++ projects/vdk-plugins/build-plugin.sh | 3 +++ projects/vdk-plugins/quickstart-vdk/setup.py | 3 +++ projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py | 3 +++ projects/vdk-plugins/vdk-audit/setup.py | 3 +++ .../vdk-audit/src/vdk/plugin/audit/audit_config.py | 3 +++ .../vdk-audit/src/vdk/plugin/audit/audit_plugin.py | 3 +++ .../jobs/os-listdir-command-job/10_os_listdir_command_job.py | 3 +++ .../jobs/os-system-command-job/10_os_system_command_job.py | 3 +++ .../vdk-audit/tests/functional/test_audit_plugin.py | 3 +++ projects/vdk-plugins/vdk-control-api-auth/setup.py | 3 +++ .../src/vdk/plugin/control_api_auth/auth_config.py | 3 +++ .../src/vdk/plugin/control_api_auth/auth_exception.py | 3 +++ .../src/vdk/plugin/control_api_auth/auth_request_values.py | 3 +++ .../src/vdk/plugin/control_api_auth/authentication.py | 3 +++ .../vdk/plugin/control_api_auth/autorization_code_auth.py | 3 +++ .../src/vdk/plugin/control_api_auth/base_auth.py | 3 +++ .../src/vdk/plugin/control_api_auth/login_types.py | 3 +++ .../vdk-control-api-auth/tests/test_api_token_auth.py | 3 +++ .../tests/test_authorization_code_auth.py | 3 +++ .../vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py | 3 +++ projects/vdk-plugins/vdk-csv/setup.py | 3 +++ .../src/vdk/plugin/csv/csv_export_job/csv_export_step.py | 3 +++ .../src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py | 3 +++ .../vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py | 3 +++ .../vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py | 3 +++ projects/vdk-plugins/vdk-greenplum/setup.py | 3 +++ .../src/vdk/plugin/greenplum/greenplum_connection.py | 3 +++ .../src/vdk/plugin/greenplum/greenplum_plugin.py | 3 +++ .../src/vdk/plugin/greenplum/ingest_to_greenplum.py | 3 +++ projects/vdk-plugins/vdk-greenplum/tests/conftest.py | 3 +++ .../test_ingest_to_greenplum_job/10_ingest_to_greenplum.py | 3 +++ .../vdk-greenplum/tests/test_ingest_to_greenplum.py | 3 +++ .../vdk-greenplum/tests/test_vdk_greenplum_utils.py | 3 +++ projects/vdk-plugins/vdk-impala/setup.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/impala_configuration.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/impala_connection.py | 3 +++ .../src/vdk/plugin/impala/impala_error_classifier.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/impala_error_handler.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/impala_helper.py | 3 +++ .../src/vdk/plugin/impala/impala_lineage_plugin.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/impala_plugin.py | 3 +++ .../vdk-impala/src/vdk/plugin/impala/templates/__init__.py | 3 +++ .../src/vdk/plugin/impala/templates/load/__init__.py | 3 +++ .../vdk/plugin/impala/templates/load/dimension/__init__.py | 3 +++ .../load/dimension/scd1/00-dimension-scd1-definition.py | 3 +++ .../load/dimension/scd1/02-handle-quality-checks.py | 3 +++ .../plugin/impala/templates/load/dimension/scd1/__init__.py | 3 +++ .../load/dimension/scd2/00-dimension-scd2-definition.py | 3 +++ .../plugin/impala/templates/load/dimension/scd2/__init__.py | 3 +++ .../src/vdk/plugin/impala/templates/load/fact/__init__.py | 3 +++ .../load/fact/insert/00-fact-snapshot-definition.py | 3 +++ .../load/fact/snapshot/00-fact-snapshot-definition.py | 3 +++ .../plugin/impala/templates/load/fact/snapshot/__init__.py | 3 +++ .../templates/load/versioned/00-versioned-definition.py | 3 +++ .../vdk/plugin/impala/templates/load/versioned/__init__.py | 3 +++ .../plugin/impala/templates/template_arguments_validator.py | 3 +++ projects/vdk-plugins/vdk-impala/tests/conftest.py | 3 +++ projects/vdk-plugins/vdk-impala/tests/functional/__init__.py | 3 +++ .../vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py | 3 +++ .../jobs/insert_template_job/01_prepare_input_data.py | 3 +++ .../jobs/insert_template_job/02_run_insert_template.py | 3 +++ .../insert_template_partition_job/01_prepare_input_data.py | 3 +++ .../insert_template_partition_job/02_run_insert_template.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_dimension_scd1_template.py | 3 +++ .../jobs/load_dimension_scd1_template_job/__init__.py | 3 +++ .../01_run_load_dimension_scd1_template.py | 3 +++ .../jobs/load_dimension_scd1_template_only/__init__.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_dimension_scd1_template.py | 3 +++ .../load_dimension_scd1_template_partition_job/__init__.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_dimension_scd2_template.py | 3 +++ .../jobs/load_dimension_scd2_template_job/__init__.py | 3 +++ .../01_run_load_dimension_scd2_template.py | 3 +++ .../jobs/load_dimension_scd2_template_only/__init__.py | 3 +++ .../load_fact_snapshot_template_job/01_prepare_input_data.py | 3 +++ .../02_run_load_fact_snapshot_template.py | 3 +++ .../jobs/load_fact_snapshot_template_job/__init__.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_fact_snapshot_template.py | 3 +++ .../load_fact_snapshot_template_job_empty_source/__init__.py | 3 +++ .../jobs/load_fact_snapshot_template_only/__init__.py | 3 +++ .../run_fact_snapshot_template.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_fact_snapshot_template.py | 3 +++ .../load_fact_snapshot_template_partition_job/__init__.py | 3 +++ .../load_versioned_template_job/01_prepare_input_data.py | 3 +++ .../02_run_load_versioned_template.py | 3 +++ .../functional/jobs/load_versioned_template_job/__init__.py | 3 +++ .../01_run_versioned_template.py | 3 +++ .../functional/jobs/load_versioned_template_only/__init__.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_versioned_template.py | 3 +++ .../jobs/load_versioned_template_partition_job/__init__.py | 3 +++ .../vdk-impala/tests/functional/template_regression_test.py | 3 +++ .../vdk-impala/tests/functional/test_impala_connection.py | 3 +++ .../vdk-impala/tests/functional/test_impala_errors.py | 3 +++ .../vdk-impala/tests/functional/test_impala_lineage.py | 3 +++ .../vdk-impala/tests/impala_error_handler_test.py | 3 +++ .../vdk-impala/tests/impala_handle_hdfs_error_test.py | 3 +++ .../tests/impala_handle_metadata_exception_with_backoff.py | 3 +++ ..._handle_metadata_exception_with_invalidate_and_backoff.py | 3 +++ ...ndle_metadata_exception_with_invalidate_and_retry_test.py | 3 +++ .../vdk-impala/tests/impala_handle_network_error_test.py | 3 +++ .../vdk-impala/tests/impala_handle_pool_error_test.py | 3 +++ .../tests/impala_handle_should_not_retry_error_test.py | 3 +++ .../vdk-impala/tests/impala_lineage_plugin_test.py | 3 +++ .../vdk-plugins/vdk-impala/tests/test_error_classifier.py | 3 +++ projects/vdk-plugins/vdk-ingest-file/setup.py | 3 +++ .../src/vdk/plugin/ingest_file/ingest_file_plugin.py | 3 +++ .../src/vdk/plugin/ingest_file/ingestion_to_file.py | 3 +++ .../vdk-ingest-file/tests/test_ingestion_to_file.py | 3 +++ projects/vdk-plugins/vdk-ingest-http/setup.py | 3 +++ .../src/vdk/plugin/ingest_http/ingest_http_plugin.py | 3 +++ .../src/vdk/plugin/ingest_http/ingest_over_http.py | 3 +++ .../tests/functional/jobs/ingest-job/ingest_test_data.py | 3 +++ .../vdk-ingest-http/tests/functional/test_http_ingest.py | 3 +++ .../vdk-ingest-http/tests/test_ingest_over_http.py | 3 +++ projects/vdk-plugins/vdk-ipython/setup.py | 3 +++ projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py | 3 +++ projects/vdk-plugins/vdk-ipython/tests/test_plugin.py | 3 +++ projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py | 3 +++ .../vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py | 3 +++ .../vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py | 3 +++ .../plugin/jobs_troubleshoot/troubleshoot_configuration.py | 3 +++ .../troubleshoot_utilities/healthcheck_server.py | 3 +++ .../jobs_troubleshoot/troubleshoot_utilities/thread_dump.py | 3 +++ .../troubleshoot_utilities/utilities_registry.py | 3 +++ .../jobs/request-thread-dump/request-thread-dump.py | 3 +++ .../tests/functional/test_thread_dump.py | 3 +++ .../tests/test_utilities_registry.py | 3 +++ .../vdk-jupyter/vdk-jupyterlab-extension/conftest.py | 3 +++ .../vdk-jupyter/vdk-jupyterlab-extension/setup.py | 3 +++ .../ui-tests/jupyter_server_test_config.py | 3 +++ .../vdk-jupyterlab-extension/__init__.py | 3 +++ .../vdk-jupyterlab-extension/handlers.py | 3 +++ .../vdk-jupyterlab-extension/tests/__init__.py | 3 +++ .../vdk-jupyterlab-extension/tests/test_handlers.py | 3 +++ .../vdk-jupyterlab-extension/vdk_ui.py | 3 +++ projects/vdk-plugins/vdk-kerberos-auth/setup.py | 3 +++ .../src/vdk/plugin/kerberos/api/kerberos_client.py | 3 +++ .../src/vdk/plugin/kerberos/authenticator_factory.py | 3 +++ .../src/vdk/plugin/kerberos/base_authenticator.py | 3 +++ .../src/vdk/plugin/kerberos/kerberos_configuration.py | 3 +++ .../src/vdk/plugin/kerberos/kerberos_plugin.py | 3 +++ .../src/vdk/plugin/kerberos/kerberos_ticket.py | 3 +++ .../src/vdk/plugin/kerberos/kinit_authenticator.py | 3 +++ .../src/vdk/plugin/kerberos/minikerberos_authenticator.py | 3 +++ .../src/vdk/plugin/kerberos/vdk_kerberos_client.py | 3 +++ projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py | 3 +++ .../vdk-kerberos-auth/tests/jobs/test-job/10_test.py | 3 +++ .../vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py | 3 +++ .../vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py | 3 +++ projects/vdk-plugins/vdk-lineage-model/setup.py | 3 +++ .../src/vdk/api/lineage/model/logger/lineage_logger.py | 3 +++ .../vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py | 3 +++ .../vdk-plugins/vdk-lineage-model/tests/test_sql_model.py | 3 +++ projects/vdk-plugins/vdk-lineage/setup.py | 3 +++ .../vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py | 3 +++ .../vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py | 3 +++ .../vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py | 3 +++ .../vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py | 3 +++ .../vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh | 3 +++ .../vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh | 3 +++ .../vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py | 3 +++ .../vdk-lineage/src/vdk/plugin/marquez/marquez_server.py | 3 +++ .../vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py | 3 +++ .../vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py | 3 +++ projects/vdk-plugins/vdk-logging-format/setup.py | 3 +++ .../src/vdk/plugin/logging_format/logging_format.py | 3 +++ .../vdk-logging-format/tests/test_logging_json.py | 3 +++ projects/vdk-plugins/vdk-meta-jobs/setup.py | 3 +++ .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py | 3 +++ .../src/vdk/plugin/meta_jobs/cached_data_job_executor.py | 3 +++ .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py | 3 +++ .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py | 3 +++ .../src/vdk/plugin/meta_jobs/meta_job_runner.py | 3 +++ .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py | 3 +++ .../src/vdk/plugin/meta_jobs/remote_data_job.py | 3 +++ .../src/vdk/plugin/meta_jobs/remote_data_job_executor.py | 3 +++ .../src/vdk/plugin/meta_jobs/time_based_queue.py | 3 +++ projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py | 3 +++ .../vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py | 3 +++ .../vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py | 3 +++ projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py | 3 +++ projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py | 3 +++ .../vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py | 3 +++ .../vdk-meta-jobs/tests/test_tracking_job_executor.py | 3 +++ projects/vdk-plugins/vdk-notebook/setup.py | 3 +++ .../vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py | 3 +++ .../vdk-notebook/src/vdk/plugin/notebook/notebook.py | 3 +++ .../src/vdk/plugin/notebook/notebook_based_step.py | 3 +++ .../vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py | 3 +++ projects/vdk-plugins/vdk-notebook/tests/test_plugin.py | 3 +++ projects/vdk-plugins/vdk-plugin-control-cli/setup.py | 3 +++ .../control_service_api_error_decorator.py | 3 +++ .../control_cli_plugin/control_service_configuration.py | 3 +++ .../control_cli_plugin/control_service_properties_client.py | 3 +++ .../src/vdk/plugin/control_cli_plugin/execution_skip.py | 3 +++ .../src/vdk/plugin/control_cli_plugin/properties_plugin.py | 3 +++ .../vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py | 3 +++ .../tests/jobs/properties-job/10_props_step.py | 3 +++ .../tests/jobs/simple-job/10_simple_step.py | 3 +++ .../tests/test_control_service_properties.py | 3 +++ .../vdk-plugin-control-cli/tests/test_execution_skip.py | 3 +++ .../vdk-plugin-control-cli/tests/test_properties_plugin.py | 3 +++ .../tests/test_vdk_plugin_control_cli.py | 3 +++ projects/vdk-plugins/vdk-postgres/setup.py | 3 +++ .../src/vdk/plugin/postgres/ingest_to_postgres.py | 3 +++ .../src/vdk/plugin/postgres/postgres_connection.py | 3 +++ .../vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py | 3 +++ projects/vdk-plugins/vdk-postgres/tests/conftest.py | 3 +++ .../vdk-postgres/tests/jobs/test-ingest/10_ingest.py | 3 +++ projects/vdk-plugins/vdk-postgres/tests/test_ingest.py | 3 +++ .../vdk-postgres/tests/test_vdk_postgres_utils.py | 3 +++ projects/vdk-plugins/vdk-properties-fs/setup.py | 3 +++ .../src/vdk/plugin/properties_fs/fs_properties_client.py | 3 +++ .../src/vdk/plugin/properties_fs/fs_properties_plugin.py | 3 +++ .../write-read-properties-job-1/10_write_read_properties.py | 3 +++ .../write-read-properties-job/10_write_read_properties.py | 3 +++ .../vdk-properties-fs/tests/test_fs_properties_plugin.py | 3 +++ projects/vdk-plugins/vdk-server/setup.py | 3 +++ .../vdk-server/src/vdk/plugin/server/installer.py | 3 +++ .../vdk-server/src/vdk/plugin/server/server_plugin.py | 3 +++ .../vdk-server/src/vdk/plugin/server/server_plugin_utils.py | 3 +++ .../vdk-plugins/vdk-server/tests/test_plugin_template.py | 3 +++ projects/vdk-plugins/vdk-snowflake/setup.py | 3 +++ .../src/vdk/plugin/snowflake/snowflake_configuration.py | 3 +++ .../src/vdk/plugin/snowflake/snowflake_connection.py | 3 +++ .../src/vdk/plugin/snowflake/snowflake_plugin.py | 3 +++ .../vdk-snowflake/tests/test_snowflake_connection.py | 3 +++ .../vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py | 3 +++ projects/vdk-plugins/vdk-sqlite/setup.py | 3 +++ .../vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py | 3 +++ .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py | 3 +++ .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py | 3 +++ .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py | 3 +++ projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py | 3 +++ projects/vdk-plugins/vdk-test-utils/setup.py | 3 +++ .../src/vdk/plugin/test_utils/ingest_util_plugins.py | 3 +++ .../vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py | 3 +++ .../vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py | 3 +++ projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py | 3 +++ .../vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py | 3 +++ projects/vdk-plugins/vdk-trino/setup.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/lineage_utils.py | 3 +++ .../templates/load/dimension/scd1/00-verify-valid-target.py | 3 +++ .../load/dimension/scd1/06-move-data-from-tmp-to-target.py | 3 +++ .../templates/load/dimension/scd2/00-verify-valid-target.py | 3 +++ .../templates/load/dimension/scd2/01-add-props-for-args.py | 3 +++ .../dimension/scd2/07-move-data-from-tmp-to-target.py.py | 3 +++ .../load/fact/periodic_snapshot/00-verify-valid-target.py | 3 +++ .../periodic_snapshot/06-move-data-from-tmp-to-target.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/trino_config.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/trino_connection.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/trino_plugin.py | 3 +++ .../vdk-trino/src/vdk/plugin/trino/trino_utils.py | 3 +++ projects/vdk-plugins/vdk-trino/tests/conftest.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_dimension_scd1_template.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_dimension_scd2_template.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_fact_periodic_snapshot_template.py | 3 +++ .../01_prepare_input_data.py | 3 +++ .../02_run_load_fact_periodic_snapshot_template.py | 3 +++ .../jobs/test_ingest_to_trino_job/10_ingest_to_trino.py | 3 +++ .../test_move_data_strategy_job/01_prepare_input_data.py | 3 +++ .../test_move_data_strategy_job/02_move_data_to_target.py | 3 +++ .../jobs/test_move_data_strategy_job/03_check_target.py | 3 +++ projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py | 3 +++ projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py | 3 +++ projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py | 3 +++ .../vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py | 3 +++ .../vdk-trino/tests/test_vdk_trino_lineage_utils.py | 3 +++ projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py | 3 +++ support/gitlab-runners/install-runners.sh | 3 +++ support/gitlab-runners/purge-runners.sh | 3 +++ 869 files changed, 3173 insertions(+) diff --git a/cicd/build.sh b/cicd/build.sh index 3351b963ad..e41d8c59b4 100755 --- a/cicd/build.sh +++ b/cicd/build.sh @@ -1,4 +1,7 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/examples/airflow-example/airflow-transform-job/10_transform.py b/examples/airflow-example/airflow-transform-job/10_transform.py index 7cca610b26..8e826d5134 100644 --- a/examples/airflow-example/airflow-transform-job/10_transform.py +++ b/examples/airflow-example/airflow-transform-job/10_transform.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/airflow-example/airflow-trino-job1/10_insert_data.py b/examples/airflow-example/airflow-trino-job1/10_insert_data.py index d148320f45..cc5ff4d17c 100644 --- a/examples/airflow-example/airflow-trino-job1/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job1/10_insert_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/airflow-example/airflow-trino-job2/10_insert_data.py b/examples/airflow-example/airflow-trino-job2/10_insert_data.py index 1569c9aadf..82a51251fb 100644 --- a/examples/airflow-example/airflow-trino-job2/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job2/10_insert_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/airflow-example/dags/airflow_example_dag.py b/examples/airflow-example/dags/airflow_example_dag.py index b1d790b98f..e3f94d1505 100644 --- a/examples/airflow-example/dags/airflow_example_dag.py +++ b/examples/airflow-example/dags/airflow_example_dag.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/examples/energy/dashboard.py b/examples/energy/dashboard.py index 8f1de5e61f..c586508e63 100644 --- a/examples/energy/dashboard.py +++ b/examples/energy/dashboard.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/examples/energy/energy/03_ingest_table_natural_gas_prices.py b/examples/energy/energy/03_ingest_table_natural_gas_prices.py index fccdd0632e..7885fd2fc8 100644 --- a/examples/energy/energy/03_ingest_table_natural_gas_prices.py +++ b/examples/energy/energy/03_ingest_table_natural_gas_prices.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/energy/energy/06_ingest_table_create_extremes_index.py b/examples/energy/energy/06_ingest_table_create_extremes_index.py index be21e32321..71dbfe207c 100644 --- a/examples/energy/energy/06_ingest_table_create_extremes_index.py +++ b/examples/energy/energy/06_ingest_table_create_extremes_index.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py index 73f6a9be0e..223b58c4b6 100644 --- a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py +++ b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py index 6cf61bd42f..f4ec9a07ac 100644 --- a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py +++ b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py index b7a43f610f..3ca827066a 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py index ae9804cdb6..fe4eeb0fc5 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py index 2e2564f8be..4c9b3b0472 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import hashlib diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py index 2d447e82f8..8d8089b7ad 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py index 5ae715ed50..9996de5433 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py index 039f1364c2..5a62eb819f 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py index ad69d9a502..0bac4750d4 100644 --- a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py +++ b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import sqlite3 diff --git a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py index eda7c1ba90..493e99c904 100644 --- a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py +++ b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import requests diff --git a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py index 3db41061bf..61147b6041 100644 --- a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py +++ b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2021 VMware, Inc. diff --git a/examples/life-expectancy/dashboard.py b/examples/life-expectancy/dashboard.py index 99c2f429da..a432c18faf 100644 --- a/examples/life-expectancy/dashboard.py +++ b/examples/life-expectancy/dashboard.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py index ec2aea78b2..531854297e 100644 --- a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py +++ b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py index 8a95ac039c..9a2a12432d 100644 --- a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py +++ b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py index 9f17668713..727b9a5417 100644 --- a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py +++ b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py index d16b987082..bbfb9b96e3 100644 --- a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py +++ b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py index 6e97edaad1..2427e51a75 100644 --- a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py +++ b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/online-exhibition/view.py b/examples/online-exhibition/view.py index 478f11d1f2..7c0d0fa117 100644 --- a/examples/online-exhibition/view.py +++ b/examples/online-exhibition/view.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/projects/control-service/cicd/build.sh b/projects/control-service/cicd/build.sh index 087b1751a9..f70ad48043 100755 --- a/projects/control-service/cicd/build.sh +++ b/projects/control-service/cicd/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/cicd/deploy-testing-pipelines-service.sh b/projects/control-service/cicd/deploy-testing-pipelines-service.sh index 910ac2f123..083a8c6f5e 100755 --- a/projects/control-service/cicd/deploy-testing-pipelines-service.sh +++ b/projects/control-service/cicd/deploy-testing-pipelines-service.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/cicd/release-pipelines-service.sh b/projects/control-service/cicd/release-pipelines-service.sh index e088d13a6c..fc376f7fa6 100644 --- a/projects/control-service/cicd/release-pipelines-service.sh +++ b/projects/control-service/cicd/release-pipelines-service.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 echo "image tag is $IMAGE_TAG" diff --git a/projects/control-service/cicd/start_heartbeat.sh b/projects/control-service/cicd/start_heartbeat.sh index e0a08ceac6..a7792bc60a 100644 --- a/projects/control-service/cicd/start_heartbeat.sh +++ b/projects/control-service/cicd/start_heartbeat.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java index f6835c5499..5f14c4b319 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java index 95fe363814..82d4147a8f 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java index 383a6ffab6..de9f965277 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java index 1c438d874c..144df98e0f 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java index 1da6886205..678c6f7d24 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java index 832572fa20..fa40ff4353 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java index fa994d83a2..61dfa3eb05 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java index 0f827ad865..01fd731d65 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java index 24703d3490..7d56c77117 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java index f35fbcb886..5078912c06 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java index df79d4bec2..de4955f588 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java index 4a7f25c1b6..61924bba38 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java index 45805d89b3..382f3331bd 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java index 9957885a06..ff23e7e2a2 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java index 07af0c1277..110b1348c2 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java index da09717a2d..ee1091e449 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java index 34a7762a20..04ca9e41e7 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java index 79b5c990ab..5ed7072c79 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java index d9e1c6f93b..7ae7ca3857 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java index 00f1c30446..fcd91ed284 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java index 90b261e5ec..f4991c4ee2 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java index 6ee587ca79..5f04f4d2d0 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java index eda120f0c6..6a1714fc29 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java index a215f1ed8c..c3cb2874f4 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java index 2c46ee17b1..8992512354 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java index da948b4848..4d90b2cebd 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java index 2c9215799d..a25052d603 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java index 91b3757138..009d8ec68f 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java index 22470af3cc..3fd506a8f3 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java index fc54bd8acd..7614e2d785 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java index 1458bf15c2..90cf451b82 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java index 452930221c..2ab3840545 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java index d83a216594..63e9411b71 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java index 78958df072..301bce7a11 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java index 9c70c03bee..8eb09fb6e6 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java index db81be9c20..d307974308 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/helm_charts/airflow/install.sh b/projects/control-service/projects/helm_charts/airflow/install.sh index c91451f28f..899c621000 100644 --- a/projects/control-service/projects/helm_charts/airflow/install.sh +++ b/projects/control-service/projects/helm_charts/airflow/install.sh @@ -1,4 +1,7 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-base-image-secure/publish-job-base.sh b/projects/control-service/projects/job-base-image-secure/publish-job-base.sh index 97fa6042bd..90feef6d6e 100644 --- a/projects/control-service/projects/job-base-image-secure/publish-job-base.sh +++ b/projects/control-service/projects/job-base-image-secure/publish-job-base.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-base-image/publish-job-base.sh b/projects/control-service/projects/job-base-image/publish-job-base.sh index 8d893f5086..a804e9a8df 100644 --- a/projects/control-service/projects/job-base-image/publish-job-base.sh +++ b/projects/control-service/projects/job-base-image/publish-job-base.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder-rootless/build_image.sh b/projects/control-service/projects/job-builder-rootless/build_image.sh index 9c15c41964..c1ba27f1ae 100644 --- a/projects/control-service/projects/job-builder-rootless/build_image.sh +++ b/projects/control-service/projects/job-builder-rootless/build_image.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh b/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh index 27937541d2..f0487ac219 100755 --- a/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh +++ b/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder-secure/build_image.sh b/projects/control-service/projects/job-builder-secure/build_image.sh index 0af4cbba6c..fcf75291f6 100644 --- a/projects/control-service/projects/job-builder-secure/build_image.sh +++ b/projects/control-service/projects/job-builder-secure/build_image.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh b/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh index 816d856a98..fd70af63c4 100755 --- a/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh +++ b/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder/build_image.sh b/projects/control-service/projects/job-builder/build_image.sh index ebc2c84043..2e1ec7e89c 100644 --- a/projects/control-service/projects/job-builder/build_image.sh +++ b/projects/control-service/projects/job-builder/build_image.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh b/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh index ad331f3944..58dbaf0afe 100755 --- a/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh +++ b/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh b/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh index 2511685cd5..8c2e98c6c1 100755 --- a/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh +++ b/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh @@ -1,4 +1,7 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/model/openapi-code-generator/generate-api.sh b/projects/control-service/projects/model/openapi-code-generator/generate-api.sh index c575edec80..dc596d34a9 100755 --- a/projects/control-service/projects/model/openapi-code-generator/generate-api.sh +++ b/projects/control-service/projects/model/openapi-code-generator/generate-api.sh @@ -1,6 +1,9 @@ #!/bin/sh +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java index 34240f7bcb..767269e40f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java index 97832b538b..7dd1480903 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java index cba2437450..884ec6120d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java index 48bfb58152..783450ebb8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java index 4f8f34d5ac..dfeaa80c3c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java index 8beb55fcc7..0ac938b4fd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java index 111ea9f663..9ce50b9872 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java index ab6c677d04..35a28dae41 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java index 8058018fc9..3e7795d636 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java index 9c252f15df..7628641fa2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java index 5fb78e10c9..a01a5268c2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java index acc88c5d69..c22e118404 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java index 35a06b5570..68f71aa8dd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java index e6c8bd2e59..c2a4b7493e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java index ce5f5be0f1..58837d5b7a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java index 64797f13c5..20af455c4c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java index 9c11c9ae9a..446b3e8868 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java index 8e39c97ba3..1546cfc3fb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java index f71204770d..fbc4da201b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java index a62be05f93..ea6793434a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java index ee75b7a133..ed49165040 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java index 7757d33a61..cdb28c90f3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java index 1f555ba7fd..c7f9fca845 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java index 34d10a67b3..cafc26e274 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java index 7227ff7ee9..a3198e6b8f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + package com.vmware.taurus.graphql.it; /* diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java index 6e8b6d4150..91afee5148 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java index a620a8d036..c3381682d5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java index 226edccb5a..a96836f746 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java index 31d183fe93..a175786cee 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java index d22741825b..70861c12aa 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java index 0326d056a3..dd0295a350 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java index 8fd639eab2..9224ed37e8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java index 254ff750da..700849d67b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java index ad92328c7f..5b60c968b5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java index 85fdb2bbcd..6d5714c78e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java index c62dcdb607..04b187851d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java index 29e99eb115..bd2a5bef7c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java index 571359dd33..350078c04d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java index 1f2f997243..188bcf773c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java index 240e938827..38a348364e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java index 176eb724ea..357b76185a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java index 5e5c79bf9d..9c30845f8b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java index c9aa5492c0..c8f12fe420 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java index 1aa0b4cb6f..7aed5a461d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java index 28fbf172ef..bd9dda2931 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java index 3d6fcbb8b7..12b0c61daa 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java index f3208f8e45..be29cf4c05 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java index c5b9d4087b..31a3fb993e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java index f50a813ace..ccd264ea96 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java index 5b4e34b327..7cb4716c64 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java index 505d2318e3..0e280a7088 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java index a09014a612..8a3a8ca608 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java index 25bf390c86..a14e6f80ad 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java index 71f2fb186d..56c37f6e76 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java index 32c986de29..0393762ac6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java index b857fffa75..2d6cc54612 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java index b5581c8409..d1d849a802 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java index 70e4afc5cc..68498ed6ca 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java index 8eb55805fc..6c024936f4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java index 1508da8151..42dd6c1002 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java index 990bbfe51d..133963128a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java index 9294f623b6..56f0d399e2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java index 01468c52a3..9cc6aba6cd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java index f52870962e..5cf264dd38 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java index 999ed6fd68..b7f741022b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java index 745f88936e..c93fc4464d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java index 524659ab13..52cf6b91d6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java index fed6b38193..17499568c8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java index d709edfe0f..51c21cdd30 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java index 8a6aa34c34..f20bd4f09b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java index 04cb064c06..cf3b654c4b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java index 89a96b2ab6..799e14ba1b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java index 810b58eb32..b6848430c9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java index 3750c27472..070f23250b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java index 9d8d4d1264..cc0b21f013 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java index abce821623..28fd16a1b3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java index 9dd97e553c..7a29d9d8d6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java index 9053858f37..567d9aaf30 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java index 6ed20b5e78..872e7f7e87 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java index 0192943f1c..9bb5864dc1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java index 8642a9e304..1696db9339 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java index f4c1074d4e..817f5dba9b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java index 23206dcd72..6a4fd2c540 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java index e146e0e47c..e01e867b34 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java index 174ac9b7c4..b33860022c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java index 954b0ddf87..5bff5527da 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java index cb0cb8caab..40e7b6ba96 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java index 0e3cef8b09..5423e02b73 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java index bcb30c8a38..ef3ed255a4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java index 61ae782dd7..4ee077a81d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java index 0c6ae1a94d..ae1f743137 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java index 1c5bce57f0..ba7ea54587 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java index 433e2d1e0a..4b7766835d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java index 0fa7171870..78fd12a9bc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java index 61ad28e7c5..7fb72e5560 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java index 4671321672..bcd789fdb3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java index d2b25b1770..4801a914ba 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java index 97b111a6bc..0957518cd0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java index e3e0846be1..fad9521244 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java index c5929b4f89..3ce54c824e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java index beeaf3cc55..da95f1be43 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java index 5ecd7e60d0..8720bab5f3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java index 8e05221a38..368c023094 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java index af94a07af1..47123e495e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java index ffd3a605d0..9a030bd87b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java index 6a1f7a9610..3d8b235a21 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java index 5cd8878299..f4cab940a1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java index c3661b1354..e3e5be820a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java index 815cf774e5..831b04a6fe 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java index 7f34b64f2f..8730a37ba2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java index 6fc9ab9a48..fd29214a16 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java index 2e35803b8a..b750307722 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java index b5c3cc104e..417f9c1836 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java index 6486ba0265..3034b774f4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java index 6df1e092fe..103877ce13 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java index f847e4e27c..88da44c4a9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java index e7a8110b77..3977ebef3f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java index a400e2b8ab..2a93691f46 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java index 9d5d1043c8..0a4b584089 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java index c804abfafc..299e821e33 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java index 67ef9d2e36..f6b3c8df70 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java index 0ff03dcaa0..8aab326b24 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java index 1f77357156..cba9977057 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java index a781ee5363..437cc32fdb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java index 090c0bd980..c88f952526 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java index 14d0091375..c5bc8afdba 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java index f3ab644f25..d62a0e4013 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java index 99957a57a0..d9e46e73cf 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java index da446a957e..fbf3c7abdc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java index 72d51150c6..13c277b8c8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java index 16cfa874bc..24ebb3686e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java index ec0c2ce3aa..e09ec0b5e8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java index 4426a5bc42..6a7b167791 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java index 89a03849b4..b64cb7197f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java index a9ca4160d0..443194c782 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java index c3dd2d6c77..e17d75dacc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java index 229595e681..06e42c2a85 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java index 5c21429b4b..1f65f893a6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java index fa2d5c6693..df069b9aae 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java index c4fb2bd670..ec9eb84455 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java index dbc4559b1b..7da952d9b2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java index c8b3d78f00..b8893e0f5f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java index c60748247d..b1a8b58372 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java index 9e43adde65..173fb2b39d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java index 0f03cba823..c4d14e2584 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java index ce9d05985b..6e8b1ab534 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java index c3395ea576..047e425a6b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java index f9deb209af..c15f3658bd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java index d8c3f3f895..4fb113d65c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java index 28a53d7177..1d43e68e3c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java index 213ebab0bb..5f87e1d0e5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java index ce49b1789d..741886bab9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java index f4e276c785..5e58847b01 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java index fa983c2557..78226a12c8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java index 6001f0f427..29932a9ca7 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java index 60085846d2..c9e94d3c6d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java index 2f10807d74..64ab21948c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java index 28802585f6..1114f3cb2d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java index 8447c4d0e9..7f4dd78fcc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java index 9e1061c4e4..57f4b9dcc9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java index 9140ab27ed..fd322b3a34 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java index 9cee617443..183d123b37 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java index 6359378619..4b86a0c7c9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java index 50cd52b9ad..34a5225ac1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java index 46977c1f2f..da35e68cb5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java index 86f593eeb1..5f1716f3a9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java index b3fd942ad6..b55cd70343 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java index f718e66b41..718381b7c6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java index d5ac7c0870..4a7c63adcd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java index 2f471ebe7c..73fcd26724 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java index 94e7fbad5f..a5ef4f251d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java index f9ab5f816a..a5005a4c1b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java index 10300236e8..26afbe7713 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java index 96683fa8c8..1178bac329 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java index 1947a1ea04..2726f7367a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java index 7e45f3f5ff..4319bc0e40 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java index 567a6e1520..5c1ae0c129 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java index 6ab59d3edc..1e6d75deae 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java index 8bff40fce4..08c92e43ed 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java index 5852aa6ccd..06cef1839c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java index 2bce25a921..409282900a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java index 237685c1ff..7da113442f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java index a183964e0a..3987c5b0d9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java index b08dffa133..d26285b8e9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java index eaa7238434..ce9553b0bd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java index 7ecf46f074..7681cda52a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java index de540cecc8..12c1450c2e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java index ec7bf9643a..d8e161e54a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java index db144d637e..35fe7a083c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java index 1d37bcfae7..9d88f337d7 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java index 9d2b7e05e2..39f18e99a2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java index 155ba3876d..ddc0d6a742 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java index 4522574f03..843075f2f5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java index 03ea8f1318..24b6a62f7b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java index cabbc39da9..3d4eba8135 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java index 224fd9a39d..0636bb56c3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java index 2ddab3e1b8..548f0992fa 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java index 868ff8ab0c..58193e12d5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java index 3534143696..ebed3b0e2b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java index e262ddd8a8..51ba52a2dc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java index 06ca132b18..0f5b171e14 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java index 85ba08e78f..1850ad135c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java index ab9aa90a55..efd1f32c39 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java index 205f2ac681..f036cdc8dd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java index 8678f081d9..959c728a06 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java index eded6574af..97b14d8cf0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java index 9734697930..55a5a3fa5c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java index 3026327284..81d6139647 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java index 5a438b1106..84546c03a4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java index e36df8f0c9..e50a1d34e9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java index a6c00bf69a..b464380ce5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java index 7eee709a7c..4a4f98f373 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java index 78b4b84b36..f18097b97e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java index ecfc69a100..7dfc120e2f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java index 914f851cc4..6d7af3b814 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java index 7652d925e5..d1fb0625f6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java index baa6b27b5d..cc728db981 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java index 16f52e0a5d..347f5ee9d1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java index 2f4f830ff9..fea35ea435 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java index fc394736c0..d3ab973eec 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java index a8e9669baa..a6ac954fd1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java index 62f8c6fa0e..538c394767 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java index 6524047ad7..a3a46b44ab 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java index 36f2f98d46..03c9946306 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java index e7f4f3ccdc..e7ebeeb09d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java index 1144a2296a..3b7fb9792f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java index 51af41a633..d92dbdc01f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java index d93dfd5f68..5947dd59ca 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java index 01f8b882c1..a726eacb85 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java index 555757fd72..f8313af7be 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java index a500808846..fda3a76f08 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java index c374a18cf8..2003cd58c6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java index 2afcee1363..ee9c14b88f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java index 638ebbb95a..d3ec920d78 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java index 41aee9c4d1..650116132b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java index 7c9da27514..c4ff3e32db 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java index b4b1d4789b..afe78de7bc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java index 6b3816dcd5..41999d59da 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java index 3749f66eef..362828d883 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java index 215c0a27bb..bd3a5497f6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java index 1c4a2a4113..d7d8750d8f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java index 387bbc6bd6..1e686c85c7 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java index 567d37b888..046acb2e0a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java index 238b17ddd8..3b63d9b383 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java index 5af010746b..74541b15c2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java index c643a8f2a3..a37709381b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java index 74dee6d0b7..0ffd993e29 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java @@ -1,3 +1,8 @@ +/* + * Copyright 2021-2023 VMware, Inc. + * SPDX-License-Identifier: Apache-2.0 + */ + /* * Copyright 2021 VMware, Inc. * SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py index a46b07fbe4..664921fd84 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py index 50c007580a..f6214f6d79 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py index a46b07fbe4..664921fd84 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/vdk-control-cli/cicd/build.sh b/projects/vdk-control-cli/cicd/build.sh index 66a554d35f..98a9c9f232 100755 --- a/projects/vdk-control-cli/cicd/build.sh +++ b/projects/vdk-control-cli/cicd/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-control-cli/setup.py b/projects/vdk-control-cli/setup.py index 6b74f9315f..5aec385883 100644 --- a/projects/vdk-control-cli/setup.py +++ b/projects/vdk-control-cli/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py index 0df938e95a..9563e73db9 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py index 0187f2106a..c569a7f735 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py index 866cafea85..7375b8fa6b 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py index b017833749..f652d9428e 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py index 5c81f01cc9..bc5c96557b 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py index a670bde2fa..b0a1cdd62d 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py index 1c375280df..c17ce66f0d 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import glob diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py index 7845dedf4c..faf1e09bc7 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py index 9b1bea4207..ad89b11b71 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py index 5fb24f460a..e02dbcbdb7 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py index 7522326817..8064c47fe8 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py index f5ab87b8c7..0edfc90d9b 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import _io diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py index 87a3c03866..89c47b4c9b 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py index eadbe08446..9d5f0ec83c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py index ce3f1f657e..78b19648c0 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py index 41fb1696bc..6bf11e012f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py index 84bb81cb5f..0bf6ea87c4 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py index c1cb6434af..bc8af64f2e 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.configuration.vdk_config import VDKConfigFolder diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py index 0dfe826cd5..5fd8e16e6d 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py index 07d8e92af3..17499728f9 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py index ec2082700e..eca2bc2f4c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click as click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py index 6f84bee112..dfd5b6f7e8 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py index 42c5874984..92424ff6a6 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # TODO: this is basically a copy of VDK JobConfig in vdk-core diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py index 745a6586e4..0e5445f535 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/main.py b/projects/vdk-control-cli/src/vdk/internal/control/main.py index c0eaf6f3a1..f3ec944c5b 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/main.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/main.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py index b50490c3e8..38f831eb54 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py index a2a0954505..13c08d278c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py index bd042af807..6339361a88 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py index a11dec3892..3ad2cb0ca1 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py index fb15a2f23d..9b8a21b1e0 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py index a1d8d72294..62ffa1e17f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli diff --git a/projects/vdk-control-cli/tests/conftest.py b/projects/vdk-control-cli/tests/conftest.py index 7ec571a566..e24eeb357f 100644 --- a/projects/vdk-control-cli/tests/conftest.py +++ b/projects/vdk-control-cli/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/tests/resources/unused.py b/projects/vdk-control-cli/tests/resources/unused.py index e239a69c36..5b17676cd2 100644 --- a/projects/vdk-control-cli/tests/resources/unused.py +++ b/projects/vdk-control-cli/tests/resources/unused.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py index 81c0e1a87e..e2300016d4 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py index 0047f9526f..e0b7277d91 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py index 3b470699b5..d882925107 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py index d51a59b270..fd7a264e12 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import CliRunner diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py index 0bc382ee45..6daa0135c3 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py index 863d95d980..9706f399c3 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py index 9b5b447f8a..9d93789266 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py index b3acd2e000..b058312776 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py index 099fc2b1d8..036568c7bb 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py index de646d6a3d..a967722069 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py index 0217dac6a1..bd0221ef85 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py index d0c3c9b9ac..db1cc2d68e 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py index 600cbc665f..bd6d499531 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py index 45f82fcc73..3ddf4ef3c5 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.plugin.control_plugin_manager import Plugins diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py index 1b5832d9eb..d946d4596e 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.utils.cli_utils import GqlQueryBuilder diff --git a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py index 6b74fbec47..93a2af685f 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py +++ b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/cicd/build.sh b/projects/vdk-core/cicd/build.sh index ed876430f2..93846774c6 100755 --- a/projects/vdk-core/cicd/build.sh +++ b/projects/vdk-core/cicd/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/cicd/deploy-base-vdk-image.sh b/projects/vdk-core/cicd/deploy-base-vdk-image.sh index 454ce47b27..5f05f01595 100755 --- a/projects/vdk-core/cicd/deploy-base-vdk-image.sh +++ b/projects/vdk-core/cicd/deploy-base-vdk-image.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/cicd/example-job/30_check_orders_table.py b/projects/vdk-core/cicd/example-job/30_check_orders_table.py index b0de76d0a9..73d56340f6 100644 --- a/projects/vdk-core/cicd/example-job/30_check_orders_table.py +++ b/projects/vdk-core/cicd/example-job/30_check_orders_table.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/cicd/release-vdk-core.sh b/projects/vdk-core/cicd/release-vdk-core.sh index 0e1908d374..20cc42398e 100755 --- a/projects/vdk-core/cicd/release-vdk-core.sh +++ b/projects/vdk-core/cicd/release-vdk-core.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/cicd/set-patch-version.sh b/projects/vdk-core/cicd/set-patch-version.sh index 17d56b645b..6ee1c2e138 100755 --- a/projects/vdk-core/cicd/set-patch-version.sh +++ b/projects/vdk-core/cicd/set-patch-version.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/cicd/simple-functional-test.sh b/projects/vdk-core/cicd/simple-functional-test.sh index 099fecc8b9..28d5c11dbb 100755 --- a/projects/vdk-core/cicd/simple-functional-test.sh +++ b/projects/vdk-core/cicd/simple-functional-test.sh @@ -1,5 +1,8 @@ #!/bin/bash -x +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/setup.py b/projects/vdk-core/setup.py index 9be0f625d1..a40439f1a2 100644 --- a/projects/vdk-core/setup.py +++ b/projects/vdk-core/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/__main__.py b/projects/vdk-core/src/__main__.py index 5b458c5cb9..92fa164014 100644 --- a/projects/vdk-core/src/__main__.py +++ b/projects/vdk-core/src/__main__.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.cli_entry import main diff --git a/projects/vdk-core/src/vdk/api/data_job.py b/projects/vdk-core/src/vdk/api/data_job.py index f5f195cb6d..7910fdf1b9 100644 --- a/projects/vdk-core/src/vdk/api/data_job.py +++ b/projects/vdk-core/src/vdk/api/data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/api/job_input.py b/projects/vdk-core/src/vdk/api/job_input.py index 625cbbaf1c..c477c6cbe5 100644 --- a/projects/vdk-core/src/vdk/api/job_input.py +++ b/projects/vdk-core/src/vdk/api/job_input.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py index 7d2faf4ea1..92f1951051 100644 --- a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Container diff --git a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py index b9d650fa34..522f19edad 100644 --- a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py index d1c8bb86b7..e9b3610962 100644 --- a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py +++ b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py index c08a09fefc..1f73b98368 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py index 435b6ea537..2ff4732181 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import ABCMeta diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py index bab18ce0d6..150038cca9 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py index 47587d3963..406d5c78b7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py index bfcc71c1ea..01fd14e698 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py index 9927faebfb..6cb887d430 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py index 94e01abdad..d6c30d6d12 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py index 0592529ff5..db88dec259 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py index 68d38892d7..34f2429050 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py index fa7ef24bd9..b11a81d9a8 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py index 24800e0747..620522e28f 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Container diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py index b0236f4f48..53c035904e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py index 9bc87619d5..533c8b55d7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py index 8cebe723d6..717d8f2e7f 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py index 1e9b03a039..ad73facd46 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py index 688b4c9fc7..3052bf8edc 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py index 1aa8a7c5cf..3c034d3776 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py index 11c33571b8..aa4e9f3617 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py index f72ded8645..5d2da71741 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.builtin_plugins.connection.decoration_cursor import DecorationCursor diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py index 6da4e20650..8ff9a542c6 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py index a0071574d2..4365e250df 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py index 88253c5417..befa4bf885 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py index 0df7fc4b92..5409cdc6c0 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py index ee680ac06b..8519550cf5 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py index a6378867d0..7fe8c4f818 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py index 77623933b0..6403464b0a 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py index a884047024..d4a5f530a7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py index fce2b19b89..9043f74e83 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IProperties diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py index 602055f656..c7e97026f8 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py index d035ae6135..13ee7fdcc9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py index cc897c98f4..cefdaba9cd 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py index 1a60fde6cd..f39bb8d79c 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py index 14b4b81de8..bea69511b3 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py index f3d71231f9..1eeb23b270 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py index f149e0c465..a768855145 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py index 72deb9b185..a8820d0450 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py index 9b6b3db7e7..6e3f11ddf1 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py index 93e09c8d2e..fe8d349829 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py index 819de91cb3..d383122d91 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py index 988428c0aa..fdb5fc8bdc 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py index 69ae309f0e..f1c5f8a9ec 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py index 883b082156..5a81959e5e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py index 4651712862..e0b64cbe84 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py index 2dddc0ae53..b228ace1ae 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import imp diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py index b6f074834a..c1fc09307a 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py index 88fa2b04b5..5564b3b1fe 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py index 95949b01c8..96017f6ea9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """This module contains the logic that diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py index 1e903c02bc..95e93c27db 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py index 7f14882ebc..68266c4129 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py index 2406c5c71f..eeb0c96ac1 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py index e79aa137dc..e262b174db 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py index eb62fc736d..99cdf07641 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py index 9e60686bdc..74962d4c8e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py index 342f9888c2..226b7c2f4f 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py index 5faff62d50..8b49cd1031 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py index 69a0c0df0e..dcc165200e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py index ba930c42a7..4129ff2921 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py index 5b08cddd2b..0e2d9dae67 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/cli_entry.py b/projects/vdk-core/src/vdk/internal/cli_entry.py index 0b15ec3906..6a34642ba1 100644 --- a/projects/vdk-core/src/vdk/internal/cli_entry.py +++ b/projects/vdk-core/src/vdk/internal/cli_entry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/core/config.py b/projects/vdk-core/src/vdk/internal/core/config.py index e8c4fdf840..f64ec7a431 100644 --- a/projects/vdk-core/src/vdk/internal/core/config.py +++ b/projects/vdk-core/src/vdk/internal/core/config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/core/context.py b/projects/vdk-core/src/vdk/internal/core/context.py index d111b6c60d..cb410ac970 100644 --- a/projects/vdk-core/src/vdk/internal/core/context.py +++ b/projects/vdk-core/src/vdk/internal/core/context.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-core/src/vdk/internal/core/errors.py b/projects/vdk-core/src/vdk/internal/core/errors.py index d910b9e99f..c8793833bf 100644 --- a/projects/vdk-core/src/vdk/internal/core/errors.py +++ b/projects/vdk-core/src/vdk/internal/core/errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/core/statestore.py b/projects/vdk-core/src/vdk/internal/core/statestore.py index 59e7081b0f..d3447bbfc9 100644 --- a/projects/vdk-core/src/vdk/internal/core/statestore.py +++ b/projects/vdk-core/src/vdk/internal/core/statestore.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin.py b/projects/vdk-core/src/vdk/internal/plugin/plugin.py index 2c6fc2724f..3e1f9901d7 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py index 420757a694..c7f9a02bd1 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pluggy import PluginManager diff --git a/projects/vdk-core/src/vdk/internal/util/decorators.py b/projects/vdk-core/src/vdk/internal/util/decorators.py index 5d83584fcd..7909a4256f 100644 --- a/projects/vdk-core/src/vdk/internal/util/decorators.py +++ b/projects/vdk-core/src/vdk/internal/util/decorators.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-core/src/vdk/internal/util/utils.py b/projects/vdk-core/src/vdk/internal/util/utils.py index 7337d65d67..16326a936c 100644 --- a/projects/vdk-core/src/vdk/internal/util/utils.py +++ b/projects/vdk-core/src/vdk/internal/util/utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/projects/vdk-core/src/vdk/internal/vdk_build_info.py b/projects/vdk-core/src/vdk/internal/vdk_build_info.py index 7c762355c4..2451d05434 100644 --- a/projects/vdk-core/src/vdk/internal/vdk_build_info.py +++ b/projects/vdk-core/src/vdk/internal/vdk_build_info.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli diff --git a/projects/vdk-core/tests/conftest.py b/projects/vdk-core/tests/conftest.py index a885945602..29c7d6c68f 100644 --- a/projects/vdk-core/tests/conftest.py +++ b/projects/vdk-core/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py index fb6f71d958..a4edbdfb4f 100644 --- a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py +++ b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py index 5d9048ad72..b7fae64aa3 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py index 205743a197..afdd438654 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py index ccf76b3e42..99e62d98c4 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py index 695ae51d15..24fb6bf46a 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py +++ b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py index 14789029bd..6c66586a06 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py +++ b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py index f6c36c735a..f03ad0cfaa 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py index 40dfe5301a..8c63044688 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py index f376adfbea..9efc9d4fe4 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py index e22c568856..262e958c03 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py index 8b6139e090..28fdb56233 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py index a355d0cf7c..ec0db486d3 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py index 3e5deec637..ed5c1678c3 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py index 19f4565f81..4b54a0adf2 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py index 9d6792a738..2308b82d8b 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py index 2093825526..2cd8113f4f 100644 --- a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py index 2ebfa219e0..6ec4b1f9db 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py index 5896560d52..2a925af9e9 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py index 5e3be75b5e..8c966947aa 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py index 09f3a52b39..e83a30975d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py index 152d5ecc9c..f5e98b992c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py index dbc92f9eb5..2b69939ee3 100644 --- a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pandas as pd diff --git a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py index b34d2f8203..eb416324e1 100644 --- a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py +++ b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py index 152d5ecc9c..f5e98b992c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py index 763f9346f6..f066e1a15e 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py index e059a2491b..99003a91fe 100644 --- a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py index b8368eb8d4..5ec484263d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py +++ b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/test_run_configuration.py b/projects/vdk-core/tests/functional/run/test_run_configuration.py index c76a0311a6..59f5bd5dba 100644 --- a/projects/vdk-core/tests/functional/run/test_run_configuration.py +++ b/projects/vdk-core/tests/functional/run/test_run_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py index bc4d99d45b..519afba426 100644 --- a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py +++ b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_errors.py b/projects/vdk-core/tests/functional/run/test_run_errors.py index 8ad2598e6b..0a2576ec9f 100644 --- a/projects/vdk-core/tests/functional/run/test_run_errors.py +++ b/projects/vdk-core/tests/functional/run/test_run_errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/functional/run/test_run_ingest.py b/projects/vdk-core/tests/functional/run/test_run_ingest.py index b5a5ebbbcd..5ca3b47f06 100644 --- a/projects/vdk-core/tests/functional/run/test_run_ingest.py +++ b/projects/vdk-core/tests/functional/run/test_run_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py index 5103992dcb..75856896c4 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest.mock diff --git a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py index bcbf197b2c..958ec5dd5a 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import Result diff --git a/projects/vdk-core/tests/functional/run/test_run_notifications.py b/projects/vdk-core/tests/functional/run/test_run_notifications.py index dcc465af67..b3937eb4ac 100644 --- a/projects/vdk-core/tests/functional/run/test_run_notifications.py +++ b/projects/vdk-core/tests/functional/run/test_run_notifications.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_properties.py b/projects/vdk-core/tests/functional/run/test_run_properties.py index 3476375f6c..4eb67fad89 100644 --- a/projects/vdk-core/tests/functional/run/test_run_properties.py +++ b/projects/vdk-core/tests/functional/run/test_run_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_simple.py b/projects/vdk-core/tests/functional/run/test_run_simple.py index f68afadb2b..c7cfbf2d43 100644 --- a/projects/vdk-core/tests/functional/run/test_run_simple.py +++ b/projects/vdk-core/tests/functional/run/test_run_simple.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import Result diff --git a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py index b079bcb9dc..9b59ddb462 100644 --- a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py +++ b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py index 553e25976c..8aefcec84d 100644 --- a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py +++ b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-core/tests/functional/run/test_run_templates.py b/projects/vdk-core/tests/functional/run/test_run_templates.py index d4d351310a..56cbafeec3 100644 --- a/projects/vdk-core/tests/functional/run/test_run_templates.py +++ b/projects/vdk-core/tests/functional/run/test_run_templates.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/util.py b/projects/vdk-core/tests/functional/run/util.py index fbef014432..9150a0f423 100644 --- a/projects/vdk-core/tests/functional/run/util.py +++ b/projects/vdk-core/tests/functional/run/util.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py index 539099e6bd..d57a73e474 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py index bc722e4a46..ae1d9f46fc 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py index 1df0039fd5..5d29b66c49 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py index 5c2ca9d49d..0c7cb9fd01 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py index 8aa380e505..3468556ebb 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py index 9b982301a4..9e768b1d50 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py index be6bcaa5e7..cee426119d 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py index 2d589a77fa..017835bb25 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py index ae56b29050..45bddcf807 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from decimal import Decimal diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py index 259f8968ad..82b23a7155 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py index 14752a6e3e..2efcc0401f 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py index 021e7ecbf6..4c86577435 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py index 7e777f9681..8bd0be4b3a 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py index b45e4e8160..10bf10b148 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py index 6dbc8f302b..ce897befcd 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import smtplib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py index 1fe1ea43a2..dae816a4b9 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py index 0bf86a9b2b..97667dbf8c 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py index 4bc5be4a15..44761e0d57 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py index 5eb2aeb5bc..61b5741072 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py index 9e1512eedc..65c35b9eeb 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py index 4270b8b4e2..4523bedd8c 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py index ea999d4dc6..595e3e51fa 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py index 225e0eabf5..66afb75090 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py index 3868a977d9..414ddc82d9 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py index 5b5f105a3e..139c956f86 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py index eb104fac5d..61b6d83117 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py index e66811fcc7..ede522e5aa 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py index cc0ac86029..c4ee39d927 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py index 3d3170d9a4..4bf17da7a9 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py index c052b03202..a1ea2b638a 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils.util_funcs import cli_assert_equal diff --git a/projects/vdk-core/tests/vdk/internal/core/test_config.py b/projects/vdk-core/tests/vdk/internal/core/test_config.py index 56bd46274d..ccf3d07d2e 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_config.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py index 4e10128777..7aa6b1cd42 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/core/test_errors.py b/projects/vdk-core/tests/vdk/internal/core/test_errors.py index 3033074096..ff375aacf9 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_errors.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py index a24407e610..1cb0cfde02 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py index d00c0e3481..29668f1f5e 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py index 92979bf220..362a235ab8 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py index 656677f2a0..c950c21b75 100644 --- a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py +++ b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py index 4aa7b34b74..0c014dfcc9 100644 --- a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py +++ b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-heartbeat/cicd/build.sh b/projects/vdk-heartbeat/cicd/build.sh index cea6cb09aa..ca8b465d77 100755 --- a/projects/vdk-heartbeat/cicd/build.sh +++ b/projects/vdk-heartbeat/cicd/build.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-heartbeat/setup.py b/projects/vdk-heartbeat/setup.py index 6b74f9315f..5aec385883 100644 --- a/projects/vdk-heartbeat/setup.py +++ b/projects/vdk-heartbeat/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py index aa7c8d4525..fc9e40aae8 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py index 5c6d9af568..6121dc099c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py index 48dd6a170e..96b6506053 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py index 70f2cc7061..82f1baac8d 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py index 44a0f9776f..0dc521289c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py index fb49c1834f..77551d66c8 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py index b46493593a..e753ae440e 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py index 2f0c656f2d..0c701e2897 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py index 8c143f6739..5cbabeca5f 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py index 4bbde3a0d8..6630adc2ec 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py index 88364a6cf3..f71eb0dd26 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py index 4df7f8c1ad..fae7bd59da 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py index f3684e6d91..4bab96cb68 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py index 73f39843d8..3164ea1b55 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py index 9ad89b314d..4a95f87bb6 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py index 72216664bc..365367ff55 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py index 5b852a281f..ad50da986b 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py index fe980efe18..b9adf3983c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py index 218304c1e5..8eb32cd0b7 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py index 075d65bba2..70c8995241 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py index aaa07e8559..69b9598f69 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py index 231fda3d9d..da521e1ef4 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py index 9c3f7cf16a..5e2aa60d62 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py index b79a4a2a77..0d857415f7 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py index 4822eebd52..03bbd25227 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py index 2b1d83b0a8..1b5db21377 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py index 3cd392229c..ee0c6daf1e 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py index b271f00a14..215150c8bf 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py index 504edf112a..07a5fbfead 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py index 60a21a9a4f..ae8e277903 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/projects/vdk-plugins/__init__.py b/projects/vdk-plugins/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/__init__.py +++ b/projects/vdk-plugins/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/setup.py b/projects/vdk-plugins/airflow-provider-vdk/setup.py index 335c1bb236..0427eb6230 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/setup.py +++ b/projects/vdk-plugins/airflow-provider-vdk/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from setuptools import setup diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py index f1e338fa14..50a83938e1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py index 71e42d4889..0b700f8de3 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py index 47994e07d5..12be4c51be 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py index a8f306436c..e7572f3c82 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py index 5f8f4bc073..94bdb8e760 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py index f257c012c4..400699ca73 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py index 48e1d3a7f7..0a636cfa4f 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py index 458e6abfb3..6a25ba8e10 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py index 0cf388c443..ad41004bfa 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/build-plugin.sh b/projects/vdk-plugins/build-plugin.sh index 7138989ea6..2afde34b39 100755 --- a/projects/vdk-plugins/build-plugin.sh +++ b/projects/vdk-plugins/build-plugin.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/quickstart-vdk/setup.py b/projects/vdk-plugins/quickstart-vdk/setup.py index e55a67a760..de2fd425cf 100644 --- a/projects/vdk-plugins/quickstart-vdk/setup.py +++ b/projects/vdk-plugins/quickstart-vdk/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py index 7ac744dc03..da67e877fe 100644 --- a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py +++ b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # test diff --git a/projects/vdk-plugins/vdk-audit/setup.py b/projects/vdk-plugins/vdk-audit/setup.py index d277782ba2..d4ce26f23a 100644 --- a/projects/vdk-plugins/vdk-audit/setup.py +++ b/projects/vdk-plugins/vdk-audit/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py index 9de57ccb56..eba3ad253a 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py index 4195a22177..1a1ea4f074 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py index 4611d2239f..8431407f70 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py index 95b5755f25..9814f6d6c0 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py index a8e0e4d0c5..59ea37b209 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-control-api-auth/setup.py b/projects/vdk-plugins/vdk-control-api-auth/setup.py index bd9b604c30..edfa1646c4 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/setup.py +++ b/projects/vdk-plugins/vdk-control-api-auth/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py index ae01612ff2..8a56c6cb6a 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py index 814b2f47ad..ab2171430d 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py index a9de7b2fe3..5b7b524267 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py index a301f078e5..38230ffaf0 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.control_api_auth.auth_config import InMemAuthConfiguration diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py index 7240448153..54c9a4ce88 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import base64 diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py index ffcf117a37..689ecc0b15 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py index d1b43094ad..be25bd397f 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py index 41d68a3931..d633539da8 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py index 90ca6db156..11b4d72005 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py index ee3209f425..99f354bbec 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-csv/setup.py b/projects/vdk-plugins/vdk-csv/setup.py index 1e60a1dfa2..b3bea47377 100644 --- a/projects/vdk-plugins/vdk-csv/setup.py +++ b/projects/vdk-plugins/vdk-csv/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py index 5b3a55e7fc..22fbae7015 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py index 2e34c0c05c..0688f9c94d 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py index 3137155a57..f68183b441 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py index e18c8d8295..22c63bd00e 100644 --- a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/projects/vdk-plugins/vdk-greenplum/setup.py b/projects/vdk-plugins/vdk-greenplum/setup.py index f2883f9c6d..02c4e549ab 100644 --- a/projects/vdk-plugins/vdk-greenplum/setup.py +++ b/projects/vdk-plugins/vdk-greenplum/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py index bab76b2970..ce445317c1 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py index 747cc0422e..ed4c4025be 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py index c5d93ef419..7ace2cf22e 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py index 39e220937e..4e5cd82ea2 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py index 94236eca1a..9e52864f28 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py index a916ac89e3..2978691a15 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py index b20fe15c88..2d54e3efc3 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/setup.py b/projects/vdk-plugins/vdk-impala/setup.py index 7c00e40752..09554da243 100644 --- a/projects/vdk-plugins/vdk-impala/setup.py +++ b/projects/vdk-plugins/vdk-impala/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py index 0349b75a20..9638bd36f9 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py index 9b15a1fbce..71d4297b7b 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py index 34729fa684..b023eebd91 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core import errors diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py index e58e4327bf..e25239791d 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py index 7aebeb9f6f..eeb03f20aa 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py index bec84f368a..7b5aa81cb8 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py index 0d02692732..d01124bc22 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py index f29d5c5943..94606bc9ef 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py index d2e038c257..ac6bad42c2 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py index 3885cc9a37..830f306d81 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py index 35617c4cc1..411255bd2e 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py index 501cb19cf7..984b280a59 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py index 44b7812dc1..c4be02cf46 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py index 06da75e319..121fdda895 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from logging import getLogger diff --git a/projects/vdk-plugins/vdk-impala/tests/conftest.py b/projects/vdk-plugins/vdk-impala/tests/conftest.py index b5e2f57d37..12b514e8c0 100644 --- a/projects/vdk-plugins/vdk-impala/tests/conftest.py +++ b/projects/vdk-plugins/vdk-impala/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py index 340b7e8e9b..16640e261f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py index 723b2b9caa..777d5a0a07 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py index 234d14401b..77503de105 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py index 723b2b9caa..777d5a0a07 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index 849163ff1c..24c11111c6 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index 5f709f9032..09cef8a1f9 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py index dd439171f1..650ff8cacc 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py index b47cbc3ab0..70bf727e27 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py index dd439171f1..650ff8cacc 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index deab47d4d4..6d2a3f4c08 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index a91e341f27..dc7a52f27d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py index a91e341f27..dc7a52f27d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py index d562001bee..c4a46a00e9 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py index 6d070d1dd0..e6ed01af11 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py index 9dc3d4f5bc..aa347afb63 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py index 6d070d1dd0..e6ed01af11 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py index 6d070d1dd0..e6ed01af11 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py index 6dfc8c32ee..1485ea27dd 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py index 6d070d1dd0..e6ed01af11 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py index f396876046..ad7ceff48c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py index e5e13a815e..b118a7d907 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py index e5e13a815e..b118a7d907 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py index b6bc6bdcc3..b13c92c108 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py index e5e13a815e..b118a7d907 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py index 50c007580a..f6214f6d79 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py @@ -1,2 +1,5 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py index 23a16e5d8d..872e587f7a 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py index 745114d161..d4e418219f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py index 4cf029df8c..bb49a06d5e 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py index fdf81c66f6..64022c81b3 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py index 51852fe2db..37f48b6ca3 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py index ff7983e436..4e5b72a5e6 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py index 6966a3f5bc..31c004ba50 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py index 974af8aedd..1a41f915cd 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py index 6abbea4b6b..2cd630136e 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py index a664f56777..b92808332c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py index 0166da40d0..fc254e4e1c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py index f15738e05d..d4fbdff6e5 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py index 355d12b1cf..93f7e75176 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py index ce97825640..adfdbb89bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-ingest-file/setup.py b/projects/vdk-plugins/vdk-ingest-file/setup.py index 1b17e6a97d..2693b2f895 100644 --- a/projects/vdk-plugins/vdk-ingest-file/setup.py +++ b/projects/vdk-plugins/vdk-ingest-file/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py index d60f05a5d7..8407733ad8 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py index 00794d3f56..83cb1bb3ad 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py index ba3bc6272c..db61fdcafe 100644 --- a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-ingest-http/setup.py b/projects/vdk-plugins/vdk-ingest-http/setup.py index a856a798c3..ea014fe587 100644 --- a/projects/vdk-plugins/vdk-ingest-http/setup.py +++ b/projects/vdk-plugins/vdk-ingest-http/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py index 2805a475a2..be66785cef 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py index 67cd0da772..ecb07e8570 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import gzip diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py index c3c9694743..bcadf3dbf1 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py index 1573f809ca..c3ff8250c8 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py index 0c03b14e3b..3bd12eae4c 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import gzip diff --git a/projects/vdk-plugins/vdk-ipython/setup.py b/projects/vdk-plugins/vdk-ipython/setup.py index 2f406daed1..bfa5df81c3 100644 --- a/projects/vdk-plugins/vdk-ipython/setup.py +++ b/projects/vdk-plugins/vdk-ipython/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py index f39d748985..f494401ef1 100644 --- a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py +++ b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py index a9b2c9b6f2..222dd9d2b3 100644 --- a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py index 00a668e281..93ec7a8357 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py index 6242e68949..b7c39a4755 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import abstractmethod diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py index e4aed607f0..2b1736707a 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py index 669fd9275c..717731a203 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py index 35327adbf8..bfaad07f42 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py index 1140a4aa11..2a5ef197eb 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py index 7e5decfc90..d9722ca931 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py index dcba8139ed..35bcbb5c6e 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2023 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py index 0c4b2ce266..f3c00facb7 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2023 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py index dfab41de01..f5610728b4 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py index fd9517db65..4935c4f9cd 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py index fe1e0b134c..028ec7202d 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py index bf06476e03..3091ca5ab9 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """Server configuration for integration tests. diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py index 96ed786510..a115861ac6 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from ._version import __version__ diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py index 67895b583a..d21ea16f02 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py index a3ab6c41a6..fafc7a6b0f 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """Python unit tests for vdk-jupyterlab-extension.""" diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py index a8ba5bc2c4..5cc5d6c9ae 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py index eaf3240215..4b2b24bac7 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-kerberos-auth/setup.py b/projects/vdk-plugins/vdk-kerberos-auth/setup.py index d9330844ea..3afb047678 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/setup.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py index d4f9f8da79..5dc7132f8c 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py index ecc06e4b28..9f525e8c8c 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py index 2110f6b7c8..b76e269ed4 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py index 9d5141fb6d..e3e659a845 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py index dded294713..08037d0eee 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py index ef985b5813..0b034a5e67 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import kerberos diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py index 339793bde2..a8c6307027 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py index 48583337ba..2938960a66 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py index 24708b0f33..329097ef6d 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py index 5bab3dd3b1..8f1f27af93 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py index 4cd96ba025..ad334a5aca 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py index 587ae3cbac..9803cf92b9 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py index 52cbeef691..8f91656182 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-lineage-model/setup.py b/projects/vdk-plugins/vdk-lineage-model/setup.py index 6bdc862863..29eea58830 100644 --- a/projects/vdk-plugins/vdk-lineage-model/setup.py +++ b/projects/vdk-plugins/vdk-lineage-model/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py index 9ced85b1b2..969510a4f6 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import ABC diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py index c133fd94a7..c942835f87 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py index a7519388d6..9f88f6b05b 100644 --- a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py +++ b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-lineage/setup.py b/projects/vdk-plugins/vdk-lineage/setup.py index 2a31c75c1c..afeafdfe31 100644 --- a/projects/vdk-plugins/vdk-lineage/setup.py +++ b/projects/vdk-plugins/vdk-lineage/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py index 56670870f2..89de022f1c 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py index c98b515dae..320a7343fa 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import uuid diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py index d204c2061d..64ed5e5583 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py index 7be9353678..e1cd8745fc 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh index 51b997f1b8..10a270b711 100755 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh index e845e83de3..b9734a75f0 100755 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py index fd129b5223..d9c088c270 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py index 346c9d583f..d8c03d6543 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py index f1d2b6ccba..cbe3798347 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py index 135f226775..8f97751d48 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-logging-format/setup.py b/projects/vdk-plugins/vdk-logging-format/setup.py index d459f41633..5eb5df4921 100644 --- a/projects/vdk-plugins/vdk-logging-format/setup.py +++ b/projects/vdk-plugins/vdk-logging-format/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py index c058ec0b6e..b05638d4f6 100644 --- a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py +++ b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py index d2dcad1f26..f04474dc99 100644 --- a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py +++ b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/setup.py b/projects/vdk-plugins/vdk-meta-jobs/setup.py index 9112da76ec..4e3b39144e 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/setup.py +++ b/projects/vdk-plugins/vdk-meta-jobs/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py index a3f0f91072..46cf72b5a0 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import abc diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py index 2485e8f622..1c2a56e72e 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py index baeb90c0fa..7e35665c3e 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import abc diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py index 24b5b33ae9..070b36e1a8 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py index f6d5ba1eaf..3dd4ea2b23 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py index dc8d8a74a6..02ca35eef3 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py index 690b6b6005..35ab7999f2 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py index 259358052f..af9e5fc5eb 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py index dc1d990fd4..9ef0b6c3dc 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py index 7ec571a566..e24eeb357f 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py index 8c8c141a21..0d685526e1 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py index e40b93a401..526e8c5727 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py index 755e730cbc..28115034ac 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py index 51203f655d..60127abab4 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py index 9b38d956b9..5353d27e86 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py index dab5a6c7f0..bf56404e17 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-plugins/vdk-notebook/setup.py b/projects/vdk-plugins/vdk-notebook/setup.py index dd28050b03..a19cc0f79b 100644 --- a/projects/vdk-plugins/vdk-notebook/setup.py +++ b/projects/vdk-plugins/vdk-notebook/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py index 962e700bc1..98dc7a4e34 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py index 59b630a6df..d0cd2b8b98 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import importlib.util diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py index 86e49354c1..d0ee559283 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py index 0402218066..80e67a0d4e 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py index b2d4ed5989..514ca51a95 100644 --- a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py index 34d1bb3a23..6f42c7ee61 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py index 8a72434677..367475098a 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py index 7f0dd0e599..c8429e2fa4 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py index 6f486ca8c6..85ee439628 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py index c355fca85c..511e0d6c2a 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py index 5e9be1981d..46c9a78c5f 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py index 447480cfaa..793944376b 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py index ef0a86768e..3e9d3b3c0c 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py index 152d5ecc9c..f5e98b992c 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py index c8dbf6113d..55d5eabd32 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py index 674f497c6c..8bd69720e9 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py index 697aa8d1da..1d75f71a41 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py index 46f014f846..7f8471bf96 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/setup.py b/projects/vdk-plugins/vdk-postgres/setup.py index 5115ae41da..adea1ae910 100644 --- a/projects/vdk-plugins/vdk-postgres/setup.py +++ b/projects/vdk-plugins/vdk-postgres/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py index 3e7cd6bec9..cf4feb370a 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py index 66f890ae7f..a2285685f3 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py index 208599efdc..61418035f0 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-postgres/tests/conftest.py b/projects/vdk-plugins/vdk-postgres/tests/conftest.py index 6206a6676b..a1cf945c68 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/conftest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py index 5c80580782..1fd9d25302 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py index 7c6a0fb032..9aacbdd793 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py index b114cd4032..655d1f6795 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-properties-fs/setup.py b/projects/vdk-plugins/vdk-properties-fs/setup.py index 6bd70cef3c..938aef2f07 100644 --- a/projects/vdk-plugins/vdk-properties-fs/setup.py +++ b/projects/vdk-plugins/vdk-properties-fs/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py index 149c850719..0f60f04367 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py index 83641861d4..c3ce538a57 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py index 7f9e8cd6be..3ed689b2b3 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py index 8896b502df..e45e5d4bfa 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py index 7bf4bd8c85..f0cef715f0 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-server/setup.py b/projects/vdk-plugins/vdk-server/setup.py index 8a2d855358..93a76ac26a 100644 --- a/projects/vdk-plugins/vdk-server/setup.py +++ b/projects/vdk-plugins/vdk-server/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py index 5112de45ed..877cc32d43 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import base64 diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py index aea2f7d955..db742363d2 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py index 31058dd106..25c7a0a586 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import requests diff --git a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py index a6b628bc17..4ad6472130 100644 --- a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py +++ b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-snowflake/setup.py b/projects/vdk-plugins/vdk-snowflake/setup.py index a0a3c71f4d..9af892b883 100644 --- a/projects/vdk-plugins/vdk-snowflake/setup.py +++ b/projects/vdk-plugins/vdk-snowflake/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py index 39c9e37df9..3d9bf263f4 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py index f90fcd0955..eb4164bf3f 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py index 7cbea4e925..f482d5d760 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py index 77ec3dc2b5..352eb70b5f 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py index 04d52551f3..558fc699a3 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-sqlite/setup.py b/projects/vdk-plugins/vdk-sqlite/setup.py index aeceb66924..9324c18aad 100644 --- a/projects/vdk-plugins/vdk-sqlite/setup.py +++ b/projects/vdk-plugins/vdk-sqlite/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import setuptools diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py index 28efc35a3d..c559734a0f 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py index 76429cc236..1d839d1ac1 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py index 3631ea1277..7f2aba4238 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py index b32bdd52b6..9e835e64ec 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py index 5a11abbc16..86e04ba638 100644 --- a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-test-utils/setup.py b/projects/vdk-plugins/vdk-test-utils/setup.py index 57496f4b06..29b7162a9c 100644 --- a/projects/vdk-plugins/vdk-test-utils/setup.py +++ b/projects/vdk-plugins/vdk-test-utils/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py index 12dd19f57e..406c46292f 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py index 53c5e24cd0..c4c2239cf0 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py index bfc1232d55..057f83be46 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py index a3025ebe38..5de8e08b8b 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py index 4ee915fc9f..ded071135f 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils import util_funcs diff --git a/projects/vdk-plugins/vdk-trino/setup.py b/projects/vdk-plugins/vdk-trino/setup.py index 13e7be8f39..f3cae3550e 100644 --- a/projects/vdk-plugins/vdk-trino/setup.py +++ b/projects/vdk-plugins/vdk-trino/setup.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py index 203949df03..25c200b9b4 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py index a7b38615d8..8085453122 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py index 38f4914a0e..e6a09b2d0b 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py index d592742bbc..f17243d2ab 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py index 38f4914a0e..e6a09b2d0b 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py index 818186fc5c..4045ada1c7 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py index c9ea3595c1..0baa554a1a 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py index 38f4914a0e..e6a09b2d0b 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py index 372e936185..9ce0ca08be 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py index b37034f0ad..927de68d05 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py index 4b5bebef03..2271b8eb12 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py index c6b510040c..6cb8be664f 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py index 7813c105ef..34e5c6d58f 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/tests/conftest.py b/projects/vdk-plugins/vdk-trino/tests/conftest.py index c3387c5283..225398f655 100644 --- a/projects/vdk-plugins/vdk-trino/tests/conftest.py +++ b/projects/vdk-plugins/vdk-trino/tests/conftest.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index 651964cb15..bb6a192f9b 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index d3bed07021..f975722e8f 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index d62de6f8a2..cd7d55b808 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index 79d16fcd76..26770216b4 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py index 01e33bc744..3ee02a671f 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py index 4702c8278d..3b4b2f3a68 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py index 0659e2e83e..ac776baad2 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py index 4702c8278d..3b4b2f3a68 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py index f996c5e801..6376a64887 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py index 144062e785..5781a72ad7 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py index 84aa200abf..4942f44740 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py index ea8e740170..5d16e94f88 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py index 42485f664f..012b9573cf 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py index d42d7d6b93..ea5cd6dae5 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py index 3bc1937477..3195c01e8d 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py index fb89422185..9b23ce48a3 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py index ed5dc2a533..7f509fad14 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py index 735ef046e9..072f91bcc6 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py @@ -1,3 +1,6 @@ +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/support/gitlab-runners/install-runners.sh b/support/gitlab-runners/install-runners.sh index 8688505f5e..f62568b7ec 100755 --- a/support/gitlab-runners/install-runners.sh +++ b/support/gitlab-runners/install-runners.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/support/gitlab-runners/purge-runners.sh b/support/gitlab-runners/purge-runners.sh index 8a99a3d32b..c1eecc4f4f 100755 --- a/support/gitlab-runners/purge-runners.sh +++ b/support/gitlab-runners/purge-runners.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Copyright 2021-2023 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 From 5143f8dfcf7b82f175fea8035834ef2722279706 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:22:21 +0000 Subject: [PATCH 4/6] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/airflow-example/airflow-transform-job/10_transform.py | 1 - examples/airflow-example/airflow-trino-job1/10_insert_data.py | 1 - examples/airflow-example/airflow-trino-job2/10_insert_data.py | 1 - examples/airflow-example/dags/airflow_example_dag.py | 1 - examples/energy/dashboard.py | 1 - examples/energy/energy/03_ingest_table_natural_gas_prices.py | 1 - examples/energy/energy/06_ingest_table_create_extremes_index.py | 1 - .../10_increm_ingest_from_db_example.py | 1 - .../jobs/ingest-currency-exchange-rate/aa_ingest_rates.py | 1 - .../plugins/vdk-poc-anonymize/setup.py | 1 - .../src/vdk/plugin/anonymize/anonymization_plugin.py | 1 - .../vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py | 1 - .../src/vdk/plugin/anonymize/ingester_plugin.py | 1 - .../plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py | 1 - .../plugins/vdk-poc-anonymize/tests/test_anonymization.py | 1 - .../ingest-from-db-example-job/30_ingest_to_table.py | 1 - .../ingest-from-rest-api-example-job/30_rest_ingest.py | 1 - .../ingest-from-s3-example-job/30_download_and_ingest.py | 1 - examples/life-expectancy/dashboard.py | 1 - .../life-expectancy/05_ingest_table_life_expectancy_2010_2015.py | 1 - .../life-expectancy/06_ingest_table_life_expectancy_2018.py | 1 - .../life-expectancy/09_ingest_table_us_regions.py | 1 - .../life-expectancy/life-expectancy/12_ingest_table_us_gdp.py | 1 - .../online-exhibition/03_ingest_table_assets.py | 1 - examples/online-exhibition/view.py | 1 - .../src/test/resources/detect-job/package/lib.py | 1 - .../src/test/resources/detect-job/package/subpackage/other.py | 1 - .../src/test/resources/detect-job/step.py | 1 - projects/vdk-control-cli/setup.py | 1 - projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py | 1 - projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py | 1 - .../vdk/internal/control/command_groups/common_group/default.py | 1 - .../src/vdk/internal/control/command_groups/job/create.py | 1 - .../src/vdk/internal/control/command_groups/job/delete.py | 1 - .../src/vdk/internal/control/command_groups/job/deploy_cli.py | 1 - .../vdk/internal/control/command_groups/job/deploy_cli_impl.py | 1 - .../src/vdk/internal/control/command_groups/job/download_job.py | 1 - .../src/vdk/internal/control/command_groups/job/download_key.py | 1 - .../src/vdk/internal/control/command_groups/job/execute.py | 1 - .../src/vdk/internal/control/command_groups/job/list.py | 1 - .../src/vdk/internal/control/command_groups/job/properties.py | 1 - .../src/vdk/internal/control/command_groups/job/show.py | 1 - .../src/vdk/internal/control/command_groups/login_group/login.py | 1 - .../vdk/internal/control/command_groups/logout_group/logout.py | 1 - .../vdk/internal/control/command_groups/version_group/version.py | 1 - .../src/vdk/internal/control/configuration/default_options.py | 1 - .../src/vdk/internal/control/configuration/defaults_config.py | 1 - .../src/vdk/internal/control/configuration/log_config.py | 1 - .../src/vdk/internal/control/configuration/vdk_config.py | 1 - .../src/vdk/internal/control/exception/vdk_exception.py | 1 - .../vdk-control-cli/src/vdk/internal/control/job/job_archive.py | 1 - .../vdk-control-cli/src/vdk/internal/control/job/job_config.py | 1 - .../src/vdk/internal/control/job/sample_job/20_python_step.py | 1 - projects/vdk-control-cli/src/vdk/internal/control/main.py | 1 - .../src/vdk/internal/control/plugin/control_plugin_manager.py | 1 - .../vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py | 1 - .../src/vdk/internal/control/rest_lib/rest_client_errors.py | 1 - .../vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py | 1 - .../src/vdk/internal/control/utils/control_utils.py | 1 - .../src/vdk/internal/control/vdk_control_build_info.py | 1 - projects/vdk-control-cli/tests/conftest.py | 1 - projects/vdk-control-cli/tests/resources/unused.py | 1 - .../internal/control/command_groups/common_group/test_default.py | 1 - .../tests/vdk/internal/control/command_groups/job/test_create.py | 1 - .../internal/control/command_groups/job/test_datajob_config.py | 1 - .../tests/vdk/internal/control/command_groups/job/test_delete.py | 1 - .../tests/vdk/internal/control/command_groups/job/test_deploy.py | 1 - .../vdk/internal/control/command_groups/job/test_download_job.py | 1 - .../vdk/internal/control/command_groups/job/test_download_key.py | 1 - .../vdk/internal/control/command_groups/job/test_execute.py | 1 - .../tests/vdk/internal/control/command_groups/job/test_list.py | 1 - .../vdk/internal/control/command_groups/job/test_properties.py | 1 - .../tests/vdk/internal/control/command_groups/job/test_show.py | 1 - .../internal/control/command_groups/login_group/test_login.py | 1 - .../tests/vdk/internal/control/configuration/test_vdk_config.py | 1 - .../tests/vdk/internal/control/plugin/test_plugin_hooks.py | 1 - .../tests/vdk/internal/control/utils/cli_utils_test.py | 1 - projects/vdk-control-cli/tests/vdk/internal/test_utils.py | 1 - projects/vdk-core/cicd/example-job/30_check_orders_table.py | 1 - projects/vdk-core/setup.py | 1 - projects/vdk-core/src/__main__.py | 1 - projects/vdk-core/src/vdk/api/data_job.py | 1 - projects/vdk-core/src/vdk/api/job_input.py | 1 - projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py | 1 - projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py | 1 - projects/vdk-core/src/vdk/api/plugin/hook_markers.py | 1 - projects/vdk-core/src/vdk/api/plugin/plugin_input.py | 1 - projects/vdk-core/src/vdk/api/plugin/plugin_registry.py | 1 - projects/vdk-core/src/vdk/api/plugin/plugin_utils.py | 1 - .../src/vdk/internal/builtin_plugins/builtin_hook_impl.py | 1 - .../src/vdk/internal/builtin_plugins/config/config_help.py | 1 - .../src/vdk/internal/builtin_plugins/config/job_config.py | 1 - .../src/vdk/internal/builtin_plugins/config/log_config.py | 1 - .../src/vdk/internal/builtin_plugins/config/vdk_config.py | 1 - .../vdk/internal/builtin_plugins/connection/connection_hooks.py | 1 - .../vdk/internal/builtin_plugins/connection/connection_plugin.py | 1 - .../vdk/internal/builtin_plugins/connection/decoration_cursor.py | 1 - .../vdk/internal/builtin_plugins/connection/execution_cursor.py | 1 - .../src/vdk/internal/builtin_plugins/connection/impl/router.py | 1 - .../builtin_plugins/connection/impl/wrapped_connection.py | 1 - .../builtin_plugins/connection/managed_connection_base.py | 1 - .../vdk/internal/builtin_plugins/connection/managed_cursor.py | 1 - .../vdk/internal/builtin_plugins/connection/pep249/interfaces.py | 1 - .../src/vdk/internal/builtin_plugins/connection/proxy_cursor.py | 1 - .../vdk/internal/builtin_plugins/connection/recovery_cursor.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py | 1 - .../src/vdk/internal/builtin_plugins/ingestion/ingester_base.py | 1 - .../internal/builtin_plugins/ingestion/ingester_configuration.py | 1 - .../builtin_plugins/ingestion/ingester_configuration_plugin.py | 1 - .../vdk/internal/builtin_plugins/ingestion/ingester_router.py | 1 - .../src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py | 1 - .../src/vdk/internal/builtin_plugins/internal_hookspecs.py | 1 - .../builtin_plugins/job_properties/base_properties_impl.py | 1 - .../internal/builtin_plugins/job_properties/cached_properties.py | 1 - .../job_properties/datajobs_service_properties.py | 1 - .../internal/builtin_plugins/job_properties/inmemproperties.py | 1 - .../builtin_plugins/job_properties/properties_api_plugin.py | 1 - .../internal/builtin_plugins/job_properties/properties_config.py | 1 - .../internal/builtin_plugins/job_properties/properties_router.py | 1 - .../builtin_plugins/job_properties/propertiesnotavailable.py | 1 - .../vdk/internal/builtin_plugins/notification/notification.py | 1 - .../internal/builtin_plugins/notification/notification_base.py | 1 - .../builtin_plugins/notification/notification_configuration.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py | 1 - .../vdk/internal/builtin_plugins/run/execution_environment.py | 1 - .../src/vdk/internal/builtin_plugins/run/execution_results.py | 1 - .../src/vdk/internal/builtin_plugins/run/execution_state.py | 1 - .../src/vdk/internal/builtin_plugins/run/execution_tracking.py | 1 - .../src/vdk/internal/builtin_plugins/run/file_based_step.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py | 1 - .../internal/builtin_plugins/run/job_input_error_classifier.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py | 1 - .../vdk/internal/builtin_plugins/run/sql_argument_substitutor.py | 1 - .../src/vdk/internal/builtin_plugins/run/standalone_data_job.py | 1 - projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py | 1 - .../src/vdk/internal/builtin_plugins/templates/template_impl.py | 1 - .../internal/builtin_plugins/termination_message/file_util.py | 1 - .../vdk/internal/builtin_plugins/termination_message/writer.py | 1 - .../builtin_plugins/termination_message/writer_configuration.py | 1 - .../vdk/internal/builtin_plugins/version/new_version_check.py | 1 - .../internal/builtin_plugins/version/new_version_check_plugin.py | 1 - .../vdk-core/src/vdk/internal/builtin_plugins/version/version.py | 1 - projects/vdk-core/src/vdk/internal/cli_entry.py | 1 - projects/vdk-core/src/vdk/internal/core/config.py | 1 - projects/vdk-core/src/vdk/internal/core/context.py | 1 - projects/vdk-core/src/vdk/internal/core/errors.py | 1 - projects/vdk-core/src/vdk/internal/core/statestore.py | 1 - projects/vdk-core/src/vdk/internal/plugin/plugin.py | 1 - projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py | 1 - projects/vdk-core/src/vdk/internal/util/decorators.py | 1 - projects/vdk-core/src/vdk/internal/util/utils.py | 1 - projects/vdk-core/src/vdk/internal/vdk_build_info.py | 1 - projects/vdk-core/tests/conftest.py | 1 - projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py | 1 - .../ingestion/jobs/no-ingest-method-job/1_ingest_step.py | 1 - .../ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py | 1 - .../functional/ingestion/jobs/test-ingest-job/1_ingest_step.py | 1 - .../vdk-core/tests/functional/ingestion/test_ingest_chain.py | 1 - .../tests/functional/ingestion/test_payload_verification.py | 1 - .../tests/functional/run/jobs/cancel-job-template/1_step.py | 1 - .../tests/functional/run/jobs/cancel-job-template/2_step.py | 1 - projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py | 1 - projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py | 1 - projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py | 1 - .../functional/run/jobs/fail-job-indirect-library/1_step.py | 1 - .../tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py | 1 - .../tests/functional/run/jobs/fail-job-properties/1_step.py | 1 - projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py | 1 - projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py | 1 - .../tests/functional/run/jobs/job-name-directory/1_step.py | 1 - .../tests/functional/run/jobs/job-using-templates/03_new_data.py | 1 - .../functional/run/jobs/job-using-templates/10_load_snapshot.py | 1 - .../tests/functional/run/jobs/job-with-args/2_python_step.py | 1 - .../tests/functional/run/jobs/job-with-config-ini/1_step.py | 1 - .../tests/functional/run/jobs/pandas-job/10_pandas_step.py | 1 - .../tests/functional/run/jobs/properties-job/10_copy_message.py | 1 - projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py | 1 - .../10_query_then_handle_exceptions.py | 1 - .../tests/functional/run/jobs/syntax-error-job/1_step.py | 1 - .../functional/run/jobs/template-append/02_append_to_table.py | 1 - projects/vdk-core/tests/functional/run/test_run_configuration.py | 1 - .../vdk-core/tests/functional/run/test_run_decorate_job_input.py | 1 - projects/vdk-core/tests/functional/run/test_run_errors.py | 1 - projects/vdk-core/tests/functional/run/test_run_ingest.py | 1 - projects/vdk-core/tests/functional/run/test_run_job_cancel.py | 1 - .../vdk-core/tests/functional/run/test_run_job_name_directory.py | 1 - projects/vdk-core/tests/functional/run/test_run_notifications.py | 1 - projects/vdk-core/tests/functional/run/test_run_properties.py | 1 - projects/vdk-core/tests/functional/run/test_run_simple.py | 1 - projects/vdk-core/tests/functional/run/test_run_sql_queries.py | 1 - .../tests/functional/run/test_run_standalone_data_job.py | 1 - projects/vdk-core/tests/functional/run/test_run_templates.py | 1 - projects/vdk-core/tests/functional/run/util.py | 1 - .../vdk/internal/builtin_plugins/config/test_config_help.py | 1 - .../tests/vdk/internal/builtin_plugins/config/test_job_config.py | 1 - .../tests/vdk/internal/builtin_plugins/config/test_log_config.py | 1 - .../tests/vdk/internal/builtin_plugins/config/test_vdk_config.py | 1 - .../builtin_plugins/connection/test_connection_router.py | 1 - .../builtin_plugins/connection/test_managed_connection_base.py | 1 - .../internal/builtin_plugins/connection/test_managed_cursor.py | 1 - .../tests/vdk/internal/builtin_plugins/debug/test_debug.py | 1 - .../vdk/internal/builtin_plugins/ingestion/test_ingester_base.py | 1 - .../internal/builtin_plugins/ingestion/test_ingester_router.py | 1 - .../internal/builtin_plugins/ingestion/test_ingester_utils.py | 1 - .../builtin_plugins/job_properties/test_cached_properties.py | 1 - .../job_properties/test_datajob_service_properties.py | 1 - .../builtin_plugins/job_properties/test_properties_router.py | 1 - .../internal/builtin_plugins/notification/test_notification.py | 1 - .../notification/test_notification_configuration.py | 1 - .../builtin_plugins/run/job_input_error_classifier_test.py | 1 - .../tests/vdk/internal/builtin_plugins/run/test_cli_run.py | 1 - .../tests/vdk/internal/builtin_plugins/run/test_data_job.py | 1 - .../vdk/internal/builtin_plugins/run/test_execution_results.py | 1 - .../builtin_plugins/run/test_input_job_name_directory.py | 1 - .../builtin_plugins/run/test_sql_argument_substitutor.py | 1 - .../internal/builtin_plugins/run/test_substitute_query_params.py | 1 - .../vdk/internal/builtin_plugins/templates/test_template_impl.py | 1 - .../builtin_plugins/termination_message/test_configuration.py | 1 - .../internal/builtin_plugins/termination_message/test_writer.py | 1 - .../tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py | 1 - .../internal/builtin_plugins/version/test_new_version_check.py | 1 - .../builtin_plugins/version/test_new_version_check_plugin.py | 1 - .../tests/vdk/internal/builtin_plugins/version/test_version.py | 1 - projects/vdk-core/tests/vdk/internal/core/test_config.py | 1 - projects/vdk-core/tests/vdk/internal/core/test_core_context.py | 1 - projects/vdk-core/tests/vdk/internal/core/test_errors.py | 1 - projects/vdk-core/tests/vdk/internal/core/test_statestore.py | 1 - projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py | 1 - projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py | 1 - projects/vdk-core/tests/vdk/internal/test_cli_entry.py | 1 - .../tests/vdk/internal/test_run_load_setuptools_errors.py | 1 - projects/vdk-heartbeat/setup.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py | 1 - .../src/vdk/internal/heartbeat/database_run_test.py | 1 - .../vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py | 1 - .../vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py | 1 - .../src/vdk/internal/heartbeat/impala_database_test.py | 1 - .../vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py | 1 - .../vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py | 1 - .../src/vdk/internal/heartbeat/successful_run_test.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py | 1 - .../src/vdk/internal/heartbeat/trino_database_test.py | 1 - projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py | 1 - .../database_ingestion/05_set_properties.py | 1 - .../vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py | 1 - .../vdk_heartbeat_data_job/database_ingestion/20_verify_data.py | 1 - .../heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py | 1 - .../heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py | 1 - .../vdk_heartbeat_data_job/impala/20_move_data_using_load.py | 1 - .../vdk_heartbeat_data_job/impala/40_execute_template.py | 1 - .../heartbeat/vdk_heartbeat_data_job/simple/10_simple.py | 1 - .../heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py | 1 - .../heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py | 1 - .../vdk_heartbeat_data_job/trino/25_execute_template.py | 1 - projects/vdk-heartbeat/tests/vdk/internal/test_config.py | 1 - projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py | 1 - projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py | 1 - .../vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py | 1 - projects/vdk-plugins/__init__.py | 1 - projects/vdk-plugins/airflow-provider-vdk/setup.py | 1 - projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py | 1 - .../vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py | 1 - .../vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py | 1 - .../airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py | 1 - .../vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py | 1 - .../airflow-provider-vdk/tests/operators/test_vdkoperator.py | 1 - .../vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py | 1 - .../airflow-provider-vdk/tests/sensors/test_vdksensor.py | 1 - .../vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py | 1 - .../airflow-provider-vdk/vdk_provider/example_dags/__init__.py | 1 - .../vdk_provider/example_dags/example_vdk.py | 1 - .../airflow-provider-vdk/vdk_provider/hooks/__init__.py | 1 - .../vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py | 1 - .../airflow-provider-vdk/vdk_provider/operators/__init__.py | 1 - .../airflow-provider-vdk/vdk_provider/operators/vdk.py | 1 - .../airflow-provider-vdk/vdk_provider/sensors/__init__.py | 1 - .../vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py | 1 - projects/vdk-plugins/quickstart-vdk/setup.py | 1 - projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py | 1 - projects/vdk-plugins/vdk-audit/setup.py | 1 - .../vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py | 1 - .../vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py | 1 - .../jobs/os-listdir-command-job/10_os_listdir_command_job.py | 1 - .../jobs/os-system-command-job/10_os_system_command_job.py | 1 - .../vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py | 1 - projects/vdk-plugins/vdk-control-api-auth/setup.py | 1 - .../src/vdk/plugin/control_api_auth/auth_config.py | 1 - .../src/vdk/plugin/control_api_auth/auth_exception.py | 1 - .../src/vdk/plugin/control_api_auth/auth_request_values.py | 1 - .../src/vdk/plugin/control_api_auth/authentication.py | 1 - .../src/vdk/plugin/control_api_auth/autorization_code_auth.py | 1 - .../src/vdk/plugin/control_api_auth/base_auth.py | 1 - .../src/vdk/plugin/control_api_auth/login_types.py | 1 - .../vdk-control-api-auth/tests/test_api_token_auth.py | 1 - .../vdk-control-api-auth/tests/test_authorization_code_auth.py | 1 - .../vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py | 1 - projects/vdk-plugins/vdk-csv/setup.py | 1 - .../vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py | 1 - .../vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py | 1 - projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py | 1 - projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py | 1 - projects/vdk-plugins/vdk-greenplum/setup.py | 1 - .../src/vdk/plugin/greenplum/greenplum_connection.py | 1 - .../vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py | 1 - .../src/vdk/plugin/greenplum/ingest_to_greenplum.py | 1 - projects/vdk-plugins/vdk-greenplum/tests/conftest.py | 1 - .../jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py | 1 - .../vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py | 1 - .../vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py | 1 - projects/vdk-plugins/vdk-impala/setup.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_configuration.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_connection.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_error_handler.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_helper.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py | 1 - .../vdk-impala/src/vdk/plugin/impala/impala_plugin.py | 1 - .../vdk-impala/src/vdk/plugin/impala/templates/__init__.py | 1 - .../vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py | 1 - .../src/vdk/plugin/impala/templates/load/dimension/__init__.py | 1 - .../load/dimension/scd1/00-dimension-scd1-definition.py | 1 - .../templates/load/dimension/scd1/02-handle-quality-checks.py | 1 - .../vdk/plugin/impala/templates/load/dimension/scd1/__init__.py | 1 - .../load/dimension/scd2/00-dimension-scd2-definition.py | 1 - .../vdk/plugin/impala/templates/load/dimension/scd2/__init__.py | 1 - .../src/vdk/plugin/impala/templates/load/fact/__init__.py | 1 - .../templates/load/fact/insert/00-fact-snapshot-definition.py | 1 - .../templates/load/fact/snapshot/00-fact-snapshot-definition.py | 1 - .../vdk/plugin/impala/templates/load/fact/snapshot/__init__.py | 1 - .../impala/templates/load/versioned/00-versioned-definition.py | 1 - .../src/vdk/plugin/impala/templates/load/versioned/__init__.py | 1 - .../vdk/plugin/impala/templates/template_arguments_validator.py | 1 - projects/vdk-plugins/vdk-impala/tests/conftest.py | 1 - projects/vdk-plugins/vdk-impala/tests/functional/__init__.py | 1 - .../vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py | 1 - .../functional/jobs/insert_template_job/01_prepare_input_data.py | 1 - .../jobs/insert_template_job/02_run_insert_template.py | 1 - .../jobs/insert_template_partition_job/01_prepare_input_data.py | 1 - .../jobs/insert_template_partition_job/02_run_insert_template.py | 1 - .../load_dimension_scd1_template_job/01_prepare_input_data.py | 1 - .../02_run_load_dimension_scd1_template.py | 1 - .../functional/jobs/load_dimension_scd1_template_job/__init__.py | 1 - .../01_run_load_dimension_scd1_template.py | 1 - .../jobs/load_dimension_scd1_template_only/__init__.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_dimension_scd1_template.py | 1 - .../jobs/load_dimension_scd1_template_partition_job/__init__.py | 1 - .../load_dimension_scd2_template_job/01_prepare_input_data.py | 1 - .../02_run_load_dimension_scd2_template.py | 1 - .../functional/jobs/load_dimension_scd2_template_job/__init__.py | 1 - .../01_run_load_dimension_scd2_template.py | 1 - .../jobs/load_dimension_scd2_template_only/__init__.py | 1 - .../load_fact_snapshot_template_job/01_prepare_input_data.py | 1 - .../02_run_load_fact_snapshot_template.py | 1 - .../functional/jobs/load_fact_snapshot_template_job/__init__.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_fact_snapshot_template.py | 1 - .../load_fact_snapshot_template_job_empty_source/__init__.py | 1 - .../functional/jobs/load_fact_snapshot_template_only/__init__.py | 1 - .../run_fact_snapshot_template.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_fact_snapshot_template.py | 1 - .../jobs/load_fact_snapshot_template_partition_job/__init__.py | 1 - .../jobs/load_versioned_template_job/01_prepare_input_data.py | 1 - .../02_run_load_versioned_template.py | 1 - .../functional/jobs/load_versioned_template_job/__init__.py | 1 - .../load_versioned_template_only/01_run_versioned_template.py | 1 - .../functional/jobs/load_versioned_template_only/__init__.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_versioned_template.py | 1 - .../jobs/load_versioned_template_partition_job/__init__.py | 1 - .../vdk-impala/tests/functional/template_regression_test.py | 1 - .../vdk-impala/tests/functional/test_impala_connection.py | 1 - .../vdk-impala/tests/functional/test_impala_errors.py | 1 - .../vdk-impala/tests/functional/test_impala_lineage.py | 1 - .../vdk-plugins/vdk-impala/tests/impala_error_handler_test.py | 1 - .../vdk-impala/tests/impala_handle_hdfs_error_test.py | 1 - .../tests/impala_handle_metadata_exception_with_backoff.py | 1 - ...pala_handle_metadata_exception_with_invalidate_and_backoff.py | 1 - ...a_handle_metadata_exception_with_invalidate_and_retry_test.py | 1 - .../vdk-impala/tests/impala_handle_network_error_test.py | 1 - .../vdk-impala/tests/impala_handle_pool_error_test.py | 1 - .../tests/impala_handle_should_not_retry_error_test.py | 1 - .../vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py | 1 - projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py | 1 - projects/vdk-plugins/vdk-ingest-file/setup.py | 1 - .../src/vdk/plugin/ingest_file/ingest_file_plugin.py | 1 - .../src/vdk/plugin/ingest_file/ingestion_to_file.py | 1 - .../vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py | 1 - projects/vdk-plugins/vdk-ingest-http/setup.py | 1 - .../src/vdk/plugin/ingest_http/ingest_http_plugin.py | 1 - .../src/vdk/plugin/ingest_http/ingest_over_http.py | 1 - .../tests/functional/jobs/ingest-job/ingest_test_data.py | 1 - .../vdk-ingest-http/tests/functional/test_http_ingest.py | 1 - .../vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py | 1 - projects/vdk-plugins/vdk-ipython/setup.py | 1 - projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py | 1 - projects/vdk-plugins/vdk-ipython/tests/test_plugin.py | 1 - projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py | 1 - .../src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py | 1 - .../src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py | 1 - .../vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py | 1 - .../troubleshoot_utilities/healthcheck_server.py | 1 - .../jobs_troubleshoot/troubleshoot_utilities/thread_dump.py | 1 - .../troubleshoot_utilities/utilities_registry.py | 1 - .../functional/jobs/request-thread-dump/request-thread-dump.py | 1 - .../tests/functional/test_thread_dump.py | 1 - .../vdk-jobs-troubleshooting/tests/test_utilities_registry.py | 1 - .../vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py | 1 - .../vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py | 1 - .../ui-tests/jupyter_server_test_config.py | 1 - .../vdk-jupyterlab-extension/__init__.py | 1 - .../vdk-jupyterlab-extension/handlers.py | 1 - .../vdk-jupyterlab-extension/tests/__init__.py | 1 - .../vdk-jupyterlab-extension/tests/test_handlers.py | 1 - .../vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py | 1 - projects/vdk-plugins/vdk-kerberos-auth/setup.py | 1 - .../src/vdk/plugin/kerberos/api/kerberos_client.py | 1 - .../src/vdk/plugin/kerberos/authenticator_factory.py | 1 - .../src/vdk/plugin/kerberos/base_authenticator.py | 1 - .../src/vdk/plugin/kerberos/kerberos_configuration.py | 1 - .../vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py | 1 - .../vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py | 1 - .../src/vdk/plugin/kerberos/kinit_authenticator.py | 1 - .../src/vdk/plugin/kerberos/minikerberos_authenticator.py | 1 - .../src/vdk/plugin/kerberos/vdk_kerberos_client.py | 1 - projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py | 1 - .../vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py | 1 - .../vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py | 1 - projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py | 1 - projects/vdk-plugins/vdk-lineage-model/setup.py | 1 - .../src/vdk/api/lineage/model/logger/lineage_logger.py | 1 - .../vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py | 1 - projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py | 1 - projects/vdk-plugins/vdk-lineage/setup.py | 1 - .../vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py | 1 - .../vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py | 1 - .../vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py | 1 - .../vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py | 1 - .../vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py | 1 - .../vdk-lineage/src/vdk/plugin/marquez/marquez_server.py | 1 - projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py | 1 - .../vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py | 1 - projects/vdk-plugins/vdk-logging-format/setup.py | 1 - .../src/vdk/plugin/logging_format/logging_format.py | 1 - .../vdk-plugins/vdk-logging-format/tests/test_logging_json.py | 1 - projects/vdk-plugins/vdk-meta-jobs/setup.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py | 1 - .../src/vdk/plugin/meta_jobs/cached_data_job_executor.py | 1 - .../vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py | 1 - .../src/vdk/plugin/meta_jobs/remote_data_job_executor.py | 1 - .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py | 1 - projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py | 1 - .../vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py | 1 - projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py | 1 - projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py | 1 - projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py | 1 - .../vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py | 1 - .../vdk-meta-jobs/tests/test_tracking_job_executor.py | 1 - projects/vdk-plugins/vdk-notebook/setup.py | 1 - .../vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py | 1 - .../vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py | 1 - .../vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py | 1 - .../vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py | 1 - projects/vdk-plugins/vdk-notebook/tests/test_plugin.py | 1 - projects/vdk-plugins/vdk-plugin-control-cli/setup.py | 1 - .../control_cli_plugin/control_service_api_error_decorator.py | 1 - .../plugin/control_cli_plugin/control_service_configuration.py | 1 - .../control_cli_plugin/control_service_properties_client.py | 1 - .../src/vdk/plugin/control_cli_plugin/execution_skip.py | 1 - .../src/vdk/plugin/control_cli_plugin/properties_plugin.py | 1 - .../src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py | 1 - .../tests/jobs/properties-job/10_props_step.py | 1 - .../tests/jobs/simple-job/10_simple_step.py | 1 - .../tests/test_control_service_properties.py | 1 - .../vdk-plugin-control-cli/tests/test_execution_skip.py | 1 - .../vdk-plugin-control-cli/tests/test_properties_plugin.py | 1 - .../vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py | 1 - projects/vdk-plugins/vdk-postgres/setup.py | 1 - .../vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py | 1 - .../vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py | 1 - .../vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py | 1 - projects/vdk-plugins/vdk-postgres/tests/conftest.py | 1 - .../vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py | 1 - projects/vdk-plugins/vdk-postgres/tests/test_ingest.py | 1 - .../vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py | 1 - projects/vdk-plugins/vdk-properties-fs/setup.py | 1 - .../src/vdk/plugin/properties_fs/fs_properties_client.py | 1 - .../src/vdk/plugin/properties_fs/fs_properties_plugin.py | 1 - .../jobs/write-read-properties-job-1/10_write_read_properties.py | 1 - .../jobs/write-read-properties-job/10_write_read_properties.py | 1 - .../vdk-properties-fs/tests/test_fs_properties_plugin.py | 1 - projects/vdk-plugins/vdk-server/setup.py | 1 - .../vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py | 1 - .../vdk-server/src/vdk/plugin/server/server_plugin.py | 1 - .../vdk-server/src/vdk/plugin/server/server_plugin_utils.py | 1 - projects/vdk-plugins/vdk-server/tests/test_plugin_template.py | 1 - projects/vdk-plugins/vdk-snowflake/setup.py | 1 - .../src/vdk/plugin/snowflake/snowflake_configuration.py | 1 - .../src/vdk/plugin/snowflake/snowflake_connection.py | 1 - .../vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py | 1 - .../vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py | 1 - .../vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py | 1 - projects/vdk-plugins/vdk-sqlite/setup.py | 1 - .../vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py | 1 - .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py | 1 - .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py | 1 - .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py | 1 - projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py | 1 - projects/vdk-plugins/vdk-test-utils/setup.py | 1 - .../src/vdk/plugin/test_utils/ingest_util_plugins.py | 1 - .../vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py | 1 - .../vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py | 1 - projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py | 1 - projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py | 1 - projects/vdk-plugins/vdk-trino/setup.py | 1 - .../vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py | 1 - .../vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py | 1 - .../templates/load/dimension/scd1/00-verify-valid-target.py | 1 - .../load/dimension/scd1/06-move-data-from-tmp-to-target.py | 1 - .../templates/load/dimension/scd2/00-verify-valid-target.py | 1 - .../trino/templates/load/dimension/scd2/01-add-props-for-args.py | 1 - .../load/dimension/scd2/07-move-data-from-tmp-to-target.py.py | 1 - .../load/fact/periodic_snapshot/00-verify-valid-target.py | 1 - .../fact/periodic_snapshot/06-move-data-from-tmp-to-target.py | 1 - .../vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py | 1 - .../vdk-trino/src/vdk/plugin/trino/trino_connection.py | 1 - .../vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py | 1 - .../vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py | 1 - projects/vdk-plugins/vdk-trino/tests/conftest.py | 1 - .../load_dimension_scd1_template_job/01_prepare_input_data.py | 1 - .../02_run_load_dimension_scd1_template.py | 1 - .../load_dimension_scd2_template_job/01_prepare_input_data.py | 1 - .../02_run_load_dimension_scd2_template.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_fact_periodic_snapshot_template.py | 1 - .../01_prepare_input_data.py | 1 - .../02_run_load_fact_periodic_snapshot_template.py | 1 - .../tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py | 1 - .../jobs/test_move_data_strategy_job/01_prepare_input_data.py | 1 - .../jobs/test_move_data_strategy_job/02_move_data_to_target.py | 1 - .../tests/jobs/test_move_data_strategy_job/03_check_target.py | 1 - projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py | 1 - projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py | 1 - projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py | 1 - projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py | 1 - .../vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py | 1 - projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py | 1 - 558 files changed, 558 deletions(-) diff --git a/examples/airflow-example/airflow-transform-job/10_transform.py b/examples/airflow-example/airflow-transform-job/10_transform.py index 8e826d5134..578eeed1bb 100644 --- a/examples/airflow-example/airflow-transform-job/10_transform.py +++ b/examples/airflow-example/airflow-transform-job/10_transform.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/airflow-example/airflow-trino-job1/10_insert_data.py b/examples/airflow-example/airflow-trino-job1/10_insert_data.py index cc5ff4d17c..291527c0cf 100644 --- a/examples/airflow-example/airflow-trino-job1/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job1/10_insert_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/airflow-example/airflow-trino-job2/10_insert_data.py b/examples/airflow-example/airflow-trino-job2/10_insert_data.py index 82a51251fb..d51fb3e883 100644 --- a/examples/airflow-example/airflow-trino-job2/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job2/10_insert_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/airflow-example/dags/airflow_example_dag.py b/examples/airflow-example/dags/airflow_example_dag.py index e3f94d1505..5118c8672d 100644 --- a/examples/airflow-example/dags/airflow_example_dag.py +++ b/examples/airflow-example/dags/airflow_example_dag.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/examples/energy/dashboard.py b/examples/energy/dashboard.py index c586508e63..cb92a98b70 100644 --- a/examples/energy/dashboard.py +++ b/examples/energy/dashboard.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/examples/energy/energy/03_ingest_table_natural_gas_prices.py b/examples/energy/energy/03_ingest_table_natural_gas_prices.py index 7885fd2fc8..d8ed63c4f3 100644 --- a/examples/energy/energy/03_ingest_table_natural_gas_prices.py +++ b/examples/energy/energy/03_ingest_table_natural_gas_prices.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/energy/energy/06_ingest_table_create_extremes_index.py b/examples/energy/energy/06_ingest_table_create_extremes_index.py index 71dbfe207c..0907261046 100644 --- a/examples/energy/energy/06_ingest_table_create_extremes_index.py +++ b/examples/energy/energy/06_ingest_table_create_extremes_index.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py index 223b58c4b6..e2094f2693 100644 --- a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py +++ b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py index f4ec9a07ac..b2a4b5c2f5 100644 --- a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py +++ b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py index 3ca827066a..3ec4e3e850 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py index fe4eeb0fc5..5fa0a88397 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py index 4c9b3b0472..20b4647698 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import hashlib diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py index 8d8089b7ad..17a5a8102b 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py index 9996de5433..5cbf40f349 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py index 5a62eb819f..9cd2dae4c1 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py index 0bac4750d4..71bb5d273a 100644 --- a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py +++ b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import sqlite3 diff --git a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py index 493e99c904..5591bd7164 100644 --- a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py +++ b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import requests diff --git a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py index 61147b6041..5ab4c4f7da 100644 --- a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py +++ b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2021 VMware, Inc. diff --git a/examples/life-expectancy/dashboard.py b/examples/life-expectancy/dashboard.py index a432c18faf..d89a08c65f 100644 --- a/examples/life-expectancy/dashboard.py +++ b/examples/life-expectancy/dashboard.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py index 531854297e..8864951da4 100644 --- a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py +++ b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py index 9a2a12432d..6e8dbc4ec3 100644 --- a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py +++ b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py index 727b9a5417..1ce6d01ac6 100644 --- a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py +++ b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py index bbfb9b96e3..1aa8545c67 100644 --- a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py +++ b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py index 2427e51a75..b675da2532 100644 --- a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py +++ b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/examples/online-exhibition/view.py b/examples/online-exhibition/view.py index 7c0d0fa117..232b14bc42 100644 --- a/examples/online-exhibition/view.py +++ b/examples/online-exhibition/view.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py index 664921fd84..b48f97ebad 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py index 664921fd84..b48f97ebad 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/vdk-control-cli/setup.py b/projects/vdk-control-cli/setup.py index 5aec385883..f03f3a7980 100644 --- a/projects/vdk-control-cli/setup.py +++ b/projects/vdk-control-cli/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py index 9563e73db9..7d246a3046 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py index c569a7f735..02d5253fc1 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py index 7375b8fa6b..2e303e2605 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py index f652d9428e..ac98a30f6f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py index bc5c96557b..425a46dcea 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py index b0a1cdd62d..06f2fc5604 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py index c17ce66f0d..d1c8b1612f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import glob diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py index faf1e09bc7..c566c338a6 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py index ad89b11b71..728e45b8ca 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py index e02dbcbdb7..4d94d0ae31 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py index 8064c47fe8..ef91bfcee9 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py index 0edfc90d9b..3c63cb20ba 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import _io diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py index 89c47b4c9b..e930463491 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py index 9d5f0ec83c..d65e599046 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py index 78b19648c0..5b79082350 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py index 6bf11e012f..4c3a37b7e3 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py index 0bf6ea87c4..f9fa45a183 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py index bc8af64f2e..3e8d85b779 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.configuration.vdk_config import VDKConfigFolder diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py index 5fd8e16e6d..47bd0cbc88 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py index 17499728f9..512f769dcd 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py index eca2bc2f4c..023b25b5eb 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click as click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py index dfd5b6f7e8..0d6b84da57 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py index 92424ff6a6..b34b051feb 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # TODO: this is basically a copy of VDK JobConfig in vdk-core diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py index 0e5445f535..0a41bfcc2c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/main.py b/projects/vdk-control-cli/src/vdk/internal/control/main.py index f3ec944c5b..69b4147a2e 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/main.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/main.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py index 38f831eb54..528e8d0812 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py index 13c08d278c..cf38a61af3 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py index 6339361a88..c336d505e1 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py index 3ad2cb0ca1..dddaca6aca 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py index 9b8a21b1e0..b8c012eb5f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py index 62ffa1e17f..ab6b307cec 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli diff --git a/projects/vdk-control-cli/tests/conftest.py b/projects/vdk-control-cli/tests/conftest.py index e24eeb357f..951b25a09d 100644 --- a/projects/vdk-control-cli/tests/conftest.py +++ b/projects/vdk-control-cli/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-control-cli/tests/resources/unused.py b/projects/vdk-control-cli/tests/resources/unused.py index 5b17676cd2..895f059c4b 100644 --- a/projects/vdk-control-cli/tests/resources/unused.py +++ b/projects/vdk-control-cli/tests/resources/unused.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py index e2300016d4..19848dc0cf 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py index e0b7277d91..75050e78ef 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py index d882925107..3572415be0 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py index fd7a264e12..cf30a3f482 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import CliRunner diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py index 6daa0135c3..e193e3a030 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py index 9706f399c3..cacfef8c34 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py index 9d93789266..e3eb50abbb 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py index b058312776..cd25740719 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py index 036568c7bb..ed45950735 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py index a967722069..852f912c70 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py index bd0221ef85..f07b36b80c 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py index db1cc2d68e..7802a5ab00 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py index bd6d499531..6c510b4c80 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py index 3ddf4ef3c5..5b9107146e 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.plugin.control_plugin_manager import Plugins diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py index d946d4596e..637a32217b 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.utils.cli_utils import GqlQueryBuilder diff --git a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py index 93a2af685f..9f971deab6 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py +++ b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/cicd/example-job/30_check_orders_table.py b/projects/vdk-core/cicd/example-job/30_check_orders_table.py index 73d56340f6..7da42a4a73 100644 --- a/projects/vdk-core/cicd/example-job/30_check_orders_table.py +++ b/projects/vdk-core/cicd/example-job/30_check_orders_table.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/setup.py b/projects/vdk-core/setup.py index a40439f1a2..599f87f3a7 100644 --- a/projects/vdk-core/setup.py +++ b/projects/vdk-core/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/__main__.py b/projects/vdk-core/src/__main__.py index 92fa164014..8641e2af36 100644 --- a/projects/vdk-core/src/__main__.py +++ b/projects/vdk-core/src/__main__.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.cli_entry import main diff --git a/projects/vdk-core/src/vdk/api/data_job.py b/projects/vdk-core/src/vdk/api/data_job.py index 7910fdf1b9..f2a6762db9 100644 --- a/projects/vdk-core/src/vdk/api/data_job.py +++ b/projects/vdk-core/src/vdk/api/data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/api/job_input.py b/projects/vdk-core/src/vdk/api/job_input.py index c477c6cbe5..0685f30dfc 100644 --- a/projects/vdk-core/src/vdk/api/job_input.py +++ b/projects/vdk-core/src/vdk/api/job_input.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py index 92f1951051..2c1482ea98 100644 --- a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Container diff --git a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py index 522f19edad..37ea2de93a 100644 --- a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py index e9b3610962..4edd2c7194 100644 --- a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py +++ b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py index 1f73b98368..f387665b92 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py index 2ff4732181..518131ab3c 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import ABCMeta diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py index 150038cca9..5afc40a7d0 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py index 406d5c78b7..f5042457f5 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py index 01fd14e698..875dd8c054 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py index 6cb887d430..6e064d81d6 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py index d6c30d6d12..1abff9dae7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py index db88dec259..e59ecb336c 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py index 34f2429050..6a905d03e3 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py index b11a81d9a8..383a1e3781 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py index 620522e28f..0c61083ea4 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Container diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py index 53c035904e..f75eb75683 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py index 533c8b55d7..0c822d351e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py index 717d8f2e7f..464b5257b9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py index ad73facd46..32ca816cac 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py index 3052bf8edc..b20b0a2b8f 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py index 3c034d3776..0ad359e490 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py index aa4e9f3617..7a6e07bad7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py index 5d2da71741..9048e41d98 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.builtin_plugins.connection.decoration_cursor import DecorationCursor diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py index 8ff9a542c6..d51e28d554 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py index 4365e250df..13472e6db5 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py index befa4bf885..a52840ce3b 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py index 5409cdc6c0..9a64125f55 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py index 8519550cf5..4bbeb795d9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py index 7fe8c4f818..8887364fb0 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py index 6403464b0a..ad96f0aea1 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py index d4a5f530a7..aa7b18e4bf 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py index 9043f74e83..52c38aca12 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IProperties diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py index c7e97026f8..da8b68fa62 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py index 13ee7fdcc9..6caaa90ce7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py index cefdaba9cd..32e32c6585 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py index f39bb8d79c..199a9ced76 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py index bea69511b3..2bd1235175 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py index 1eeb23b270..627e063b05 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py index a768855145..e7b7fa93d5 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py index a8820d0450..fd63bd609e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py index 6e3f11ddf1..0ce693c9bc 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py index fe8d349829..1d84e66595 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py index d383122d91..c99e923f18 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py index fdb5fc8bdc..10e3aafef7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py index f1c5f8a9ec..3d0a4deb95 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py index 5a81959e5e..c3ef480cd2 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py index e0b64cbe84..4549ef43d0 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pluggy diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py index b228ace1ae..0da81604d3 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import imp diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py index c1fc09307a..0e7386da7c 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py index 5564b3b1fe..851cd738b7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py index 96017f6ea9..9c30ed0212 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """This module contains the logic that diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py index 95e93c27db..59afea923e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py index 68266c4129..5ee2d9bd2e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py index eeb0c96ac1..5b1490a72d 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py index e262b174db..d9f2a5a25e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py index 99cdf07641..f06c5770eb 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py index 74962d4c8e..13064d0ebf 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py index 226b7c2f4f..a1b90b1ad3 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py index 8b49cd1031..e9a402bc11 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py index dcc165200e..60648d37b3 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py index 4129ff2921..6c814a0490 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py index 0e2d9dae67..e2af530fb1 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/cli_entry.py b/projects/vdk-core/src/vdk/internal/cli_entry.py index 6a34642ba1..a19247f0db 100644 --- a/projects/vdk-core/src/vdk/internal/cli_entry.py +++ b/projects/vdk-core/src/vdk/internal/cli_entry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/core/config.py b/projects/vdk-core/src/vdk/internal/core/config.py index f64ec7a431..08aea5732c 100644 --- a/projects/vdk-core/src/vdk/internal/core/config.py +++ b/projects/vdk-core/src/vdk/internal/core/config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/core/context.py b/projects/vdk-core/src/vdk/internal/core/context.py index cb410ac970..b1d7ac4048 100644 --- a/projects/vdk-core/src/vdk/internal/core/context.py +++ b/projects/vdk-core/src/vdk/internal/core/context.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-core/src/vdk/internal/core/errors.py b/projects/vdk-core/src/vdk/internal/core/errors.py index c8793833bf..1064070819 100644 --- a/projects/vdk-core/src/vdk/internal/core/errors.py +++ b/projects/vdk-core/src/vdk/internal/core/errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/src/vdk/internal/core/statestore.py b/projects/vdk-core/src/vdk/internal/core/statestore.py index d3447bbfc9..77ac74aaeb 100644 --- a/projects/vdk-core/src/vdk/internal/core/statestore.py +++ b/projects/vdk-core/src/vdk/internal/core/statestore.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin.py b/projects/vdk-core/src/vdk/internal/plugin/plugin.py index 3e1f9901d7..c038536c13 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py index c7f9a02bd1..a72d3df96c 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pluggy import PluginManager diff --git a/projects/vdk-core/src/vdk/internal/util/decorators.py b/projects/vdk-core/src/vdk/internal/util/decorators.py index 7909a4256f..c6eb5598f5 100644 --- a/projects/vdk-core/src/vdk/internal/util/decorators.py +++ b/projects/vdk-core/src/vdk/internal/util/decorators.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-core/src/vdk/internal/util/utils.py b/projects/vdk-core/src/vdk/internal/util/utils.py index 16326a936c..bc06edd6da 100644 --- a/projects/vdk-core/src/vdk/internal/util/utils.py +++ b/projects/vdk-core/src/vdk/internal/util/utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import inspect diff --git a/projects/vdk-core/src/vdk/internal/vdk_build_info.py b/projects/vdk-core/src/vdk/internal/vdk_build_info.py index 2451d05434..eb43fad5d2 100644 --- a/projects/vdk-core/src/vdk/internal/vdk_build_info.py +++ b/projects/vdk-core/src/vdk/internal/vdk_build_info.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli diff --git a/projects/vdk-core/tests/conftest.py b/projects/vdk-core/tests/conftest.py index 29c7d6c68f..f7b4f010e2 100644 --- a/projects/vdk-core/tests/conftest.py +++ b/projects/vdk-core/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py index a4edbdfb4f..c205b6a919 100644 --- a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py +++ b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py index b7fae64aa3..59d291a249 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py index afdd438654..393c9b19a9 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py index 99e62d98c4..f1b416146f 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py index 24fb6bf46a..043441a969 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py +++ b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py index 6c66586a06..f31da54b8b 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py +++ b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py index f03ad0cfaa..da0a1499dd 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py index 8c63044688..ab6e375f46 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py index 9efc9d4fe4..697a5a1dee 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py index 262e958c03..88b4aab3d9 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py index 28fdb56233..2acdc6880a 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging as log diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py index ec0db486d3..fe10776ece 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py index ed5c1678c3..f1299a135f 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py index 4b54a0adf2..92f263294d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py index 2308b82d8b..e80cbef1f7 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py index 2cd8113f4f..6dcefb26c7 100644 --- a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py index 6ec4b1f9db..8d71361d5c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py index 2a925af9e9..c6869ada34 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py index 8c966947aa..aaa1943b63 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py index e83a30975d..7706dd925f 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py index f5e98b992c..62de181b43 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py index 2b69939ee3..9cf76e1aa5 100644 --- a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pandas as pd diff --git a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py index eb416324e1..29bbb96a2c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py +++ b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py index f5e98b992c..62de181b43 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py index f066e1a15e..90c66b366d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py index 99003a91fe..fcd90d6881 100644 --- a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py index 5ec484263d..28b30bdc7c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py +++ b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/test_run_configuration.py b/projects/vdk-core/tests/functional/run/test_run_configuration.py index 59f5bd5dba..d09b7d534d 100644 --- a/projects/vdk-core/tests/functional/run/test_run_configuration.py +++ b/projects/vdk-core/tests/functional/run/test_run_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py index 519afba426..4b01722cc3 100644 --- a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py +++ b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_errors.py b/projects/vdk-core/tests/functional/run/test_run_errors.py index 0a2576ec9f..306c8eea67 100644 --- a/projects/vdk-core/tests/functional/run/test_run_errors.py +++ b/projects/vdk-core/tests/functional/run/test_run_errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/functional/run/test_run_ingest.py b/projects/vdk-core/tests/functional/run/test_run_ingest.py index 5ca3b47f06..c80c6f949c 100644 --- a/projects/vdk-core/tests/functional/run/test_run_ingest.py +++ b/projects/vdk-core/tests/functional/run/test_run_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py index 75856896c4..a6b7d1fea4 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest.mock diff --git a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py index 958ec5dd5a..8bef1d7822 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import Result diff --git a/projects/vdk-core/tests/functional/run/test_run_notifications.py b/projects/vdk-core/tests/functional/run/test_run_notifications.py index b3937eb4ac..350e412e9d 100644 --- a/projects/vdk-core/tests/functional/run/test_run_notifications.py +++ b/projects/vdk-core/tests/functional/run/test_run_notifications.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_properties.py b/projects/vdk-core/tests/functional/run/test_run_properties.py index 4eb67fad89..742c037f67 100644 --- a/projects/vdk-core/tests/functional/run/test_run_properties.py +++ b/projects/vdk-core/tests/functional/run/test_run_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/test_run_simple.py b/projects/vdk-core/tests/functional/run/test_run_simple.py index c7cfbf2d43..bf5c9a8a42 100644 --- a/projects/vdk-core/tests/functional/run/test_run_simple.py +++ b/projects/vdk-core/tests/functional/run/test_run_simple.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from click.testing import Result diff --git a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py index 9b59ddb462..7fb6f2960f 100644 --- a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py +++ b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py index 8aefcec84d..0259fc33eb 100644 --- a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py +++ b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-core/tests/functional/run/test_run_templates.py b/projects/vdk-core/tests/functional/run/test_run_templates.py index 56cbafeec3..3e19c1ed2b 100644 --- a/projects/vdk-core/tests/functional/run/test_run_templates.py +++ b/projects/vdk-core/tests/functional/run/test_run_templates.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/functional/run/util.py b/projects/vdk-core/tests/functional/run/util.py index 9150a0f423..570285eb56 100644 --- a/projects/vdk-core/tests/functional/run/util.py +++ b/projects/vdk-core/tests/functional/run/util.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py index d57a73e474..0eebfa9add 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py index ae1d9f46fc..d86e7f857c 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py index 5d29b66c49..a03e0c8bb3 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py index 0c7cb9fd01..ed6eddfc99 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py index 3468556ebb..33d7e62db2 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py index 9e768b1d50..9817d13e0f 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py index cee426119d..c5e7e83c91 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py index 017835bb25..bc90a1008f 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py index 45bddcf807..6c3ca16243 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from decimal import Decimal diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py index 82b23a7155..f02e3335c4 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py index 2efcc0401f..3e5682c8bc 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py index 4c86577435..940caa92d0 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py index 8bd0be4b3a..931ea90861 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py index 10bf10b148..131bdcba45 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py index ce897befcd..f5e1bf98f5 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import smtplib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py index dae816a4b9..f971bc8e23 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py index 97667dbf8c..da91f4be3d 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py index 44761e0d57..e13338745d 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py index 61b5741072..f06d5a14ea 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py index 65c35b9eeb..28b4207de0 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py index 4523bedd8c..383fc9f101 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py index 595e3e51fa..cf47874b8c 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py index 66afb75090..320335ba76 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py index 414ddc82d9..80b3d29213 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py index 139c956f86..d44b261162 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py index 61b6d83117..787c119843 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py index ede522e5aa..5ebe10e992 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py index c4ee39d927..628d9794d8 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py index 4bf17da7a9..2a74150ca8 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Dict diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py index a1ea2b638a..c76f425e51 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils.util_funcs import cli_assert_equal diff --git a/projects/vdk-core/tests/vdk/internal/core/test_config.py b/projects/vdk-core/tests/vdk/internal/core/test_config.py index ccf3d07d2e..5dc5200263 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_config.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py index 7aa6b1cd42..6a13e73db8 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/core/test_errors.py b/projects/vdk-core/tests/vdk/internal/core/test_errors.py index ff375aacf9..e7da304e90 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_errors.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py index 1cb0cfde02..66025efe2c 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py index 29668f1f5e..ebcc2e4934 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py index 362a235ab8..82f72ea289 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py index c950c21b75..35f22c31b8 100644 --- a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py +++ b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py index 0c014dfcc9..a31be832af 100644 --- a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py +++ b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-heartbeat/setup.py b/projects/vdk-heartbeat/setup.py index 5aec385883..f03f3a7980 100644 --- a/projects/vdk-heartbeat/setup.py +++ b/projects/vdk-heartbeat/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py index fc9e40aae8..8ec0151f4f 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py index 6121dc099c..d1cdffaae8 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py index 96b6506053..37bf6b5962 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py index 82f1baac8d..a41f8fb0ff 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py index 0dc521289c..9c676e8109 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py index 77551d66c8..376deaf9de 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py index e753ae440e..c2ce9739d7 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import configparser diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py index 0c701e2897..6769142d8c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py index 5cbabeca5f..17d1aac49f 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py index 6630adc2ec..86eebd7f5b 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py index f71eb0dd26..51aed0f460 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py index fae7bd59da..511b9c3700 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py index 4bab96cb68..8c0815f914 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py index 3164ea1b55..1ca366cc9b 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py index 4a95f87bb6..17e1bf0ec0 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py index 365367ff55..f6cdec348c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py index ad50da986b..dfc4ad079c 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py index b9adf3983c..d6d45aae21 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py index 8eb32cd0b7..2a6c272219 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py index 70c8995241..338ee08d01 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py index 69b9598f69..3b33dc35aa 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py index da521e1ef4..6520c5549d 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py index 5e2aa60d62..121be5f36b 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py index 0d857415f7..5129fd77bd 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py index 03bbd25227..fa863a9fe2 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py index 1b5db21377..bc223f0b24 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py index ee0c6daf1e..d1f5ce035a 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py index 215150c8bf..1ff88f99bc 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py index 07a5fbfead..4e717f627f 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py index ae8e277903..f50a95a0c8 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/projects/vdk-plugins/__init__.py b/projects/vdk-plugins/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/__init__.py +++ b/projects/vdk-plugins/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/setup.py b/projects/vdk-plugins/airflow-provider-vdk/setup.py index 0427eb6230..99b029683c 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/setup.py +++ b/projects/vdk-plugins/airflow-provider-vdk/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from setuptools import setup diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py index 50a83938e1..b3144f2f15 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py index 0b700f8de3..ed0b920abf 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py index 12be4c51be..e02408ffbd 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py index e7572f3c82..f4bd0b1c3f 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py index 94bdb8e760..1787b4ecc8 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py index 400699ca73..ca81e03f3f 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py index 0a636cfa4f..8454bd7ef7 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py index 6a25ba8e10..1ad6133d15 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py index ad41004bfa..4332ffc19d 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/quickstart-vdk/setup.py b/projects/vdk-plugins/quickstart-vdk/setup.py index de2fd425cf..6059d226b9 100644 --- a/projects/vdk-plugins/quickstart-vdk/setup.py +++ b/projects/vdk-plugins/quickstart-vdk/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py index da67e877fe..5ec169f165 100644 --- a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py +++ b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # test diff --git a/projects/vdk-plugins/vdk-audit/setup.py b/projects/vdk-plugins/vdk-audit/setup.py index d4ce26f23a..ca5cc19e76 100644 --- a/projects/vdk-plugins/vdk-audit/setup.py +++ b/projects/vdk-plugins/vdk-audit/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py index eba3ad253a..987d4acabd 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py index 1a1ea4f074..214feb8d4f 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py index 8431407f70..f522af415f 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py index 9814f6d6c0..a50046c44b 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py index 59ea37b209..d8ac74e58d 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2022 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-control-api-auth/setup.py b/projects/vdk-plugins/vdk-control-api-auth/setup.py index edfa1646c4..273c60adaf 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/setup.py +++ b/projects/vdk-plugins/vdk-control-api-auth/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py index 8a56c6cb6a..ff200309c0 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py index ab2171430d..f1ceaf4121 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py index 5b7b524267..256459b570 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py index 38230ffaf0..c5550de6c0 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.control_api_auth.auth_config import InMemAuthConfiguration diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py index 54c9a4ce88..6548f01d83 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import base64 diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py index 689ecc0b15..441aecec81 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py index be25bd397f..95309b49a5 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py index d633539da8..5a8a2b361e 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py index 11b4d72005..5ddc73e602 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py index 99f354bbec..68a007fb5d 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-csv/setup.py b/projects/vdk-plugins/vdk-csv/setup.py index b3bea47377..b8725f0a70 100644 --- a/projects/vdk-plugins/vdk-csv/setup.py +++ b/projects/vdk-plugins/vdk-csv/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py index 22fbae7015..6117093a78 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py index 0688f9c94d..9cdd4a812d 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py index f68183b441..dc77709819 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py index 22c63bd00e..f520ae6317 100644 --- a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/projects/vdk-plugins/vdk-greenplum/setup.py b/projects/vdk-plugins/vdk-greenplum/setup.py index 02c4e549ab..00600efca5 100644 --- a/projects/vdk-plugins/vdk-greenplum/setup.py +++ b/projects/vdk-plugins/vdk-greenplum/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py index ce445317c1..2553ab60c7 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py index ed4c4025be..576d3bce91 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py index 7ace2cf22e..5a5d2feeb8 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py index 4e5cd82ea2..3eedb5c666 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py index 9e52864f28..233a7bb9c4 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py index 2978691a15..c5ed52815b 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py index 2d54e3efc3..88d28f87f3 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/setup.py b/projects/vdk-plugins/vdk-impala/setup.py index 09554da243..cef01db176 100644 --- a/projects/vdk-plugins/vdk-impala/setup.py +++ b/projects/vdk-plugins/vdk-impala/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py index 9638bd36f9..da69652d34 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py index 71d4297b7b..98e6589020 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py index b023eebd91..285f2e82b6 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core import errors diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py index e25239791d..9bee6723e9 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py index eeb03f20aa..f0863ef025 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py index 7b5aa81cb8..99435ea234 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py index d01124bc22..9e57945fa6 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py index 94606bc9ef..408d068bc6 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Callable diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py index ac6bad42c2..8365687b46 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py index 830f306d81..79738ac74e 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py index 411255bd2e..b15f8aed04 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py index 984b280a59..cc8c3606ec 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py index c4be02cf46..d8fa8dd6f6 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py index 121fdda895..380448ef67 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from logging import getLogger diff --git a/projects/vdk-plugins/vdk-impala/tests/conftest.py b/projects/vdk-plugins/vdk-impala/tests/conftest.py index 12b514e8c0..49df7aebfa 100644 --- a/projects/vdk-plugins/vdk-impala/tests/conftest.py +++ b/projects/vdk-plugins/vdk-impala/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py index 16640e261f..c389d4523d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py index 777d5a0a07..00519c48da 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py index 77503de105..8bf968a607 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py index 777d5a0a07..00519c48da 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index 24c11111c6..763aff3b30 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index 09cef8a1f9..9574d69a1e 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py index 650ff8cacc..06334ba4a2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py index 70bf727e27..6e8d5399f3 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py index 650ff8cacc..06334ba4a2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index 6d2a3f4c08..fb80b5f6bc 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index dc7a52f27d..f0a564bf6d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py index dc7a52f27d..f0a564bf6d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py index c4a46a00e9..581ebf298a 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py index e6ed01af11..4e737d1fd2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py index aa347afb63..7e4587b51a 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py index e6ed01af11..4e737d1fd2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py index e6ed01af11..4e737d1fd2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py index 1485ea27dd..18067b9c7b 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py index e6ed01af11..4e737d1fd2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py index ad7ceff48c..2eb33e09a4 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py index b118a7d907..68d5d6cec2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py index b118a7d907..68d5d6cec2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py index b13c92c108..aa96645c75 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py index b118a7d907..68d5d6cec2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py index f6214f6d79..9fc57ac8c1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py @@ -1,5 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py index 872e587f7a..641d25f79f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py index d4e418219f..f740fc4f2f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py index bb49a06d5e..adeabafe34 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py index 64022c81b3..65b4e181b0 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py index 37f48b6ca3..4a27c2e8b1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py index 4e5b72a5e6..2001eb1bf7 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py index 31c004ba50..13e95efb32 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py index 1a41f915cd..e7e6ecf306 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py index 2cd630136e..df13fc7283 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py index b92808332c..05a8301ad9 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py index fc254e4e1c..f6565cfd2e 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py index d4fbdff6e5..44435b49eb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py index 93f7e75176..f8f1a18387 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py index adfdbb89bb..bf6d1369aa 100644 --- a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-ingest-file/setup.py b/projects/vdk-plugins/vdk-ingest-file/setup.py index 2693b2f895..c3541289b1 100644 --- a/projects/vdk-plugins/vdk-ingest-file/setup.py +++ b/projects/vdk-plugins/vdk-ingest-file/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py index 8407733ad8..365d3c9596 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py index 83cb1bb3ad..95d10eab3f 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py index db61fdcafe..d1e27b4b73 100644 --- a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-ingest-http/setup.py b/projects/vdk-plugins/vdk-ingest-http/setup.py index ea014fe587..f69313dd03 100644 --- a/projects/vdk-plugins/vdk-ingest-http/setup.py +++ b/projects/vdk-plugins/vdk-ingest-http/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py index be66785cef..adc3a8ebe6 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py index ecb07e8570..37cf60f083 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import gzip diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py index bcadf3dbf1..40e0148fd3 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py index c3ff8250c8..46f127889b 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py index 3bd12eae4c..d472c3d324 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import gzip diff --git a/projects/vdk-plugins/vdk-ipython/setup.py b/projects/vdk-plugins/vdk-ipython/setup.py index bfa5df81c3..d75f37abf4 100644 --- a/projects/vdk-plugins/vdk-ipython/setup.py +++ b/projects/vdk-plugins/vdk-ipython/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py index f494401ef1..9eacce613d 100644 --- a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py +++ b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py index 222dd9d2b3..b0708a10c8 100644 --- a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py index 93ec7a8357..6f5a6cbaed 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py index b7c39a4755..d8d0b2fb32 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import abstractmethod diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py index 2b1736707a..4c01a8805d 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py index 717731a203..c0b4e693b9 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py index bfaad07f42..8afbcef1c5 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py index 2a5ef197eb..2b73aef653 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py index d9722ca931..af3efc248b 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py index 35bcbb5c6e..342dfc8c45 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2023 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py index f3c00facb7..0f4f26efcc 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 # Copyright 2023 VMware, Inc. diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py index f5610728b4..48f4fb945c 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py index 4935c4f9cd..5bf7ddc213 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pytest diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py index 028ec7202d..30409e4cca 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py index 3091ca5ab9..6c3496469e 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """Server configuration for integration tests. diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py index a115861ac6..b45fcf1361 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from ._version import __version__ diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py index d21ea16f02..559f4fba53 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py index fafc7a6b0f..cd1c0d4d79 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """Python unit tests for vdk-jupyterlab-extension.""" diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py index 5cc5d6c9ae..99d01676ea 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py index 4b2b24bac7..7afffad409 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-kerberos-auth/setup.py b/projects/vdk-plugins/vdk-kerberos-auth/setup.py index 3afb047678..4a1bf8c700 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/setup.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py index 5dc7132f8c..34bf872fb4 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py index 9f525e8c8c..c058673548 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py index b76e269ed4..36b935a564 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py index e3e659a845..84a7643e29 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py index 08037d0eee..5fe675202d 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py index 0b034a5e67..cd0af250f5 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import kerberos diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py index a8c6307027..aad83dc4cb 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py index 2938960a66..8564332eb1 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py index 329097ef6d..9f9de7aa5e 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py index 8f1f27af93..389c0fd045 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py index ad334a5aca..e6ba2f736a 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py index 9803cf92b9..0ee2cfbdcc 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import asyncio diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py index 8f91656182..3026f732de 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-lineage-model/setup.py b/projects/vdk-plugins/vdk-lineage-model/setup.py index 29eea58830..92f07d3c07 100644 --- a/projects/vdk-plugins/vdk-lineage-model/setup.py +++ b/projects/vdk-plugins/vdk-lineage-model/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py index 969510a4f6..9a3b1af999 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from abc import ABC diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py index c942835f87..c008fcf410 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py index 9f88f6b05b..b24f488d10 100644 --- a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py +++ b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-lineage/setup.py b/projects/vdk-plugins/vdk-lineage/setup.py index afeafdfe31..55b119f84d 100644 --- a/projects/vdk-plugins/vdk-lineage/setup.py +++ b/projects/vdk-plugins/vdk-lineage/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py index 89de022f1c..b5a09087a3 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py index 320a7343fa..77af210130 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import uuid diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py index 64ed5e5583..5161aeca95 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py index e1cd8745fc..a215636a6f 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py index d9c088c270..4e4e04de66 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py index d8c03d6543..76a8344be2 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py index cbe3798347..11f0439cf2 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py index 8f97751d48..c85a2bdade 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-logging-format/setup.py b/projects/vdk-plugins/vdk-logging-format/setup.py index 5eb5df4921..a8e9df9ec3 100644 --- a/projects/vdk-plugins/vdk-logging-format/setup.py +++ b/projects/vdk-plugins/vdk-logging-format/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py index b05638d4f6..4ba382dafc 100644 --- a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py +++ b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py index f04474dc99..d232d64f55 100644 --- a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py +++ b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/setup.py b/projects/vdk-plugins/vdk-meta-jobs/setup.py index 4e3b39144e..cda4cd24b6 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/setup.py +++ b/projects/vdk-plugins/vdk-meta-jobs/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py index 46cf72b5a0..fc58e6da6b 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import abc diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py index 1c2a56e72e..dff084d88f 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py index 7e35665c3e..ed17800ca3 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import abc diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py index 070b36e1a8..83fcfe4142 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py index 3dd4ea2b23..598c5548ca 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py index 02ca35eef3..6590af306c 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py index 35ab7999f2..9aec8132f8 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py index af9e5fc5eb..0701baf3fd 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py index 9ef0b6c3dc..981748cd8a 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py index e24eeb357f..951b25a09d 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py index 0d685526e1..cf11c2cc07 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py index 526e8c5727..9c61cabed8 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py index 28115034ac..ca1e11998d 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py index 60127abab4..c56efc75ec 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py index 5353d27e86..fafb477792 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py index bf56404e17..44a75bbd9a 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock diff --git a/projects/vdk-plugins/vdk-notebook/setup.py b/projects/vdk-plugins/vdk-notebook/setup.py index a19cc0f79b..b0b5bb3ae2 100644 --- a/projects/vdk-plugins/vdk-notebook/setup.py +++ b/projects/vdk-plugins/vdk-notebook/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py index 98dc7a4e34..d0863c91f9 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py index d0cd2b8b98..1f86257149 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import importlib.util diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py index d0ee559283..91514fe005 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py index 80e67a0d4e..b008aa4d0c 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from __future__ import annotations diff --git a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py index 514ca51a95..2ff679a190 100644 --- a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py index 6f42c7ee61..73c3ff5587 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py index 367475098a..e426b36595 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py index c8429e2fa4..da91d4441d 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py index 85ee439628..541927870d 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py index 511e0d6c2a..317b0f013f 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py index 46c9a78c5f..fa4bbb4dbc 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py index 793944376b..ad57da2349 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py index 3e9d3b3c0c..2880a9bb56 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py index f5e98b992c..62de181b43 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py index 55d5eabd32..b41850a287 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py index 8bd69720e9..c08a4dc0da 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import unittest diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py index 1d75f71a41..9914c22bea 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py index 7f8471bf96..0665a2f4f7 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/setup.py b/projects/vdk-plugins/vdk-postgres/setup.py index adea1ae910..0bf3c01f59 100644 --- a/projects/vdk-plugins/vdk-postgres/setup.py +++ b/projects/vdk-plugins/vdk-postgres/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py index cf4feb370a..72dd332801 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py index a2285685f3..bff541d5f5 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py index 61418035f0..fbd0bb1c7b 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import click diff --git a/projects/vdk-plugins/vdk-postgres/tests/conftest.py b/projects/vdk-plugins/vdk-postgres/tests/conftest.py index a1cf945c68..a6c88cde12 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/conftest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py index 1fd9d25302..3241275abf 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py index 9aacbdd793..d00514d979 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py index 655d1f6795..cf087e3261 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-properties-fs/setup.py b/projects/vdk-plugins/vdk-properties-fs/setup.py index 938aef2f07..185d47945c 100644 --- a/projects/vdk-plugins/vdk-properties-fs/setup.py +++ b/projects/vdk-plugins/vdk-properties-fs/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py index 0f60f04367..e6b6cf22b1 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py index c3ce538a57..0d39597f6a 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import tempfile diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py index 3ed689b2b3..d302d5d792 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py index e45e5d4bfa..6acb567f1f 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py index f0cef715f0..c010049d1f 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-server/setup.py b/projects/vdk-plugins/vdk-server/setup.py index 93a76ac26a..5a8f43e86b 100644 --- a/projects/vdk-plugins/vdk-server/setup.py +++ b/projects/vdk-plugins/vdk-server/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py index 877cc32d43..d4c2499292 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import base64 diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py index db742363d2..500db76b2f 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py index 25c7a0a586..08d4ab7727 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import requests diff --git a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py index 4ad6472130..31e60ca7e8 100644 --- a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py +++ b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-snowflake/setup.py b/projects/vdk-plugins/vdk-snowflake/setup.py index 9af892b883..b32df9f5cb 100644 --- a/projects/vdk-plugins/vdk-snowflake/setup.py +++ b/projects/vdk-plugins/vdk-snowflake/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py index 3d9bf263f4..b4a99e4d10 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py index eb4164bf3f..24fa93433c 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py index f482d5d760..10a18cce4a 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py index 352eb70b5f..2144800a81 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py index 558fc699a3..22c2963fea 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-sqlite/setup.py b/projects/vdk-plugins/vdk-sqlite/setup.py index 9324c18aad..4b91f51bf9 100644 --- a/projects/vdk-plugins/vdk-sqlite/setup.py +++ b/projects/vdk-plugins/vdk-sqlite/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import setuptools diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py index c559734a0f..63d81c30d4 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import collections diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py index 1d839d1ac1..1f0f1dc73f 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py index 7f2aba4238..a5419069e2 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py index 9e835e64ec..11f38739f5 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py index 86e04ba638..01aabfb2c3 100644 --- a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-test-utils/setup.py b/projects/vdk-plugins/vdk-test-utils/setup.py index 29b7162a9c..172d45c800 100644 --- a/projects/vdk-plugins/vdk-test-utils/setup.py +++ b/projects/vdk-plugins/vdk-test-utils/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py index 406c46292f..6c4e2db5b0 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py index c4c2239cf0..23f13a8998 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py index 057f83be46..84f9525899 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py index 5de8e08b8b..47b6d17a03 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py index ded071135f..e79be33c8a 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils import util_funcs diff --git a/projects/vdk-plugins/vdk-trino/setup.py b/projects/vdk-plugins/vdk-trino/setup.py index f3cae3550e..25367ab1ee 100644 --- a/projects/vdk-plugins/vdk-trino/setup.py +++ b/projects/vdk-plugins/vdk-trino/setup.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import pathlib diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py index 25c200b9b4..cabb50aed0 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py index 8085453122..b751d58d5d 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import List diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py index e6a09b2d0b..e425509425 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py index f17243d2ab..f7b58e5224 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py index e6a09b2d0b..e425509425 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py index 4045ada1c7..6795abd0fd 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py index 0baa554a1a..7e81ceeac7 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py index e6a09b2d0b..e425509425 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py index 9ce0ca08be..3e2dc2607e 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py index 927de68d05..6c3074b034 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from typing import cast diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py index 2271b8eb12..848f7f8bc9 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py index 6cb8be664f..298cc97ba5 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py index 34e5c6d58f..a869671fe1 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/tests/conftest.py b/projects/vdk-plugins/vdk-trino/tests/conftest.py index 225398f655..e0dcc02558 100644 --- a/projects/vdk-plugins/vdk-trino/tests/conftest.py +++ b/projects/vdk-plugins/vdk-trino/tests/conftest.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index bb6a192f9b..cf56a87ce6 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index f975722e8f..5784196738 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index cd7d55b808..edfa66f003 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index 26770216b4..8362963563 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py index 3ee02a671f..1beab3f27f 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py index 3b4b2f3a68..c2cf40be9e 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py index ac776baad2..a6c200876a 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py index 3b4b2f3a68..c2cf40be9e 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py index 6376a64887..9f45838539 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import math diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py index 5781a72ad7..25271d4443 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py index 4942f44740..3ca54f5fe4 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py index 5d16e94f88..0adb0d6036 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py index 012b9573cf..558d50200a 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py index ea5cd6dae5..224c918cfa 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py index 3195c01e8d..84033ebc9a 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py index 9b23ce48a3..db34381d43 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import os diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py index 7f509fad14..bc86cfcbe4 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py index 072f91bcc6..b3cfb352c6 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py @@ -1,6 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 - # Copyright 2021 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 import json From a275febcf805a8df222e315d9c02e563cdcdd6e4 Mon Sep 17 00:00:00 2001 From: ivakoleva Date: Tue, 14 Feb 2023 17:29:41 +0200 Subject: [PATCH 5/6] versatile-data-kit: copyright notice year update Copyright notice year is out of date. Introduced a year range from 2021 to now. Testing done: pre-commit hooks triggerred Signed-off-by: ivakoleva --- .gitlab-ci.yml | 2 +- cicd/build.sh | 3 --- .../airflow-transform-job/10_transform.py | 2 -- .../airflow-trino-job1/10_insert_data.py | 2 -- .../airflow-trino-job2/10_insert_data.py | 2 -- examples/airflow-example/dags/airflow_example_dag.py | 2 -- examples/energy/dashboard.py | 2 -- .../energy/03_ingest_table_natural_gas_prices.py | 2 -- .../energy/06_ingest_table_create_extremes_index.py | 2 -- .../10_increm_ingest_from_db_example.py | 2 -- .../ingest-currency-exchange-rate/aa_ingest_rates.py | 2 -- .../plugins/vdk-poc-anonymize/setup.py | 2 -- .../src/vdk/plugin/anonymize/anonymization_plugin.py | 2 -- .../src/vdk/plugin/anonymize/anonymizer.py | 2 -- .../src/vdk/plugin/anonymize/ingester_plugin.py | 2 -- .../vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py | 2 -- .../vdk-poc-anonymize/tests/test_anonymization.py | 2 -- .../ingest-from-db-example-job/30_ingest_to_table.py | 2 -- .../ingest-from-rest-api-example-job/30_rest_ingest.py | 2 -- .../30_download_and_ingest.py | 4 ---- examples/life-expectancy/dashboard.py | 2 -- .../05_ingest_table_life_expectancy_2010_2015.py | 2 -- .../06_ingest_table_life_expectancy_2018.py | 2 -- .../life-expectancy/09_ingest_table_us_regions.py | 2 -- .../life-expectancy/12_ingest_table_us_gdp.py | 2 -- .../online-exhibition/03_ingest_table_assets.py | 2 -- examples/online-exhibition/view.py | 2 -- projects/control-service/cicd/build.sh | 3 --- .../cicd/deploy-testing-pipelines-service.sh | 3 --- .../control-service/cicd/release-pipelines-service.sh | 2 -- projects/control-service/cicd/start_heartbeat.sh | 3 --- .../com/vmware/taurus/ControlplaneApplication.java | 5 ----- .../java/com/vmware/taurus/SpringAppPropNames.java | 5 ----- .../java/com/vmware/taurus/base/EnableComponents.java | 5 ----- .../main/java/com/vmware/taurus/base/FeatureFlags.java | 5 ----- .../java/com/vmware/taurus/base/SCCPProperties.java | 5 ----- .../vmware/taurus/exception/ApiConstraintError.java | 5 ----- .../src/main/java/com/vmware/taurus/exception/Bug.java | 5 ----- .../java/com/vmware/taurus/exception/DomainError.java | 5 ----- .../java/com/vmware/taurus/exception/ErrorMessage.java | 5 ----- .../taurus/exception/ExceptionControllerAdvice.java | 5 ----- .../java/com/vmware/taurus/exception/SystemError.java | 5 ----- .../vmware/taurus/exception/TaurusExceptionBase.java | 5 ----- .../com/vmware/taurus/exception/UserFacingError.java | 5 ----- .../vmware/taurus/exception/WebHookRequestError.java | 5 ----- .../taurus/security/CustomClaimTokenValidator.java | 5 ----- .../com/vmware/taurus/security/KerberosConfig.java | 5 ----- .../vmware/taurus/security/SecurityConfiguration.java | 5 ----- .../taurus/service/diag/DiagnosticsController.java | 5 ----- .../com/vmware/taurus/service/diag/HttpTracer.java | 5 ----- .../java/com/vmware/taurus/service/diag/Metrics.java | 5 ----- .../vmware/taurus/service/diag/OperationContext.java | 5 ----- .../diag/methodintercept/DiagnosticsContext.java | 5 ----- .../diag/methodintercept/DiagnosticsPublisher.java | 5 ----- .../service/diag/methodintercept/Measurable.java | 5 ----- .../diag/methodintercept/MeasurableContainer.java | 5 ----- .../diag/methodintercept/MethodInterceptor.java | 5 ----- .../service/diag/methodintercept/MetricsHelper.java | 5 ----- .../vmware/taurus/service/diag/opid/OpIdSupplier.java | 5 ----- .../taurus/service/diag/opid/RequestInterceptor.java | 5 ----- .../service/diag/opid/ResponseOpIdSetterAdvice.java | 5 ----- .../taurus/service/diag/telemetry/ITelemetry.java | 5 ----- .../taurus/service/diag/telemetry/Telemetry.java | 5 ----- .../vmware/taurus/ControlplaneApplicationTests.java | 5 ----- .../java/com/vmware/taurus/ExceptionCausedByTest.java | 5 ----- .../com/vmware/taurus/exception/SystemErrorTest.java | 5 ----- .../taurus/service/diag/telemetry/TelemetryTest.java | 5 ----- .../projects/helm_charts/airflow/install.sh | 3 --- .../projects/helm_charts/airflow/limit_range.yaml | 2 +- .../projects/helm_charts/airflow/values.yaml | 2 +- .../projects/job-base-image-secure/publish-job-base.sh | 3 --- .../projects/job-base-image/publish-job-base.sh | 3 --- .../projects/job-builder-rootless/build_image.sh | 3 --- .../job-builder-rootless/publish-vdk-job-builder.sh | 3 --- .../projects/job-builder-secure/build_image.sh | 3 --- .../publish-vdk-job-builder-secure.sh | 3 --- .../projects/job-builder/build_image.sh | 3 --- .../projects/job-builder/publish-vdk-job-builder.sh | 3 --- .../projects/model/apidefs/datajob-api/api.yaml | 2 +- .../model/apidefs/datajob-api/publish-python.sh | 3 --- .../model/openapi-code-generator/generate-api.sh | 3 --- .../taurus/datajobs/it/DataJobCancellationIT.java | 5 ----- .../com/vmware/taurus/datajobs/it/DataJobCrudIT.java | 5 ----- .../taurus/datajobs/it/DataJobDeploymentCrudIT.java | 5 ----- .../taurus/datajobs/it/DataJobEphemeralStorageIT.java | 5 ----- .../vmware/taurus/datajobs/it/DataJobGraphQLIT.java | 5 ----- .../com/vmware/taurus/datajobs/it/DataJobOOMIT.java | 5 ----- .../vmware/taurus/datajobs/it/DataJobPropertiesIT.java | 5 ----- .../taurus/datajobs/it/DataJobTerminationStatusIT.java | 5 ----- .../taurus/datajobs/it/PrivateBuilderDockerRepoIT.java | 5 ----- .../taurus/datajobs/it/UploadSourceValidationIT.java | 5 ----- .../com/vmware/taurus/datajobs/it/common/BaseIT.java | 5 ----- .../datajobs/it/common/DataJobDeploymentExtension.java | 5 ----- .../datajobs/it/common/DockerConfigJsonUtils.java | 5 ----- .../taurus/datajobs/it/common/JobExecutionUtil.java | 5 ----- .../datajobs/it/common/KdcServerConfiguration.java | 5 ----- .../it/common/MiniKdcCredentialsRepository.java | 5 ----- .../datajobs/it/common/WebHookServerMockExtension.java | 5 ----- .../taurus/graphql/it/GraphQLDataJobsFieldsIT.java | 5 ----- .../graphql/it/GraphQLDataJobsSortContactsIT.java | 5 ----- .../vmware/taurus/graphql/it/GraphQLExecutionsIT.java | 5 ----- .../taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java | 5 ----- .../taurus/graphql/it/GraphQLExecutionsNextRunIT.java | 5 ----- .../it/GraphQLJobExecutionsSortByEndTimeIT.java | 5 ----- .../graphql/it/GraphQLJobExecutionsStatusCountIT.java | 5 ----- .../it/GraphQLJobTeamAndNameFilterMatcherIT.java | 5 ----- .../src/main/java/com/vmware/taurus/ServiceApp.java | 5 ----- .../java/com/vmware/taurus/ServiceAppPropNames.java | 5 ----- .../taurus/authorization/AuthorizationInterceptor.java | 5 ----- .../taurus/authorization/config/InterceptorConfig.java | 5 ----- .../authorization/provider/AuthorizationProvider.java | 5 ----- .../authorization/webhook/AuthorizationBody.java | 5 ----- .../webhook/AuthorizationWebHookProvider.java | 5 ----- .../com/vmware/taurus/datajobs/DataJobsController.java | 5 ----- .../taurus/datajobs/DataJobsDeploymentController.java | 5 ----- .../taurus/datajobs/DataJobsExecutionController.java | 5 ----- .../taurus/datajobs/DataJobsServiceController.java | 5 ----- .../taurus/datajobs/DataJobsSourcesController.java | 5 ----- .../taurus/datajobs/DeploymentModelConverter.java | 5 ----- .../vmware/taurus/datajobs/ToApiModelConverter.java | 5 ----- .../vmware/taurus/datajobs/ToModelApiConverter.java | 5 ----- .../datajobs/webhook/PostCreateWebHookProvider.java | 5 ----- .../datajobs/webhook/PostDeleteWebHookProvider.java | 5 ----- .../vmware/taurus/exception/AuthorizationError.java | 5 ----- .../exception/DataJobAlreadyRunningException.java | 5 ----- .../exception/DataJobDeploymentNotFoundException.java | 5 ----- .../DataJobExecutionCannotBeCancelledException.java | 5 ----- .../exception/DataJobExecutionNotFoundException.java | 5 ----- .../DataJobExecutionStatusNotValidException.java | 5 ----- .../taurus/exception/DataJobNotFoundException.java | 5 ----- .../exception/ExecutionCancellationFailureReason.java | 5 ----- .../vmware/taurus/exception/ExternalSystemError.java | 5 ----- .../vmware/taurus/exception/JsonDissectException.java | 5 ----- .../vmware/taurus/exception/KubernetesException.java | 5 ----- .../exception/KubernetesJobDefinitionException.java | 5 ----- .../controller/DataJobsPropertiesController.java | 5 ----- .../taurus/properties/service/JobProperties.java | 5 ----- .../properties/service/PropertiesRepository.java | 5 ----- .../taurus/properties/service/PropertiesService.java | 5 ----- .../vmware/taurus/service/GraphQLJobsQueryService.java | 5 ----- .../vmware/taurus/service/JobExecutionFilterSpec.java | 5 ----- .../vmware/taurus/service/JobExecutionRepository.java | 5 ----- .../com/vmware/taurus/service/JobOperationResult.java | 5 ----- .../java/com/vmware/taurus/service/JobsRepository.java | 5 ----- .../java/com/vmware/taurus/service/JobsService.java | 5 ----- .../com/vmware/taurus/service/KubernetesService.java | 5 ----- .../RepositoryRetryOperationsConfiguration.java | 5 ----- .../com/vmware/taurus/service/UserAgentService.java | 5 ----- .../main/java/com/vmware/taurus/service/Utilities.java | 5 ----- .../service/credentials/CredentialsRepository.java | 5 ----- .../credentials/EmptyCredentialsRepository.java | 5 ----- .../service/credentials/JobCredentialsService.java | 5 ----- .../credentials/KerberosCredentialsRepository.java | 5 ----- .../vmware/taurus/service/deploy/BuilderResources.java | 5 ----- .../service/deploy/DataJobDefaultConfigurations.java | 5 ----- .../service/deploy/DeploymentNotificationHelper.java | 5 ----- .../taurus/service/deploy/DeploymentProgress.java | 5 ----- .../taurus/service/deploy/DeploymentService.java | 5 ----- .../vmware/taurus/service/deploy/DockerImageName.java | 5 ----- .../taurus/service/deploy/DockerRegistryService.java | 5 ----- .../taurus/service/deploy/JobCommandProvider.java | 5 ----- .../vmware/taurus/service/deploy/JobImageBuilder.java | 5 ----- .../vmware/taurus/service/deploy/JobImageDeployer.java | 5 ----- .../taurus/service/deploy/KubernetesResources.java | 5 ----- .../vmware/taurus/service/deploy/VdkOptionsReader.java | 5 ----- .../service/execution/JobExecutionCleanupService.java | 5 ----- .../service/execution/JobExecutionLogsUrlBuilder.java | 5 ----- .../service/execution/JobExecutionResultManager.java | 5 ----- .../taurus/service/execution/JobExecutionService.java | 5 ----- .../taurus/service/graphql/ExecutionDataFetcher.java | 10 ---------- .../taurus/service/graphql/GraphQLDataFetchers.java | 5 ----- .../vmware/taurus/service/graphql/GraphQLProvider.java | 5 ----- .../vmware/taurus/service/graphql/GraphQLUtils.java | 5 ----- .../vmware/taurus/service/graphql/model/Criteria.java | 5 ----- .../service/graphql/model/DataJobExecutionFilter.java | 5 ----- .../service/graphql/model/DataJobExecutionOrder.java | 5 ----- .../graphql/model/DataJobExecutionQueryVariables.java | 10 ---------- .../taurus/service/graphql/model/DataJobPage.java | 5 ----- .../service/graphql/model/DataJobQueryVariables.java | 10 ---------- .../service/graphql/model/ExecutionQueryVariables.java | 10 ---------- .../vmware/taurus/service/graphql/model/Filter.java | 5 ----- .../vmware/taurus/service/graphql/model/V2DataJob.java | 5 ----- .../taurus/service/graphql/model/V2DataJobConfig.java | 5 ----- .../service/graphql/model/V2DataJobDeployment.java | 5 ----- .../service/graphql/model/V2DataJobSchedule.java | 5 ----- .../taurus/service/graphql/strategy/FieldStrategy.java | 5 ----- .../graphql/strategy/JobFieldStrategyFactory.java | 5 ----- .../graphql/strategy/datajob/JobFieldStrategyBy.java | 5 ----- .../datajob/JobFieldStrategyByDataJobContacts.java | 5 ----- .../datajob/JobFieldStrategyByDeploymentStatus.java | 5 ----- .../datajob/JobFieldStrategyByDescription.java | 5 ----- .../JobFieldStrategyByLastExecutionDuration.java | 5 ----- .../datajob/JobFieldStrategyByLastExecutionStatus.java | 5 ----- .../datajob/JobFieldStrategyByLastExecutionTime.java | 5 ----- .../strategy/datajob/JobFieldStrategyByName.java | 5 ----- .../strategy/datajob/JobFieldStrategyByNextRun.java | 5 ----- .../datajob/JobFieldStrategyByScheduleCron.java | 5 ----- .../strategy/datajob/JobFieldStrategyBySourceUrl.java | 5 ----- .../strategy/datajob/JobFieldStrategyByTeam.java | 5 ----- .../service/kubernetes/ControlKubernetesService.java | 5 ----- .../service/kubernetes/DataJobsKubernetesService.java | 5 ----- .../taurus/service/locks/CustomLockProvider.java | 5 ----- .../vmware/taurus/service/locks/LockConfiguration.java | 5 ----- .../java/com/vmware/taurus/service/model/DataJob.java | 5 ----- .../vmware/taurus/service/model/DataJobExecution.java | 5 ----- .../service/model/DataJobExecutionIdAndEndTime.java | 5 ----- .../service/model/DataJobExecutionStatusCount.java | 5 ----- .../com/vmware/taurus/service/model/DataJobStatus.java | 5 ----- .../vmware/taurus/service/model/DeploymentStatus.java | 5 ----- .../vmware/taurus/service/model/ExecutionResult.java | 5 ----- .../vmware/taurus/service/model/ExecutionStatus.java | 5 ----- .../com/vmware/taurus/service/model/ExecutionType.java | 5 ----- .../com/vmware/taurus/service/model/JobAnnotation.java | 5 ----- .../com/vmware/taurus/service/model/JobConfig.java | 5 ----- .../com/vmware/taurus/service/model/JobDeployment.java | 5 ----- .../taurus/service/model/JobDeploymentStatus.java | 5 ----- .../com/vmware/taurus/service/model/JobEnvVar.java | 5 ----- .../java/com/vmware/taurus/service/model/JobLabel.java | 5 ----- .../model/converter/ExecutionStatusConverter.java | 5 ----- .../converter/ExecutionTerminationStatusConverter.java | 5 ----- .../monitoring/DataJobExecutionCleanupMonitor.java | 5 ----- .../taurus/service/monitoring/DataJobMetrics.java | 5 ----- .../taurus/service/monitoring/DataJobMonitor.java | 5 ----- .../taurus/service/monitoring/DataJobMonitorSync.java | 5 ----- .../taurus/service/monitoring/DeploymentMonitor.java | 5 ----- .../service/monitoring/DeploymentMonitorSync.java | 5 ----- .../service/notification/DataJobNotification.java | 5 ----- .../taurus/service/notification/EmailNotification.java | 5 ----- .../service/notification/NotificationContent.java | 5 ----- .../vmware/taurus/service/threads/ThreadPoolConf.java | 5 ----- .../taurus/service/upload/CustomStrategyOneSided.java | 5 ----- .../vmware/taurus/service/upload/EphemeralFile.java | 5 ----- .../taurus/service/upload/FileFormatDetector.java | 5 ----- .../com/vmware/taurus/service/upload/FileUtils.java | 5 ----- .../taurus/service/upload/GitCredentialsProvider.java | 5 ----- .../com/vmware/taurus/service/upload/GitWrapper.java | 5 ----- .../vmware/taurus/service/upload/InvalidJobUpload.java | 5 ----- .../com/vmware/taurus/service/upload/JobUpload.java | 5 ----- .../taurus/service/upload/JobUploadValidator.java | 5 ----- .../taurus/service/webhook/WebHookRequestBody.java | 5 ----- .../service/webhook/WebHookRequestBodyProvider.java | 5 ----- .../vmware/taurus/service/webhook/WebHookResult.java | 5 ----- .../vmware/taurus/service/webhook/WebHookService.java | 5 ----- .../src/main/resources/k8s-data-job-template.yaml | 2 +- .../src/test/java/com/vmware/taurus/KerberosUtil.java | 5 ----- .../test/java/com/vmware/taurus/RepositoryUtil.java | 5 ----- .../src/test/java/com/vmware/taurus/TestIOUtils.java | 5 ----- .../authorization/AuthorizationInterceptorTest.java | 5 ----- .../taurus/authorization/KerberosAuthenticationIT.java | 4 ---- .../taurus/authorization/TestKerberosServerHelper.java | 5 ----- .../provider/AuthorizationProviderTest.java | 5 ----- .../authorization/webhook/AuthorizationBodyTest.java | 5 ----- .../webhook/AuthorizationWebHookProviderTest.java | 5 ----- .../vmware/taurus/datajobs/DataJobsControllerIT.java | 5 ----- .../vmware/taurus/datajobs/DataJobsControllerTest.java | 5 ----- .../taurus/datajobs/DataJobsExecutionControllerIT.java | 5 ----- .../taurus/datajobs/DataJobsSourcesControllerIT.java | 5 ----- .../taurus/datajobs/DeploymentModelConverterTest.java | 5 ----- .../test/java/com/vmware/taurus/datajobs/MockGit.java | 5 ----- .../java/com/vmware/taurus/datajobs/MockKerberos.java | 5 ----- .../com/vmware/taurus/datajobs/MockKubernetes.java | 5 ----- .../java/com/vmware/taurus/datajobs/MockTelemetry.java | 5 ----- .../java/com/vmware/taurus/datajobs/TestUtils.java | 5 ----- .../datajobs/webhook/BaseWebHookProviderTest.java | 5 ----- .../webhook/PostCreateWebHookProviderTest.java | 5 ----- .../webhook/PostDeleteWebHookProviderTest.java | 5 ----- .../webhook/ToApiModelConverterJobExecutionTest.java | 5 ----- .../service/DataJobExecutionRateCounterTest.java | 5 ----- .../taurus/service/GraphQLJobsQueryServiceTest.java | 5 ----- .../taurus/service/JobExecutionFilterSpecIT.java | 5 ----- .../taurus/service/JobExecutionRepositoryIT.java | 5 ----- .../vmware/taurus/service/JobImageDeployerTest.java | 5 ----- .../com/vmware/taurus/service/JobsRepositoryIT.java | 5 ----- .../com/vmware/taurus/service/JobsServiceTest.java | 5 ----- .../KubernetesServiceCancelRunningCronJobTest.java | 5 ----- .../service/KubernetesServiceIsRunningJobTest.java | 5 ----- .../KubernetesServiceStartJobWithArgumentsIT.java | 5 ----- .../KubernetesServiceStartNewCronJobExecutionTest.java | 5 ----- .../vmware/taurus/service/KubernetesServiceTest.java | 5 ----- .../service/credentials/JobCredentialsServiceTest.java | 5 ----- .../KerberosCredentialsServiceTestManual.java | 5 ----- .../deploy/DeploymentNotificationHelperTest.java | 5 ----- .../taurus/service/deploy/DeploymentServiceTest.java | 5 ----- .../taurus/service/deploy/DockerImageNameTest.java | 5 ----- .../taurus/service/deploy/JobImageBuilderTest.java | 5 ----- .../taurus/service/deploy/JobImageDeployerTest.java | 5 ----- .../taurus/service/deploy/VdkOptionsReaderTest.java | 5 ----- .../execution/JobExecutionCleanupServiceIT.java | 5 ----- .../execution/JobExecutionLogsUrlBuilderIT.java | 5 ----- .../execution/JobExecutionResultManagerTest.java | 5 ----- .../JobExecutionServiceCancelExecutionIT.java | 5 ----- .../execution/JobExecutionServiceListExecutionsIT.java | 5 ----- .../execution/JobExecutionServiceReadExecutionIT.java | 5 ----- .../execution/JobExecutionServiceStartExecutionIT.java | 5 ----- .../execution/JobExecutionServiceSyncExecutionIT.java | 5 ----- .../JobExecutionServiceUpdateExecutionIT.java | 5 ----- .../service/execution/JobExecutionServiceUtil.java | 5 ----- .../ExecutionDataFetcherFindAllAndBuildResponseIT.java | 5 ----- .../graphql/ExecutionDataFetcherStatusCountTest.java | 5 ----- .../service/graphql/ExecutionDataFetcherTest.java | 5 ----- .../service/graphql/GraphQLDataFetchersTest.java | 5 ----- .../service/graphql/GraphQLJobTeamFetcherIT.java | 5 ----- .../graphql/strategy/JobFieldStrategyFactoryTest.java | 5 ----- .../datajob/JobFieldStrategyByContactTest.java | 5 ----- .../JobFieldStrategyByDeploymentStatusTest.java | 5 ----- .../datajob/JobFieldStrategyByDescriptionTest.java | 5 ----- .../strategy/datajob/JobFieldStrategyByNameTest.java | 5 ----- .../datajob/JobFieldStrategyByNextRunTest.java | 5 ----- .../datajob/JobFieldStrategyByScheduleCronTest.java | 5 ----- .../datajob/JobFieldStrategyBySourceUrlTest.java | 5 ----- .../strategy/datajob/JobFieldStrategyByTeamTest.java | 5 ----- .../taurus/service/model/K8SAnnotationsLabelsTest.java | 5 ----- .../model/converter/ExecutionStatusConverterTest.java | 5 ----- .../ExecutionTerminationStatusConverterTest.java | 5 ----- .../monitoring/DataJobExecutionCleanupMonitorTest.java | 5 ----- .../taurus/service/monitoring/DataJobMetricsTest.java | 5 ----- .../service/monitoring/DataJobMonitorSyncTest.java | 5 ----- .../taurus/service/monitoring/DataJobMonitorTest.java | 5 ----- .../taurus/service/monitoring/DeploymentMonitorIT.java | 5 ----- .../service/monitoring/DeploymentMonitorSyncTest.java | 5 ----- .../service/notification/DataJobNotificationTest.java | 5 ----- .../service/notification/EmailNotificationTest.java | 5 ----- .../service/notification/NotificationContentTest.java | 5 ----- .../taurus/service/upload/FileFormatDetectorTest.java | 5 ----- .../vmware/taurus/service/upload/FileUtilsTest.java | 5 ----- .../service/upload/GitCredentialsProviderTest.java | 5 ----- .../vmware/taurus/service/upload/GitWrapperTest.java | 5 ----- .../vmware/taurus/service/upload/JobUploadTest.java | 5 ----- .../taurus/service/upload/JobUploadValidatorTest.java | 5 ----- .../src/test/resources/detect-job/package/lib.py | 2 -- .../resources/detect-job/package/subpackage/other.py | 2 -- .../src/test/resources/detect-job/step.py | 2 -- .../src/test/resources/k8s-data-job-template.yaml | 2 +- projects/vdk-control-cli/.gitlab-ci.yml | 2 +- projects/vdk-control-cli/cicd/build.sh | 3 --- projects/vdk-control-cli/setup.py | 2 -- .../src/vdk/api/control/plugin/markers.py | 2 -- .../src/vdk/api/control/plugin/specs.py | 2 -- .../control/command_groups/common_group/default.py | 2 -- .../vdk/internal/control/command_groups/job/create.py | 2 -- .../vdk/internal/control/command_groups/job/delete.py | 2 -- .../internal/control/command_groups/job/deploy_cli.py | 2 -- .../control/command_groups/job/deploy_cli_impl.py | 2 -- .../control/command_groups/job/download_job.py | 2 -- .../control/command_groups/job/download_key.py | 2 -- .../vdk/internal/control/command_groups/job/execute.py | 2 -- .../vdk/internal/control/command_groups/job/list.py | 2 -- .../internal/control/command_groups/job/properties.py | 2 -- .../vdk/internal/control/command_groups/job/show.py | 2 -- .../control/command_groups/login_group/login.py | 2 -- .../control/command_groups/logout_group/logout.py | 2 -- .../control/command_groups/version_group/version.py | 2 -- .../internal/control/configuration/default_options.py | 2 -- .../internal/control/configuration/defaults_config.py | 2 -- .../vdk/internal/control/configuration/log_config.py | 2 -- .../vdk/internal/control/configuration/vdk_config.py | 2 -- .../vdk/internal/control/exception/vdk_exception.py | 2 -- .../src/vdk/internal/control/job/job_archive.py | 2 -- .../src/vdk/internal/control/job/job_config.py | 2 -- .../internal/control/job/sample_job/20_python_step.py | 2 -- .../vdk-control-cli/src/vdk/internal/control/main.py | 2 -- .../internal/control/plugin/control_plugin_manager.py | 2 -- .../src/vdk/internal/control/rest_lib/factory.py | 2 -- .../internal/control/rest_lib/rest_client_errors.py | 2 -- .../src/vdk/internal/control/utils/cli_utils.py | 2 -- .../src/vdk/internal/control/utils/control_utils.py | 2 -- .../src/vdk/internal/control/vdk_control_build_info.py | 2 -- projects/vdk-control-cli/tests/conftest.py | 2 -- projects/vdk-control-cli/tests/resources/unused.py | 2 -- .../command_groups/common_group/test_default.py | 2 -- .../internal/control/command_groups/job/test_create.py | 2 -- .../control/command_groups/job/test_datajob_config.py | 2 -- .../internal/control/command_groups/job/test_delete.py | 2 -- .../internal/control/command_groups/job/test_deploy.py | 2 -- .../control/command_groups/job/test_download_job.py | 2 -- .../control/command_groups/job/test_download_key.py | 2 -- .../control/command_groups/job/test_execute.py | 2 -- .../internal/control/command_groups/job/test_list.py | 2 -- .../control/command_groups/job/test_properties.py | 2 -- .../internal/control/command_groups/job/test_show.py | 2 -- .../control/command_groups/login_group/test_login.py | 2 -- .../internal/control/configuration/test_vdk_config.py | 2 -- .../vdk/internal/control/plugin/test_plugin_hooks.py | 2 -- .../tests/vdk/internal/control/utils/cli_utils_test.py | 2 -- .../vdk-control-cli/tests/vdk/internal/test_utils.py | 2 -- projects/vdk-core/.gitlab-ci.yml | 2 +- projects/vdk-core/cicd/build.sh | 3 --- projects/vdk-core/cicd/deploy-base-vdk-image.sh | 3 --- .../vdk-core/cicd/example-job/30_check_orders_table.py | 2 -- projects/vdk-core/cicd/release-vdk-core.sh | 3 --- projects/vdk-core/cicd/set-patch-version.sh | 3 --- projects/vdk-core/cicd/simple-functional-test.sh | 3 --- projects/vdk-core/setup.py | 2 -- projects/vdk-core/src/__main__.py | 2 -- projects/vdk-core/src/vdk/api/data_job.py | 2 -- projects/vdk-core/src/vdk/api/job_input.py | 2 -- .../src/vdk/api/plugin/connection_hook_spec.py | 2 -- projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py | 2 -- projects/vdk-core/src/vdk/api/plugin/hook_markers.py | 2 -- projects/vdk-core/src/vdk/api/plugin/plugin_input.py | 2 -- .../vdk-core/src/vdk/api/plugin/plugin_registry.py | 2 -- projects/vdk-core/src/vdk/api/plugin/plugin_utils.py | 2 -- .../vdk/internal/builtin_plugins/builtin_hook_impl.py | 2 -- .../vdk/internal/builtin_plugins/config/config_help.py | 2 -- .../vdk/internal/builtin_plugins/config/job_config.py | 2 -- .../vdk/internal/builtin_plugins/config/log_config.py | 2 -- .../vdk/internal/builtin_plugins/config/vdk_config.py | 2 -- .../builtin_plugins/connection/connection_hooks.py | 2 -- .../builtin_plugins/connection/connection_plugin.py | 2 -- .../builtin_plugins/connection/decoration_cursor.py | 2 -- .../builtin_plugins/connection/execution_cursor.py | 2 -- .../internal/builtin_plugins/connection/impl/router.py | 2 -- .../connection/impl/wrapped_connection.py | 2 -- .../connection/managed_connection_base.py | 2 -- .../builtin_plugins/connection/managed_cursor.py | 2 -- .../builtin_plugins/connection/pep249/interfaces.py | 2 -- .../builtin_plugins/connection/proxy_cursor.py | 2 -- .../builtin_plugins/connection/recovery_cursor.py | 2 -- .../src/vdk/internal/builtin_plugins/debug/debug.py | 2 -- .../builtin_plugins/ingestion/ingester_base.py | 2 -- .../ingestion/ingester_configuration.py | 2 -- .../ingestion/ingester_configuration_plugin.py | 2 -- .../builtin_plugins/ingestion/ingester_router.py | 2 -- .../builtin_plugins/ingestion/ingester_utils.py | 2 -- .../vdk/internal/builtin_plugins/internal_hookspecs.py | 2 -- .../job_properties/base_properties_impl.py | 2 -- .../job_properties/cached_properties.py | 2 -- .../job_properties/datajobs_service_properties.py | 2 -- .../builtin_plugins/job_properties/inmemproperties.py | 2 -- .../job_properties/properties_api_plugin.py | 2 -- .../job_properties/properties_config.py | 2 -- .../job_properties/properties_router.py | 2 -- .../job_properties/propertiesnotavailable.py | 2 -- .../builtin_plugins/notification/notification.py | 2 -- .../builtin_plugins/notification/notification_base.py | 2 -- .../notification/notification_configuration.py | 2 -- .../src/vdk/internal/builtin_plugins/run/cli_run.py | 2 -- .../src/vdk/internal/builtin_plugins/run/data_job.py | 2 -- .../builtin_plugins/run/execution_environment.py | 2 -- .../internal/builtin_plugins/run/execution_results.py | 2 -- .../internal/builtin_plugins/run/execution_state.py | 2 -- .../internal/builtin_plugins/run/execution_tracking.py | 2 -- .../internal/builtin_plugins/run/file_based_step.py | 2 -- .../vdk/internal/builtin_plugins/run/job_context.py | 2 -- .../src/vdk/internal/builtin_plugins/run/job_input.py | 2 -- .../builtin_plugins/run/job_input_error_classifier.py | 2 -- .../src/vdk/internal/builtin_plugins/run/run_status.py | 2 -- .../builtin_plugins/run/sql_argument_substitutor.py | 2 -- .../builtin_plugins/run/standalone_data_job.py | 2 -- .../src/vdk/internal/builtin_plugins/run/step.py | 2 -- .../builtin_plugins/templates/template_impl.py | 2 -- .../builtin_plugins/termination_message/file_util.py | 2 -- .../builtin_plugins/termination_message/writer.py | 2 -- .../termination_message/writer_configuration.py | 2 -- .../builtin_plugins/version/new_version_check.py | 2 -- .../version/new_version_check_plugin.py | 2 -- .../vdk/internal/builtin_plugins/version/version.py | 2 -- projects/vdk-core/src/vdk/internal/cli_entry.py | 2 -- projects/vdk-core/src/vdk/internal/core/config.py | 2 -- projects/vdk-core/src/vdk/internal/core/context.py | 2 -- projects/vdk-core/src/vdk/internal/core/errors.py | 2 -- projects/vdk-core/src/vdk/internal/core/statestore.py | 2 -- projects/vdk-core/src/vdk/internal/plugin/plugin.py | 2 -- .../vdk-core/src/vdk/internal/plugin/plugin_manager.py | 2 -- projects/vdk-core/src/vdk/internal/util/decorators.py | 2 -- projects/vdk-core/src/vdk/internal/util/utils.py | 2 -- projects/vdk-core/src/vdk/internal/vdk_build_info.py | 2 -- projects/vdk-core/tests/conftest.py | 2 -- .../tests/functional/cli/test_set_cli_defaults.py | 2 -- .../jobs/no-ingest-method-job/1_ingest_step.py | 2 -- .../jobs/test-ingest-bad-payload-job/1_ingest_step.py | 2 -- .../ingestion/jobs/test-ingest-job/1_ingest_step.py | 2 -- .../tests/functional/ingestion/test_ingest_chain.py | 2 -- .../functional/ingestion/test_payload_verification.py | 2 -- .../functional/run/jobs/cancel-job-template/1_step.py | 2 -- .../functional/run/jobs/cancel-job-template/2_step.py | 2 -- .../tests/functional/run/jobs/cancel-job/1_step.py | 2 -- .../tests/functional/run/jobs/cancel-job/2_step.py | 2 -- .../tests/functional/run/jobs/cancel-job/3_step.py | 2 -- .../run/jobs/fail-job-indirect-library/1_step.py | 2 -- .../run/jobs/fail-job-ingest-iterator/1_step.py | 2 -- .../functional/run/jobs/fail-job-properties/1_step.py | 2 -- .../tests/functional/run/jobs/fail-job/1_step.py | 2 -- .../tests/functional/run/jobs/ingest-job/1_step.py | 2 -- .../functional/run/jobs/job-name-directory/1_step.py | 2 -- .../run/jobs/job-using-templates/03_new_data.py | 2 -- .../run/jobs/job-using-templates/10_load_snapshot.py | 2 -- .../functional/run/jobs/job-with-args/2_python_step.py | 2 -- .../functional/run/jobs/job-with-config-ini/1_step.py | 2 -- .../functional/run/jobs/pandas-job/10_pandas_step.py | 2 -- .../run/jobs/properties-job/10_copy_message.py | 2 -- .../tests/functional/run/jobs/simple-job/1_step.py | 2 -- .../10_query_then_handle_exceptions.py | 2 -- .../functional/run/jobs/syntax-error-job/1_step.py | 2 -- .../run/jobs/template-append/02_append_to_table.py | 2 -- .../tests/functional/run/test_run_configuration.py | 2 -- .../functional/run/test_run_decorate_job_input.py | 2 -- .../vdk-core/tests/functional/run/test_run_errors.py | 2 -- .../vdk-core/tests/functional/run/test_run_ingest.py | 2 -- .../tests/functional/run/test_run_job_cancel.py | 2 -- .../functional/run/test_run_job_name_directory.py | 2 -- .../tests/functional/run/test_run_notifications.py | 2 -- .../tests/functional/run/test_run_properties.py | 2 -- .../vdk-core/tests/functional/run/test_run_simple.py | 2 -- .../tests/functional/run/test_run_sql_queries.py | 2 -- .../functional/run/test_run_standalone_data_job.py | 2 -- .../tests/functional/run/test_run_templates.py | 2 -- projects/vdk-core/tests/functional/run/util.py | 2 -- .../builtin_plugins/config/test_config_help.py | 2 -- .../internal/builtin_plugins/config/test_job_config.py | 2 -- .../internal/builtin_plugins/config/test_log_config.py | 2 -- .../internal/builtin_plugins/config/test_vdk_config.py | 2 -- .../connection/test_connection_router.py | 2 -- .../connection/test_managed_connection_base.py | 2 -- .../builtin_plugins/connection/test_managed_cursor.py | 2 -- .../vdk/internal/builtin_plugins/debug/test_debug.py | 2 -- .../builtin_plugins/ingestion/test_ingester_base.py | 2 -- .../builtin_plugins/ingestion/test_ingester_router.py | 2 -- .../builtin_plugins/ingestion/test_ingester_utils.py | 2 -- .../job_properties/test_cached_properties.py | 2 -- .../job_properties/test_datajob_service_properties.py | 2 -- .../job_properties/test_properties_router.py | 2 -- .../builtin_plugins/notification/test_notification.py | 2 -- .../notification/test_notification_configuration.py | 2 -- .../run/job_input_error_classifier_test.py | 2 -- .../vdk/internal/builtin_plugins/run/test_cli_run.py | 2 -- .../vdk/internal/builtin_plugins/run/test_data_job.py | 2 -- .../builtin_plugins/run/test_execution_results.py | 2 -- .../run/test_input_job_name_directory.py | 2 -- .../run/test_sql_argument_substitutor.py | 2 -- .../run/test_substitute_query_params.py | 2 -- .../builtin_plugins/templates/test_template_impl.py | 2 -- .../termination_message/test_configuration.py | 2 -- .../builtin_plugins/termination_message/test_writer.py | 3 --- .../internal/builtin_plugins/test_builtin_hook_impl.py | 2 -- .../builtin_plugins/version/test_new_version_check.py | 2 -- .../version/test_new_version_check_plugin.py | 2 -- .../internal/builtin_plugins/version/test_version.py | 2 -- .../vdk-core/tests/vdk/internal/core/test_config.py | 2 -- .../tests/vdk/internal/core/test_core_context.py | 2 -- .../vdk-core/tests/vdk/internal/core/test_errors.py | 2 -- .../tests/vdk/internal/core/test_statestore.py | 2 -- .../vdk-core/tests/vdk/internal/plugin/test_plugin.py | 2 -- .../tests/vdk/internal/plugin/test_plugin_utils.py | 2 -- projects/vdk-core/tests/vdk/internal/test_cli_entry.py | 2 -- .../vdk/internal/test_run_load_setuptools_errors.py | 2 -- projects/vdk-heartbeat/cicd/build.sh | 3 --- projects/vdk-heartbeat/setup.py | 2 -- .../vdk-heartbeat/src/vdk/internal/heartbeat/config.py | 2 -- .../src/vdk/internal/heartbeat/database_run_test.py | 2 -- .../src/vdk/internal/heartbeat/empty_run_test.py | 2 -- .../src/vdk/internal/heartbeat/hearbeat.py | 2 -- .../src/vdk/internal/heartbeat/heartbeat_test.py | 2 -- .../src/vdk/internal/heartbeat/impala_database_test.py | 2 -- .../src/vdk/internal/heartbeat/job_controller.py | 2 -- .../src/vdk/internal/heartbeat/log_config.py | 2 -- .../vdk-heartbeat/src/vdk/internal/heartbeat/main.py | 2 -- .../src/vdk/internal/heartbeat/reporter.py | 2 -- .../src/vdk/internal/heartbeat/simple_run_test.py | 2 -- .../src/vdk/internal/heartbeat/successful_run_test.py | 2 -- .../src/vdk/internal/heartbeat/tracing.py | 2 -- .../src/vdk/internal/heartbeat/trino_database_test.py | 2 -- .../vdk-heartbeat/src/vdk/internal/heartbeat/util.py | 2 -- .../database_ingestion/05_set_properties.py | 2 -- .../database_ingestion/10_ingest_data.py | 2 -- .../database_ingestion/20_verify_data.py | 2 -- .../vdk_heartbeat_data_job/empty/10_do_nothing.py | 2 -- .../vdk_heartbeat_data_job/impala/05_set_properties.py | 2 -- .../impala/20_move_data_using_load.py | 2 -- .../impala/40_execute_template.py | 2 -- .../vdk_heartbeat_data_job/simple/10_simple.py | 2 -- .../vdk_heartbeat_data_job/trino/05_set_properties.py | 2 -- .../vdk_heartbeat_data_job/trino/20_move_data.py | 2 -- .../trino/25_execute_template.py | 2 -- .../vdk-heartbeat/tests/vdk/internal/test_config.py | 2 -- .../tests/vdk/internal/test_job_controller.py | 2 -- .../vdk-heartbeat/tests/vdk/internal/test_reporter.py | 2 -- .../tests/vdk/internal/test_trino_database_test.py | 2 -- projects/vdk-plugins/.plugin-common.yml | 2 +- projects/vdk-plugins/__init__.py | 2 -- .../vdk-plugins/airflow-provider-vdk/.airflow-ci.yml | 2 +- projects/vdk-plugins/airflow-provider-vdk/setup.py | 2 -- .../vdk-plugins/airflow-provider-vdk/tests/__init__.py | 2 -- .../airflow-provider-vdk/tests/hooks/__init__.py | 2 -- .../airflow-provider-vdk/tests/hooks/test_vdkhook.py | 2 -- .../tests/hooks/test_vdkhook_auth.py | 2 -- .../airflow-provider-vdk/tests/operators/__init__.py | 2 -- .../tests/operators/test_vdkoperator.py | 2 -- .../airflow-provider-vdk/tests/sensors/__init__.py | 2 -- .../tests/sensors/test_vdksensor.py | 2 -- .../airflow-provider-vdk/vdk_provider/__init__.py | 2 -- .../vdk_provider/example_dags/__init__.py | 2 -- .../vdk_provider/example_dags/example_vdk.py | 2 -- .../vdk_provider/hooks/__init__.py | 2 -- .../airflow-provider-vdk/vdk_provider/hooks/vdk.py | 2 -- .../vdk_provider/operators/__init__.py | 2 -- .../airflow-provider-vdk/vdk_provider/operators/vdk.py | 2 -- .../vdk_provider/sensors/__init__.py | 2 -- .../airflow-provider-vdk/vdk_provider/sensors/vdk.py | 2 -- projects/vdk-plugins/build-plugin.sh | 3 --- projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml | 2 +- projects/vdk-plugins/quickstart-vdk/setup.py | 2 -- .../vdk-plugins/quickstart-vdk/tests/test_dummy.py | 2 -- projects/vdk-plugins/vdk-audit/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-audit/setup.py | 4 ---- .../vdk-audit/src/vdk/plugin/audit/audit_config.py | 4 ---- .../vdk-audit/src/vdk/plugin/audit/audit_plugin.py | 4 ---- .../10_os_listdir_command_job.py | 2 -- .../os-system-command-job/10_os_system_command_job.py | 2 -- .../vdk-audit/tests/functional/test_audit_plugin.py | 4 ---- .../vdk-plugins/vdk-control-api-auth/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-control-api-auth/setup.py | 2 -- .../src/vdk/plugin/control_api_auth/auth_config.py | 2 -- .../src/vdk/plugin/control_api_auth/auth_exception.py | 2 -- .../vdk/plugin/control_api_auth/auth_request_values.py | 2 -- .../src/vdk/plugin/control_api_auth/authentication.py | 2 -- .../plugin/control_api_auth/autorization_code_auth.py | 2 -- .../src/vdk/plugin/control_api_auth/base_auth.py | 2 -- .../src/vdk/plugin/control_api_auth/login_types.py | 2 -- .../vdk-control-api-auth/tests/test_api_token_auth.py | 2 -- .../tests/test_authorization_code_auth.py | 2 -- .../vdk-control-api-auth/tests/test_core_auth.py | 2 -- projects/vdk-plugins/vdk-csv/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-csv/setup.py | 2 -- .../vdk/plugin/csv/csv_export_job/csv_export_step.py | 2 -- .../vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py | 2 -- .../vdk-csv/src/vdk/plugin/csv/csv_plugin.py | 2 -- .../vdk-csv/tests/functional/test_csv_plugin.py | 2 -- projects/vdk-plugins/vdk-greenplum/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-greenplum/setup.py | 2 -- .../src/vdk/plugin/greenplum/greenplum_connection.py | 2 -- .../src/vdk/plugin/greenplum/greenplum_plugin.py | 2 -- .../src/vdk/plugin/greenplum/ingest_to_greenplum.py | 2 -- projects/vdk-plugins/vdk-greenplum/tests/conftest.py | 2 -- .../vdk-plugins/vdk-greenplum/tests/docker-compose.yml | 2 +- .../10_ingest_to_greenplum.py | 2 -- .../vdk-greenplum/tests/test_ingest_to_greenplum.py | 2 -- .../vdk-greenplum/tests/test_vdk_greenplum_utils.py | 2 -- projects/vdk-plugins/vdk-impala/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-impala/setup.py | 2 -- .../src/vdk/plugin/impala/impala_configuration.py | 2 -- .../src/vdk/plugin/impala/impala_connection.py | 2 -- .../src/vdk/plugin/impala/impala_error_classifier.py | 2 -- .../src/vdk/plugin/impala/impala_error_handler.py | 2 -- .../vdk-impala/src/vdk/plugin/impala/impala_helper.py | 2 -- .../src/vdk/plugin/impala/impala_lineage_plugin.py | 2 -- .../vdk-impala/src/vdk/plugin/impala/impala_plugin.py | 2 -- .../src/vdk/plugin/impala/templates/__init__.py | 2 -- .../src/vdk/plugin/impala/templates/load/__init__.py | 2 -- .../plugin/impala/templates/load/dimension/__init__.py | 2 -- .../dimension/scd1/00-dimension-scd1-definition.py | 2 -- .../load/dimension/scd1/02-handle-quality-checks.py | 2 -- .../impala/templates/load/dimension/scd1/__init__.py | 2 -- .../dimension/scd2/00-dimension-scd2-definition.py | 2 -- .../impala/templates/load/dimension/scd2/__init__.py | 2 -- .../vdk/plugin/impala/templates/load/fact/__init__.py | 2 -- .../load/fact/insert/00-fact-snapshot-definition.py | 2 -- .../load/fact/snapshot/00-fact-snapshot-definition.py | 2 -- .../impala/templates/load/fact/snapshot/__init__.py | 2 -- .../load/versioned/00-versioned-definition.py | 2 -- .../plugin/impala/templates/load/versioned/__init__.py | 2 -- .../impala/templates/template_arguments_validator.py | 2 -- projects/vdk-plugins/vdk-impala/tests/conftest.py | 2 -- .../vdk-plugins/vdk-impala/tests/docker-compose.yml | 2 +- .../vdk-impala/tests/functional/__init__.py | 2 -- .../vdk-impala/tests/functional/jobs/__init__.py | 2 -- .../jobs/insert_template_job/01_prepare_input_data.py | 2 -- .../jobs/insert_template_job/02_run_insert_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_insert_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_dimension_scd1_template.py | 2 -- .../jobs/load_dimension_scd1_template_job/__init__.py | 2 -- .../01_run_load_dimension_scd1_template.py | 2 -- .../jobs/load_dimension_scd1_template_only/__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_dimension_scd1_template.py | 2 -- .../__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_dimension_scd2_template.py | 2 -- .../jobs/load_dimension_scd2_template_job/__init__.py | 2 -- .../01_run_load_dimension_scd2_template.py | 2 -- .../jobs/load_dimension_scd2_template_only/__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_fact_snapshot_template.py | 2 -- .../jobs/load_fact_snapshot_template_job/__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_fact_snapshot_template.py | 2 -- .../__init__.py | 2 -- .../jobs/load_fact_snapshot_template_only/__init__.py | 2 -- .../run_fact_snapshot_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_fact_snapshot_template.py | 2 -- .../__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_versioned_template.py | 2 -- .../jobs/load_versioned_template_job/__init__.py | 2 -- .../01_run_versioned_template.py | 2 -- .../jobs/load_versioned_template_only/__init__.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_versioned_template.py | 2 -- .../load_versioned_template_partition_job/__init__.py | 2 -- .../tests/functional/template_regression_test.py | 2 -- .../tests/functional/test_impala_connection.py | 2 -- .../vdk-impala/tests/functional/test_impala_errors.py | 2 -- .../vdk-impala/tests/functional/test_impala_lineage.py | 2 -- .../vdk-impala/tests/impala_error_handler_test.py | 2 -- .../vdk-impala/tests/impala_handle_hdfs_error_test.py | 2 -- .../impala_handle_metadata_exception_with_backoff.py | 2 -- ...e_metadata_exception_with_invalidate_and_backoff.py | 2 -- ...etadata_exception_with_invalidate_and_retry_test.py | 2 -- .../tests/impala_handle_network_error_test.py | 2 -- .../vdk-impala/tests/impala_handle_pool_error_test.py | 2 -- .../tests/impala_handle_should_not_retry_error_test.py | 2 -- .../vdk-impala/tests/impala_lineage_plugin_test.py | 2 -- .../vdk-impala/tests/test_error_classifier.py | 2 -- projects/vdk-plugins/vdk-ingest-file/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-ingest-file/setup.py | 2 -- .../src/vdk/plugin/ingest_file/ingest_file_plugin.py | 2 -- .../src/vdk/plugin/ingest_file/ingestion_to_file.py | 2 -- .../vdk-ingest-file/tests/test_ingestion_to_file.py | 2 -- projects/vdk-plugins/vdk-ingest-http/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-ingest-http/setup.py | 2 -- .../src/vdk/plugin/ingest_http/ingest_http_plugin.py | 2 -- .../src/vdk/plugin/ingest_http/ingest_over_http.py | 2 -- .../functional/jobs/ingest-job/ingest_test_data.py | 2 -- .../tests/functional/test_http_ingest.py | 2 -- .../vdk-ingest-http/tests/test_ingest_over_http.py | 2 -- projects/vdk-plugins/vdk-ipython/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-ipython/setup.py | 2 -- projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py | 2 -- projects/vdk-plugins/vdk-ipython/tests/test_plugin.py | 2 -- .../vdk-jobs-troubleshooting/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py | 2 -- .../jobs_troubleshoot/api/troubleshoot_utility.py | 2 -- .../jobs_troubleshoot/jobs_troubleshoot_plugin.py | 2 -- .../jobs_troubleshoot/troubleshoot_configuration.py | 2 -- .../troubleshoot_utilities/healthcheck_server.py | 2 -- .../troubleshoot_utilities/thread_dump.py | 2 -- .../troubleshoot_utilities/utilities_registry.py | 2 -- .../jobs/request-thread-dump/request-thread-dump.py | 4 ---- .../tests/functional/test_thread_dump.py | 4 ---- .../tests/test_utilities_registry.py | 2 -- .../vdk-jupyter/vdk-jupyterlab-extension/conftest.py | 2 -- .../vdk-jupyter/vdk-jupyterlab-extension/setup.py | 2 -- .../ui-tests/jupyter_server_test_config.py | 2 -- .../vdk-jupyterlab-extension/__init__.py | 2 -- .../vdk-jupyterlab-extension/handlers.py | 2 -- .../vdk-jupyterlab-extension/tests/__init__.py | 2 -- .../vdk-jupyterlab-extension/tests/test_handlers.py | 2 -- .../vdk-jupyterlab-extension/vdk_ui.py | 2 -- projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-kerberos-auth/setup.py | 2 -- .../src/vdk/plugin/kerberos/api/kerberos_client.py | 2 -- .../src/vdk/plugin/kerberos/authenticator_factory.py | 2 -- .../src/vdk/plugin/kerberos/base_authenticator.py | 2 -- .../src/vdk/plugin/kerberos/kerberos_configuration.py | 2 -- .../src/vdk/plugin/kerberos/kerberos_plugin.py | 2 -- .../src/vdk/plugin/kerberos/kerberos_ticket.py | 2 -- .../src/vdk/plugin/kerberos/kinit_authenticator.py | 2 -- .../vdk/plugin/kerberos/minikerberos_authenticator.py | 2 -- .../src/vdk/plugin/kerberos/vdk_kerberos_client.py | 2 -- .../vdk-plugins/vdk-kerberos-auth/tests/conftest.py | 2 -- .../vdk-kerberos-auth/tests/docker-compose.yml | 2 +- .../vdk-kerberos-auth/tests/jobs/test-job/10_test.py | 2 -- .../tests/jobs/test-job/20_async_test.py | 2 -- .../vdk-kerberos-auth/tests/test_kerberos.py | 2 -- projects/vdk-plugins/vdk-lineage-model/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-lineage-model/setup.py | 2 -- .../src/vdk/api/lineage/model/logger/lineage_logger.py | 2 -- .../src/vdk/api/lineage/model/sql/model.py | 2 -- .../vdk-lineage-model/tests/test_sql_model.py | 2 -- projects/vdk-plugins/vdk-lineage/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-lineage/setup.py | 2 -- .../src/vdk/plugin/lineage/openlineage_config.py | 2 -- .../src/vdk/plugin/lineage/openlineage_utils.py | 2 -- .../src/vdk/plugin/lineage/plugin_lineage.py | 2 -- .../src/vdk/plugin/lineage/sql_lineage_parser.py | 2 -- .../src/vdk/plugin/marquez/docker/init-db.sh | 5 ----- .../src/vdk/plugin/marquez/docker/wait-for-it.sh | 6 ------ .../src/vdk/plugin/marquez/marquez_plugin.py | 2 -- .../src/vdk/plugin/marquez/marquez_server.py | 2 -- .../vdk-lineage/tests/test_plugin_lineage.py | 2 -- .../vdk-lineage/tests/test_sql_lineage_parser.py | 2 -- projects/vdk-plugins/vdk-logging-format/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-logging-format/setup.py | 2 -- .../src/vdk/plugin/logging_format/logging_format.py | 2 -- .../vdk-logging-format/tests/test_logging_json.py | 2 -- projects/vdk-plugins/vdk-meta-jobs/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-meta-jobs/setup.py | 2 -- .../src/vdk/plugin/meta_jobs/api/meta_job.py | 2 -- .../vdk/plugin/meta_jobs/cached_data_job_executor.py | 2 -- .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py | 2 -- .../vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py | 2 -- .../src/vdk/plugin/meta_jobs/meta_job_runner.py | 2 -- .../src/vdk/plugin/meta_jobs/plugin_entry.py | 2 -- .../src/vdk/plugin/meta_jobs/remote_data_job.py | 2 -- .../vdk/plugin/meta_jobs/remote_data_job_executor.py | 2 -- .../src/vdk/plugin/meta_jobs/time_based_queue.py | 2 -- projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py | 2 -- .../tests/jobs/meta-job-circular-dep/meta.py | 2 -- .../vdk-meta-jobs/tests/jobs/meta-job/meta.py | 2 -- .../vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py | 2 -- .../vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py | 2 -- .../vdk-meta-jobs/tests/test_time_based_queue.py | 2 -- .../vdk-meta-jobs/tests/test_tracking_job_executor.py | 2 -- projects/vdk-plugins/vdk-notebook/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-notebook/setup.py | 2 -- .../vdk-notebook/src/vdk/plugin/notebook/cell.py | 2 -- .../vdk-notebook/src/vdk/plugin/notebook/notebook.py | 2 -- .../src/vdk/plugin/notebook/notebook_based_step.py | 2 -- .../src/vdk/plugin/notebook/notebook_plugin.py | 2 -- projects/vdk-plugins/vdk-notebook/tests/test_plugin.py | 2 -- .../vdk-plugins/vdk-plugin-control-cli/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-plugin-control-cli/setup.py | 2 -- .../control_service_api_error_decorator.py | 2 -- .../control_service_configuration.py | 2 -- .../control_service_properties_client.py | 2 -- .../vdk/plugin/control_cli_plugin/execution_skip.py | 2 -- .../vdk/plugin/control_cli_plugin/properties_plugin.py | 2 -- .../control_cli_plugin/vdk_plugin_control_cli.py | 2 -- .../tests/jobs/properties-job/10_props_step.py | 2 -- .../tests/jobs/simple-job/10_simple_step.py | 2 -- .../tests/test_control_service_properties.py | 2 -- .../tests/test_execution_skip.py | 2 -- .../tests/test_properties_plugin.py | 2 -- .../tests/test_vdk_plugin_control_cli.py | 2 -- projects/vdk-plugins/vdk-postgres/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-postgres/setup.py | 2 -- .../src/vdk/plugin/postgres/ingest_to_postgres.py | 2 -- .../src/vdk/plugin/postgres/postgres_connection.py | 2 -- .../src/vdk/plugin/postgres/postgres_plugin.py | 2 -- projects/vdk-plugins/vdk-postgres/tests/conftest.py | 2 -- .../vdk-plugins/vdk-postgres/tests/docker-compose.yml | 2 +- .../vdk-postgres/tests/jobs/test-ingest/10_ingest.py | 2 -- projects/vdk-plugins/vdk-postgres/tests/test_ingest.py | 2 -- .../vdk-postgres/tests/test_vdk_postgres_utils.py | 2 -- projects/vdk-plugins/vdk-properties-fs/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-properties-fs/setup.py | 2 -- .../vdk/plugin/properties_fs/fs_properties_client.py | 2 -- .../vdk/plugin/properties_fs/fs_properties_plugin.py | 2 -- .../10_write_read_properties.py | 2 -- .../10_write_read_properties.py | 2 -- .../tests/test_fs_properties_plugin.py | 2 -- projects/vdk-plugins/vdk-server/setup.py | 2 -- .../vdk-server/src/vdk/plugin/server/installer.py | 2 -- .../vdk-server/src/vdk/plugin/server/server_plugin.py | 2 -- .../src/vdk/plugin/server/server_plugin_utils.py | 2 -- .../vdk-server/tests/test_plugin_template.py | 2 -- projects/vdk-plugins/vdk-snowflake/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-snowflake/setup.py | 2 -- .../vdk/plugin/snowflake/snowflake_configuration.py | 2 -- .../src/vdk/plugin/snowflake/snowflake_connection.py | 2 -- .../src/vdk/plugin/snowflake/snowflake_plugin.py | 2 -- .../vdk-snowflake/tests/test_snowflake_connection.py | 2 -- .../vdk-snowflake/tests/test_snowflake_plugin.py | 2 -- projects/vdk-plugins/vdk-sqlite/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-sqlite/setup.py | 2 -- .../src/vdk/plugin/sqlite/ingest_to_sqlite.py | 2 -- .../src/vdk/plugin/sqlite/sqlite_configuration.py | 2 -- .../src/vdk/plugin/sqlite/sqlite_connection.py | 2 -- .../vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py | 2 -- .../vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py | 2 -- projects/vdk-plugins/vdk-test-utils/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-test-utils/setup.py | 2 -- .../src/vdk/plugin/test_utils/ingest_util_plugins.py | 2 -- .../src/vdk/plugin/test_utils/util_funcs.py | 2 -- .../src/vdk/plugin/test_utils/util_plugins.py | 2 -- .../vdk-test-utils/tests/test_util_funcs.py | 2 -- .../vdk-test-utils/tests/test_vdk_test_utils.py | 2 -- projects/vdk-plugins/vdk-trino/.plugin-ci.yml | 2 +- projects/vdk-plugins/vdk-trino/setup.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/lineage_utils.py | 2 -- .../load/dimension/scd1/00-verify-valid-target.py | 2 -- .../dimension/scd1/06-move-data-from-tmp-to-target.py | 2 -- .../load/dimension/scd2/00-verify-valid-target.py | 2 -- .../load/dimension/scd2/01-add-props-for-args.py | 2 -- .../scd2/07-move-data-from-tmp-to-target.py.py | 2 -- .../fact/periodic_snapshot/00-verify-valid-target.py | 2 -- .../06-move-data-from-tmp-to-target.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/trino_config.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/trino_connection.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/trino_plugin.py | 2 -- .../vdk-trino/src/vdk/plugin/trino/trino_utils.py | 2 -- projects/vdk-plugins/vdk-trino/tests/conftest.py | 2 -- .../vdk-plugins/vdk-trino/tests/docker-compose.yml | 2 +- .../01_prepare_input_data.py | 2 -- .../02_run_load_dimension_scd1_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_dimension_scd2_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_fact_periodic_snapshot_template.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_run_load_fact_periodic_snapshot_template.py | 2 -- .../test_ingest_to_trino_job/10_ingest_to_trino.py | 2 -- .../01_prepare_input_data.py | 2 -- .../02_move_data_to_target.py | 2 -- .../test_move_data_strategy_job/03_check_target.py | 2 -- .../vdk-trino/tests/test_ingest_to_trino.py | 2 -- projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py | 2 -- .../vdk-plugins/vdk-trino/tests/test_vdk_templates.py | 2 -- .../vdk-trino/tests/test_vdk_trino_lineage.py | 2 -- .../vdk-trino/tests/test_vdk_trino_lineage_utils.py | 2 -- .../vdk-trino/tests/test_vdk_trino_utils.py | 2 -- support/gitlab-runners/install-runners.sh | 3 --- support/gitlab-runners/purge-runners.sh | 3 --- support/gitlab-runners/values.yaml | 2 +- 908 files changed, 39 insertions(+), 2692 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4840961b3..fe3b59048f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/cicd/build.sh b/cicd/build.sh index e41d8c59b4..7083024d2f 100755 --- a/cicd/build.sh +++ b/cicd/build.sh @@ -2,9 +2,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" echo "Starting build on $(uname -a)." diff --git a/examples/airflow-example/airflow-transform-job/10_transform.py b/examples/airflow-example/airflow-transform-job/10_transform.py index 578eeed1bb..3795a13530 100644 --- a/examples/airflow-example/airflow-transform-job/10_transform.py +++ b/examples/airflow-example/airflow-transform-job/10_transform.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/airflow-example/airflow-trino-job1/10_insert_data.py b/examples/airflow-example/airflow-trino-job1/10_insert_data.py index 291527c0cf..6c1baa8035 100644 --- a/examples/airflow-example/airflow-trino-job1/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job1/10_insert_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import pathlib diff --git a/examples/airflow-example/airflow-trino-job2/10_insert_data.py b/examples/airflow-example/airflow-trino-job2/10_insert_data.py index d51fb3e883..f69fda815a 100644 --- a/examples/airflow-example/airflow-trino-job2/10_insert_data.py +++ b/examples/airflow-example/airflow-trino-job2/10_insert_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import pathlib diff --git a/examples/airflow-example/dags/airflow_example_dag.py b/examples/airflow-example/dags/airflow_example_dag.py index 5118c8672d..6b397182bc 100644 --- a/examples/airflow-example/dags/airflow_example_dag.py +++ b/examples/airflow-example/dags/airflow_example_dag.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from datetime import datetime from airflow import DAG diff --git a/examples/energy/dashboard.py b/examples/energy/dashboard.py index cb92a98b70..69a2200ed6 100644 --- a/examples/energy/dashboard.py +++ b/examples/energy/dashboard.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import math import altair as alt diff --git a/examples/energy/energy/03_ingest_table_natural_gas_prices.py b/examples/energy/energy/03_ingest_table_natural_gas_prices.py index d8ed63c4f3..4dceee594b 100644 --- a/examples/energy/energy/03_ingest_table_natural_gas_prices.py +++ b/examples/energy/energy/03_ingest_table_natural_gas_prices.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/energy/energy/06_ingest_table_create_extremes_index.py b/examples/energy/energy/06_ingest_table_create_extremes_index.py index 0907261046..6a67a2fc69 100644 --- a/examples/energy/energy/06_ingest_table_create_extremes_index.py +++ b/examples/energy/energy/06_ingest_table_create_extremes_index.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py index e2094f2693..4561d9c90c 100644 --- a/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py +++ b/examples/incremental-ingest-from-db-example/10_increm_ingest_from_db_example.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py index b2a4b5c2f5..2f4dfa70e9 100644 --- a/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py +++ b/examples/ingest-and-anonymize-plugin/jobs/ingest-currency-exchange-rate/aa_ingest_rates.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import requests diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py index 3ec4e3e850..d5e81b9cd9 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py index 5fa0a88397..414e9f3d1d 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymization_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py index 20b4647698..7f7038561a 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/anonymizer.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import hashlib from typing import Any diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py index 17a5a8102b..931406123f 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/src/vdk/plugin/anonymize/ingester_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import Dict diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py index 5cbf40f349..282720583b 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/jobs/ingest-job/10_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py index 9cd2dae4c1..993baf3e49 100644 --- a/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py +++ b/examples/ingest-and-anonymize-plugin/plugins/vdk-poc-anonymize/tests/test_anonymization.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py index 71bb5d273a..7822c07415 100644 --- a/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py +++ b/examples/ingest-from-db-example/ingest-from-db-example-job/30_ingest_to_table.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import sqlite3 diff --git a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py index 5591bd7164..6f26277734 100644 --- a/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py +++ b/examples/ingest-from-rest-api-example/ingest-from-rest-api-example-job/30_rest_ingest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import requests diff --git a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py index 5ab4c4f7da..3d32845376 100644 --- a/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py +++ b/examples/ingest-from-s3-example/ingest-from-s3-example-job/30_download_and_ingest.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright (c) 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import csv import boto3 diff --git a/examples/life-expectancy/dashboard.py b/examples/life-expectancy/dashboard.py index d89a08c65f..4fd0a91019 100644 --- a/examples/life-expectancy/dashboard.py +++ b/examples/life-expectancy/dashboard.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import math import altair as alt diff --git a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py index 8864951da4..77c482c4c2 100644 --- a/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py +++ b/examples/life-expectancy/life-expectancy/05_ingest_table_life_expectancy_2010_2015.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py index 6e8dbc4ec3..0d6fe5c245 100644 --- a/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py +++ b/examples/life-expectancy/life-expectancy/06_ingest_table_life_expectancy_2018.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py index 1ce6d01ac6..22d7dc9953 100644 --- a/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py +++ b/examples/life-expectancy/life-expectancy/09_ingest_table_us_regions.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py index 1aa8545c67..bf35a2be24 100644 --- a/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py +++ b/examples/life-expectancy/life-expectancy/12_ingest_table_us_gdp.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging diff --git a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py index b675da2532..46ca769b2a 100644 --- a/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py +++ b/examples/online-exhibition/online-exhibition/03_ingest_table_assets.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect import logging import os diff --git a/examples/online-exhibition/view.py b/examples/online-exhibition/view.py index 232b14bc42..c04b944d1c 100644 --- a/examples/online-exhibition/view.py +++ b/examples/online-exhibition/view.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import math import pandas as pd diff --git a/projects/control-service/cicd/build.sh b/projects/control-service/cicd/build.sh index f70ad48043..becbb2a2b6 100755 --- a/projects/control-service/cicd/build.sh +++ b/projects/control-service/cicd/build.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - cd "$(dirname $0)" || exit 1 cd .. diff --git a/projects/control-service/cicd/deploy-testing-pipelines-service.sh b/projects/control-service/cicd/deploy-testing-pipelines-service.sh index 083a8c6f5e..41b89def52 100755 --- a/projects/control-service/cicd/deploy-testing-pipelines-service.sh +++ b/projects/control-service/cicd/deploy-testing-pipelines-service.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # The script will deploy/upgrade Control service using helm # Set RUN_ENVIRONMENT_SETUP to 'y' to setup the test environment. diff --git a/projects/control-service/cicd/release-pipelines-service.sh b/projects/control-service/cicd/release-pipelines-service.sh index fc376f7fa6..cb39415539 100644 --- a/projects/control-service/cicd/release-pipelines-service.sh +++ b/projects/control-service/cicd/release-pipelines-service.sh @@ -3,8 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 echo "image tag is $IMAGE_TAG" export HELM_REPO=versatile-data-kit-helm-registry # TODO: sign chart diff --git a/projects/control-service/cicd/start_heartbeat.sh b/projects/control-service/cicd/start_heartbeat.sh index a7792bc60a..79d545c50d 100644 --- a/projects/control-service/cicd/start_heartbeat.sh +++ b/projects/control-service/cicd/start_heartbeat.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - VDK_HEARTBEAT_VDK_DISTRIBUTION_NAME=${VDK_HEARTBEAT_VDK_DISTRIBUTION_NAME:-'quickstart-vdk'} VDK_HEARTBEAT_PIP_EXTRA_INDEX_URL=${VDK_HEARTBEAT_PIP_EXTRA_INDEX_URL:-'https://pypi.org/simple'} diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java index 5f14c4b319..d42380588b 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/ControlplaneApplication.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import io.micrometer.prometheus.PrometheusMeterRegistry; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java index 82d4147a8f..f9cbd2aefe 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/SpringAppPropNames.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; /** diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java index de9f965277..7534a50645 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/EnableComponents.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.base; /** This class holds list of properties that can used to switch on/off corresponding beans. */ diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java index 144df98e0f..197b5ab2d4 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/FeatureFlags.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.base; import lombok.Getter; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java index 678c6f7d24..1bb3cc9d6a 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/base/SCCPProperties.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.base; import org.springframework.beans.factory.annotation.Autowired; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java index fa40ff4353..1141e43c2b 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ApiConstraintError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java index 61dfa3eb05..f17a75d9ca 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/Bug.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java index 01fd731d65..78e290068e 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/DomainError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; /** For user-facing exceptions ({@link UserFacingError}) the HTTP status is likely to be 4xx */ diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java index 7d56c77117..87b9d8249d 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ErrorMessage.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import com.fasterxml.jackson.annotation.JsonPropertyOrder; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java index 5078912c06..b7f25ae6db 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/ExceptionControllerAdvice.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.slf4j.Logger; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java index de4955f588..b88c6a81ae 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/SystemError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; /** For user-facing exceptions ({@link UserFacingError}) the HTTP status is likely to be 5xx */ diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java index 61924bba38..a05e10269f 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/TaurusExceptionBase.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.apache.commons.lang3.StringUtils; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java index 382f3331bd..8c0249d831 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/UserFacingError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java index ff23e7e2a2..902021bd57 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/exception/WebHookRequestError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java index 110b1348c2..0a5fb6e5e1 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/CustomClaimTokenValidator.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.security; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java index ee1091e449..32ccc3626d 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/KerberosConfig.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.security; import org.springframework.beans.factory.annotation.Value; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java index 04ca9e41e7..1e5cfc3019 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/security/SecurityConfiguration.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.security; import com.vmware.taurus.base.FeatureFlags; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java index 5ed7072c79..8e64c01f50 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/DiagnosticsController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag; import com.vmware.taurus.SpringAppPropNames; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java index 7ae7ca3857..94aec5706d 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/HttpTracer.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java index fcd91ed284..b81e9c4abd 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/Metrics.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag; public enum Metrics { diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java index f4991c4ee2..9295766674 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/OperationContext.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag; import com.vmware.taurus.service.diag.opid.OpIdSupplier; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java index 5f04f4d2d0..e89a80a3f9 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsContext.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import org.aspectj.lang.JoinPoint; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java index 6a1714fc29..88db334474 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/DiagnosticsPublisher.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java index c3cb2874f4..17c2f185c9 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/Measurable.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import java.lang.annotation.*; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java index 8992512354..a6ee733f87 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MeasurableContainer.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import java.lang.annotation.ElementType; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java index 4d90b2cebd..a11bef4e07 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MethodInterceptor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import com.vmware.taurus.base.EnableComponents; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java index a25052d603..88f921a29c 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/methodintercept/MetricsHelper.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.methodintercept; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java index 009d8ec68f..d347972e74 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/OpIdSupplier.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.opid; @FunctionalInterface diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java index 3fd506a8f3..c2932d68f9 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/RequestInterceptor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.opid; import com.vmware.taurus.service.diag.OperationContext; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java index 7614e2d785..e455264bf5 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/opid/ResponseOpIdSetterAdvice.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.opid; import com.vmware.taurus.service.diag.OperationContext; diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java index 90cf451b82..9f0c1f2a2b 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/ITelemetry.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.telemetry; public interface ITelemetry { diff --git a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java index 2ab3840545..7128fd93d5 100644 --- a/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java +++ b/projects/control-service/projects/base/src/main/java/com/vmware/taurus/service/diag/telemetry/Telemetry.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.telemetry; import com.vmware.taurus.base.EnableComponents; diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java index 63e9411b71..05efc02b89 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ControlplaneApplicationTests.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import org.junit.jupiter.api.Test; diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java index 301bce7a11..2387c2e11e 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/ExceptionCausedByTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import com.vmware.taurus.exception.Bug; diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java index 8eb09fb6e6..c1e4bd33f4 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/exception/SystemErrorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.junit.jupiter.api.Test; diff --git a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java index d307974308..3fda80d7af 100644 --- a/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java +++ b/projects/control-service/projects/base/src/test/java/com/vmware/taurus/service/diag/telemetry/TelemetryTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.diag.telemetry; import com.github.tomakehurst.wiremock.WireMockServer; diff --git a/projects/control-service/projects/helm_charts/airflow/install.sh b/projects/control-service/projects/helm_charts/airflow/install.sh index 899c621000..6c2f4bd171 100644 --- a/projects/control-service/projects/helm_charts/airflow/install.sh +++ b/projects/control-service/projects/helm_charts/airflow/install.sh @@ -2,9 +2,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # helm repo add bitnami https://charts.bitnami.com/bitnami # helm repo update diff --git a/projects/control-service/projects/helm_charts/airflow/limit_range.yaml b/projects/control-service/projects/helm_charts/airflow/limit_range.yaml index 0146a98712..14dcb7752e 100644 --- a/projects/control-service/projects/helm_charts/airflow/limit_range.yaml +++ b/projects/control-service/projects/helm_charts/airflow/limit_range.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 apiVersion: v1 diff --git a/projects/control-service/projects/helm_charts/airflow/values.yaml b/projects/control-service/projects/helm_charts/airflow/values.yaml index 2ee23548c2..a98c6c6357 100644 --- a/projects/control-service/projects/helm_charts/airflow/values.yaml +++ b/projects/control-service/projects/helm_charts/airflow/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 global: diff --git a/projects/control-service/projects/job-base-image-secure/publish-job-base.sh b/projects/control-service/projects/job-base-image-secure/publish-job-base.sh index 90feef6d6e..f0ae42e009 100644 --- a/projects/control-service/projects/job-base-image-secure/publish-job-base.sh +++ b/projects/control-service/projects/job-base-image-secure/publish-job-base.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" VERSION_TAG="${VERSION_TAG:-"0.1dev"}" VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"} diff --git a/projects/control-service/projects/job-base-image/publish-job-base.sh b/projects/control-service/projects/job-base-image/publish-job-base.sh index a804e9a8df..f9b894c756 100644 --- a/projects/control-service/projects/job-base-image/publish-job-base.sh +++ b/projects/control-service/projects/job-base-image/publish-job-base.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" VERSION_TAG="${VERSION_TAG:-"0.1dev"}" VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"} diff --git a/projects/control-service/projects/job-builder-rootless/build_image.sh b/projects/control-service/projects/job-builder-rootless/build_image.sh index c1ba27f1ae..8b91ecc1c8 100644 --- a/projects/control-service/projects/job-builder-rootless/build_image.sh +++ b/projects/control-service/projects/job-builder-rootless/build_image.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # TODO: replace those as env variables aws_access_key_id=$1 aws_secret_access_key=$2 diff --git a/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh b/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh index f0487ac219..ebac9d9b30 100755 --- a/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh +++ b/projects/control-service/projects/job-builder-rootless/publish-vdk-job-builder.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" VERSION_TAG=$(cat "$SCRIPT_DIR/version.txt") VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"} diff --git a/projects/control-service/projects/job-builder-secure/build_image.sh b/projects/control-service/projects/job-builder-secure/build_image.sh index fcf75291f6..6a8c767ac6 100644 --- a/projects/control-service/projects/job-builder-secure/build_image.sh +++ b/projects/control-service/projects/job-builder-secure/build_image.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # TODO: replace those as env variables aws_access_key_id=$1 aws_secret_access_key=$2 diff --git a/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh b/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh index fd70af63c4..0ec372c8dd 100755 --- a/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh +++ b/projects/control-service/projects/job-builder-secure/publish-vdk-job-builder-secure.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" VERSION_TAG=$(cat "$SCRIPT_DIR/version.txt") VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"} diff --git a/projects/control-service/projects/job-builder/build_image.sh b/projects/control-service/projects/job-builder/build_image.sh index 2e1ec7e89c..a161bca99d 100644 --- a/projects/control-service/projects/job-builder/build_image.sh +++ b/projects/control-service/projects/job-builder/build_image.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # TODO: replace those as env variables aws_access_key_id=$1 aws_secret_access_key=$2 diff --git a/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh b/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh index 58dbaf0afe..4b1d329b40 100755 --- a/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh +++ b/projects/control-service/projects/job-builder/publish-vdk-job-builder.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" VERSION_TAG=$(cat "$SCRIPT_DIR/version.txt") VDK_DOCKER_REGISTRY_URL=${VDK_DOCKER_REGISTRY_URL:-"registry.hub.docker.com/versatiledatakit"} diff --git a/projects/control-service/projects/model/apidefs/datajob-api/api.yaml b/projects/control-service/projects/model/apidefs/datajob-api/api.yaml index 2dd7c8b9ec..ed4fc5fb2c 100644 --- a/projects/control-service/projects/model/apidefs/datajob-api/api.yaml +++ b/projects/control-service/projects/model/apidefs/datajob-api/api.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 openapi: 3.0.3 diff --git a/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh b/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh index 8c2e98c6c1..41ff3d0247 100755 --- a/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh +++ b/projects/control-service/projects/model/apidefs/datajob-api/publish-python.sh @@ -2,9 +2,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # This script needs the following environment variables: # ARTIFACTORY_USER, ARTIFACTORY_PASS - Artifactory credentials diff --git a/projects/control-service/projects/model/openapi-code-generator/generate-api.sh b/projects/control-service/projects/model/openapi-code-generator/generate-api.sh index dc596d34a9..b33679d897 100755 --- a/projects/control-service/projects/model/openapi-code-generator/generate-api.sh +++ b/projects/control-service/projects/model/openapi-code-generator/generate-api.sh @@ -4,9 +4,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # # This script builds a Docker image that starts Control Plane Base # diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java index 767269e40f..b06b11dc49 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCancellationIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java index 7dd1480903..16ab6c1a9e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobCrudIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java index 884ec6120d..4bae77d488 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobDeploymentCrudIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java index 783450ebb8..3ebc4c3f47 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobEphemeralStorageIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java index dfeaa80c3c..d4655e0ecb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobGraphQLIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java index 0ac938b4fd..523b77cd1c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobOOMIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java index 9ce50b9872..6c37587f34 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobPropertiesIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java index 35a28dae41..7799c8b43b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/DataJobTerminationStatusIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import static org.awaitility.Awaitility.await; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java index 3e7795d636..358a43d6d0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/PrivateBuilderDockerRepoIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java index 7628641fa2..3bb94c6b95 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/UploadSourceValidationIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java index a01a5268c2..3913f3ec19 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/BaseIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java index c22e118404..82ef49690d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DataJobDeploymentExtension.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import static org.awaitility.Awaitility.await; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java index 68f71aa8dd..09524d8561 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/DockerConfigJsonUtils.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java index c2a4b7493e..a74f8bfcd5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/JobExecutionUtil.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import java.time.OffsetDateTime; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java index 58837d5b7a..6de6fdc929 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/KdcServerConfiguration.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import org.apache.kerby.kerberos.kerb.KrbException; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java index 20af455c4c..fdf4082645 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/MiniKdcCredentialsRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import com.vmware.taurus.service.credentials.KerberosCredentialsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java index 446b3e8868..61db5a3557 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/datajobs/it/common/WebHookServerMockExtension.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.it.common; import static org.junit.jupiter.api.extension.ExtensionContext.Namespace.GLOBAL; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java index 1546cfc3fb..c371f842a5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsFieldsIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java index fbc4da201b..a3775d30c2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLDataJobsSortContactsIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java index ea6793434a..11c8c389ba 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java index ed49165040..c6750aee19 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsLogsUrlIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import static org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.user; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java index cdb28c90f3..2f7f5c60e2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLExecutionsNextRunIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java index c7f9fca845..2afefd72ea 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsSortByEndTimeIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import static org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.user; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java index cafc26e274..dd5760bba9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobExecutionsStatusCountIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.graphql.it; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java index a3198e6b8f..86448f0dbb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/integration-test/java/com/vmware/taurus/graphql/it/GraphQLJobTeamAndNameFilterMatcherIT.java @@ -5,11 +5,6 @@ package com.vmware.taurus.graphql.it; -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - import com.vmware.taurus.ControlplaneApplication; import com.vmware.taurus.datajobs.it.common.BaseIT; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java index 91afee5148..5d86bb670f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceApp.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import org.openapitools.configuration.SpringDocConfiguration; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java index c3381682d5..85d1fd1836 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/ServiceAppPropNames.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; public class ServiceAppPropNames { diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java index a96836f746..68aacf25cc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/AuthorizationInterceptor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization; import com.vmware.taurus.authorization.provider.AuthorizationProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java index a175786cee..3cd0b09398 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/config/InterceptorConfig.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.config; import com.vmware.taurus.authorization.AuthorizationInterceptor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java index 70861c12aa..ef5ec44300 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/provider/AuthorizationProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.provider; import com.vmware.taurus.authorization.AuthorizationInterceptor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java index dd0295a350..7c590efdbd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationBody.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.webhook; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java index 9224ed37e8..0c68e54914 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.webhook; import com.vmware.taurus.authorization.AuthorizationInterceptor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java index 700849d67b..022e4bb5df 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.api.DataJobsApi; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java index 5b60c968b5..2ddae2aba4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsDeploymentController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.api.DataJobsDeploymentApi; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java index 6d5714c78e..cff8b7fda5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsExecutionController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.api.DataJobsExecutionApi; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java index 04b187851d..b0bd9d3fed 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsServiceController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.api.DataJobsServiceApi; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java index bd2a5bef7c..c658002d46 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DataJobsSourcesController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.api.DataJobsSourcesApi; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java index 350078c04d..12a009f65b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/DeploymentModelConverter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.data.DataJobResources; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java index 188bcf773c..018a6e3283 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToApiModelConverter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.data.DataJobExecution; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java index 38a348364e..7b35cc1f16 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/ToModelApiConverter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.data.DataJobConfig; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java index 357b76185a..1681bc0317 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import com.vmware.taurus.service.webhook.WebHookRequestBody; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java index 9c30845f8b..0c74a5fdf6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import com.vmware.taurus.service.webhook.WebHookRequestBody; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java index c8f12fe420..9226cf9476 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/AuthorizationError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; /** diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java index 7aed5a461d..05daf6d4c0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobAlreadyRunningException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java index bd9dda2931..8e10c62c72 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobDeploymentNotFoundException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java index 12b0c61daa..3eb81a11f4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionCannotBeCancelledException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java index be29cf4c05..6a7e5ee012 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionNotFoundException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java index 31a3fb993e..be09a0584f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobExecutionStatusNotValidException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import com.vmware.taurus.controlplane.model.data.DataJobExecution; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java index ccd264ea96..92035ee7ae 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/DataJobNotFoundException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java index 7cb4716c64..d4345fd085 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExecutionCancellationFailureReason.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; public enum ExecutionCancellationFailureReason { diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java index 0e280a7088..4939b42618 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/ExternalSystemError.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java index 8a3a8ca608..7047e13fc9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/JsonDissectException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java index a14e6f80ad..103f325966 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import io.kubernetes.client.openapi.ApiException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java index 56c37f6e76..38e75c893a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/exception/KubernetesJobDefinitionException.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.exception; import org.springframework.http.HttpStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java index 0393762ac6..f11af077a2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/controller/DataJobsPropertiesController.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.properties.controller; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java index 2d6cc54612..7082458607 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/JobProperties.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.properties.service; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java index d1d849a802..84dfae3b65 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.properties.service; import org.springframework.data.repository.CrudRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java index 68498ed6ca..68cec5d424 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/properties/service/PropertiesService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.properties.service; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java index 6c024936f4..ccedcbd4e1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/GraphQLJobsQueryService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.diag.OperationContext; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java index 42dd6c1002..49b9568797 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionFilterSpec.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.graphql.model.DataJobExecutionFilter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java index 133963128a..1e8f85ae33 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobExecutionRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.model.*; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java index 56f0d399e2..180f324d47 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobOperationResult.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.webhook.WebHookResult; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java index 9cc6aba6cd..a4083bcff7 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.model.DataJob; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java index 5cf264dd38..ca2055bd81 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/JobsService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import java.util.HashSet; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java index b7f741022b..b3ae192734 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/KubernetesService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java index c93fc4464d..d797a61f02 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/RepositoryRetryOperationsConfiguration.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import lombok.extern.slf4j.Slf4j; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java index 52cf6b91d6..259f8e2e44 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/UserAgentService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import org.apache.commons.lang3.SystemUtils; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java index 17499568c8..739c0c6aee 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/Utilities.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import graphql.ExceptionWhileDataFetching; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java index 51c21cdd30..7f3187ddd8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/CredentialsRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import java.io.File; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java index f20bd4f09b..af2b2e2220 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/EmptyCredentialsRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import com.vmware.taurus.ServiceAppPropNames; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java index cf3b654c4b..bafb6906c9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/JobCredentialsService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import com.vmware.taurus.exception.ExternalSystemError; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java index 799e14ba1b..0d0497489a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/credentials/KerberosCredentialsRepository.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import com.vmware.taurus.ServiceAppPropNames; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java index b6848430c9..c66d1ad5de 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/BuilderResources.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import lombok.Getter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java index 070f23250b..639c46492b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java index cc0b21f013..5961b39b54 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelper.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.exception.ErrorMessage; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java index 28fd16a1b3..1c71efccd0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentProgress.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.service.diag.methodintercept.Measurable; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java index 7a29d9d8d6..651a86a44f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DeploymentService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.datajobs.DeploymentModelConverter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java index 567d9aaf30..cf3496a3e4 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerImageName.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import org.jetbrains.annotations.NotNull; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java index 872e7f7e87..e2346c99d6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DockerRegistryService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import org.springframework.beans.factory.annotation.Value; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java index 9bb5864dc1..ebabcf555e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobCommandProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java index 1696db9339..7b83c7601f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageBuilder.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.exception.ExternalSystemError; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java index 817f5dba9b..4e625f3a90 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/JobImageDeployer.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.google.gson.Gson; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java index 6a4fd2c540..0eb2a97f20 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/KubernetesResources.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java index e01e867b34..91a8ed19ab 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/VdkOptionsReader.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.exception.ErrorMessage; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java index b33860022c..d387b7be5e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionCleanupService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.service.JobExecutionRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java index 5bff5527da..e4a8ff0033 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilder.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.time.Clock; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java index 40e7b6ba96..4690400e01 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionResultManager.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.time.OffsetDateTime; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java index 5423e02b73..f3bda17c0e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/execution/JobExecutionService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.google.gson.JsonSyntaxException; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java index ef3ed255a4..db74508f89 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/ExecutionDataFetcher.java @@ -3,16 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - -/* - * Copyright (c) 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.datajobs.ToApiModelConverter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java index 4ee077a81d..513970e5b0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLDataFetchers.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.datajobs.ToApiModelConverter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java index ae1f743137..08e0fe429f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.google.common.base.Charsets; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java index ba7ea54587..b6de12ed28 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/GraphQLUtils.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.service.graphql.model.Filter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java index 4b7766835d..1216d4189d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Criteria.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.Value; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java index 78fd12a9bc..51dcbc04ae 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionFilter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import com.vmware.taurus.service.model.ExecutionStatus; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java index 7fb72e5560..f5e20aa820 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionOrder.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import com.vmware.taurus.service.model.DataJobExecution_; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java index bcd789fdb3..32bc2a6607 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobExecutionQueryVariables.java @@ -3,16 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - -/* - * Copyright (c) 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.Data; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java index 4801a914ba..f334764cef 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobPage.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java index 0957518cd0..12ec8f81d9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/DataJobQueryVariables.java @@ -3,16 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - -/* - * Copyright (c) 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.Data; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java index fad9521244..863b33eccf 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/ExecutionQueryVariables.java @@ -3,16 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - -/* - * Copyright (c) 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.Data; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java index 3ce54c824e..6b2466d46e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/Filter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java index da95f1be43..6ec732a6b8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJob.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.Data; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java index 8720bab5f3..a9672563ef 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobConfig.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import com.vmware.taurus.controlplane.model.data.DataJobContacts; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java index 368c023094..9665bafeb1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobDeployment.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import com.vmware.taurus.controlplane.model.data.DataJobContacts; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java index 47123e495e..59f6837125 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/model/V2DataJobSchedule.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.model; import lombok.AccessLevel; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java index 9a030bd87b..c862be4232 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/FieldStrategy.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java index 3d8b235a21..24c571c67a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactory.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy; import com.vmware.taurus.service.graphql.model.V2DataJob; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java index f4cab940a1..7378d42563 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBy.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.strategy.JobFieldStrategyFactory; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java index e3e5be820a..7b14fc0f1e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDataJobContacts.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.controlplane.model.data.DataJobContacts; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java index 831b04a6fe..3c9242abcb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java index 8730a37ba2..d7c7d577f2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescription.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java index fd29214a16..fd294d2408 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionDuration.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java index b750307722..09f4fa75fb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.controlplane.model.data.DataJobExecution; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java index 417f9c1836..e8fd6aba65 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByLastExecutionTime.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java index 3034b774f4..08e69a045b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByName.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java index 103877ce13..ed42516bcd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRun.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.cronutils.model.CronType; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java index 88da44c4a9..379296a8f9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCron.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java index 3977ebef3f..d18ec83fbc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrl.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java index 2a93691f46..c551bb9a42 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeam.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java index 0a4b584089..d84ee95c6a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/ControlKubernetesService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.kubernetes; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java index 299e821e33..3f2e1c26c6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/kubernetes/DataJobsKubernetesService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.kubernetes; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java index f6b3c8df70..d0b0a81022 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/CustomLockProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.locks; import lombok.extern.slf4j.Slf4j; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java index 8aab326b24..9198acfdb7 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/locks/LockConfiguration.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.locks; import lombok.extern.slf4j.Slf4j; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java index cba9977057..c9c21f75d1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJob.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.*; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java index 437cc32fdb..baa6fc4752 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecution.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.*; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java index c88f952526..a21e259f01 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionIdAndEndTime.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import java.time.OffsetDateTime; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java index c5bc8afdba..6d8620493d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobExecutionStatusCount.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; public interface DataJobExecutionStatusCount { diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java index d62a0e4013..fab5e9d153 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DataJobStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; public enum DataJobStatus { diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java index d9e46e73cf..8a0bb69957 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/DeploymentStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java index fbf3c7abdc..9a6eb483f6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionResult.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.Builder; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java index 13c277b8c8..ecb22c9bb9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java index 24ebb3686e..ebf8f12b2a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/ExecutionType.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java index e09ec0b5e8..60dd383137 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobAnnotation.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java index 6a7b167791..1270d897f6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobConfig.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java index b64cb7197f..c731ba5c80 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeployment.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import com.vmware.taurus.controlplane.model.data.DataJobResources; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java index 443194c782..2710a32de5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobDeploymentStatus.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import com.vmware.taurus.controlplane.model.data.DataJobResources; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java index e17d75dacc..121fbe7ca5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobEnvVar.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import lombok.AllArgsConstructor; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java index 06e42c2a85..bf53237c88 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/JobLabel.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java index 1f65f893a6..5d95b75491 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model.converter; import javax.persistence.AttributeConverter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java index df069b9aae..491f8d9045 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverter.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model.converter; import javax.persistence.AttributeConverter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java index ec9eb84455..069865ea64 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import io.micrometer.core.instrument.Counter; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java index 7da952d9b2..81f9f345b9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMetrics.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.model.DataJob; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java index b8893e0f5f..3db824fd32 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.google.common.collect.Streams; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java index b1a8b58372..d54c9f7532 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DataJobMonitorSync.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java index 173fb2b39d..86064b1076 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitor.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java index c4d14e2584..7ff4a19a22 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSync.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java index 6e8b1ab534..14c298f938 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/DataJobNotification.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import com.vmware.taurus.service.model.JobConfig; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java index 047e425a6b..6e5379a6da 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/EmailNotification.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import javax.mail.Address; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java index c15f3658bd..731770ea49 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/notification/NotificationContent.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import com.vmware.taurus.service.model.JobConfig; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java index 4fb113d65c..87ba537f8b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/threads/ThreadPoolConf.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.threads; import com.vmware.taurus.service.monitoring.DataJobMonitorSync; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java index 1d43e68e3c..7f292006fa 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/CustomStrategyOneSided.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.eclipse.jgit.lib.Config; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java index 5f87e1d0e5..a3ade5c6fb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/EphemeralFile.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.vmware.taurus.exception.ErrorMessage; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java index 741886bab9..bff0b8a1a6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileFormatDetector.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.apache.tika.config.TikaConfig; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java index 5e58847b01..ed235d32dc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/FileUtils.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import net.lingala.zip4j.ZipFile; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java index 78226a12c8..dbe9639cfc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitCredentialsProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.eclipse.jgit.transport.CredentialsProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java index 29932a9ca7..506266cc3d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/GitWrapper.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.vmware.taurus.exception.Bug; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java index c9e94d3c6d..7b2f43d35f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/InvalidJobUpload.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.vmware.taurus.exception.DomainError; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java index 64ab21948c..f8e58b72b9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUpload.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.vmware.taurus.authorization.provider.AuthorizationProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java index 1114f3cb2d..99a50dad29 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/upload/JobUploadValidator.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.vmware.taurus.exception.ExternalSystemError; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java index 7f4dd78fcc..75ea2f2612 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBody.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.webhook; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java index 57f4b9dcc9..bca0c090dc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookRequestBodyProvider.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.webhook; import com.vmware.taurus.authorization.provider.AuthorizationProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java index fd322b3a34..3922ad71bd 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookResult.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.webhook; import lombok.Builder; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java index 183d123b37..12d64a17a8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java +++ b/projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/webhook/WebHookService.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.webhook; import com.vmware.taurus.exception.ExternalSystemError; diff --git a/projects/control-service/projects/pipelines_control_service/src/main/resources/k8s-data-job-template.yaml b/projects/control-service/projects/pipelines_control_service/src/main/resources/k8s-data-job-template.yaml index 64478ab02f..5892ef530c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/main/resources/k8s-data-job-template.yaml +++ b/projects/control-service/projects/pipelines_control_service/src/main/resources/k8s-data-job-template.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 apiVersion: batch/v1beta1 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java index 4b86a0c7c9..54fc2d4445 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/KerberosUtil.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import com.kerb4j.client.SpnegoClient; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java index 34a5225ac1..e5d5af862a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/RepositoryUtil.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import com.vmware.taurus.service.JobExecutionRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java index da35e68cb5..af90b4bd34 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/TestIOUtils.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus; import lombok.SneakyThrows; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java index 5f1716f3a9..d3381d9e42 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/AuthorizationInterceptorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization; import com.vmware.taurus.authorization.provider.AuthorizationProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java index b55cd70343..9e1660434e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/KerberosAuthenticationIT.java @@ -3,10 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ package com.vmware.taurus.authorization; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java index 718381b7c6..c88df90920 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/TestKerberosServerHelper.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization; import lombok.Getter; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java index 4a7c63adcd..c6fd1c379f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/provider/AuthorizationProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.provider; import com.vmware.taurus.authorization.webhook.AuthorizationBody; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java index 73fcd26724..dd179c1110 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationBodyTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.webhook; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java index a5ef4f251d..0585aa06d3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/authorization/webhook/AuthorizationWebHookProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.authorization.webhook; import com.vmware.taurus.exception.AuthorizationError; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java index a5005a4c1b..ac2f6c21f1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java index 26afbe7713..3589589cf6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsControllerTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.data.DataJob; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java index 1178bac329..6d6402a997 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsExecutionControllerIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java index 2726f7367a..152c047593 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DataJobsSourcesControllerIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java index 4319bc0e40..d333171910 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/DeploymentModelConverterTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.controlplane.model.data.DataJobResources; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java index 5c1ae0c129..edf8b01232 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockGit.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.service.upload.JobUpload; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java index 1e6d75deae..30430086b6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKerberos.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.google.common.io.Files; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java index 08c92e43ed..5841f58069 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockKubernetes.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java index 06cef1839c..85dd12f1e3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/MockTelemetry.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.vmware.taurus.service.diag.telemetry.ITelemetry; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java index 409282900a..e2bbe88cfc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/TestUtils.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java index 7da113442f..6afbc7d68d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/BaseWebHookProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import com.vmware.taurus.exception.ExternalSystemError; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java index 3987c5b0d9..54e2938117 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostCreateWebHookProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import lombok.Getter; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java index d26285b8e9..56b2bdfe27 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/PostDeleteWebHookProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import lombok.Getter; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java index ce9553b0bd..28403bdbb9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/datajobs/webhook/ToApiModelConverterJobExecutionTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.datajobs.webhook; import com.vmware.taurus.controlplane.model.data.*; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java index 7681cda52a..4ae6e50e1b 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/DataJobExecutionRateCounterTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.RepositoryUtil; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java index 12c1450c2e..e02d8b8229 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/GraphQLJobsQueryServiceTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.diag.OperationContext; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java index d8e161e54a..c4495fb4e6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionFilterSpecIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java index 35fe7a083c..c65c22fbf1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobExecutionRepositoryIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java index 9d88f337d7..15d68da68f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobImageDeployerTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.credentials.JobCredentialsService; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java index 39f18e99a2..6e3823d8de 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsRepositoryIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java index ddc0d6a742..b89a051dcf 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/JobsServiceTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.datajobs.webhook.PostCreateWebHookProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java index 843075f2f5..f963c638f0 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceCancelRunningCronJobTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import io.kubernetes.client.openapi.ApiException; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java index 24b6a62f7b..f6be6010c1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceIsRunningJobTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import java.util.Collections; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java index 3d4eba8135..55fe7414a2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartJobWithArgumentsIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.deploy.JobCommandProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java index 0636bb56c3..b8e8b04d03 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceStartNewCronJobExecutionTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import com.vmware.taurus.service.model.JobAnnotation; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java index 548f0992fa..918465cb06 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/KubernetesServiceTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service; import static org.mockito.ArgumentMatchers.any; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java index 58193e12d5..2c9f31bad5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/JobCredentialsServiceTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import com.vmware.taurus.service.kubernetes.DataJobsKubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java index ebed3b0e2b..85e904cbac 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/credentials/KerberosCredentialsServiceTestManual.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.credentials; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java index 51ba52a2dc..6e30c00589 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentNotificationHelperTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java index 0f5b171e14..0ff03284c2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DeploymentServiceTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.datajobs.TestUtils; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java index 1850ad135c..908c4eff28 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/DockerImageNameTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java index efd1f32c39..82846f1a3e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageBuilderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java index f036cdc8dd..6a418b7e6f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/JobImageDeployerTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import com.vmware.taurus.service.KubernetesService; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java index 959c728a06..468c89df8d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/deploy/VdkOptionsReaderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.deploy; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java index 97b14d8cf0..674cf2c540 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionCleanupServiceIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java index 55a5a3fa5c..b8c3a61131 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionLogsUrlBuilderIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.text.MessageFormat; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java index 81d6139647..662c135c16 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionResultManagerTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.time.OffsetDateTime; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java index 84546c03a4..957d4248b1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceCancelExecutionIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java index e50a1d34e9..83df9fcbb3 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceListExecutionsIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java index b464380ce5..13bf814726 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceReadExecutionIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java index 4a4f98f373..0f36b4d2d5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceStartExecutionIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java index f18097b97e..bd38e34e3c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceSyncExecutionIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.time.OffsetDateTime; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java index 7dfc120e2f..4751563213 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUpdateExecutionIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import java.time.Duration; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java index 6d7af3b814..afd6d84afb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/execution/JobExecutionServiceUtil.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.execution; import com.vmware.taurus.controlplane.model.data.DataJobDeployment; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java index d1fb0625f6..07af212649 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherFindAllAndBuildResponseIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java index cc728db981..429e3925e5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherStatusCountTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.service.JobExecutionRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java index 347f5ee9d1..09200f7871 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/ExecutionDataFetcherTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.google.common.collect.Lists; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java index fea35ea435..6061e8813a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLDataFetchersTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.controlplane.model.data.DataJobExecution; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java index d3ab973eec..13fd18b15f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/GraphQLJobTeamFetcherIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java index a6ac954fd1..50a269cf7a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/JobFieldStrategyFactoryTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy; import com.vmware.taurus.service.graphql.model.V2DataJob; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java index 538c394767..b718bc47e9 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByContactTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.controlplane.model.data.DataJobContacts; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java index a3a46b44ab..aebf0d24b2 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDeploymentStatusTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java index 03c9946306..c6e045997c 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByDescriptionTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java index e7ebeeb09d..40f5750765 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNameTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java index 3b7fb9792f..f658f38f57 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByNextRunTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.cronutils.model.CronType; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java index d92dbdc01f..653f6f565a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByScheduleCronTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java index 5947dd59ca..45730bc387 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyBySourceUrlTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java index a726eacb85..7de00b1188 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/graphql/strategy/datajob/JobFieldStrategyByTeamTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.graphql.strategy.datajob; import com.vmware.taurus.service.graphql.model.Criteria; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java index f8313af7be..41fa8ac15a 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/K8SAnnotationsLabelsTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java index fda3a76f08..3353672470 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionStatusConverterTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model.converter; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java index 2003cd58c6..c1576e197e 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/model/converter/ExecutionTerminationStatusConverterTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.model.converter; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java index ee9c14b88f..90aabb7bf8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobExecutionCleanupMonitorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java index d3ec920d78..cda631912f 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMetricsTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java index 650116132b..a8a6c36151 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorSyncTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java index c4ff3e32db..fa0a498667 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DataJobMonitorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java index afe78de7bc..37115c3ef1 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorIT.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.ControlplaneApplication; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java index 41999d59da..75510f790d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/monitoring/DeploymentMonitorSyncTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.monitoring; import com.vmware.taurus.service.JobsRepository; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java index 362828d883..789f468fe5 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/DataJobNotificationTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import com.dumbster.smtp.SimpleSmtpServer; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java index bd3a5497f6..8bf376d7d6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/EmailNotificationTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import javax.mail.Address; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java index d7d8750d8f..0f3b4fc37d 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/notification/NotificationContentTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.notification; import com.vmware.taurus.service.model.JobConfig; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java index 1e686c85c7..90e7bf6fab 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileFormatDetectorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.jetbrains.annotations.NotNull; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java index 046acb2e0a..27085ecafc 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/FileUtilsTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import net.lingala.zip4j.ZipFile; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java index 3b63d9b383..586987f050 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitCredentialsProviderTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.eclipse.jgit.transport.CredentialsProvider; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java index 74541b15c2..625c9c3208 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/GitWrapperTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.google.common.io.Files; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java index a37709381b..1e83899bb8 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import com.google.common.collect.Iterables; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java index 0ffd993e29..a0ec0d0ae6 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java +++ b/projects/control-service/projects/pipelines_control_service/src/test/java/com/vmware/taurus/service/upload/JobUploadValidatorTest.java @@ -3,11 +3,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -/* - * Copyright 2021 VMware, Inc. - * SPDX-License-Identifier: Apache-2.0 - */ - package com.vmware.taurus.service.upload; import org.junit.jupiter.api.Assertions; diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py index b48f97ebad..b4e7cb1888 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/lib.py @@ -1,5 +1,3 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/package/subpackage/other.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py index b48f97ebad..b4e7cb1888 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/detect-job/step.py @@ -1,5 +1,3 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import this diff --git a/projects/control-service/projects/pipelines_control_service/src/test/resources/k8s-data-job-template.yaml b/projects/control-service/projects/pipelines_control_service/src/test/resources/k8s-data-job-template.yaml index f4d14ed0dd..6ee5c3fcff 100644 --- a/projects/control-service/projects/pipelines_control_service/src/test/resources/k8s-data-job-template.yaml +++ b/projects/control-service/projects/pipelines_control_service/src/test/resources/k8s-data-job-template.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 apiVersion: batch/v1beta1 diff --git a/projects/vdk-control-cli/.gitlab-ci.yml b/projects/vdk-control-cli/.gitlab-ci.yml index 33fffdc6af..7002c06b53 100644 --- a/projects/vdk-control-cli/.gitlab-ci.yml +++ b/projects/vdk-control-cli/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.9" diff --git a/projects/vdk-control-cli/cicd/build.sh b/projects/vdk-control-cli/cicd/build.sh index 98a9c9f232..1f12120264 100755 --- a/projects/vdk-control-cli/cicd/build.sh +++ b/projects/vdk-control-cli/cicd/build.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - if ! which python3 >/dev/null 2>&1 ; then echo "ERROR:" echo "Please install python 3.7+. Build cannot continue without it." diff --git a/projects/vdk-control-cli/setup.py b/projects/vdk-control-cli/setup.py index f03f3a7980..805dddd20a 100644 --- a/projects/vdk-control-cli/setup.py +++ b/projects/vdk-control-cli/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Setup file for vdk_control_cli. Use setup.cfg to configure your project. diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py index 7d246a3046..fbdbb433d8 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/markers.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pluggy """ diff --git a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py index 02d5253fc1..b43da2d359 100644 --- a/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py +++ b/projects/vdk-control-cli/src/vdk/api/control/plugin/specs.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Hook Specs can be declared here. Hooks specs need to be marked with @hookspec decorator annotation. diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py index 2e303e2605..b940a0c85a 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/common_group/default.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py index ac98a30f6f..810f6e1825 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/create.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py index 425a46dcea..d4d55e4b4d 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/delete.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py index 06f2fc5604..7e9f389d96 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from enum import Enum from enum import unique diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py index d1c8b1612f..95fb36e709 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/deploy_cli_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import glob import json import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py index c566c338a6..cf69e8fd01 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py index 728e45b8ca..be84e038d6 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/download_key.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py index 4d94d0ae31..8d4b537ee6 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/execute.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import operator diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py index ef91bfcee9..ffc7ff4816 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/list.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import datetime import json import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py index 3c63cb20ba..0d19ddefae 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import _io import json import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py index e930463491..93e3c659bc 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/job/show.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging from typing import List diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py index d65e599046..0df41411e7 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/login_group/login.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import sys import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py index 5b79082350..1cde2c8730 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/logout_group/logout.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from vdk.plugin.control_api_auth.auth_config import AuthConfigFolder diff --git a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py index 4c3a37b7e3..7cc4de99f0 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/command_groups/version_group/version.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from pkg_resources import DistributionNotFound from pkg_resources import get_distribution diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py index f9fa45a183..28e04d715d 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/default_options.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.internal.control.plugin.control_plugin_manager import Plugins diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py index 3e8d85b779..60683ee5ad 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/defaults_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.configuration.vdk_config import VDKConfigFolder TEAM_OPTION = "team-name" diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py index 47bd0cbc88..49584106ab 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/log_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time from sys import modules diff --git a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py index 512f769dcd..bd4b7c0b7c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/configuration/vdk_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py index 023b25b5eb..84989ab88c 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/exception/vdk_exception.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click as click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py index 0d6b84da57..e158bfc51f 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_archive.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import shutil diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py index b34b051feb..6be4967535 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/job_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 # TODO: this is basically a copy of VDK JobConfig in vdk-core import configparser import fileinput diff --git a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py index 0a41bfcc2c..1531f4e601 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/job/sample_job/20_python_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-control-cli/src/vdk/internal/control/main.py b/projects/vdk-control-cli/src/vdk/internal/control/main.py index 69b4147a2e..5953d68a49 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/main.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/main.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import click diff --git a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py index 528e8d0812..682d275227 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/plugin/control_plugin_manager.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pluggy as pluggy diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py index cf38a61af3..81005de2ee 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/factory.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from taurus_datajob_api import ApiClient diff --git a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py index c336d505e1..c62b06e035 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/rest_lib/rest_client_errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import functools import json import logging diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py index dddaca6aca..764346d116 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/cli_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import functools diff --git a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py index b8c012eb5f..6b18221b90 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/utils/control_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from configparser import ConfigParser from configparser import MissingSectionHeaderError diff --git a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py index ab6b307cec..9337f443d7 100644 --- a/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py +++ b/projects/vdk-control-cli/src/vdk/internal/control/vdk_control_build_info.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli # This file will be populated and overwritten completely automatically by CICD pipeline see .gitlab-ci.yml diff --git a/projects/vdk-control-cli/tests/conftest.py b/projects/vdk-control-cli/tests/conftest.py index 951b25a09d..e4d2ad86e6 100644 --- a/projects/vdk-control-cli/tests/conftest.py +++ b/projects/vdk-control-cli/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Read more about conftest.py under: https://pytest.org/latest/plugins.html """ diff --git a/projects/vdk-control-cli/tests/resources/unused.py b/projects/vdk-control-cli/tests/resources/unused.py index 895f059c4b..0e4e98db0b 100644 --- a/projects/vdk-control-cli/tests/resources/unused.py +++ b/projects/vdk-control-cli/tests/resources/unused.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 class UNUSED: diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py index 19848dc0cf..aa6c36fa97 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/common_group/test_default.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import time diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py index 75050e78ef..00cd37095b 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_create.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import traceback from unittest import mock diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py index 3572415be0..d0adebf358 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_datajob_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import configparser import os diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py index cf30a3f482..e9fce26823 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_delete.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from click.testing import CliRunner from py._path.local import LocalPath from pytest_httpserver.pytest_plugin import PluginHTTPServer diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py index e193e3a030..fa5a849aef 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_deploy.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os from json import JSONDecodeError diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py index cacfef8c34..4ec5fa3a9b 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py index e3eb50abbb..a0520ba9ce 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_download_key.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from click.testing import CliRunner diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py index cd25740719..ae3f6a84c4 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_execute.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os from unittest.mock import patch diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py index ed45950735..d946529306 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_list.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from json import JSONDecodeError from typing import Any diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py index 852f912c70..192d39ce30 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import pathlib from typing import List diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py index f07b36b80c..4ac1510bad 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/job/test_show.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from json import JSONDecodeError from typing import Any diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py index 7802a5ab00..b5648bb1a2 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/command_groups/login_group/test_login.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from unittest.mock import patch from urllib import parse diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py index 6c510b4c80..5332755d75 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/configuration/test_vdk_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import tempfile diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py index 5b9107146e..fd44dea1c0 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/plugin/test_plugin_hooks.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.plugin.control_plugin_manager import Plugins diff --git a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py index 637a32217b..595aaa7f32 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py +++ b/projects/vdk-control-cli/tests/vdk/internal/control/utils/cli_utils_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.control.utils.cli_utils import GqlQueryBuilder from vdk.internal.control.utils.cli_utils import QueryField diff --git a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py index 9f971deab6..77d5cedbe7 100644 --- a/projects/vdk-control-cli/tests/vdk/internal/test_utils.py +++ b/projects/vdk-control-cli/tests/vdk/internal/test_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import traceback from inspect import getabsfile diff --git a/projects/vdk-core/.gitlab-ci.yml b/projects/vdk-core/.gitlab-ci.yml index 7da6f6f23a..16a65dc178 100644 --- a/projects/vdk-core/.gitlab-ci.yml +++ b/projects/vdk-core/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-core/cicd/build.sh b/projects/vdk-core/cicd/build.sh index 93846774c6..747e1f1b1f 100755 --- a/projects/vdk-core/cicd/build.sh +++ b/projects/vdk-core/cicd/build.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - if ! which python3 >/dev/null 2>&1 ; then echo "ERROR:" echo "Please install python 3.7+. Build cannot continue without it." diff --git a/projects/vdk-core/cicd/deploy-base-vdk-image.sh b/projects/vdk-core/cicd/deploy-base-vdk-image.sh index 5f05f01595..b38f384364 100755 --- a/projects/vdk-core/cicd/deploy-base-vdk-image.sh +++ b/projects/vdk-core/cicd/deploy-base-vdk-image.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # The script builds a docker image with fully installed VDK - native dependencies, python dependencies and the actual VDK. # The image is then deployed to ECR with. # This image will be used for base image for each data job. diff --git a/projects/vdk-core/cicd/example-job/30_check_orders_table.py b/projects/vdk-core/cicd/example-job/30_check_orders_table.py index 7da42a4a73..2d8599f4f3 100644 --- a/projects/vdk-core/cicd/example-job/30_check_orders_table.py +++ b/projects/vdk-core/cicd/example-job/30_check_orders_table.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Detailed documentation of VDK provided functionalities in job_input object can be found in the user wiki """ diff --git a/projects/vdk-core/cicd/release-vdk-core.sh b/projects/vdk-core/cicd/release-vdk-core.sh index 20cc42398e..e66575c242 100755 --- a/projects/vdk-core/cicd/release-vdk-core.sh +++ b/projects/vdk-core/cicd/release-vdk-core.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - cd "$(dirname $0)" || exit 1 cd .. diff --git a/projects/vdk-core/cicd/set-patch-version.sh b/projects/vdk-core/cicd/set-patch-version.sh index 6ee1c2e138..d64ea56071 100755 --- a/projects/vdk-core/cicd/set-patch-version.sh +++ b/projects/vdk-core/cicd/set-patch-version.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - set_patch_version(){ patch_version=$1 current_version="$(python3 setup.py --version)" diff --git a/projects/vdk-core/cicd/simple-functional-test.sh b/projects/vdk-core/cicd/simple-functional-test.sh index 28d5c11dbb..3166dbcf18 100755 --- a/projects/vdk-core/cicd/simple-functional-test.sh +++ b/projects/vdk-core/cicd/simple-functional-test.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - # TODO: consider evolving in more sophisticated manner: # https://pypi.org/project/pytest-console-scripts/ # https://github.com/sstephenson/bats diff --git a/projects/vdk-core/setup.py b/projects/vdk-core/setup.py index 599f87f3a7..4c162a2116 100644 --- a/projects/vdk-core/setup.py +++ b/projects/vdk-core/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Setup file. Use setup.cfg to configure your project. diff --git a/projects/vdk-core/src/__main__.py b/projects/vdk-core/src/__main__.py index 8641e2af36..b69f8a6ddf 100644 --- a/projects/vdk-core/src/__main__.py +++ b/projects/vdk-core/src/__main__.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.cli_entry import main if __name__ == "__main__": diff --git a/projects/vdk-core/src/vdk/api/data_job.py b/projects/vdk-core/src/vdk/api/data_job.py index f2a6762db9..40a906f8fd 100644 --- a/projects/vdk-core/src/vdk/api/data_job.py +++ b/projects/vdk-core/src/vdk/api/data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import pathlib diff --git a/projects/vdk-core/src/vdk/api/job_input.py b/projects/vdk-core/src/vdk/api/job_input.py index 0685f30dfc..373e6d31d4 100644 --- a/projects/vdk-core/src/vdk/api/job_input.py +++ b/projects/vdk-core/src/vdk/api/job_input.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib from abc import ABCMeta from abc import abstractmethod diff --git a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py index 2c1482ea98..a629381204 100644 --- a/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/connection_hook_spec.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Container from typing import Optional diff --git a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py index 37ea2de93a..e821f2cb54 100644 --- a/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py +++ b/projects/vdk-core/src/vdk/api/plugin/core_hook_spec.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from typing import Optional diff --git a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py index 4edd2c7194..a75501d90a 100644 --- a/projects/vdk-core/src/vdk/api/plugin/hook_markers.py +++ b/projects/vdk-core/src/vdk/api/plugin/hook_markers.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pluggy """ diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py index f387665b92..21297c194b 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_input.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_input.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib from abc import ABC from abc import ABCMeta diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py index 518131ab3c..9499fe7c4f 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_registry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from abc import ABCMeta from abc import abstractmethod from typing import List diff --git a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py index 5afc40a7d0..767056587f 100644 --- a/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py +++ b/projects/vdk-core/src/vdk/api/plugin/plugin_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py index f5042457f5..d056988392 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/builtin_hook_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import time import uuid diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py index 875dd8c054..0cc5428ffa 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/config_help.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import re from collections import OrderedDict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py index 6e064d81d6..e7af2de818 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/job_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import configparser import pathlib from enum import Enum diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py index 1abff9dae7..c8e53a335a 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/log_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import re import socket diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py index e59ecb336c..0a0c4fd2e2 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/config/vdk_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py index 6a905d03e3..037ced3c94 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_hooks.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Any from typing import cast diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py index 383a1e3781..8b11acabfb 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/connection_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl from vdk.internal.builtin_plugins.connection.decoration_cursor import DecorationCursor from vdk.internal.builtin_plugins.connection.decoration_cursor import ManagedOperation diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py index 0c61083ea4..9dc4e22e1e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/decoration_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Container from typing import Optional from typing import Tuple diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py index f75eb75683..7b11733e97 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/execution_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py index 0c822d351e..fcbc6d9eef 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Callable from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py index 464b5257b9..728c39a312 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/impl/wrapped_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import Callable diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py index 32ca816cac..ecb52bb86f 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_connection_base.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import types from abc import abstractmethod diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py index b20b0a2b8f..c8b85612a6 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/managed_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import types from datetime import timedelta diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py index 0ad359e490..bc5ca97ff8 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/pep249/interfaces.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py index 7a6e07bad7..4c5a7b707e 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/proxy_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import types from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py index 9048e41d98..bfffb835ef 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/connection/recovery_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.builtin_plugins.connection.decoration_cursor import DecorationCursor from vdk.internal.builtin_plugins.connection.decoration_cursor import ManagedOperation from vdk.internal.builtin_plugins.connection.pep249.interfaces import PEP249Cursor diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py index d51e28d554..c50c661926 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/debug/debug.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import sys diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py index 13472e6db5..b344dcad03 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_base.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import queue diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py index a52840ce3b..c2af1a7edc 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py index 9a64125f55..5a0aa80c4c 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_configuration_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl from vdk.internal.builtin_plugins.ingestion import ingester_configuration from vdk.internal.builtin_plugins.run.job_context import JobContext diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py index 4bbeb795d9..913bc2afe0 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Callable from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py index 8887364fb0..b05d006149 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/ingestion/ingester_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Ingestion Utilities """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py index ad96f0aea1..d85e1ed3d4 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/internal_hookspecs.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List import click diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py index aa7b18e4bf..97e62dc1e9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/base_properties_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from typing import Type diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py index 52c38aca12..686b7898b2 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/cached_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IProperties diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py index da8b68fa62..62297823c9 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/datajobs_service_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from copy import deepcopy from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py index 6caaa90ce7..25119bf582 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/inmemproperties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from copy import deepcopy from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py index 32e32c6585..917606354d 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_api_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl from vdk.internal.builtin_plugins.job_properties import properties_config from vdk.internal.builtin_plugins.job_properties.inmemproperties import ( diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py index 199a9ced76..46d21749f4 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from vdk.internal.core.config import Configuration diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py index 2bd1235175..fb3e944a67 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/properties_router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py index 627e063b05..a50cd7cd58 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/job_properties/propertiesnotavailable.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Callable from vdk.api.job_input import IProperties diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py index e7b7fa93d5..066819ce78 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import List diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py index fd63bd609e..aff05eb002 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_base.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import smtplib import time diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py index 0ce693c9bc..8fcae55853 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/notification/notification_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from vdk.internal.builtin_plugins.config.job_config import JobConfigKeys diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py index 1d84e66595..b2ac9840de 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/cli_run.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import math diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py index c99e923f18..291ac96f1d 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py index 10e3aafef7..6c65fdfff5 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_environment.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import functools import getpass import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py index 3d0a4deb95..30ec1eb048 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_results.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import pprint diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py index c3ef480cd2..85d069ea69 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_state.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from typing import Optional diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py index 4549ef43d0..1552658f14 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/execution_tracking.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pluggy from vdk.api.plugin.hook_markers import hookimpl from vdk.api.plugin.plugin_registry import HookCallResult diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py index 0da81604d3..fb37ec48df 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/file_based_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import imp import inspect import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py index 0e7386da7c..4c81e9bee8 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_context.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import pathlib diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py index 851cd738b7..ad41c490cd 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib import textwrap diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py index 9c30ed0212..ae38b26890 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/job_input_error_classifier.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """This module contains the logic that decides who is to blame, between Platform (SRE) Team and VDK Users, when an exception occurs while executing a Data Job step. diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py index 59afea923e..64a9c4da74 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/run_status.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from enum import Enum from enum import IntEnum diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py index 5ee2d9bd2e..2d3302e6f8 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/sql_argument_substitutor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py index 5b1490a72d..7d56a0fab7 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/standalone_data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py index d9f2a5a25e..90469d4929 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/run/step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py index f06c5770eb..e8d380b116 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/templates/template_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib from typing import Dict diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py index 13064d0ebf..eb7712b164 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/file_util.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging log = logging.getLogger(__name__) diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py index a1b90b1ad3..842e045c2b 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py index e9a402bc11..9e2ab39194 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/termination_message/writer_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py index 60648d37b3..a7fe718a17 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ The code is adapted from: https://github.com/vuolter/autoupgrade """ diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py index 6c814a0490..cf5ec68847 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/new_version_check_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import textwrap from enum import Enum diff --git a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py index e2af530fb1..39a0f18594 100644 --- a/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py +++ b/projects/vdk-core/src/vdk/internal/builtin_plugins/version/version.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os diff --git a/projects/vdk-core/src/vdk/internal/cli_entry.py b/projects/vdk-core/src/vdk/internal/cli_entry.py index a19247f0db..a40fbaa2f7 100644 --- a/projects/vdk-core/src/vdk/internal/cli_entry.py +++ b/projects/vdk-core/src/vdk/internal/cli_entry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import sys from typing import cast diff --git a/projects/vdk-core/src/vdk/internal/core/config.py b/projects/vdk-core/src/vdk/internal/core/config.py index 08aea5732c..6b8ef07d4e 100644 --- a/projects/vdk-core/src/vdk/internal/core/config.py +++ b/projects/vdk-core/src/vdk/internal/core/config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import logging diff --git a/projects/vdk-core/src/vdk/internal/core/context.py b/projects/vdk-core/src/vdk/internal/core/context.py index b1d7ac4048..fee47801a0 100644 --- a/projects/vdk-core/src/vdk/internal/core/context.py +++ b/projects/vdk-core/src/vdk/internal/core/context.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass from typing import List diff --git a/projects/vdk-core/src/vdk/internal/core/errors.py b/projects/vdk-core/src/vdk/internal/core/errors.py index 1064070819..3927cc4bf2 100644 --- a/projects/vdk-core/src/vdk/internal/core/errors.py +++ b/projects/vdk-core/src/vdk/internal/core/errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ errors -- Exception handling implementations diff --git a/projects/vdk-core/src/vdk/internal/core/statestore.py b/projects/vdk-core/src/vdk/internal/core/statestore.py index 77ac74aaeb..78e60a734e 100644 --- a/projects/vdk-core/src/vdk/internal/core/statestore.py +++ b/projects/vdk-core/src/vdk/internal/core/statestore.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations from dataclasses import dataclass diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin.py b/projects/vdk-core/src/vdk/internal/plugin/plugin.py index c038536c13..136fe0e305 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os from typing import List diff --git a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py index a72d3df96c..b35925ef1f 100644 --- a/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py +++ b/projects/vdk-core/src/vdk/internal/plugin/plugin_manager.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from pluggy import PluginManager diff --git a/projects/vdk-core/src/vdk/internal/util/decorators.py b/projects/vdk-core/src/vdk/internal/util/decorators.py index c6eb5598f5..384132790f 100644 --- a/projects/vdk-core/src/vdk/internal/util/decorators.py +++ b/projects/vdk-core/src/vdk/internal/util/decorators.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import functools import logging from contextlib import contextmanager diff --git a/projects/vdk-core/src/vdk/internal/util/utils.py b/projects/vdk-core/src/vdk/internal/util/utils.py index bc06edd6da..40c781cd3f 100644 --- a/projects/vdk-core/src/vdk/internal/util/utils.py +++ b/projects/vdk-core/src/vdk/internal/util/utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import inspect from logging import Logger from typing import Any diff --git a/projects/vdk-core/src/vdk/internal/vdk_build_info.py b/projects/vdk-core/src/vdk/internal/vdk_build_info.py index eb43fad5d2..231f1cc9ab 100644 --- a/projects/vdk-core/src/vdk/internal/vdk_build_info.py +++ b/projects/vdk-core/src/vdk/internal/vdk_build_info.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 # build info container information about the build that produced this version of the cli # This file will be populated and overwritten completely automatically by CICD pipeline see .gitlab-ci.yml diff --git a/projects/vdk-core/tests/conftest.py b/projects/vdk-core/tests/conftest.py index f7b4f010e2..c043b6413e 100644 --- a/projects/vdk-core/tests/conftest.py +++ b/projects/vdk-core/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Dummy conftest.py for vdk-core. diff --git a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py index c205b6a919..36abc79784 100644 --- a/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py +++ b/projects/vdk-core/tests/functional/cli/test_set_cli_defaults.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from vdk.api.plugin.hook_markers import hookimpl from vdk.api.plugin.plugin_utils import set_defaults_for_all_commands diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py index 59d291a249..e1c799f641 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/no-ingest-method-job/1_ingest_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py index 393c9b19a9..e99a3cd72f 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-bad-payload-job/1_ingest_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from datetime import datetime diff --git a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py index f1b416146f..0bffd60337 100644 --- a/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py +++ b/projects/vdk-core/tests/functional/ingestion/jobs/test-ingest-job/1_ingest_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py index 043441a969..4789d32a3e 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py +++ b/projects/vdk-core/tests/functional/ingestion/test_ingest_chain.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Functional test aiming at verifying the end-to-end operation of the ingestion plugins chaining functionality diff --git a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py index f31da54b8b..f4a025c62d 100644 --- a/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py +++ b/projects/vdk-core/tests/functional/ingestion/test_payload_verification.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Functional test aiming at verifying that payload is verified """ diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py index da0a1499dd..1a6e156340 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging as log from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py index ab6e375f46..5af65c4954 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job-template/2_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging as log from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py index 697a5a1dee..c5108b518d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging as log from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py index 88b4aab3d9..bc93d7a708 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/2_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging as log from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py index 2acdc6880a..d479409144 100644 --- a/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/cancel-job/3_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging as log from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py index fe10776ece..065a3f48ed 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-indirect-library/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import collections import json diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py index f1299a135f..9e45988db6 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-ingest-iterator/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py index 92f263294d..75c876896a 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job-properties/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py index e80cbef1f7..15b80efd34 100644 --- a/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/fail-job/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py index 6dcefb26c7..850f23ea01 100644 --- a/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/ingest-job/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py index 8d71361d5c..0a17f021ea 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-name-directory/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py index c6869ada34..0d5b862d10 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/03_new_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py index aaa1943b63..dc38881458 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-using-templates/10_load_snapshot.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py index 7706dd925f..b234fa397c 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-args/2_python_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py index 62de181b43..b5174d6685 100644 --- a/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/job-with-config-ini/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py index 9cf76e1aa5..637d7c4087 100644 --- a/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/pandas-job/10_pandas_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pandas as pd from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py index 29bbb96a2c..a812a5f07d 100644 --- a/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py +++ b/projects/vdk-core/tests/functional/run/jobs/properties-job/10_copy_message.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py index 62de181b43..b5174d6685 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-job/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py index 90c66b366d..0d5f032397 100644 --- a/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py +++ b/projects/vdk-core/tests/functional/run/jobs/simple-query-failed-handled/10_query_then_handle_exceptions.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py index fcd90d6881..e8d8d5fabd 100644 --- a/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py +++ b/projects/vdk-core/tests/functional/run/jobs/syntax-error-job/1_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py index 28b30bdc7c..13a363b4f0 100644 --- a/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py +++ b/projects/vdk-core/tests/functional/run/jobs/template-append/02_append_to_table.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-core/tests/functional/run/test_run_configuration.py b/projects/vdk-core/tests/functional/run/test_run_configuration.py index d09b7d534d..a2ff1ed8d3 100644 --- a/projects/vdk-core/tests/functional/run/test_run_configuration.py +++ b/projects/vdk-core/tests/functional/run/test_run_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os from typing import Optional diff --git a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py index 4b01722cc3..99ff2c9ec4 100644 --- a/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py +++ b/projects/vdk-core/tests/functional/run/test_run_decorate_job_input.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-core/tests/functional/run/test_run_errors.py b/projects/vdk-core/tests/functional/run/test_run_errors.py index 306c8eea67..9e9af23afe 100644 --- a/projects/vdk-core/tests/functional/run/test_run_errors.py +++ b/projects/vdk-core/tests/functional/run/test_run_errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/projects/vdk-core/tests/functional/run/test_run_ingest.py b/projects/vdk-core/tests/functional/run/test_run_ingest.py index c80c6f949c..4752c59fd7 100644 --- a/projects/vdk-core/tests/functional/run/test_run_ingest.py +++ b/projects/vdk-core/tests/functional/run/test_run_ingest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from typing import List from typing import Optional diff --git a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py index a6b7d1fea4..568747fcd1 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_cancel.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_cancel.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest.mock from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py index 8bef1d7822..0a45ba2b6b 100644 --- a/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py +++ b/projects/vdk-core/tests/functional/run/test_run_job_name_directory.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from click.testing import Result from functional.run import util from vdk.plugin.test_utils.util_funcs import cli_assert_equal diff --git a/projects/vdk-core/tests/functional/run/test_run_notifications.py b/projects/vdk-core/tests/functional/run/test_run_notifications.py index 350e412e9d..6af6e911b6 100644 --- a/projects/vdk-core/tests/functional/run/test_run_notifications.py +++ b/projects/vdk-core/tests/functional/run/test_run_notifications.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from email.message import Message from unittest import mock diff --git a/projects/vdk-core/tests/functional/run/test_run_properties.py b/projects/vdk-core/tests/functional/run/test_run_properties.py index 742c037f67..e68aae700d 100644 --- a/projects/vdk-core/tests/functional/run/test_run_properties.py +++ b/projects/vdk-core/tests/functional/run/test_run_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-core/tests/functional/run/test_run_simple.py b/projects/vdk-core/tests/functional/run/test_run_simple.py index bf5c9a8a42..93b4763bca 100644 --- a/projects/vdk-core/tests/functional/run/test_run_simple.py +++ b/projects/vdk-core/tests/functional/run/test_run_simple.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from click.testing import Result from functional.run import util from vdk.plugin.test_utils.util_funcs import cli_assert_equal diff --git a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py index 7fb6f2960f..22b9c8ab4d 100644 --- a/projects/vdk-core/tests/functional/run/test_run_sql_queries.py +++ b/projects/vdk-core/tests/functional/run/test_run_sql_queries.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import sqlite3 diff --git a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py index 0259fc33eb..4dc914852b 100644 --- a/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py +++ b/projects/vdk-core/tests/functional/run/test_run_standalone_data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import collections from pathlib import Path diff --git a/projects/vdk-core/tests/functional/run/test_run_templates.py b/projects/vdk-core/tests/functional/run/test_run_templates.py index 3e19c1ed2b..2719f3e612 100644 --- a/projects/vdk-core/tests/functional/run/test_run_templates.py +++ b/projects/vdk-core/tests/functional/run/test_run_templates.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib import shutil diff --git a/projects/vdk-core/tests/functional/run/util.py b/projects/vdk-core/tests/functional/run/util.py index 570285eb56..2150748ef0 100644 --- a/projects/vdk-core/tests/functional/run/util.py +++ b/projects/vdk-core/tests/functional/run/util.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from typing import List diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py index 0eebfa9add..1439a66b26 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_config_help.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl from vdk.internal.builtin_plugins.config.config_help import ConfigHelpPlugin from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py index d86e7f857c..6dd17b0279 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_job_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib import shutil diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py index a03e0c8bb3..b36dcb466a 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_log_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib from unittest import mock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py index ed6eddfc99..a1cebaaa2f 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/config/test_vdk_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py index 33d7e62db2..8c90fec36e 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_connection_router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py index 9817d13e0f..1d25c0994e 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_connection_base.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Tuple from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py index c5e7e83c91..964d73bc41 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/connection/test_managed_cursor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from unittest.mock import call diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py index bc90a1008f..338322b6c7 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/debug/test_debug.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.plugin.hook_markers import hookimpl from vdk.api.plugin.hook_markers import hookspec from vdk.internal.builtin_plugins.debug.debug import HookRecorder diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py index 6c3ca16243..4ae9f7f6c0 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_base.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from decimal import Decimal from unittest.mock import call from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py index f02e3335c4..fac498ed17 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py index 3e5682c8bc..cc1fe9cc96 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/ingestion/test_ingester_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from decimal import Decimal diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py index 940caa92d0..8a42ceda80 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_cached_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py index 931ea90861..c2686516d3 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_datajob_service_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from vdk.internal.builtin_plugins.job_properties.datajobs_service_properties import ( diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py index 131bdcba45..27d0469b7e 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/job_properties/test_properties_router.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock import pytest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py index f5e1bf98f5..3263450c61 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import smtplib import unittest from collections import defaultdict diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py index f971bc8e23..31cc18859b 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/notification/test_notification_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import cast from vdk.internal.builtin_plugins.notification.notification_configuration import ( diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py index da91f4be3d..17b03dcda6 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/job_input_error_classifier_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import traceback import unittest diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py index e13338745d..036f69b105 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_cli_run.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import pathlib from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py index f06d5a14ea..dd29aa1c60 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Optional from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py index 28b4207de0..2aecb6e0e1 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_execution_results.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from datetime import datetime diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py index 383fc9f101..753e5e8e95 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_input_job_name_directory.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py index cf47874b8c..fa549d3712 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_sql_argument_substitutor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest from vdk.internal.builtin_plugins.run.sql_argument_substitutor import ( SqlArgumentSubstitutor, diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py index 320335ba76..ffe180aa24 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/run/test_substitute_query_params.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock from vdk.internal.builtin_plugins.job_properties.inmemproperties import ( diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py index 80b3d29213..f7825c1f37 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/templates/test_template_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py index d44b261162..2c44b6abf8 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import cast from vdk.internal.builtin_plugins.termination_message.writer_configuration import ( diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py index 787c119843..bd72b4d669 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/termination_message/test_writer.py @@ -1,8 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import unittest from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py index 5ebe10e992..c44e18996f 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/test_builtin_hook_impl.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock from vdk.api.plugin.plugin_registry import IPluginRegistry diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py index 628d9794d8..57d8c6dac0 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from http.client import HTTPResponse from unittest.mock import MagicMock diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py index 2a74150ca8..40149e71cc 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_new_version_check_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Dict from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py index c76f425e51..f9b7dbf4a7 100644 --- a/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py +++ b/projects/vdk-core/tests/vdk/internal/builtin_plugins/version/test_version.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils.util_funcs import cli_assert_equal from vdk.plugin.test_utils.util_funcs import CliEntryBasedTestRunner diff --git a/projects/vdk-core/tests/vdk/internal/core/test_config.py b/projects/vdk-core/tests/vdk/internal/core/test_config.py index 5dc5200263..5012b9fe03 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_config.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest from vdk.internal.core.config import ConfigurationBuilder from vdk.internal.core.errors import VdkConfigurationError diff --git a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py index 6a13e73db8..445f2a7877 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_core_context.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_core_context.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock from vdk.api.plugin.plugin_registry import IPluginRegistry diff --git a/projects/vdk-core/tests/vdk/internal/core/test_errors.py b/projects/vdk-core/tests/vdk/internal/core/test_errors.py index e7da304e90..d84adedf3b 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_errors.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from collections import defaultdict diff --git a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py index 66025efe2c..e8abda59dc 100644 --- a/projects/vdk-core/tests/vdk/internal/core/test_statestore.py +++ b/projects/vdk-core/tests/vdk/internal/core/test_statestore.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass import pytest diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py index ebcc2e4934..962d6cd432 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch import pytest diff --git a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py index 82f72ea289..a754c12a44 100644 --- a/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py +++ b/projects/vdk-core/tests/vdk/internal/plugin/test_plugin_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from unittest import mock diff --git a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py index 35f22c31b8..23045832e2 100644 --- a/projects/vdk-core/tests/vdk/internal/test_cli_entry.py +++ b/projects/vdk-core/tests/vdk/internal/test_cli_entry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from click.testing import CliRunner from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py index a31be832af..7486696966 100644 --- a/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py +++ b/projects/vdk-core/tests/vdk/internal/test_run_load_setuptools_errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-heartbeat/cicd/build.sh b/projects/vdk-heartbeat/cicd/build.sh index ca8b465d77..22cc12996e 100755 --- a/projects/vdk-heartbeat/cicd/build.sh +++ b/projects/vdk-heartbeat/cicd/build.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - cd "$(dirname $0)" || exit 1 cd .. diff --git a/projects/vdk-heartbeat/setup.py b/projects/vdk-heartbeat/setup.py index f03f3a7980..805dddd20a 100644 --- a/projects/vdk-heartbeat/setup.py +++ b/projects/vdk-heartbeat/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Setup file for vdk_control_cli. Use setup.cfg to configure your project. diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py index 8ec0151f4f..c990d85efa 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import configparser import getpass import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py index d1cdffaae8..4a04092b99 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/database_run_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import socket import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py index 37bf6b5962..ad5545c892 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/empty_run_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import socket import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py index a41f8fb0ff..efb64ce645 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/hearbeat.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.internal.heartbeat.config import Config diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py index 9c676e8109..9f5c9489ea 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/heartbeat_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from abc import ABC from abc import abstractmethod diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py index 376deaf9de..d599e982b4 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/impala_database_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import socket import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py index c2ce9739d7..f1927556bd 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/job_controller.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import configparser import json import logging diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py index 6769142d8c..a7b8ac23d2 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/log_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time from sys import modules diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py index 17d1aac49f..0fda1d6042 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/main.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import click diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py index 86eebd7f5b..c6afab071e 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/reporter.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Reporter class used to track and report on test cases. It use junit xml reporting format. diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py index 51aed0f460..0f305f29d1 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/simple_run_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import socket import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py index 511b9c3700..3f0f8b0cf5 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/successful_run_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.internal.heartbeat.config import Config diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py index 8c0815f914..a18cbdf145 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/tracing.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import functools diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py index 1ca366cc9b..1b348572c7 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/trino_database_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from datetime import datetime from typing import Any diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py index 17e1bf0ec0..c3b3c7fdec 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/util.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from contextlib import contextmanager from typing import TypeVar diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py index f6cdec348c..d98b0ce8bb 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/05_set_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import uuid diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py index dfc4ad079c..49abc62d6a 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/10_ingest_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py index d6d45aae21..dac2457280 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/database_ingestion/20_verify_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import time diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py index 2a6c272219..3c00719d67 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/empty/10_do_nothing.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py index 338ee08d01..ea416aeabe 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/05_set_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vacloud.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py index 3b33dc35aa..24ebe6b0d3 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/20_move_data_using_load.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vacloud.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py index 6520c5549d..821a35c9f3 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/impala/40_execute_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time import uuid diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py index 121be5f36b..e7218d709a 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/simple/10_simple.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py index 5129fd77bd..5b875de706 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/05_set_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py index fa863a9fe2..061cd1c84e 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/20_move_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py index bc223f0b24..74b96b9223 100644 --- a/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py +++ b/projects/vdk-heartbeat/src/vdk/internal/heartbeat/vdk_heartbeat_data_job/trino/25_execute_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import uuid diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py index d1f5ce035a..eb79e2ddc1 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_config.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import tempfile from unittest import mock diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py index 1ff88f99bc..2095527f64 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_job_controller.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch from vdk.internal.heartbeat.config import Config diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py index 4e717f627f..a3310ada6d 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_reporter.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from pathlib import Path from unittest.mock import MagicMock diff --git a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py index f50a95a0c8..21f6290974 100644 --- a/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py +++ b/projects/vdk-heartbeat/tests/vdk/internal/test_trino_database_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from datetime import datetime from unittest.mock import MagicMock diff --git a/projects/vdk-plugins/.plugin-common.yml b/projects/vdk-plugins/.plugin-common.yml index d7419b3e0d..fc497a0406 100644 --- a/projects/vdk-plugins/.plugin-common.yml +++ b/projects/vdk-plugins/.plugin-common.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 .retry: diff --git a/projects/vdk-plugins/__init__.py b/projects/vdk-plugins/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/__init__.py +++ b/projects/vdk-plugins/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/.airflow-ci.yml b/projects/vdk-plugins/airflow-provider-vdk/.airflow-ci.yml index a752f07e78..334f0ffc9c 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/.airflow-ci.yml +++ b/projects/vdk-plugins/airflow-provider-vdk/.airflow-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 .retry: diff --git a/projects/vdk-plugins/airflow-provider-vdk/setup.py b/projects/vdk-plugins/airflow-provider-vdk/setup.py index 99b029683c..d39a70ca0c 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/setup.py +++ b/projects/vdk-plugins/airflow-provider-vdk/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from setuptools import setup __version__ = "0.0.1" diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py index b3144f2f15..bdbfdbf710 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py index ed0b920abf..53c93126e1 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/hooks/test_vdkhook_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest import mock diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py index e02408ffbd..7a5f3b4776 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/operators/test_vdkoperator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest import mock from unittest import TestCase diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py index f4bd0b1c3f..c3dca5f2de 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py +++ b/projects/vdk-plugins/airflow-provider-vdk/tests/sensors/test_vdksensor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest import mock from unittest import TestCase diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py index 1787b4ecc8..0eed8ee433 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/__init__.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 def get_provider_info(): diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py index ca81e03f3f..d9a915710f 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/example_dags/example_vdk.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from datetime import datetime from airflow import DAG diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py index 8454bd7ef7..b5cec0542b 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/hooks/vdk.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import sys diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py index 1ad6133d15..bf3e63989e 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/operators/vdk.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import Dict diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py index 4332ffc19d..84a64179fa 100644 --- a/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py +++ b/projects/vdk-plugins/airflow-provider-vdk/vdk_provider/sensors/vdk.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import Dict diff --git a/projects/vdk-plugins/build-plugin.sh b/projects/vdk-plugins/build-plugin.sh index 2afde34b39..3a912811d6 100755 --- a/projects/vdk-plugins/build-plugin.sh +++ b/projects/vdk-plugins/build-plugin.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - PLUGIN_NAME=$(basename "$(pwd)") echo "Building plugin $PLUGIN_NAME" diff --git a/projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml b/projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml index 0a418278e4..81a743a29b 100644 --- a/projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml +++ b/projects/vdk-plugins/quickstart-vdk/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/quickstart-vdk/setup.py b/projects/vdk-plugins/quickstart-vdk/setup.py index 6059d226b9..568f013eda 100644 --- a/projects/vdk-plugins/quickstart-vdk/setup.py +++ b/projects/vdk-plugins/quickstart-vdk/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py index 5ec169f165..59467b5df9 100644 --- a/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py +++ b/projects/vdk-plugins/quickstart-vdk/tests/test_dummy.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 # test def test_dummy(): assert True diff --git a/projects/vdk-plugins/vdk-audit/.plugin-ci.yml b/projects/vdk-plugins/vdk-audit/.plugin-ci.yml index c22bf6264a..486343d8ff 100644 --- a/projects/vdk-plugins/vdk-audit/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-audit/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2022 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 .build-vdk-audit: diff --git a/projects/vdk-plugins/vdk-audit/setup.py b/projects/vdk-plugins/vdk-audit/setup.py index ca5cc19e76..fa30ca18b0 100644 --- a/projects/vdk-plugins/vdk-audit/setup.py +++ b/projects/vdk-plugins/vdk-audit/setup.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py index 987d4acabd..a52e6c20a0 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_config.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder AUDIT_HOOK_ENABLED = "AUDIT_HOOK_ENABLED" diff --git a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py index 214feb8d4f..d4d171ce43 100644 --- a/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/src/vdk/plugin/audit/audit_plugin.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import sys diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py index f522af415f..1947894510 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-listdir-command-job/10_os_listdir_command_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py index a50046c44b..e0a0aba9a7 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/jobs/os-system-command-job/10_os_system_command_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py index d8ac74e58d..383772cbff 100644 --- a/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py +++ b/projects/vdk-plugins/vdk-audit/tests/functional/test_audit_plugin.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-control-api-auth/.plugin-ci.yml b/projects/vdk-plugins/vdk-control-api-auth/.plugin-ci.yml index fac3302702..2412d6d4ae 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-control-api-auth/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-control-api-auth/setup.py b/projects/vdk-plugins/vdk-control-api-auth/setup.py index 273c60adaf..b6953033ae 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/setup.py +++ b/projects/vdk-plugins/vdk-control-api-auth/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py index ff200309c0..4e8111a027 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py index f1ceaf4121..cec08f393e 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_exception.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 class VDKAuthException(Exception): diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py index 256459b570..289e6d6e0e 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/auth_request_values.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py index c5550de6c0..e5bae66213 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/authentication.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.plugin.control_api_auth.auth_config import InMemAuthConfiguration from vdk.plugin.control_api_auth.auth_exception import VDKInvalidAuthParamError from vdk.plugin.control_api_auth.autorization_code_auth import RedirectAuthentication diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py index 6548f01d83..f1efb0408e 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/autorization_code_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import base64 import hashlib import http diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py index 441aecec81..59a4e415b2 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/base_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import time diff --git a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py index 95309b49a5..79490107b7 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py +++ b/projects/vdk-plugins/vdk-control-api-auth/src/vdk/plugin/control_api_auth/login_types.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from enum import Enum diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py index 5a8a2b361e..d446b7e88c 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_api_token_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest from pytest_httpserver.pytest_plugin import PluginHTTPServer from test_core_auth import allow_oauthlib_insecure_transport diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py index 5ddc73e602..a25fcb0ba4 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_authorization_code_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest from pytest_httpserver.pytest_plugin import PluginHTTPServer from test_core_auth import allow_oauthlib_insecure_transport diff --git a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py index 68a007fb5d..05af3fe3dc 100644 --- a/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py +++ b/projects/vdk-plugins/vdk-control-api-auth/tests/test_core_auth.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ This script contains test cases, verifying the core authentication components of the plugin, like authentication cache, configurations, etc. diff --git a/projects/vdk-plugins/vdk-csv/.plugin-ci.yml b/projects/vdk-plugins/vdk-csv/.plugin-ci.yml index 151837c139..88116c4e09 100644 --- a/projects/vdk-plugins/vdk-csv/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-csv/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-csv/setup.py b/projects/vdk-plugins/vdk-csv/setup.py index b8725f0a70..9862206233 100644 --- a/projects/vdk-plugins/vdk-csv/setup.py +++ b/projects/vdk-plugins/vdk-csv/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py index 6117093a78..ced1259e35 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_export_job/csv_export_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import csv import logging diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py index 9cdd4a812d..536a2fb45f 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_ingest_job/csv_ingest_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py index dc77709819..3144845232 100644 --- a/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/src/vdk/plugin/csv/csv_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ VDK CSV plugin script. """ diff --git a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py index f520ae6317..4a4fc356cf 100644 --- a/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py +++ b/projects/vdk-plugins/vdk-csv/tests/functional/test_csv_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import csv import os from sqlite3 import OperationalError diff --git a/projects/vdk-plugins/vdk-greenplum/.plugin-ci.yml b/projects/vdk-plugins/vdk-greenplum/.plugin-ci.yml index 21fbb90708..74f521d246 100644 --- a/projects/vdk-plugins/vdk-greenplum/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-greenplum/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-greenplum/setup.py b/projects/vdk-plugins/vdk-greenplum/setup.py index 00600efca5..8510968762 100644 --- a/projects/vdk-plugins/vdk-greenplum/setup.py +++ b/projects/vdk-plugins/vdk-greenplum/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py index 2553ab60c7..f704df40b7 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import List diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py index 576d3bce91..d130059a61 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/greenplum_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from tabulate import tabulate from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py index 5a5d2feeb8..d4b408a8d1 100644 --- a/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/src/vdk/plugin/greenplum/ingest_to_greenplum.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import List from typing import Optional diff --git a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py index 3eedb5c666..13717862a4 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/conftest.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import time from unittest import mock diff --git a/projects/vdk-plugins/vdk-greenplum/tests/docker-compose.yml b/projects/vdk-plugins/vdk-greenplum/tests/docker-compose.yml index e034cb1b16..c3eff45d56 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/docker-compose.yml +++ b/projects/vdk-plugins/vdk-greenplum/tests/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 services: diff --git a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py index 233a7bb9c4..9f6f5d5387 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/jobs/test_ingest_to_greenplum_job/10_ingest_to_greenplum.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 def run(job_input): diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py index c5ed52815b..fed8a05fed 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_ingest_to_greenplum.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from unittest import mock diff --git a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py index 88d28f87f3..4d2e7bb082 100644 --- a/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py +++ b/projects/vdk-plugins/vdk-greenplum/tests/test_vdk_greenplum_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import unittest from unittest import mock diff --git a/projects/vdk-plugins/vdk-impala/.plugin-ci.yml b/projects/vdk-plugins/vdk-impala/.plugin-ci.yml index db0beef401..42f4bfb56a 100644 --- a/projects/vdk-plugins/vdk-impala/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-impala/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-impala/setup.py b/projects/vdk-plugins/vdk-impala/setup.py index cef01db176..99d60ab092 100644 --- a/projects/vdk-plugins/vdk-impala/setup.py +++ b/projects/vdk-plugins/vdk-impala/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py index da69652d34..c7668a7f03 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder IMPALA_HOST = "IMPALA_HOST" diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py index 98e6589020..c5f1575009 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from impala.dbapi import connect as impala_connect diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py index 285f2e82b6..f92c6fe948 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_classifier.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core import errors diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py index 9bee6723e9..b0758605de 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_error_handler.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import re import time diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py index f0863ef025..d4edf5f89c 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_helper.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from collections import OrderedDict diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py index 99435ea234..d4f769c838 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_lineage_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import re diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py index 9e57945fa6..1b32a3736e 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/impala_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py index 408d068bc6..c9246516e9 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/00-dimension-scd1-definition.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Callable from typing import Optional diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py index 8365687b46..3f77aaec60 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/02-handle-quality-checks.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import re diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd1/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py index 79738ac74e..e3fef3912e 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/00-dimension-scd2-definition.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel from vdk.api.job_input import IJobInput from vdk.plugin.impala.templates.template_arguments_validator import ( diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/dimension/scd2/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py index b15f8aed04..5e7863ce91 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/insert/00-fact-snapshot-definition.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel from vdk.api.job_input import IJobInput from vdk.plugin.impala.templates.template_arguments_validator import ( diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py index cc8c3606ec..242b10b392 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/00-fact-snapshot-definition.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from pydantic import BaseModel from vdk.api.job_input import IJobInput from vdk.plugin.impala.templates.template_arguments_validator import ( diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/fact/snapshot/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py index d8fa8dd6f6..e8a0c52bac 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/00-versioned-definition.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from pydantic import BaseModel diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/load/versioned/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py index 380448ef67..fba19d4e21 100644 --- a/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py +++ b/projects/vdk-plugins/vdk-impala/src/vdk/plugin/impala/templates/template_arguments_validator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from logging import getLogger from typing import cast from typing import Type diff --git a/projects/vdk-plugins/vdk-impala/tests/conftest.py b/projects/vdk-plugins/vdk-impala/tests/conftest.py index 49df7aebfa..6f0a1adf4a 100644 --- a/projects/vdk-plugins/vdk-impala/tests/conftest.py +++ b/projects/vdk-plugins/vdk-impala/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import time from unittest import mock diff --git a/projects/vdk-plugins/vdk-impala/tests/docker-compose.yml b/projects/vdk-plugins/vdk-impala/tests/docker-compose.yml index e08f84443e..c5531efc96 100644 --- a/projects/vdk-plugins/vdk-impala/tests/docker-compose.yml +++ b/projects/vdk-plugins/vdk-impala/tests/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 services: diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py index c389d4523d..c95685df2f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py index 00519c48da..3d8c975315 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_job/02_run_insert_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py index 8bf968a607..eea2bf43d0 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py index 00519c48da..3d8c975315 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/insert_template_partition_job/02_run_insert_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index 763aff3b30..4aec68e8c2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd1 template test. """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index 9574d69a1e..303d9a0438 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py index 06334ba4a2..f7b645c5e9 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/01_run_load_dimension_scd1_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_only/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py index 6e8d5399f3..c18b76b483 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd1 template test. """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py index 06334ba4a2..f7b645c5e9 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/02_run_load_dimension_scd1_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd1_template_partition_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index fb80b5f6bc..a46693e98e 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd2 template test. diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index f0a564bf6d..e8090edd8b 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py index f0a564bf6d..e8090edd8b 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/01_run_load_dimension_scd2_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_dimension_scd2_template_only/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py index 581ebf298a..4c7745e1bf 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py index 4e737d1fd2..73eb06881c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/02_run_load_fact_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py index 7e4587b51a..49ab6f83c4 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py index 4e737d1fd2..73eb06881c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/02_run_load_fact_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_job_empty_source/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py index 4e737d1fd2..73eb06881c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_only/run_fact_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py index 18067b9c7b..5b1c58acc1 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py index 4e737d1fd2..73eb06881c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/02_run_load_fact_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_fact_snapshot_template_partition_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py index 2eb33e09a4..86c5ec4f40 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd2 template test. """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py index 68d5d6cec2..53ca752f89 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/02_run_load_versioned_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py index 68d5d6cec2..53ca752f89 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/01_run_versioned_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_only/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py index aa96645c75..d29f4c236c 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd2 template test. """ diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py index 68d5d6cec2..53ca752f89 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/02_run_load_versioned_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput __author__ = "VMware, Inc." diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py index 9fc57ac8c1..e6b31a37bb 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/jobs/load_versioned_template_partition_job/__init__.py @@ -1,4 +1,2 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py index 641d25f79f..f5770c2ae7 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/template_regression_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py index f740fc4f2f..6b9bba9428 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import unittest from unittest.mock import call diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py index adeabafe34..0f164f6680 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_errors.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py index 65b4e181b0..9c796a3556 100644 --- a/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py +++ b/projects/vdk-plugins/vdk-impala/tests/functional/test_impala_lineage.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import sys diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py index 4a27c2e8b1..c30b7f3dbf 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_error_handler_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import call diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py index 2001eb1bf7..b4cbee2d7a 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_hdfs_error_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import call diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py index 13e95efb32..56177c691d 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_backoff.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py index e7e6ecf306..fe1aeb9e18 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_backoff.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import call diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py index df13fc7283..3fc25005f2 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_metadata_exception_with_invalidate_and_retry_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from unittest.mock import call from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py index 05a8301ad9..1e612f4c4f 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_network_error_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py index f6565cfd2e..6581536bff 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_pool_error_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py index 44435b49eb..b56e2a1fa5 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_handle_should_not_retry_error_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import unittest from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py index f8f1a18387..6eb00d59e6 100644 --- a/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py +++ b/projects/vdk-plugins/vdk-impala/tests/impala_lineage_plugin_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py index bf6d1369aa..7fc31c04bf 100644 --- a/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py +++ b/projects/vdk-plugins/vdk-impala/tests/test_error_classifier.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from vdk.plugin.impala.impala_error_classifier import is_impala_user_error diff --git a/projects/vdk-plugins/vdk-ingest-file/.plugin-ci.yml b/projects/vdk-plugins/vdk-ingest-file/.plugin-ci.yml index cad8ec4d14..7c48dc0f10 100644 --- a/projects/vdk-plugins/vdk-ingest-file/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-ingest-file/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-ingest-file/setup.py b/projects/vdk-plugins/vdk-ingest-file/setup.py index c3541289b1..a3cb0512d3 100644 --- a/projects/vdk-plugins/vdk-ingest-file/setup.py +++ b/projects/vdk-plugins/vdk-ingest-file/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py index 365d3c9596..cb55605639 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingest_file_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ VDK-ingest-file plugin script. """ diff --git a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py index 95d10eab3f..a8b2c3782f 100644 --- a/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/src/vdk/plugin/ingest_file/ingestion_to_file.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging from datetime import datetime diff --git a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py index d1e27b4b73..6b677f2c2a 100644 --- a/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py +++ b/projects/vdk-plugins/vdk-ingest-file/tests/test_ingestion_to_file.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from unittest.mock import mock_open from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-ingest-http/.plugin-ci.yml b/projects/vdk-plugins/vdk-ingest-http/.plugin-ci.yml index 3d5240e20a..29109408b7 100644 --- a/projects/vdk-plugins/vdk-ingest-http/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-ingest-http/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-ingest-http/setup.py b/projects/vdk-plugins/vdk-ingest-http/setup.py index f69313dd03..e9e461bca0 100644 --- a/projects/vdk-plugins/vdk-ingest-http/setup.py +++ b/projects/vdk-plugins/vdk-ingest-http/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py index adc3a8ebe6..0e77c72f47 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_http_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ VDK-ingest-file plugin script. """ diff --git a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py index 37cf60f083..3f466f16ff 100644 --- a/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/src/vdk/plugin/ingest_http/ingest_over_http.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import gzip import logging import sys diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py index 40e0148fd3..aa7cd23962 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/jobs/ingest-job/ingest_test_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py index 46f127889b..92d6fbbc78 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/functional/test_http_ingest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from unittest import mock diff --git a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py index d472c3d324..790d5455f3 100644 --- a/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py +++ b/projects/vdk-plugins/vdk-ingest-http/tests/test_ingest_over_http.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import gzip import sys from decimal import Decimal diff --git a/projects/vdk-plugins/vdk-ipython/.plugin-ci.yml b/projects/vdk-plugins/vdk-ipython/.plugin-ci.yml index 2857da1e48..534d8b60d8 100644 --- a/projects/vdk-plugins/vdk-ipython/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-ipython/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-ipython/setup.py b/projects/vdk-plugins/vdk-ipython/setup.py index d75f37abf4..e0de438ea4 100644 --- a/projects/vdk-plugins/vdk-ipython/setup.py +++ b/projects/vdk-plugins/vdk-ipython/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py index 9eacce613d..5775e9b9da 100644 --- a/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py +++ b/projects/vdk-plugins/vdk-ipython/src/vdk_ipython.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib diff --git a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py index b0708a10c8..51307c8089 100644 --- a/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-ipython/tests/test_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest from IPython.core.error import UsageError from IPython.testing.globalipapp import start_ipython diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/.plugin-ci.yml b/projects/vdk-plugins/vdk-jobs-troubleshooting/.plugin-ci.yml index aac889fee9..46a8bfb0c3 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2022 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py index 6f5a6cbaed..04b108bd64 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py index d8d0b2fb32..74c2b525f7 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/api/troubleshoot_utility.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from abc import abstractmethod diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py index 4c01a8805d..8b75ebc887 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/jobs_troubleshoot_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ VDK-JOBS-TROUBLESHOOTING plugin script. """ diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py index c0b4e693b9..cd697fe4ef 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import ConfigurationBuilder TROUBLESHOOT_UTILITIES_TO_USE = "TROUBLESHOOT_UTILITIES_TO_USE" diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py index 8afbcef1c5..35f1f6f705 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/healthcheck_server.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import socket from http.server import HTTPServer diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py index 2b73aef653..e06a3adaa0 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/thread_dump.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import sys import threading diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py index af3efc248b..f12aeef07e 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/src/vdk/plugin/jobs_troubleshoot/troubleshoot_utilities/utilities_registry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import Dict diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py index 342dfc8c45..7d401836fe 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/jobs/request-thread-dump/request-thread-dump.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2023 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import requests from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py index 0f4f26efcc..969f230bd4 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/functional/test_thread_dump.py @@ -1,9 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2023 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from http.server import HTTPServer diff --git a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py index 48f4fb945c..b210df0187 100644 --- a/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py +++ b/projects/vdk-plugins/vdk-jobs-troubleshooting/tests/test_utilities_registry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py index 5bf7ddc213..9c034f829e 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pytest pytest_plugins = ("jupyter_server.pytest_plugin",) diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py index 30409e4cca..2d33651683 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/setup.py @@ -1,6 +1,4 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 __import__("setuptools").setup() diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py index 6c3496469e..2fbbb76625 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/ui-tests/jupyter_server_test_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """Server configuration for integration tests. !! Never use this configuration in production because it diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py index b45fcf1361..9b1616067f 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/__init__.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from ._version import __version__ from .handlers import setup_handlers diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py index 559f4fba53..2d274de02e 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/handlers.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py index cd1c0d4d79..603033b722 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/__init__.py @@ -1,5 +1,3 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """Python unit tests for vdk-jupyterlab-extension.""" diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py index 99d01676ea..dcee853ee8 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/tests/test_handlers.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py index 7afffad409..979d57526a 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/vdk-jupyterlab-extension/vdk_ui.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import shlex import subprocess diff --git a/projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml b/projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml index f7c114a3da..2b5f244a88 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-kerberos-auth/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-kerberos-auth/setup.py b/projects/vdk-plugins/vdk-kerberos-auth/setup.py index 4a1bf8c700..31ae2da089 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/setup.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py index 34bf872fb4..8d3bdf9d94 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/api/kerberos_client.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Optional diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py index c058673548..2ed6c73405 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/authenticator_factory.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Optional diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py index 36b935a564..514b297176 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/base_authenticator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os from abc import ABC diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py index 84a7643e29..182f75a192 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os from pathlib import Path diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py index 5fe675202d..975830b9fd 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import List diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py index cd0af250f5..a8b6e00784 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kerberos_ticket.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import kerberos diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py index aad83dc4cb..0928ee7631 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/kinit_authenticator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import tempfile diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py index 8564332eb1..f4b50e89f4 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/minikerberos_authenticator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import asyncio import logging import os diff --git a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py index 9f9de7aa5e..c300ff3a10 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/src/vdk/plugin/kerberos/vdk_kerberos_client.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import datetime import secrets diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py index 389c0fd045..9e66a66e24 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import subprocess # nosec import time diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/docker-compose.yml b/projects/vdk-plugins/vdk-kerberos-auth/tests/docker-compose.yml index d3a704e209..901b583b30 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/docker-compose.yml +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2022 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 volumes: diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py index e6ba2f736a..894ee3f47e 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/10_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py index 0ee2cfbdcc..2ab9bec7b7 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/jobs/test-job/20_async_test.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import asyncio import logging diff --git a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py index 3026f732de..6abe477727 100644 --- a/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py +++ b/projects/vdk-plugins/vdk-kerberos-auth/tests/test_kerberos.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib import unittest diff --git a/projects/vdk-plugins/vdk-lineage-model/.plugin-ci.yml b/projects/vdk-plugins/vdk-lineage-model/.plugin-ci.yml index c781bf3f0b..b164c1990b 100644 --- a/projects/vdk-plugins/vdk-lineage-model/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-lineage-model/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2022 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-lineage-model/setup.py b/projects/vdk-plugins/vdk-lineage-model/setup.py index 92f07d3c07..2f45144259 100644 --- a/projects/vdk-plugins/vdk-lineage-model/setup.py +++ b/projects/vdk-plugins/vdk-lineage-model/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py index 9a3b1af999..f4eb5d51c5 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/logger/lineage_logger.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from abc import ABC from abc import abstractmethod diff --git a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py index c008fcf410..17f36c76e7 100644 --- a/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py +++ b/projects/vdk-plugins/vdk-lineage-model/src/vdk/api/lineage/model/sql/model.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass from typing import List from typing import Optional diff --git a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py index b24f488d10..fb99c885cd 100644 --- a/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py +++ b/projects/vdk-plugins/vdk-lineage-model/tests/test_sql_model.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable diff --git a/projects/vdk-plugins/vdk-lineage/.plugin-ci.yml b/projects/vdk-plugins/vdk-lineage/.plugin-ci.yml index e619f01339..ee427dadf6 100644 --- a/projects/vdk-plugins/vdk-lineage/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-lineage/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-lineage/setup.py b/projects/vdk-plugins/vdk-lineage/setup.py index 55b119f84d..89c5769123 100644 --- a/projects/vdk-plugins/vdk-lineage/setup.py +++ b/projects/vdk-plugins/vdk-lineage/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py index b5a09087a3..7dc4e0362a 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py index 77af210130..1c4f7791cb 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/openlineage_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import uuid from datetime import datetime from typing import Optional diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py index 5161aeca95..d617aac251 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/plugin_lineage.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import uuid from abc import abstractmethod diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py index a215636a6f..b973674210 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/lineage/sql_lineage_parser.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from contextlib import contextmanager from typing import Optional diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh index 10a270b711..0bb6147fbb 100755 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/init-db.sh @@ -2,11 +2,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - -# -# SPDX-License-Identifier: Apache-2.0 # # Usage: $ ./init-db.sh diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh index b9734a75f0..76a8111c13 100755 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/docker/wait-for-it.sh @@ -2,12 +2,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - -# -# SPDX-License-Identifier: Apache-2.0 -# # see: https://github.com/vishnubob/wait-for-it WAITFORIT_cmdname=${0##*/} diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py index 4e4e04de66..d6c40f86a8 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from vdk.api.plugin.hook_markers import hookimpl from vdk.plugin.marquez.marquez_server import MarquezInstaller diff --git a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py index 76a8344be2..5686d4720d 100644 --- a/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py +++ b/projects/vdk-plugins/vdk-lineage/src/vdk/plugin/marquez/marquez_server.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import subprocess diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py index 11f0439cf2..2757a6f30c 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_plugin_lineage.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py index c85a2bdade..5a9d32e273 100644 --- a/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py +++ b/projects/vdk-plugins/vdk-lineage/tests/test_sql_lineage_parser.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.lineage.model.sql.model import LineageTable from vdk.plugin.lineage.sql_lineage_parser import get_table_lineage_from_query diff --git a/projects/vdk-plugins/vdk-logging-format/.plugin-ci.yml b/projects/vdk-plugins/vdk-logging-format/.plugin-ci.yml index 8d1be2ab8e..8d4016104a 100644 --- a/projects/vdk-plugins/vdk-logging-format/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-logging-format/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-logging-format/setup.py b/projects/vdk-plugins/vdk-logging-format/setup.py index a8e9df9ec3..26456b68ac 100644 --- a/projects/vdk-plugins/vdk-logging-format/setup.py +++ b/projects/vdk-plugins/vdk-logging-format/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py index 4ba382dafc..6c4b615b81 100644 --- a/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py +++ b/projects/vdk-plugins/vdk-logging-format/src/vdk/plugin/logging_format/logging_format.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import os diff --git a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py index d232d64f55..a3ecf94efc 100644 --- a/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py +++ b/projects/vdk-plugins/vdk-logging-format/tests/test_logging_json.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.plugin.logging_format.logging_format import EcsJsonFormatter diff --git a/projects/vdk-plugins/vdk-meta-jobs/.plugin-ci.yml b/projects/vdk-plugins/vdk-meta-jobs/.plugin-ci.yml index 24eb43d354..55badc0c42 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-meta-jobs/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-meta-jobs/setup.py b/projects/vdk-plugins/vdk-meta-jobs/setup.py index cda4cd24b6..3c972b3ec9 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/setup.py +++ b/projects/vdk-plugins/vdk-meta-jobs/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py index fc58e6da6b..52ac940539 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/api/meta_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import abc from abc import abstractmethod from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py index dff084d88f..d4d7d86d33 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/cached_data_job_executor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import os diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py index ed17800ca3..a9216970a7 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import abc from dataclasses import dataclass from typing import List diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py index 83fcfe4142..9bde24a76b 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_dag.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import os diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py index 598c5548ca..8143c3a2ed 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/meta_job_runner.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging from typing import Dict diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py index 6590af306c..db34514c35 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/plugin_entry.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py index 9aec8132f8..98f6f6e46e 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py index 0701baf3fd..7c5813867c 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/remote_data_job_executor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from typing import Optional diff --git a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py index 981748cd8a..338df1c68a 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/src/vdk/plugin/meta_jobs/time_based_queue.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time from collections import deque from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py index 951b25a09d..e4d2ad86e6 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Read more about conftest.py under: https://pytest.org/latest/plugins.html """ diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py index cf11c2cc07..e16610b94a 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job-circular-dep/meta.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py index 9c61cabed8..3cc6f0dd42 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/jobs/meta-job/meta.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py index ca1e11998d..1619ce0d4b 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_dag.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time from unittest.mock import call from unittest.mock import MagicMock diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py index c56efc75ec..88d405ad71 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_meta_job.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import time diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py index fafb477792..f97f9ce564 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_time_based_queue.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import time from vdk.plugin.meta_jobs.time_based_queue import TimeBasedQueue diff --git a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py index 44a75bbd9a..7ab4322b74 100644 --- a/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py +++ b/projects/vdk-plugins/vdk-meta-jobs/tests/test_tracking_job_executor.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import MagicMock from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-notebook/.plugin-ci.yml b/projects/vdk-plugins/vdk-notebook/.plugin-ci.yml index 23bfe3d1fe..b920ec6155 100644 --- a/projects/vdk-plugins/vdk-notebook/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-notebook/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-notebook/setup.py b/projects/vdk-plugins/vdk-notebook/setup.py index b0b5bb3ae2..a1d7c33902 100644 --- a/projects/vdk-plugins/vdk-notebook/setup.py +++ b/projects/vdk-plugins/vdk-notebook/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py index d0863c91f9..9cb3dba2ee 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/cell.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from dataclasses import dataclass diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py index 1f86257149..7730ad8321 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import importlib.util import json import logging diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py index 91514fe005..e341e1a873 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_based_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import sys import traceback diff --git a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py index b008aa4d0c..58fa133b5c 100644 --- a/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/src/vdk/plugin/notebook/notebook_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import logging diff --git a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py index 2ff679a190..9f266044c7 100644 --- a/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py +++ b/projects/vdk-plugins/vdk-notebook/tests/test_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import unittest from unittest import mock diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/.plugin-ci.yml b/projects/vdk-plugins/vdk-plugin-control-cli/.plugin-ci.yml index dac900f4b0..f3b2c04ef3 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-plugin-control-cli/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py index 73c3ff5587..e30e07cf61 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/setup.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py index e426b36595..339c270956 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_api_error_decorator.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import functools import json import logging diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py index da91d4441d..d0d06e535a 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py index 541927870d..79e723929d 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/control_service_properties_client.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Dict diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py index 317b0f013f..49664d3230 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/execution_skip.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os from typing import List diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py index fa4bbb4dbc..40bb35683f 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/properties_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py index ad57da2349..5411115f82 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/src/vdk/plugin/control_cli_plugin/vdk_plugin_control_cli.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import click diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py index 2880a9bb56..34836e52cf 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/properties-job/10_props_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py index 62de181b43..b5174d6685 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/jobs/simple-job/10_simple_step.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py index b41850a287..84cff2d05a 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_control_service_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py index c08a4dc0da..0ef54d8459 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_execution_skip.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import unittest from unittest.mock import Mock from unittest.mock import patch diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py index 9914c22bea..ba7141872f 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_properties_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py index 0665a2f4f7..1c8c84ffcd 100644 --- a/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py +++ b/projects/vdk-plugins/vdk-plugin-control-cli/tests/test_vdk_plugin_control_cli.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-postgres/.plugin-ci.yml b/projects/vdk-plugins/vdk-postgres/.plugin-ci.yml index e4de7c19e6..3c942e1583 100644 --- a/projects/vdk-plugins/vdk-postgres/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-postgres/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-postgres/setup.py b/projects/vdk-plugins/vdk-postgres/setup.py index 0bf3c01f59..879c19f765 100644 --- a/projects/vdk-plugins/vdk-postgres/setup.py +++ b/projects/vdk-plugins/vdk-postgres/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py index 72dd332801..3d9f269499 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/ingest_to_postgres.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import List from typing import Optional diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py index bff541d5f5..3cb14de522 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import List diff --git a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py index fbd0bb1c7b..60679a7737 100644 --- a/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py +++ b/projects/vdk-plugins/vdk-postgres/src/vdk/plugin/postgres/postgres_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import click from tabulate import tabulate from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-plugins/vdk-postgres/tests/conftest.py b/projects/vdk-plugins/vdk-postgres/tests/conftest.py index a6c88cde12..a33e1308ac 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/conftest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import time from unittest import mock diff --git a/projects/vdk-plugins/vdk-postgres/tests/docker-compose.yml b/projects/vdk-plugins/vdk-postgres/tests/docker-compose.yml index d6f0cfb6d1..82ba1c4d5a 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/docker-compose.yml +++ b/projects/vdk-plugins/vdk-postgres/tests/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 services: diff --git a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py index 3241275abf..edd9fcd0b4 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/jobs/test-ingest/10_ingest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 def run(job_input): diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py index d00514d979..44568246bf 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_ingest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from unittest import mock diff --git a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py index cf087e3261..9c3772cd3b 100644 --- a/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py +++ b/projects/vdk-plugins/vdk-postgres/tests/test_vdk_postgres_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import unittest from unittest import mock diff --git a/projects/vdk-plugins/vdk-properties-fs/.plugin-ci.yml b/projects/vdk-plugins/vdk-properties-fs/.plugin-ci.yml index 0d79d36e06..9e30989ba7 100644 --- a/projects/vdk-plugins/vdk-properties-fs/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-properties-fs/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-properties-fs/setup.py b/projects/vdk-plugins/vdk-properties-fs/setup.py index 185d47945c..d6c40d68ce 100644 --- a/projects/vdk-plugins/vdk-properties-fs/setup.py +++ b/projects/vdk-plugins/vdk-properties-fs/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py index e6b6cf22b1..d178f01e4c 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_client.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import logging import os diff --git a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py index 0d39597f6a..c549f805cf 100644 --- a/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/src/vdk/plugin/properties_fs/fs_properties_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import tempfile from vdk.api.plugin.hook_markers import hookimpl diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py index d302d5d792..7c60320932 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job-1/10_write_read_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py index 6acb567f1f..ee36a5ece7 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/jobs/write-read-properties-job/10_write_read_properties.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py index c010049d1f..731f103335 100644 --- a/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py +++ b/projects/vdk-plugins/vdk-properties-fs/tests/test_fs_properties_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import shutil diff --git a/projects/vdk-plugins/vdk-server/setup.py b/projects/vdk-plugins/vdk-server/setup.py index 5a8f43e86b..f857f9da24 100644 --- a/projects/vdk-plugins/vdk-server/setup.py +++ b/projects/vdk-plugins/vdk-server/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py index d4c2499292..edd07173db 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/installer.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import base64 import logging import os diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py index 500db76b2f..7d11e37f4e 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ VDK Server plugin script. """ diff --git a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py index 08d4ab7727..8fe244f001 100644 --- a/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py +++ b/projects/vdk-plugins/vdk-server/src/vdk/plugin/server/server_plugin_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.retry import Retry diff --git a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py index 31e60ca7e8..69977abb0d 100644 --- a/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py +++ b/projects/vdk-plugins/vdk-server/tests/test_plugin_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 def test_plugin_template(): diff --git a/projects/vdk-plugins/vdk-snowflake/.plugin-ci.yml b/projects/vdk-plugins/vdk-snowflake/.plugin-ci.yml index bb6b1e256e..211df49c00 100644 --- a/projects/vdk-plugins/vdk-snowflake/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-snowflake/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-snowflake/setup.py b/projects/vdk-plugins/vdk-snowflake/setup.py index b32df9f5cb..d4fad92599 100644 --- a/projects/vdk-plugins/vdk-snowflake/setup.py +++ b/projects/vdk-plugins/vdk-snowflake/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py index b4a99e4d10..62cb9cf456 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.internal.core.config import Configuration from vdk.internal.core.config import ConfigurationBuilder diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py index 24fa93433c..bed967ffeb 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from typing import Any from typing import List diff --git a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py index 10a18cce4a..b2fd515861 100644 --- a/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/src/vdk/plugin/snowflake/snowflake_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import click diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py index 2144800a81..dae4754221 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch import pytest diff --git a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py index 22c2963fea..a5670b33ad 100644 --- a/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py +++ b/projects/vdk-plugins/vdk-snowflake/tests/test_snowflake_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-sqlite/.plugin-ci.yml b/projects/vdk-plugins/vdk-sqlite/.plugin-ci.yml index 86932219c3..c5ec9499c2 100644 --- a/projects/vdk-plugins/vdk-sqlite/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-sqlite/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-sqlite/setup.py b/projects/vdk-plugins/vdk-sqlite/setup.py index 4b91f51bf9..63d0c46aa2 100644 --- a/projects/vdk-plugins/vdk-sqlite/setup.py +++ b/projects/vdk-plugins/vdk-sqlite/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import setuptools """ diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py index 63d81c30d4..5bc740cc49 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/ingest_to_sqlite.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import collections import logging import pathlib diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py index 1f0f1dc73f..4999c412c7 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_configuration.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import tempfile diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py index a5419069e2..6f2bb83582 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib import tempfile diff --git a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py index 11f38739f5..9f53009a05 100644 --- a/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/src/vdk/plugin/sqlite/sqlite_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib diff --git a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py index 01aabfb2c3..d9ef46a0e9 100644 --- a/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py +++ b/projects/vdk-plugins/vdk-sqlite/tests/test_sqlite_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os from unittest import mock diff --git a/projects/vdk-plugins/vdk-test-utils/.plugin-ci.yml b/projects/vdk-plugins/vdk-test-utils/.plugin-ci.yml index 2150fa058b..e833e79d38 100644 --- a/projects/vdk-plugins/vdk-test-utils/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-test-utils/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-test-utils/setup.py b/projects/vdk-plugins/vdk-test-utils/setup.py index 172d45c800..60d7252a3c 100644 --- a/projects/vdk-plugins/vdk-test-utils/setup.py +++ b/projects/vdk-plugins/vdk-test-utils/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py index 6c4e2db5b0..94c1c1576d 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/ingest_util_plugins.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import datetime import logging import sys diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py index 23f13a8998..0c7edd4313 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_funcs.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib import traceback diff --git a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py index 84f9525899..d1f0c4c427 100644 --- a/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py +++ b/projects/vdk-plugins/vdk-test-utils/src/vdk/plugin/test_utils/util_plugins.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import pathlib import tempfile diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py index 47b6d17a03..f3305ac9f5 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_util_funcs.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import Optional from unittest.mock import MagicMock diff --git a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py index e79be33c8a..a669b6f4f9 100644 --- a/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py +++ b/projects/vdk-plugins/vdk-test-utils/tests/test_vdk_test_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.plugin.test_utils import util_funcs from vdk.plugin.test_utils import util_plugins diff --git a/projects/vdk-plugins/vdk-trino/.plugin-ci.yml b/projects/vdk-plugins/vdk-trino/.plugin-ci.yml index 09812d726f..2ed29ab4ff 100644 --- a/projects/vdk-plugins/vdk-trino/.plugin-ci.yml +++ b/projects/vdk-plugins/vdk-trino/.plugin-ci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 image: "python:3.7" diff --git a/projects/vdk-plugins/vdk-trino/setup.py b/projects/vdk-plugins/vdk-trino/setup.py index 25367ab1ee..652acff376 100644 --- a/projects/vdk-plugins/vdk-trino/setup.py +++ b/projects/vdk-plugins/vdk-trino/setup.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import pathlib import setuptools diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py index cabb50aed0..27896f6c0e 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/ingest_to_trino.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import math from typing import Any diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py index b751d58d5d..bc11e7846a 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/lineage_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import List from vdk.api.lineage.model.sql.model import LineageData diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py index e425509425..50514af827 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/00-verify-valid-target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py index f7b58e5224..be587b30f0 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd1/06-move-data-from-tmp-to-target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py index e425509425..50514af827 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/00-verify-valid-target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py index 6795abd0fd..2d112d5c94 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/01-add-props-for-args.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py index 7e81ceeac7..122a9a493f 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/dimension/scd2/07-move-data-from-tmp-to-target.py.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py index e425509425..50514af827 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/00-verify-valid-target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py index 3e2dc2607e..317d676223 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/templates/load/fact/periodic_snapshot/06-move-data-from-tmp-to-target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py index 6c3074b034..eeef48f58c 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_config.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from typing import cast from vdk.internal.core.config import Configuration diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py index 848f7f8bc9..3930e33fcc 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_connection.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from tenacity import before_sleep_log diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py index 298cc97ba5..fc222fcf44 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_plugin.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging import os import pathlib diff --git a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py index a869671fe1..cdc5d02116 100644 --- a/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/src/vdk/plugin/trino/trino_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from trino.exceptions import TrinoUserError diff --git a/projects/vdk-plugins/vdk-trino/tests/conftest.py b/projects/vdk-plugins/vdk-trino/tests/conftest.py index e0dcc02558..97ddcc2509 100644 --- a/projects/vdk-plugins/vdk-trino/tests/conftest.py +++ b/projects/vdk-plugins/vdk-trino/tests/conftest.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import time from unittest import mock diff --git a/projects/vdk-plugins/vdk-trino/tests/docker-compose.yml b/projects/vdk-plugins/vdk-trino/tests/docker-compose.yml index e35e301500..25b047b189 100644 --- a/projects/vdk-plugins/vdk-trino/tests/docker-compose.yml +++ b/projects/vdk-plugins/vdk-trino/tests/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 services: diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py index cf56a87ce6..0083e32f01 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd1 template test. """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py index 5784196738..335e1e0388 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd1_template_job/02_run_load_dimension_scd1_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py index edfa66f003..e428600851 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for an scd2 template test. """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py index 8362963563..7a1dfe5179 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_dimension_scd2_template_job/02_run_load_dimension_scd2_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py index 1beab3f27f..c7b2eb5b18 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for a periodic_snapshot template test. """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py index c2cf40be9e..86df8a2014 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job/02_run_load_fact_periodic_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py index a6c200876a..c2253846ba 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 """ Load example input data for a periodic_snapshot template test with empty source. """ diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py index c2cf40be9e..86df8a2014 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/load_fact_periodic_snapshot_template_job_empty_source/02_run_load_fact_periodic_snapshot_template.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py index 9f45838539..4de1e0367f 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_ingest_to_trino_job/10_ingest_to_trino.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import math diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py index 25271d4443..7643d97c5d 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/01_prepare_input_data.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py index 3ca54f5fe4..7b53a5ff8a 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/02_move_data_to_target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 from vdk.api.job_input import IJobInput from vdk.plugin.trino.trino_utils import TrinoTemplateQueries diff --git a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py index 0adb0d6036..b712a940f9 100644 --- a/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py +++ b/projects/vdk-plugins/vdk-trino/tests/jobs/test_move_data_strategy_job/03_check_target.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import logging from vdk.api.job_input import IJobInput diff --git a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py index 558d50200a..dbb99102ec 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_ingest_to_trino.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import pathlib from unittest import mock diff --git a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py index 224c918cfa..ac1688b62c 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_trino_sql.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py index 84033ebc9a..24e02976b6 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_templates.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py index db34381d43..198cba7f05 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import os import uuid from unittest import mock diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py index bc86cfcbe4..05fbf61034 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_lineage_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json from vdk.plugin.trino.lineage_utils import _get_input_tables_from_explain diff --git a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py index b3cfb352c6..8c525bcc65 100644 --- a/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py +++ b/projects/vdk-plugins/vdk-trino/tests/test_vdk_trino_utils.py @@ -1,7 +1,5 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 import json import os import pathlib diff --git a/support/gitlab-runners/install-runners.sh b/support/gitlab-runners/install-runners.sh index f62568b7ec..da5ecf5f23 100755 --- a/support/gitlab-runners/install-runners.sh +++ b/support/gitlab-runners/install-runners.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - NAMESPACE="cicd" if [ -z "$VALUES" ]; then diff --git a/support/gitlab-runners/purge-runners.sh b/support/gitlab-runners/purge-runners.sh index c1eecc4f4f..ee12eb9dcd 100755 --- a/support/gitlab-runners/purge-runners.sh +++ b/support/gitlab-runners/purge-runners.sh @@ -3,9 +3,6 @@ # Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 -# Copyright 2021 VMware, Inc. -# SPDX-License-Identifier: Apache-2.0 - RUNNER_NAME="vdk-gitlab-runner" NAMESPACE="cicd" diff --git a/support/gitlab-runners/values.yaml b/support/gitlab-runners/values.yaml index 15ca6fe610..0052e5915f 100644 --- a/support/gitlab-runners/values.yaml +++ b/support/gitlab-runners/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 VMware, Inc. +# Copyright 2021-2023 VMware, Inc. # SPDX-License-Identifier: Apache-2.0 ## The GitLab Server URL (with protocol) that want to register the runner against From dcc30c1ba0b06973c95d47663811171b5c8bd0d9 Mon Sep 17 00:00:00 2001 From: ivakoleva Date: Wed, 15 Feb 2023 11:02:49 +0200 Subject: [PATCH 6/6] versatile-data-kit: copyright notice year update Copyright notice year is out of date. Introduced a year range from 2021 to now. Reconfigured the pre-commit hook to handle the year flexibly: https://github.com/Lucas-C/pre-commit-hooks/blob/master/README.md #handling-years-flexibly Testing done: pre-commit hooks triggerred Signed-off-by: ivakoleva --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55d1cb5039..c8e76089ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,6 +72,7 @@ repos: - id: insert-license files: \.java$ args: + - --use-current-year - --license-filepath - NOTICE.txt - --comment-style @@ -79,11 +80,13 @@ repos: - id: insert-license files: \.py$ args: + - --use-current-year - --license-filepath - NOTICE.txt - id: insert-license files: \.sh$ args: + - --use-current-year - --license-filepath - NOTICE.txt # License header create issues in helm chart yaml files