From d811af4989550a5c4c7c06203b1b5e324653dabf Mon Sep 17 00:00:00 2001 From: Honnix Date: Thu, 28 Sep 2023 15:36:07 +0200 Subject: [PATCH] Use consistent header (#250) Signed-off-by: Hongxin Liang --- flytekit-api/src/main/java/org/flyte/api/v1/Binding.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/BindingData.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Blob.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/BlobMetadata.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/BlobType.java | 2 +- .../src/main/java/org/flyte/api/v1/BooleanExpression.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/BranchNode.java | 2 +- .../src/main/java/org/flyte/api/v1/ComparisonExpression.java | 2 +- .../src/main/java/org/flyte/api/v1/ConjunctionExpression.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Container.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/ContainerError.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/ContainerTask.java | 2 +- .../src/main/java/org/flyte/api/v1/ContainerTaskRegistrar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/CronSchedule.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/DynamicJobSpec.java | 2 +- .../src/main/java/org/flyte/api/v1/DynamicWorkflowTask.java | 2 +- .../java/org/flyte/api/v1/DynamicWorkflowTaskRegistrar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Identifier.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/IfBlock.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/IfElseBlock.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/KeyValuePair.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlan.java | 2 +- .../src/main/java/org/flyte/api/v1/LaunchPlanIdentifier.java | 2 +- .../src/main/java/org/flyte/api/v1/LaunchPlanRegistrar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Literal.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/LiteralType.java | 2 +- .../src/main/java/org/flyte/api/v1/NamedEntityIdentifier.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Node.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/NodeError.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/NodeMetadata.java | 2 +- .../src/main/java/org/flyte/api/v1/OnFailurePolicy.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Operand.java | 2 +- .../src/main/java/org/flyte/api/v1/OutputReference.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Parameter.java | 2 +- .../src/main/java/org/flyte/api/v1/PartialIdentifier.java | 2 +- .../main/java/org/flyte/api/v1/PartialLaunchPlanIdentifier.java | 2 +- .../src/main/java/org/flyte/api/v1/PartialTaskIdentifier.java | 2 +- .../main/java/org/flyte/api/v1/PartialWorkflowIdentifier.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Preconditions.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Primitive.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Registrar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Resources.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/RetryStrategy.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/RunnableNode.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java | 2 +- .../src/main/java/org/flyte/api/v1/RunnableTaskRegistrar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Scalar.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/SchemaType.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/SimpleType.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Struct.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Task.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/TaskIdentifier.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/TaskNode.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/TaskTemplate.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/TypedInterface.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/Variable.java | 2 +- .../src/main/java/org/flyte/api/v1/WorkflowIdentifier.java | 2 +- .../src/main/java/org/flyte/api/v1/WorkflowMetadata.java | 2 +- flytekit-api/src/main/java/org/flyte/api/v1/WorkflowNode.java | 2 +- .../src/main/java/org/flyte/api/v1/WorkflowTemplate.java | 2 +- .../main/java/org/flyte/api/v1/WorkflowTemplateRegistrar.java | 2 +- .../src/main/java/org/flyte/examples/AddQuestionTask.java | 2 +- .../src/main/java/org/flyte/examples/AllInputsLaunchPlan.java | 2 +- .../src/main/java/org/flyte/examples/AllInputsTask.java | 2 +- .../src/main/java/org/flyte/examples/AllInputsWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/BatchLookUpTask.java | 2 +- .../java/org/flyte/examples/ConditionalGreetingWorkflow.java | 2 +- .../java/org/flyte/examples/ContainerLaunchPlanRegistry.java | 2 +- .../src/main/java/org/flyte/examples/ContainerWorkflow.java | 2 +- .../main/java/org/flyte/examples/DynamicFibonacciWorkflow.java | 2 +- .../java/org/flyte/examples/DynamicFibonacciWorkflowTask.java | 2 +- .../src/main/java/org/flyte/examples/FibonacciLaunchPlan.java | 2 +- .../src/main/java/org/flyte/examples/FibonacciWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/GreetTask.java | 2 +- .../src/main/java/org/flyte/examples/HelloContainerTask.java | 2 +- .../src/main/java/org/flyte/examples/HelloWorldTask.java | 2 +- .../src/main/java/org/flyte/examples/HelloWorldWorkflow.java | 2 +- .../java/org/flyte/examples/NodeMetadataExampleWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/PhoneBookWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/PrintMessageTask.java | 2 +- .../main/java/org/flyte/examples/RemoteLaunchPlanExample.java | 2 +- .../src/main/java/org/flyte/examples/SimpleStructTask.java | 2 +- .../src/main/java/org/flyte/examples/SubWorkflow.java | 2 +- flytekit-examples/src/main/java/org/flyte/examples/SumTask.java | 2 +- .../src/main/java/org/flyte/examples/SumWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/UberWorkflow.java | 2 +- .../src/main/java/org/flyte/examples/WelcomeWorkflow.java | 2 +- .../src/test/java/org/flyte/examples/WorkflowTest.java | 2 +- .../flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java | 2 +- .../src/main/java/org/flyte/flytekit/jackson/Description.java | 2 +- .../main/java/org/flyte/flytekit/jackson/JacksonBindingMap.java | 2 +- .../main/java/org/flyte/flytekit/jackson/JacksonLiteralMap.java | 2 +- .../java/org/flyte/flytekit/jackson/JacksonSdkLiteralType.java | 2 +- .../main/java/org/flyte/flytekit/jackson/JacksonSdkType.java | 2 +- .../src/main/java/org/flyte/flytekit/jackson/LiteralTypes.java | 2 +- .../main/java/org/flyte/flytekit/jackson/ObjectMapperUtils.java | 2 +- .../main/java/org/flyte/flytekit/jackson/RootFormatVisitor.java | 2 +- .../java/org/flyte/flytekit/jackson/SdkLiteralTypeModule.java | 2 +- .../src/main/java/org/flyte/flytekit/jackson/SdkTypeModule.java | 2 +- .../java/org/flyte/flytekit/jackson/VariableMapVisitor.java | 2 +- .../jackson/deserializers/CustomSdkBindingDataDeserializer.java | 2 +- .../deserializers/CustomSdkBindingDataDeserializers.java | 2 +- .../org/flyte/flytekit/jackson/deserializers/JsonTokenUtil.java | 2 +- .../flytekit/jackson/deserializers/LiteralMapDeserializer.java | 2 +- .../flytekit/jackson/deserializers/LiteralMapDeserializers.java | 2 +- .../jackson/deserializers/LiteralStructDeserializer.java | 2 +- .../jackson/deserializers/SdkBindingDataDeserializer.java | 2 +- .../jackson/deserializers/SdkBindingDataDeserializers.java | 2 +- .../flytekit/jackson/serializers/BindingMapSerializer.java | 2 +- .../flytekit/jackson/serializers/BindingMapSerializers.java | 2 +- .../org/flyte/flytekit/jackson/serializers/BlobSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/BooleanSerializer.java | 2 +- .../flytekit/jackson/serializers/CollectionSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/DatetimeSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/DurationSerializer.java | 2 +- .../org/flyte/flytekit/jackson/serializers/FloatSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/GenericSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/IntegerSerializer.java | 2 +- .../flytekit/jackson/serializers/LiteralMapSerializer.java | 2 +- .../flytekit/jackson/serializers/LiteralMapSerializers.java | 2 +- .../flyte/flytekit/jackson/serializers/LiteralSerializer.java | 2 +- .../flytekit/jackson/serializers/LiteralSerializerFactory.java | 2 +- .../flytekit/jackson/serializers/LiteralTypeSerializer.java | 2 +- .../org/flyte/flytekit/jackson/serializers/MapSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/PrimitiveSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/ScalarSerializer.java | 2 +- .../serializers/SdkBindingDataSerializationProtocol.java | 2 +- .../flytekit/jackson/serializers/SdkBindingDataSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/StringSerializer.java | 2 +- .../flyte/flytekit/jackson/serializers/StructSerializer.java | 2 +- .../org/flyte/flytekit/jackson/JacksonSdkLiteralTypeTest.java | 2 +- .../java/org/flyte/flytekit/jackson/JacksonSdkTypeTest.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/Compiler.java | 2 +- .../src/main/java/org/flyte/flytekit/CompilerError.java | 2 +- .../src/main/java/org/flyte/flytekit/CompilerException.java | 2 +- .../java/org/flyte/flytekit/DefaultSdkWorkflowRegistry.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/IfBlockIdl.java | 2 +- .../src/main/java/org/flyte/flytekit/LiteralTypes.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/Literals.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkAppliedTransform.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkBindingData.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkBindingDataFactory.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkBooleanExpression.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkBranchNode.java | 2 +- .../main/java/org/flyte/flytekit/SdkComparisonExpression.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkCondition.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkConditionCase.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkConditions.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkConfig.java | 2 +- .../main/java/org/flyte/flytekit/SdkConjunctionExpression.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkContainerTask.java | 2 +- .../main/java/org/flyte/flytekit/SdkContainerTaskRegistrar.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkCronSchedule.java | 2 +- .../main/java/org/flyte/flytekit/SdkDynamicWorkflowTask.java | 2 +- .../org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrar.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkIfBlock.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkIfElseBlock.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkLaunchPlan.java | 2 +- .../main/java/org/flyte/flytekit/SdkLaunchPlanRegistrar.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistry.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkLiteralType.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkLiteralTypes.java | 2 +- .../java/org/flyte/flytekit/SdkMetadataDecoratorTransform.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkNode.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkNodeMetadata.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkNodeNamePolicy.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkRemoteLaunchPlan.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkRemoteTask.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkResources.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkRunnableTask.java | 2 +- .../main/java/org/flyte/flytekit/SdkRunnableTaskRegistrar.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkStruct.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkTaskNode.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkTransform.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkType.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkTypes.java | 2 +- flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflow.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkWorkflowBuilder.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkWorkflowMetadata.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkWorkflowNode.java | 2 +- .../src/main/java/org/flyte/flytekit/SdkWorkflowRegistry.java | 2 +- .../java/org/flyte/flytekit/SdkWorkflowTemplateRegistrar.java | 2 +- .../java/org/flyte/flytekit/SimpleSdkLaunchPlanRegistry.java | 2 +- .../src/main/java/org/flyte/flytekit/UnaryVariableSdkType.java | 2 +- .../src/main/java/org/flyte/flytekit/WorkflowTemplateIdl.java | 2 +- .../src/test/java/org/flyte/flytekit/LiteralsTest.java | 2 +- .../test/java/org/flyte/flytekit/SdkBindingDataFactoryTest.java | 2 +- .../java/org/flyte/flytekit/SdkContainerTaskRegistrarTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkCronScheduleTest.java | 2 +- .../org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrarTest.java | 2 +- .../java/org/flyte/flytekit/SdkLaunchPlanRegistrarTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkLaunchPlanTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkLiteralTypesTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkNodeNamePolicyTest.java | 2 +- .../test/java/org/flyte/flytekit/SdkRemoteLaunchPlanTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkRemoteTaskTest.java | 2 +- .../java/org/flyte/flytekit/SdkRunnableTaskRegistrarTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkStructTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkTransformTest.java | 2 +- .../test/java/org/flyte/flytekit/SdkWorkflowBuilderTest.java | 2 +- .../test/java/org/flyte/flytekit/SdkWorkflowRegistryTest.java | 2 +- .../org/flyte/flytekit/SdkWorkflowTemplateRegistrarTest.java | 2 +- .../flyte/flytekit/SdkWorkflowWithSdkRemoteLaunchPlanTest.java | 2 +- .../test/java/org/flyte/flytekit/SimpleSdkLaunchPlanTest.java | 2 +- .../src/test/java/org/flyte/flytekit/TestPairIntegerInput.java | 2 +- .../test/java/org/flyte/flytekit/TestUnaryBooleanOutput.java | 2 +- .../src/test/java/org/flyte/flytekit/TestUnaryIntegerInput.java | 2 +- .../test/java/org/flyte/flytekit/TestUnaryIntegerOutput.java | 2 +- .../test/java/org/flyte/flytekit/UnaryVariableSdkTypeTest.java | 2 +- .../java/org/flyte/localengine/BooleanExpressionEvaluator.java | 2 +- .../java/org/flyte/localengine/ChainedExecutionListener.java | 2 +- .../main/java/org/flyte/localengine/ExecutionBranchNode.java | 2 +- .../src/main/java/org/flyte/localengine/ExecutionContext.java | 2 +- .../src/main/java/org/flyte/localengine/ExecutionIfBlock.java | 2 +- .../src/main/java/org/flyte/localengine/ExecutionListener.java | 2 +- .../src/main/java/org/flyte/localengine/ExecutionNode.java | 2 +- .../main/java/org/flyte/localengine/ExecutionNodeCompiler.java | 2 +- .../src/main/java/org/flyte/localengine/LocalEngine.java | 2 +- .../main/java/org/flyte/localengine/NoopExecutionListener.java | 2 +- .../src/main/java/org/flyte/localengine/RunnableLaunchPlan.java | 2 +- .../org/flyte/localengine/BooleanExpressionEvaluatorTest.java | 2 +- .../org/flyte/localengine/ChainedExecutionListenerTest.java | 2 +- .../java/org/flyte/localengine/ExecutionBranchNodeTest.java | 2 +- .../java/org/flyte/localengine/ExecutionNodeCompilerTest.java | 2 +- .../src/test/java/org/flyte/localengine/ImmutableList.java | 2 +- .../src/test/java/org/flyte/localengine/ImmutableMap.java | 2 +- .../src/test/java/org/flyte/localengine/LocalEngineTest.java | 2 +- .../src/test/java/org/flyte/localengine/TestingListener.java | 2 +- .../localengine/examples/CollatzConjectureStepWorkflow.java | 2 +- .../java/org/flyte/localengine/examples/FibonacciWorkflow.java | 2 +- .../java/org/flyte/localengine/examples/InnerSubWorkflow.java | 2 +- .../src/test/java/org/flyte/localengine/examples/ListTask.java | 2 +- .../test/java/org/flyte/localengine/examples/ListWorkflow.java | 2 +- .../src/test/java/org/flyte/localengine/examples/MapTask.java | 2 +- .../test/java/org/flyte/localengine/examples/MapWorkflow.java | 2 +- .../java/org/flyte/localengine/examples/NestedSubWorkflow.java | 2 +- .../java/org/flyte/localengine/examples/OuterSubWorkflow.java | 2 +- .../test/java/org/flyte/localengine/examples/RetryableTask.java | 2 +- .../java/org/flyte/localengine/examples/RetryableWorkflow.java | 2 +- .../test/java/org/flyte/localengine/examples/StructTask.java | 2 +- .../java/org/flyte/localengine/examples/StructWorkflow.java | 2 +- .../src/test/java/org/flyte/localengine/examples/SumTask.java | 2 +- .../org/flyte/localengine/examples/TestTuple3IntegerInput.java | 2 +- .../org/flyte/localengine/examples/TestUnaryIntegerOutput.java | 2 +- .../src/main/java/org/flyte/flytekit/testing/LiteralTypes.java | 2 +- .../src/main/java/org/flyte/flytekit/testing/Literals.java | 2 +- .../src/main/java/org/flyte/flytekit/testing/Preconditions.java | 2 +- .../java/org/flyte/flytekit/testing/SdkTestingExecutor.java | 2 +- .../org/flyte/flytekit/testing/TestingRunnableLaunchPlan.java | 2 +- .../java/org/flyte/flytekit/testing/TestingRunnableNode.java | 2 +- .../java/org/flyte/flytekit/testing/TestingRunnableTask.java | 2 +- .../main/java/org/flyte/flytekit/testing/TestingWorkflow.java | 2 +- .../java/org/flyte/flytekit/testing/FibonacciWorkflowTest.java | 2 +- .../java/org/flyte/flytekit/testing/IfElseWorkflowTest.java | 2 +- .../test/java/org/flyte/flytekit/testing/LiteralTypesTest.java | 2 +- .../src/test/java/org/flyte/flytekit/testing/RemoteSumTask.java | 2 +- .../java/org/flyte/flytekit/testing/RemoteVoidOutputTask.java | 2 +- .../java/org/flyte/flytekit/testing/SdkTestingExecutorTest.java | 2 +- .../src/test/java/org/flyte/flytekit/testing/SumTask.java | 2 +- .../org/flyte/flytekit/testing/TestingRunnableNodeTest.java | 2 +- .../java/org/flyte/integrationtests/BranchNodeWorkflow.java | 2 +- .../main/java/org/flyte/integrationtests/ConstStringTask.java | 2 +- .../src/main/java/org/flyte/integrationtests/FailingTask.java | 2 +- .../java/org/flyte/integrationtests/LaunchPlanRegistry.java | 2 +- .../java/org/flyte/integrationtests/structs/BQReference.java | 2 +- .../org/flyte/integrationtests/structs/BuildBqReference.java | 2 +- .../org/flyte/integrationtests/structs/MockLookupBqTask.java | 2 +- .../flyte/integrationtests/structs/MockPipelineWorkflow.java | 2 +- integration-tests/src/test/java/org/flyte/AdditionalIT.java | 2 +- integration-tests/src/test/java/org/flyte/FlyteContainer.java | 2 +- integration-tests/src/test/java/org/flyte/JavaExamplesIT.java | 2 +- integration-tests/src/test/java/org/flyte/SerializeJavaIT.java | 2 +- .../src/test/java/org/flyte/utils/FlyteSandboxClient.java | 2 +- .../src/test/java/org/flyte/utils/FlyteSandboxContainer.java | 2 +- .../src/test/java/org/flyte/utils/FlyteSandboxNetwork.java | 2 +- .../src/test/java/org/flyte/utils/JFlyteContainer.java | 2 +- integration-tests/src/test/java/org/flyte/utils/Literal.java | 2 +- .../src/test/java/org/flyte/utils/NotRunningWaitStrategy.java | 2 +- jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystem.java | 2 +- .../src/main/java/org/flyte/jflyte/api/FileSystemRegistrar.java | 2 +- jflyte-api/src/main/java/org/flyte/jflyte/api/Manifest.java | 2 +- jflyte-api/src/main/java/org/flyte/jflyte/api/Token.java | 2 +- jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSource.java | 2 +- .../src/main/java/org/flyte/jflyte/api/TokenSourceFactory.java | 2 +- .../java/org/flyte/jflyte/api/TokenSourceFactoryRegistrar.java | 2 +- jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystem.java | 2 +- .../main/java/org/flyte/jflyte/aws/S3FileSystemRegistrar.java | 2 +- .../main/java/org/flyte/jflyte/aws/S3WritableByteChannel.java | 2 +- .../src/test/java/org/flyte/jflyte/aws/S3FileSystemIT.java | 2 +- .../src/main/java/org/flyte/jflyte/gcp/GcpTokenSource.java | 2 +- .../main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java | 2 +- .../org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java | 2 +- .../src/main/java/org/flyte/jflyte/gcp/GcsFileSystem.java | 2 +- .../main/java/org/flyte/jflyte/gcp/GcsFileSystemRegistrar.java | 2 +- .../src/main/java/org/flyte/jflyte/gcp/GoogleAuthHelper.java | 2 +- .../flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java | 2 +- .../src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java | 2 +- .../src/test/java/org/flyte/jflyte/gcp/GcsFileSystemTest.java | 2 +- jflyte-utils/src/main/java/org/flyte/jflyte/utils/Artifact.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ArtifactStager.java | 2 +- .../org/flyte/jflyte/utils/AuthorizationHeaderInterceptor.java | 2 +- .../main/java/org/flyte/jflyte/utils/ChildFirstClassLoader.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ClassLoaders.java | 2 +- .../main/java/org/flyte/jflyte/utils/CompletableFutures.java | 2 +- jflyte-utils/src/main/java/org/flyte/jflyte/utils/Config.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ExecutionConfig.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/FileSystemLoader.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/FlyteAdminClient.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/GrpcRetries.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/IdentifierRewrite.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/JFlyteCustom.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/MoreCollectors.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/PackageLoader.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ProjectClosure.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ProtoReader.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ProtoUtil.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/ProtoWriter.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/QuantityUtil.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/Registrars.java | 2 +- jflyte-utils/src/main/java/org/flyte/jflyte/utils/TaskSpec.java | 2 +- .../java/org/flyte/jflyte/utils/TokenSourceFactoryLoader.java | 2 +- .../main/java/org/flyte/jflyte/utils/WorkflowNodeVisitor.java | 2 +- .../src/main/java/org/flyte/jflyte/utils/WorkflowSpec.java | 2 +- jflyte-utils/src/test/java/org/flyte/jflyte/utils/ApiUtils.java | 2 +- .../flyte/jflyte/utils/AuthorizationHeaderInterceptorTest.java | 2 +- .../java/org/flyte/jflyte/utils/ChildFirstClassLoaderTest.java | 2 +- .../java/org/flyte/jflyte/utils/CompletableFuturesTest.java | 2 +- .../test/java/org/flyte/jflyte/utils/FileSystemExtension.java | 2 +- .../test/java/org/flyte/jflyte/utils/FlyteAdminClientTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/GrpcRetriesTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/GrpcUtils.java | 2 +- .../test/java/org/flyte/jflyte/utils/IdentifierRewriteTest.java | 2 +- .../test/java/org/flyte/jflyte/utils/InMemoryFileSystem.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/JFlyteCustomTest.java | 2 +- .../test/java/org/flyte/jflyte/utils/ProjectClosureTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/ProtoReaderTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/ProtoUtilTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/ProtoWriterTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/QuantityUtilTest.java | 2 +- .../src/test/java/org/flyte/jflyte/utils/TestAdminService.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/Execute.java | 2 +- .../src/main/java/org/flyte/jflyte/ExecuteDynamicWorkflow.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/ExecuteLocal.java | 2 +- .../src/main/java/org/flyte/jflyte/ExecuteLocalArgsParser.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalLoader.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/LiteralTypeConverter.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/Main.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/Modules.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/RegisterWorkflows.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/SerializeWorkflows.java | 2 +- jflyte/src/main/java/org/flyte/jflyte/StringUtil.java | 2 +- jflyte/src/test/java/org/flyte/jflyte/ApiUtils.java | 2 +- .../test/java/org/flyte/jflyte/ExecuteLocalArgsParserTest.java | 2 +- .../src/test/java/org/flyte/jflyte/ExecuteLocalLoaderTest.java | 2 +- jflyte/src/test/java/org/flyte/jflyte/StringUtilTest.java | 2 +- pom.xml | 2 +- 357 files changed, 357 insertions(+), 357 deletions(-) diff --git a/flytekit-api/src/main/java/org/flyte/api/v1/Binding.java b/flytekit-api/src/main/java/org/flyte/api/v1/Binding.java index 052218fb6..99767a859 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Binding.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Binding.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/BindingData.java b/flytekit-api/src/main/java/org/flyte/api/v1/BindingData.java index bf3f6bb8f..8f7106cab 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/BindingData.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/BindingData.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Blob.java b/flytekit-api/src/main/java/org/flyte/api/v1/Blob.java index be6e9af95..0a12b4432 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Blob.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Blob.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/BlobMetadata.java b/flytekit-api/src/main/java/org/flyte/api/v1/BlobMetadata.java index d21164b54..e096ad014 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/BlobMetadata.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/BlobMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/BlobType.java b/flytekit-api/src/main/java/org/flyte/api/v1/BlobType.java index 739f101db..9d730d82a 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/BlobType.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/BlobType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/BooleanExpression.java b/flytekit-api/src/main/java/org/flyte/api/v1/BooleanExpression.java index 668a850a2..10ab80d2d 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/BooleanExpression.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/BooleanExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/BranchNode.java b/flytekit-api/src/main/java/org/flyte/api/v1/BranchNode.java index f225f1ad9..aa50dbcb9 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/BranchNode.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/BranchNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/ComparisonExpression.java b/flytekit-api/src/main/java/org/flyte/api/v1/ComparisonExpression.java index a944eaf8a..c28306654 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/ComparisonExpression.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/ComparisonExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/ConjunctionExpression.java b/flytekit-api/src/main/java/org/flyte/api/v1/ConjunctionExpression.java index 77be12ad6..605997ad1 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/ConjunctionExpression.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/ConjunctionExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Container.java b/flytekit-api/src/main/java/org/flyte/api/v1/Container.java index 12b6219b9..e1977f48f 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Container.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Container.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/ContainerError.java b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerError.java index 554542b12..126ddf111 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/ContainerError.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerError.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTask.java b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTask.java index 6ec9365ef..0e3ba1a01 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTask.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTaskRegistrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTaskRegistrar.java index 3a7610493..01d20f390 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTaskRegistrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/ContainerTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/CronSchedule.java b/flytekit-api/src/main/java/org/flyte/api/v1/CronSchedule.java index d4903c8ff..f53cfcb8e 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/CronSchedule.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/CronSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/DynamicJobSpec.java b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicJobSpec.java index 6e9fe2a30..2da003f2e 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/DynamicJobSpec.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicJobSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTask.java b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTask.java index 1c461aeaa..e4fff1c38 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTask.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTaskRegistrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTaskRegistrar.java index 33b9dfa56..86347c28b 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTaskRegistrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/DynamicWorkflowTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Identifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/Identifier.java index 1cde4a3db..121e32ccb 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Identifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Identifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/IfBlock.java b/flytekit-api/src/main/java/org/flyte/api/v1/IfBlock.java index 5a8f1a90b..d77da4ecc 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/IfBlock.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/IfBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/IfElseBlock.java b/flytekit-api/src/main/java/org/flyte/api/v1/IfElseBlock.java index e54e3bfce..255780e74 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/IfElseBlock.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/IfElseBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/KeyValuePair.java b/flytekit-api/src/main/java/org/flyte/api/v1/KeyValuePair.java index a72739fa7..ab720d5f1 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/KeyValuePair.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/KeyValuePair.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlan.java b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlan.java index 46466dce0..6a8118c6d 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlan.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanIdentifier.java index 0cc764e9f..018ef86c0 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanRegistrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanRegistrar.java index 2737fa895..9d75713d3 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanRegistrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/LaunchPlanRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Literal.java b/flytekit-api/src/main/java/org/flyte/api/v1/Literal.java index 3e844ae12..d1907b655 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Literal.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Literal.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/LiteralType.java b/flytekit-api/src/main/java/org/flyte/api/v1/LiteralType.java index cb331a2c5..8c52deef1 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/LiteralType.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/LiteralType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/NamedEntityIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/NamedEntityIdentifier.java index 061edc0cd..acf08d811 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/NamedEntityIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/NamedEntityIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Node.java b/flytekit-api/src/main/java/org/flyte/api/v1/Node.java index d7fcf0058..152b179c9 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Node.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Node.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/NodeError.java b/flytekit-api/src/main/java/org/flyte/api/v1/NodeError.java index fc85da89a..35e969487 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/NodeError.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/NodeError.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/NodeMetadata.java b/flytekit-api/src/main/java/org/flyte/api/v1/NodeMetadata.java index 2f3e58cba..dfa08d97d 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/NodeMetadata.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/NodeMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/OnFailurePolicy.java b/flytekit-api/src/main/java/org/flyte/api/v1/OnFailurePolicy.java index 704f5be59..81eb416ca 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/OnFailurePolicy.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/OnFailurePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Operand.java b/flytekit-api/src/main/java/org/flyte/api/v1/Operand.java index f2f8dc49b..7a836c4f5 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Operand.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Operand.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/OutputReference.java b/flytekit-api/src/main/java/org/flyte/api/v1/OutputReference.java index 815a7ab48..d511ac850 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/OutputReference.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/OutputReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Parameter.java b/flytekit-api/src/main/java/org/flyte/api/v1/Parameter.java index 3cffe7bfe..6bf8b43c6 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Parameter.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Parameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/PartialIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/PartialIdentifier.java index ff471f6bd..264ef7f77 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/PartialIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/PartialIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/PartialLaunchPlanIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/PartialLaunchPlanIdentifier.java index f92bb98d4..12166330c 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/PartialLaunchPlanIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/PartialLaunchPlanIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/PartialTaskIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/PartialTaskIdentifier.java index 383c7651d..5a3f5df1b 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/PartialTaskIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/PartialTaskIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/PartialWorkflowIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/PartialWorkflowIdentifier.java index 1ea2aab62..0dfbb701e 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/PartialWorkflowIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/PartialWorkflowIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Preconditions.java b/flytekit-api/src/main/java/org/flyte/api/v1/Preconditions.java index d19659ff3..62f6cedfb 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Preconditions.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Primitive.java b/flytekit-api/src/main/java/org/flyte/api/v1/Primitive.java index 8f04c3781..e93234ae2 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Primitive.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Primitive.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Registrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/Registrar.java index 8b123c03c..249a0ed02 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Registrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Registrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Resources.java b/flytekit-api/src/main/java/org/flyte/api/v1/Resources.java index 12ae6e294..0d777bb81 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Resources.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/RetryStrategy.java b/flytekit-api/src/main/java/org/flyte/api/v1/RetryStrategy.java index 839f60e81..667f11332 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/RetryStrategy.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/RetryStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/RunnableNode.java b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableNode.java index aa632908e..187cf830e 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/RunnableNode.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java index e96ee6b8a..63f60e43f 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTaskRegistrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTaskRegistrar.java index 3a606e4ee..7b7a7b2a1 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTaskRegistrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/RunnableTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Scalar.java b/flytekit-api/src/main/java/org/flyte/api/v1/Scalar.java index d0b1c36aa..99df63658 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Scalar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Scalar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/SchemaType.java b/flytekit-api/src/main/java/org/flyte/api/v1/SchemaType.java index 6c35838d8..293ebfb4f 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/SchemaType.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/SchemaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/SimpleType.java b/flytekit-api/src/main/java/org/flyte/api/v1/SimpleType.java index 1e4632ef2..6b0f551b9 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/SimpleType.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/SimpleType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Struct.java b/flytekit-api/src/main/java/org/flyte/api/v1/Struct.java index da0cd0678..63a29f296 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Struct.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Struct.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Task.java b/flytekit-api/src/main/java/org/flyte/api/v1/Task.java index a834bd246..c58a845dd 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Task.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Task.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/TaskIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/TaskIdentifier.java index b886a77af..4d19f4888 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/TaskIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/TaskIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/TaskNode.java b/flytekit-api/src/main/java/org/flyte/api/v1/TaskNode.java index 1acda0618..8fe3c79af 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/TaskNode.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/TaskNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/TaskTemplate.java b/flytekit-api/src/main/java/org/flyte/api/v1/TaskTemplate.java index a11c00366..5a48c8900 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/TaskTemplate.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/TaskTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/TypedInterface.java b/flytekit-api/src/main/java/org/flyte/api/v1/TypedInterface.java index 1a79419b3..5e101c9f1 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/TypedInterface.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/TypedInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/Variable.java b/flytekit-api/src/main/java/org/flyte/api/v1/Variable.java index 528ec23d8..15db48ae9 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/Variable.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/Variable.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowIdentifier.java b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowIdentifier.java index 28393cecf..d69858358 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowIdentifier.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowMetadata.java b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowMetadata.java index e13e8a0d6..9de8ecfe2 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowMetadata.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowNode.java b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowNode.java index 97220e7ac..fdadbd71d 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowNode.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplate.java b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplate.java index 3e8e24ab8..ec32a04ca 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplate.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplateRegistrar.java b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplateRegistrar.java index 5c6e8804e..c14b7d317 100644 --- a/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplateRegistrar.java +++ b/flytekit-api/src/main/java/org/flyte/api/v1/WorkflowTemplateRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/AddQuestionTask.java b/flytekit-examples/src/main/java/org/flyte/examples/AddQuestionTask.java index 535c42bc1..5accc02f2 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/AddQuestionTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/AddQuestionTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/AllInputsLaunchPlan.java b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsLaunchPlan.java index 6d3636a43..c07f326e3 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/AllInputsLaunchPlan.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/AllInputsTask.java b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsTask.java index 862bad5e6..da50d076b 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/AllInputsTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/AllInputsWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsWorkflow.java index 50c76dfb3..26e888172 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/AllInputsWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/AllInputsWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/BatchLookUpTask.java b/flytekit-examples/src/main/java/org/flyte/examples/BatchLookUpTask.java index 5e5a68cc0..9fe4cdecb 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/BatchLookUpTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/BatchLookUpTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/ConditionalGreetingWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/ConditionalGreetingWorkflow.java index d2bc23250..55b762407 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/ConditionalGreetingWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/ConditionalGreetingWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/ContainerLaunchPlanRegistry.java b/flytekit-examples/src/main/java/org/flyte/examples/ContainerLaunchPlanRegistry.java index e6e4ae3c2..d18716089 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/ContainerLaunchPlanRegistry.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/ContainerLaunchPlanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/ContainerWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/ContainerWorkflow.java index 7f05e2ca1..1a6931c58 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/ContainerWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/ContainerWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflow.java index 7c6391b94..452890f29 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflowTask.java b/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflowTask.java index 930ff44da..799da743a 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflowTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/DynamicFibonacciWorkflowTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/FibonacciLaunchPlan.java b/flytekit-examples/src/main/java/org/flyte/examples/FibonacciLaunchPlan.java index 932a2fbf5..a4471eb08 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/FibonacciLaunchPlan.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/FibonacciLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/FibonacciWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/FibonacciWorkflow.java index cf71deeff..fe693129c 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/FibonacciWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/FibonacciWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/GreetTask.java b/flytekit-examples/src/main/java/org/flyte/examples/GreetTask.java index 6a1535f19..adf9a5467 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/GreetTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/GreetTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/HelloContainerTask.java b/flytekit-examples/src/main/java/org/flyte/examples/HelloContainerTask.java index 9c5522e5d..eeab43309 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/HelloContainerTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/HelloContainerTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldTask.java b/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldTask.java index f19e5c290..f1219cd5c 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldWorkflow.java index 73a7fcf1f..d2939cd83 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/HelloWorldWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/NodeMetadataExampleWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/NodeMetadataExampleWorkflow.java index 961f3d16c..9580473da 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/NodeMetadataExampleWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/NodeMetadataExampleWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/PhoneBookWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/PhoneBookWorkflow.java index af6548f8a..bb9eeba5c 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/PhoneBookWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/PhoneBookWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/PrintMessageTask.java b/flytekit-examples/src/main/java/org/flyte/examples/PrintMessageTask.java index 7995d95f1..b7110f3f7 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/PrintMessageTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/PrintMessageTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/RemoteLaunchPlanExample.java b/flytekit-examples/src/main/java/org/flyte/examples/RemoteLaunchPlanExample.java index 311965f11..3dbff4807 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/RemoteLaunchPlanExample.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/RemoteLaunchPlanExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/SimpleStructTask.java b/flytekit-examples/src/main/java/org/flyte/examples/SimpleStructTask.java index 38b7934f3..1cd06a5e6 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/SimpleStructTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/SimpleStructTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/SubWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/SubWorkflow.java index 780c8eddc..b4ba55c7b 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/SubWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/SubWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/SumTask.java b/flytekit-examples/src/main/java/org/flyte/examples/SumTask.java index eb27bfe99..3426ace31 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/SumTask.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/SumTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/SumWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/SumWorkflow.java index 564b1996f..840f4a37d 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/SumWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/SumWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/UberWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/UberWorkflow.java index 737a01d5a..50b66c1f0 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/UberWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/UberWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/main/java/org/flyte/examples/WelcomeWorkflow.java b/flytekit-examples/src/main/java/org/flyte/examples/WelcomeWorkflow.java index ececc35d0..97218363c 100644 --- a/flytekit-examples/src/main/java/org/flyte/examples/WelcomeWorkflow.java +++ b/flytekit-examples/src/main/java/org/flyte/examples/WelcomeWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-examples/src/test/java/org/flyte/examples/WorkflowTest.java b/flytekit-examples/src/test/java/org/flyte/examples/WorkflowTest.java index b79a68ef9..b2e000de7 100644 --- a/flytekit-examples/src/test/java/org/flyte/examples/WorkflowTest.java +++ b/flytekit-examples/src/test/java/org/flyte/examples/WorkflowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java index 14240b787..d33daaadd 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/Description.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/Description.java index a8aa583fd..fe20b9014 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/Description.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/Description.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonBindingMap.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonBindingMap.java index f7dd6a8f9..dc34533ef 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonBindingMap.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonBindingMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonLiteralMap.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonLiteralMap.java index e2bcc4212..54306b59e 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonLiteralMap.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonLiteralMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkLiteralType.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkLiteralType.java index 66c4709c8..0be5ba34f 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkLiteralType.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkLiteralType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkType.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkType.java index c1f16dcdb..f73da969f 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkType.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/JacksonSdkType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/LiteralTypes.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/LiteralTypes.java index 48c96b6ca..de55eb467 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/LiteralTypes.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/LiteralTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/ObjectMapperUtils.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/ObjectMapperUtils.java index a8b21f1a1..fa21cba8d 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/ObjectMapperUtils.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/ObjectMapperUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/RootFormatVisitor.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/RootFormatVisitor.java index 35b4da39c..3ca9e99dc 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/RootFormatVisitor.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/RootFormatVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkLiteralTypeModule.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkLiteralTypeModule.java index 223a9a5ca..861a1c640 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkLiteralTypeModule.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkLiteralTypeModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkTypeModule.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkTypeModule.java index fcf68b059..17f71c25a 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkTypeModule.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/SdkTypeModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/VariableMapVisitor.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/VariableMapVisitor.java index bb37ab5de..183e00444 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/VariableMapVisitor.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/VariableMapVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializer.java index 32837a3c7..f28937ae4 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializers.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializers.java index 0dcacc8b3..6ab0aafd6 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializers.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/CustomSdkBindingDataDeserializers.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/JsonTokenUtil.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/JsonTokenUtil.java index 0399b5fd5..20789f69c 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/JsonTokenUtil.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/JsonTokenUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializer.java index d35bd202f..0e855c188 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializers.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializers.java index b0f298adb..f3015c3da 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializers.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralMapDeserializers.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralStructDeserializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralStructDeserializer.java index 7563a3b86..0c17f55d5 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralStructDeserializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/LiteralStructDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializer.java index 1c35de390..e99acdd8a 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializers.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializers.java index e6e5a1fa4..fd582f36c 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializers.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/deserializers/SdkBindingDataDeserializers.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializer.java index 72b7eb8b3..3af7ae342 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializers.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializers.java index a5f0be37d..1e2ae4453 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializers.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BindingMapSerializers.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BlobSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BlobSerializer.java index 7f3b9b07b..282376109 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BlobSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BlobSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BooleanSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BooleanSerializer.java index eb488f109..75e3cc234 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BooleanSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/BooleanSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/CollectionSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/CollectionSerializer.java index adee129bc..945eda094 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/CollectionSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/CollectionSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DatetimeSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DatetimeSerializer.java index dbbeb26af..e2192feb7 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DatetimeSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DatetimeSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DurationSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DurationSerializer.java index 654269d09..10549f2b1 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DurationSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/DurationSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/FloatSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/FloatSerializer.java index 077676a29..758e9fe36 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/FloatSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/FloatSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/GenericSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/GenericSerializer.java index 3f41f2a59..12ec69e18 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/GenericSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/GenericSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/IntegerSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/IntegerSerializer.java index 786a98a9b..3c912dc2d 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/IntegerSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/IntegerSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializer.java index 2235b9f14..b9e5a1027 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializers.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializers.java index 250abdc2b..ba40cf958 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializers.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralMapSerializers.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializer.java index 7d539b235..f85a39bd5 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializerFactory.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializerFactory.java index 88ddaf59d..c5f8710b2 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializerFactory.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralSerializerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralTypeSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralTypeSerializer.java index f590c180c..1cbecb7eb 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralTypeSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/LiteralTypeSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/MapSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/MapSerializer.java index b9c6e287f..a697d768b 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/MapSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/MapSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/PrimitiveSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/PrimitiveSerializer.java index 15f77f70b..cf5da9c17 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/PrimitiveSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/PrimitiveSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/ScalarSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/ScalarSerializer.java index 962ee1f3e..97f2e9d9f 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/ScalarSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/ScalarSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializationProtocol.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializationProtocol.java index 3ab52de65..86af1b5fc 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializationProtocol.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializationProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializer.java index 494e00995..084c92871 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/SdkBindingDataSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StringSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StringSerializer.java index ca31edc14..86f6d08f8 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StringSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StringSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StructSerializer.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StructSerializer.java index 6c81f60f4..6c5e50593 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StructSerializer.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/serializers/StructSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkLiteralTypeTest.java b/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkLiteralTypeTest.java index d1b976899..ee8926537 100644 --- a/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkLiteralTypeTest.java +++ b/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkLiteralTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkTypeTest.java b/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkTypeTest.java index 8111e64d6..b4b6ce995 100644 --- a/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkTypeTest.java +++ b/flytekit-jackson/src/test/java/org/flyte/flytekit/jackson/JacksonSdkTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/Compiler.java b/flytekit-java/src/main/java/org/flyte/flytekit/Compiler.java index 5683be948..0c7356755 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/Compiler.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/Compiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/CompilerError.java b/flytekit-java/src/main/java/org/flyte/flytekit/CompilerError.java index d4202ac75..a9f21f76d 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/CompilerError.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/CompilerError.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/CompilerException.java b/flytekit-java/src/main/java/org/flyte/flytekit/CompilerException.java index ef2cbe9d5..8f1388a84 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/CompilerException.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/CompilerException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/DefaultSdkWorkflowRegistry.java b/flytekit-java/src/main/java/org/flyte/flytekit/DefaultSdkWorkflowRegistry.java index c2f9a0365..adb9a4853 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/DefaultSdkWorkflowRegistry.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/DefaultSdkWorkflowRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/IfBlockIdl.java b/flytekit-java/src/main/java/org/flyte/flytekit/IfBlockIdl.java index 8518ff0ae..6525a19c5 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/IfBlockIdl.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/IfBlockIdl.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/LiteralTypes.java b/flytekit-java/src/main/java/org/flyte/flytekit/LiteralTypes.java index 918f397d7..4cf7a376f 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/LiteralTypes.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/LiteralTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/Literals.java b/flytekit-java/src/main/java/org/flyte/flytekit/Literals.java index 8b3bd7861..1c18ee674 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/Literals.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/Literals.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkAppliedTransform.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkAppliedTransform.java index fffbadeb4..1086426de 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkAppliedTransform.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkAppliedTransform.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingData.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingData.java index 42cbe1460..04003f3dd 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingData.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingData.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingDataFactory.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingDataFactory.java index c74e55b3a..757e5bf10 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingDataFactory.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBindingDataFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkBooleanExpression.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBooleanExpression.java index 7b463414c..f5e5e2af4 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkBooleanExpression.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBooleanExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkBranchNode.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBranchNode.java index 91288d35d..9f89aa16d 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkBranchNode.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkBranchNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkComparisonExpression.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkComparisonExpression.java index 049ab4584..4ae3faa33 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkComparisonExpression.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkComparisonExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkCondition.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkCondition.java index 9f34e3623..cdb6f3d86 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkCondition.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditionCase.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditionCase.java index 03c47c253..22a0e5a1e 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditionCase.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditionCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditions.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditions.java index 6cfcccd30..b0b9d56e6 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditions.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkConfig.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConfig.java index 6ab3c693b..bf464b854 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkConfig.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkConjunctionExpression.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConjunctionExpression.java index a4daf708b..2af29bf67 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkConjunctionExpression.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkConjunctionExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTask.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTask.java index c02b97dc2..f7d8d8b02 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTask.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTaskRegistrar.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTaskRegistrar.java index aa21355e3..a95345107 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTaskRegistrar.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkContainerTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkCronSchedule.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkCronSchedule.java index de948d00a..949707b3e 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkCronSchedule.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkCronSchedule.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTask.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTask.java index 9a7b803a4..5a95c8d81 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTask.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrar.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrar.java index 3a6d23b19..41016a404 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrar.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfBlock.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfBlock.java index 735cc6256..ca0d00fe2 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfBlock.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfElseBlock.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfElseBlock.java index de61c1141..3d38beca5 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfElseBlock.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkIfElseBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlan.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlan.java index 0ffaa3a83..7e234ffa4 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlan.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistrar.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistrar.java index 34d359a08..9913b18df 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistrar.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistry.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistry.java index 38101045d..72f5bd2d2 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistry.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLaunchPlanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralType.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralType.java index 7eed0e10c..7c5faaaae 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralType.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralTypes.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralTypes.java index 1b695f717..f09073ea9 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralTypes.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkLiteralTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkMetadataDecoratorTransform.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkMetadataDecoratorTransform.java index fbe3ad6ff..eea417bc4 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkMetadataDecoratorTransform.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkMetadataDecoratorTransform.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkNode.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNode.java index c00cd0de2..fbd0eedcd 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkNode.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeMetadata.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeMetadata.java index e16dafba6..e86044f4e 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeMetadata.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeNamePolicy.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeNamePolicy.java index 6a45b7862..70787b949 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeNamePolicy.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkNodeNamePolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteLaunchPlan.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteLaunchPlan.java index 157cafdd4..8cd4b7fc2 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteLaunchPlan.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteTask.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteTask.java index 1f5abcf7f..79b8e00d5 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteTask.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRemoteTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkResources.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkResources.java index d3fc51f3f..96bfa4d23 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkResources.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTask.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTask.java index 6772f75de..f0119f6b7 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTask.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTaskRegistrar.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTaskRegistrar.java index bfa982b45..daa9b9c78 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTaskRegistrar.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkRunnableTaskRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkStruct.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkStruct.java index 33063738e..4603e8ae4 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkStruct.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkStruct.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkTaskNode.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTaskNode.java index d89fec83c..6e0ff1e92 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkTaskNode.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTaskNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkTransform.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTransform.java index 9d44e9a58..9f771c618 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkTransform.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTransform.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkType.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkType.java index b3b5d0588..523f205ec 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkType.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkTypes.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTypes.java index 885df0a7a..0e3b4ab76 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkTypes.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflow.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflow.java index 86e98ad9a..ca1c59d9a 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflow.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowBuilder.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowBuilder.java index be8788158..e8da2fa1c 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowBuilder.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowMetadata.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowMetadata.java index a6ee33476..b4485edd8 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowMetadata.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowNode.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowNode.java index ed3ff9d80..68055db3b 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowNode.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowRegistry.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowRegistry.java index 34a6416e0..f6b740025 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowRegistry.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrar.java b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrar.java index 8d6078c84..207d68989 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrar.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/SimpleSdkLaunchPlanRegistry.java b/flytekit-java/src/main/java/org/flyte/flytekit/SimpleSdkLaunchPlanRegistry.java index 84105c0e3..73966bb0c 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/SimpleSdkLaunchPlanRegistry.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/SimpleSdkLaunchPlanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/UnaryVariableSdkType.java b/flytekit-java/src/main/java/org/flyte/flytekit/UnaryVariableSdkType.java index a0402a908..8af740d8f 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/UnaryVariableSdkType.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/UnaryVariableSdkType.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/main/java/org/flyte/flytekit/WorkflowTemplateIdl.java b/flytekit-java/src/main/java/org/flyte/flytekit/WorkflowTemplateIdl.java index 26d29dbde..0e1302b3b 100644 --- a/flytekit-java/src/main/java/org/flyte/flytekit/WorkflowTemplateIdl.java +++ b/flytekit-java/src/main/java/org/flyte/flytekit/WorkflowTemplateIdl.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/LiteralsTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/LiteralsTest.java index 08a87eab8..6b41435d4 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/LiteralsTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/LiteralsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkBindingDataFactoryTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkBindingDataFactoryTest.java index eaf26d4d3..e17e29cfc 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkBindingDataFactoryTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkBindingDataFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkContainerTaskRegistrarTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkContainerTaskRegistrarTest.java index 98e0031cb..5b40a81b5 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkContainerTaskRegistrarTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkContainerTaskRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkCronScheduleTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkCronScheduleTest.java index 99cd802d4..3203b0d7a 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkCronScheduleTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkCronScheduleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrarTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrarTest.java index dfd8c0e86..617021d4a 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrarTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkDynamicWorkflowTaskRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanRegistrarTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanRegistrarTest.java index e56c1fade..769b5d533 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanRegistrarTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanTest.java index c9aa9f12e..bace2a7fb 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLaunchPlanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkLiteralTypesTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLiteralTypesTest.java index d1b2d9b4e..3ad568d5c 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkLiteralTypesTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkLiteralTypesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java index d1a967e76..16cb9c23d 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeNamePolicyTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeNamePolicyTest.java index b34071ef9..7acbb5d12 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeNamePolicyTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeNamePolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteLaunchPlanTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteLaunchPlanTest.java index eb728a6b1..c3c602a7c 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteLaunchPlanTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteLaunchPlanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteTaskTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteTaskTest.java index bac98fa15..5f5f780fc 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteTaskTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRemoteTaskTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkRunnableTaskRegistrarTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRunnableTaskRegistrarTest.java index a00914de4..625ae1bd6 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkRunnableTaskRegistrarTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkRunnableTaskRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java index 2e7e5197d..237ccb54d 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkTransformTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkTransformTest.java index ac0ecd231..14e32055f 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkTransformTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkTransformTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowBuilderTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowBuilderTest.java index 969cf2940..015cc3962 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowBuilderTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowRegistryTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowRegistryTest.java index ccd64bf9a..886a00c87 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowRegistryTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrarTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrarTest.java index f9fc99449..682df4a36 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrarTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowTemplateRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowWithSdkRemoteLaunchPlanTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowWithSdkRemoteLaunchPlanTest.java index be4da5590..d2a4384ad 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowWithSdkRemoteLaunchPlanTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkWorkflowWithSdkRemoteLaunchPlanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/SimpleSdkLaunchPlanTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SimpleSdkLaunchPlanTest.java index 539510fda..40ae5c385 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SimpleSdkLaunchPlanTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SimpleSdkLaunchPlanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/TestPairIntegerInput.java b/flytekit-java/src/test/java/org/flyte/flytekit/TestPairIntegerInput.java index eb73d84c4..4bbd4ffdd 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/TestPairIntegerInput.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/TestPairIntegerInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryBooleanOutput.java b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryBooleanOutput.java index 252c18047..1384fda50 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryBooleanOutput.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryBooleanOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerInput.java b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerInput.java index 2418994e7..73cdbb1b4 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerInput.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerOutput.java b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerOutput.java index ede6eb0c6..236d71af5 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerOutput.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/TestUnaryIntegerOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-java/src/test/java/org/flyte/flytekit/UnaryVariableSdkTypeTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/UnaryVariableSdkTypeTest.java index 1943ea69d..d20ebe901 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/UnaryVariableSdkTypeTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/UnaryVariableSdkTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/BooleanExpressionEvaluator.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/BooleanExpressionEvaluator.java index c45d11799..b9abc6cac 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/BooleanExpressionEvaluator.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/BooleanExpressionEvaluator.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Flyte Authors + * Copyright 2022 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ChainedExecutionListener.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ChainedExecutionListener.java index a2ea2152f..87c42a2c3 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ChainedExecutionListener.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ChainedExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionBranchNode.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionBranchNode.java index 7ae1a604e..7e0d06867 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionBranchNode.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionBranchNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionContext.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionContext.java index 3ddb6ed71..70dab69b8 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionContext.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionIfBlock.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionIfBlock.java index 827d4231b..1b342025f 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionIfBlock.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionIfBlock.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionListener.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionListener.java index 29546807d..7fb7eedd1 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionListener.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNode.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNode.java index f6687d3fb..74f4aca9f 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNode.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNodeCompiler.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNodeCompiler.java index 0bb579df5..aea8f6272 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNodeCompiler.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/ExecutionNodeCompiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/LocalEngine.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/LocalEngine.java index de2f8c177..86cb6b9a6 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/LocalEngine.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/LocalEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/NoopExecutionListener.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/NoopExecutionListener.java index 953b6e4c9..00ca79f84 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/NoopExecutionListener.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/NoopExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/main/java/org/flyte/localengine/RunnableLaunchPlan.java b/flytekit-local-engine/src/main/java/org/flyte/localengine/RunnableLaunchPlan.java index 7350ede42..a14d770b1 100644 --- a/flytekit-local-engine/src/main/java/org/flyte/localengine/RunnableLaunchPlan.java +++ b/flytekit-local-engine/src/main/java/org/flyte/localengine/RunnableLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/BooleanExpressionEvaluatorTest.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/BooleanExpressionEvaluatorTest.java index 4d5c03b95..294687b29 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/BooleanExpressionEvaluatorTest.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/BooleanExpressionEvaluatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Flyte Authors + * Copyright 2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/ChainedExecutionListenerTest.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/ChainedExecutionListenerTest.java index 9d65b16ff..e75665540 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/ChainedExecutionListenerTest.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/ChainedExecutionListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionBranchNodeTest.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionBranchNodeTest.java index 9bbaa0685..e48adb396 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionBranchNodeTest.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionBranchNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 Flyte Authors + * Copyright 2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionNodeCompilerTest.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionNodeCompilerTest.java index 8717d3537..5bdd3531a 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionNodeCompilerTest.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/ExecutionNodeCompilerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableList.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableList.java index 5b705754a..abd9b8a16 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableList.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableList.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableMap.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableMap.java index 96ab2a51d..e9784404a 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableMap.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/ImmutableMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/LocalEngineTest.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/LocalEngineTest.java index 514de7ce3..b2814c814 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/LocalEngineTest.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/LocalEngineTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/TestingListener.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/TestingListener.java index 81a9dd8ad..abc09da7c 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/TestingListener.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/TestingListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/CollatzConjectureStepWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/CollatzConjectureStepWorkflow.java index c3750b70f..1de1eed3d 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/CollatzConjectureStepWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/CollatzConjectureStepWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/FibonacciWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/FibonacciWorkflow.java index 9bbfdb799..11710e772 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/FibonacciWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/FibonacciWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/InnerSubWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/InnerSubWorkflow.java index cc106acb8..1dae52e54 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/InnerSubWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/InnerSubWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListTask.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListTask.java index cb442615e..112727b0a 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListTask.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListWorkflow.java index a2194d6e2..0a6078674 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/ListWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapTask.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapTask.java index ebb110f4f..617b35b0b 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapTask.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapWorkflow.java index bb6074e2e..0e7bcbc32 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/MapWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/NestedSubWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/NestedSubWorkflow.java index 628947dac..ef5381862 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/NestedSubWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/NestedSubWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/OuterSubWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/OuterSubWorkflow.java index 76885fc82..7945243dd 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/OuterSubWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/OuterSubWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableTask.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableTask.java index 5f3460b57..c844881da 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableTask.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableWorkflow.java index 576817b19..c6c1796e3 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/RetryableWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructTask.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructTask.java index 1cd526dc3..67379cc92 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructTask.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructWorkflow.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructWorkflow.java index 7b5462213..5becde4ea 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructWorkflow.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/StructWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/SumTask.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/SumTask.java index cee248c3d..05a511c29 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/SumTask.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/SumTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestTuple3IntegerInput.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestTuple3IntegerInput.java index 6efda44c2..a0b7ffb63 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestTuple3IntegerInput.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestTuple3IntegerInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestUnaryIntegerOutput.java b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestUnaryIntegerOutput.java index 9dd5a7c36..db79c94f3 100644 --- a/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestUnaryIntegerOutput.java +++ b/flytekit-local-engine/src/test/java/org/flyte/localengine/examples/TestUnaryIntegerOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Flyte Authors + * Copyright 2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/LiteralTypes.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/LiteralTypes.java index 97a14e6a6..d73c6c246 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/LiteralTypes.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/LiteralTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Literals.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Literals.java index bf4284f22..677e3698d 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Literals.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Literals.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Preconditions.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Preconditions.java index f9b978ad3..6b0f4b6e0 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Preconditions.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/SdkTestingExecutor.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/SdkTestingExecutor.java index b187ff77f..965f21183 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/SdkTestingExecutor.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/SdkTestingExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableLaunchPlan.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableLaunchPlan.java index 1ded7b6c5..d0fb29bdf 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableLaunchPlan.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableLaunchPlan.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableNode.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableNode.java index 8ef239c0c..2df1b28b7 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableNode.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableTask.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableTask.java index c59de3daa..f89995155 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableTask.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingRunnableTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingWorkflow.java b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingWorkflow.java index b1461f90e..0339fb180 100644 --- a/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingWorkflow.java +++ b/flytekit-testing/src/main/java/org/flyte/flytekit/testing/TestingWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/FibonacciWorkflowTest.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/FibonacciWorkflowTest.java index eaf1f8947..83a975d25 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/FibonacciWorkflowTest.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/FibonacciWorkflowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/IfElseWorkflowTest.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/IfElseWorkflowTest.java index 263c2faa1..24b1562a1 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/IfElseWorkflowTest.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/IfElseWorkflowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/LiteralTypesTest.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/LiteralTypesTest.java index 7785abf08..9974594d4 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/LiteralTypesTest.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/LiteralTypesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteSumTask.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteSumTask.java index b625a072f..64454bd27 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteSumTask.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteSumTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteVoidOutputTask.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteVoidOutputTask.java index b2b7d74d4..f8ffe6d2a 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteVoidOutputTask.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/RemoteVoidOutputTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SdkTestingExecutorTest.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SdkTestingExecutorTest.java index 51b2269b4..c07a63590 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SdkTestingExecutorTest.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SdkTestingExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SumTask.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SumTask.java index 1242ccb1a..63e8914e9 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SumTask.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/SumTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/flytekit-testing/src/test/java/org/flyte/flytekit/testing/TestingRunnableNodeTest.java b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/TestingRunnableNodeTest.java index a578d2e50..d8b7501e6 100644 --- a/flytekit-testing/src/test/java/org/flyte/flytekit/testing/TestingRunnableNodeTest.java +++ b/flytekit-testing/src/test/java/org/flyte/flytekit/testing/TestingRunnableNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/BranchNodeWorkflow.java b/integration-tests/src/main/java/org/flyte/integrationtests/BranchNodeWorkflow.java index aafe85e97..067c49850 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/BranchNodeWorkflow.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/BranchNodeWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/ConstStringTask.java b/integration-tests/src/main/java/org/flyte/integrationtests/ConstStringTask.java index 56002eabc..e5b7c5d20 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/ConstStringTask.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/ConstStringTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/FailingTask.java b/integration-tests/src/main/java/org/flyte/integrationtests/FailingTask.java index 5e80a901a..38c844734 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/FailingTask.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/FailingTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/LaunchPlanRegistry.java b/integration-tests/src/main/java/org/flyte/integrationtests/LaunchPlanRegistry.java index aadbf9dda..03855d81b 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/LaunchPlanRegistry.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/LaunchPlanRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/structs/BQReference.java b/integration-tests/src/main/java/org/flyte/integrationtests/structs/BQReference.java index 503d5036f..0da75a2c3 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/structs/BQReference.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/structs/BQReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/structs/BuildBqReference.java b/integration-tests/src/main/java/org/flyte/integrationtests/structs/BuildBqReference.java index 46c463a33..0e78c9774 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/structs/BuildBqReference.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/structs/BuildBqReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockLookupBqTask.java b/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockLookupBqTask.java index 6139cccf5..9e82df7ca 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockLookupBqTask.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockLookupBqTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockPipelineWorkflow.java b/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockPipelineWorkflow.java index 982920486..d1b565e77 100644 --- a/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockPipelineWorkflow.java +++ b/integration-tests/src/main/java/org/flyte/integrationtests/structs/MockPipelineWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/AdditionalIT.java b/integration-tests/src/test/java/org/flyte/AdditionalIT.java index 147e0a1ea..3c9914312 100644 --- a/integration-tests/src/test/java/org/flyte/AdditionalIT.java +++ b/integration-tests/src/test/java/org/flyte/AdditionalIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/FlyteContainer.java b/integration-tests/src/test/java/org/flyte/FlyteContainer.java index 859ddefbf..a95fe7d76 100644 --- a/integration-tests/src/test/java/org/flyte/FlyteContainer.java +++ b/integration-tests/src/test/java/org/flyte/FlyteContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/JavaExamplesIT.java b/integration-tests/src/test/java/org/flyte/JavaExamplesIT.java index 87b5f9b8c..f3bf204a1 100644 --- a/integration-tests/src/test/java/org/flyte/JavaExamplesIT.java +++ b/integration-tests/src/test/java/org/flyte/JavaExamplesIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/SerializeJavaIT.java b/integration-tests/src/test/java/org/flyte/SerializeJavaIT.java index e597ea8e7..9d9caac47 100644 --- a/integration-tests/src/test/java/org/flyte/SerializeJavaIT.java +++ b/integration-tests/src/test/java/org/flyte/SerializeJavaIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxClient.java b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxClient.java index 025a280c7..3e8a9c502 100644 --- a/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxClient.java +++ b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxContainer.java b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxContainer.java index 7a4a78b60..d7a1d87bf 100644 --- a/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxContainer.java +++ b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java index 50abe4d29..4ecb5688f 100644 --- a/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java +++ b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/JFlyteContainer.java b/integration-tests/src/test/java/org/flyte/utils/JFlyteContainer.java index 376da5e2f..89d0dea3e 100644 --- a/integration-tests/src/test/java/org/flyte/utils/JFlyteContainer.java +++ b/integration-tests/src/test/java/org/flyte/utils/JFlyteContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/Literal.java b/integration-tests/src/test/java/org/flyte/utils/Literal.java index d47c3f343..14ec472ce 100644 --- a/integration-tests/src/test/java/org/flyte/utils/Literal.java +++ b/integration-tests/src/test/java/org/flyte/utils/Literal.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/integration-tests/src/test/java/org/flyte/utils/NotRunningWaitStrategy.java b/integration-tests/src/test/java/org/flyte/utils/NotRunningWaitStrategy.java index 0903ef79b..492e1df15 100644 --- a/integration-tests/src/test/java/org/flyte/utils/NotRunningWaitStrategy.java +++ b/integration-tests/src/test/java/org/flyte/utils/NotRunningWaitStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystem.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystem.java index 77b1f87f3..0e4bc5992 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystem.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystemRegistrar.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystemRegistrar.java index fd635a245..dfe630008 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystemRegistrar.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/FileSystemRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/Manifest.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/Manifest.java index ca137462a..815ba2d62 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/Manifest.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/Manifest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/Token.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/Token.java index 9a83a7e98..6b61b02e0 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/Token.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/Token.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSource.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSource.java index e7c07d186..92435d7de 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSource.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactory.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactory.java index 2418449af..cf6d304f0 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactory.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactoryRegistrar.java b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactoryRegistrar.java index 89accd608..fb9281154 100644 --- a/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactoryRegistrar.java +++ b/jflyte-api/src/main/java/org/flyte/jflyte/api/TokenSourceFactoryRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystem.java b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystem.java index 176ecf2fd..c878a6557 100644 --- a/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystem.java +++ b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystemRegistrar.java b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystemRegistrar.java index c505ff207..d36b578f7 100644 --- a/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystemRegistrar.java +++ b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3FileSystemRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3WritableByteChannel.java b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3WritableByteChannel.java index 41b2d0561..e2126c121 100644 --- a/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3WritableByteChannel.java +++ b/jflyte-aws/src/main/java/org/flyte/jflyte/aws/S3WritableByteChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-aws/src/test/java/org/flyte/jflyte/aws/S3FileSystemIT.java b/jflyte-aws/src/test/java/org/flyte/jflyte/aws/S3FileSystemIT.java index 037c6e704..1b02d7b89 100644 --- a/jflyte-aws/src/test/java/org/flyte/jflyte/aws/S3FileSystemIT.java +++ b/jflyte-aws/src/test/java/org/flyte/jflyte/aws/S3FileSystemIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSource.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSource.java index 92bdbc1f1..46fa89439 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSource.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java index 243dda836..5c3e7c1a5 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java index 3db6561fb..dbeafda30 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystem.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystem.java index 5f6077b2d..0e50b6ee2 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystem.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystemRegistrar.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystemRegistrar.java index 18dd35e67..d3aec8dfd 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystemRegistrar.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcsFileSystemRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GoogleAuthHelper.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GoogleAuthHelper.java index 3e066cde8..57ca3cd18 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GoogleAuthHelper.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GoogleAuthHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 Flyte Authors + * Copyright 2021-2022 Flyte Authors. * * 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/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java index df5a18b71..43deeebcd 100644 --- a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java +++ b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java index f7e8f7c77..0392a38ec 100644 --- a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java +++ b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * 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/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcsFileSystemTest.java b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcsFileSystemTest.java index 54c018df2..22ac3ab47 100644 --- a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcsFileSystemTest.java +++ b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcsFileSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Artifact.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Artifact.java index 423867c0b..804e3c344 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Artifact.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Artifact.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ArtifactStager.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ArtifactStager.java index 71f8103aa..d1125ba6c 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ArtifactStager.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ArtifactStager.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptor.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptor.java index 1c2716b22..984cac95a 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptor.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ChildFirstClassLoader.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ChildFirstClassLoader.java index c5dd921f0..c2bbdaf7d 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ChildFirstClassLoader.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ChildFirstClassLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ClassLoaders.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ClassLoaders.java index 0477499f1..6ac997094 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ClassLoaders.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ClassLoaders.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/CompletableFutures.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/CompletableFutures.java index ed66b5df7..88b033d3c 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/CompletableFutures.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/CompletableFutures.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Config.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Config.java index a985ef100..5bac4e087 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Config.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ExecutionConfig.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ExecutionConfig.java index 7855eb696..9e085bc5f 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ExecutionConfig.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ExecutionConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FileSystemLoader.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FileSystemLoader.java index d40622a6c..8af46d12e 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FileSystemLoader.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FileSystemLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FlyteAdminClient.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FlyteAdminClient.java index 30923cb7f..3fc6bf812 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FlyteAdminClient.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/FlyteAdminClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/GrpcRetries.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/GrpcRetries.java index f19cace4a..bdcde5630 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/GrpcRetries.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/GrpcRetries.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/IdentifierRewrite.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/IdentifierRewrite.java index 1ae75a7ec..715db5044 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/IdentifierRewrite.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/IdentifierRewrite.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/JFlyteCustom.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/JFlyteCustom.java index 237cd541f..f5ef1b338 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/JFlyteCustom.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/JFlyteCustom.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/MoreCollectors.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/MoreCollectors.java index e8e3409cc..901db6222 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/MoreCollectors.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/MoreCollectors.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/PackageLoader.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/PackageLoader.java index 62855af1a..8579acb07 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/PackageLoader.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/PackageLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProjectClosure.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProjectClosure.java index 32e0f489d..54445a403 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProjectClosure.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProjectClosure.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoReader.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoReader.java index 3db04869d..367df83d3 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoReader.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoUtil.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoUtil.java index 64de5d83f..3821db033 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoUtil.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoWriter.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoWriter.java index b8759ec98..c74415f1f 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoWriter.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/ProtoWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/QuantityUtil.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/QuantityUtil.java index 92cf5ef5a..4c90ba86f 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/QuantityUtil.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/QuantityUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Registrars.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Registrars.java index beffa3640..f0ca413fb 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Registrars.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/Registrars.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TaskSpec.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TaskSpec.java index 4d42a2f3c..fc17ff186 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TaskSpec.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TaskSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TokenSourceFactoryLoader.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TokenSourceFactoryLoader.java index a30ed1cee..b6a83108a 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TokenSourceFactoryLoader.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/TokenSourceFactoryLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowNodeVisitor.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowNodeVisitor.java index 2e91081f8..a6b9f73f3 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowNodeVisitor.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowNodeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowSpec.java b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowSpec.java index d07993535..f125799df 100644 --- a/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowSpec.java +++ b/jflyte-utils/src/main/java/org/flyte/jflyte/utils/WorkflowSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ApiUtils.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ApiUtils.java index f8007d37e..2b7c278a5 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ApiUtils.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ApiUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptorTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptorTest.java index dacb9979c..3a58259e4 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptorTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/AuthorizationHeaderInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ChildFirstClassLoaderTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ChildFirstClassLoaderTest.java index 337ce57fe..151b08f7e 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ChildFirstClassLoaderTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ChildFirstClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/CompletableFuturesTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/CompletableFuturesTest.java index 3dbfc0ed2..e9b64b4d0 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/CompletableFuturesTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/CompletableFuturesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FileSystemExtension.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FileSystemExtension.java index f19f6e64e..2ff0d4030 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FileSystemExtension.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FileSystemExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FlyteAdminClientTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FlyteAdminClientTest.java index fb8b0fa79..0c4658b74 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FlyteAdminClientTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/FlyteAdminClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcRetriesTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcRetriesTest.java index 3f871556a..52a513a3c 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcRetriesTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcRetriesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcUtils.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcUtils.java index df3b01548..76d639aee 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcUtils.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/GrpcUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/IdentifierRewriteTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/IdentifierRewriteTest.java index b5fe89f56..2783b6304 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/IdentifierRewriteTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/IdentifierRewriteTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/InMemoryFileSystem.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/InMemoryFileSystem.java index 2dd6b4f0f..1c38ae0b3 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/InMemoryFileSystem.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/InMemoryFileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/JFlyteCustomTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/JFlyteCustomTest.java index c29c57ea8..aeddb60a9 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/JFlyteCustomTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/JFlyteCustomTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProjectClosureTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProjectClosureTest.java index 1a5445906..924107a60 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProjectClosureTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProjectClosureTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoReaderTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoReaderTest.java index 9b23827c8..c591ae5af 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoReaderTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoUtilTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoUtilTest.java index 15eed156b..9993b7e8b 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoUtilTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoWriterTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoWriterTest.java index e47160adf..bd7cbd001 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoWriterTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/ProtoWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/QuantityUtilTest.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/QuantityUtilTest.java index 5b5852ca1..15bea0842 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/QuantityUtilTest.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/QuantityUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Flyte Authors + * Copyright 2022-2023 Flyte Authors. * * 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/jflyte-utils/src/test/java/org/flyte/jflyte/utils/TestAdminService.java b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/TestAdminService.java index cb2c7a358..4b04f331b 100644 --- a/jflyte-utils/src/test/java/org/flyte/jflyte/utils/TestAdminService.java +++ b/jflyte-utils/src/test/java/org/flyte/jflyte/utils/TestAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/Execute.java b/jflyte/src/main/java/org/flyte/jflyte/Execute.java index 72e53aa8d..56d30415b 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/Execute.java +++ b/jflyte/src/main/java/org/flyte/jflyte/Execute.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/ExecuteDynamicWorkflow.java b/jflyte/src/main/java/org/flyte/jflyte/ExecuteDynamicWorkflow.java index 96db3a1d7..a2c847824 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/ExecuteDynamicWorkflow.java +++ b/jflyte/src/main/java/org/flyte/jflyte/ExecuteDynamicWorkflow.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocal.java b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocal.java index 044af6afa..e975ece75 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocal.java +++ b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocal.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalArgsParser.java b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalArgsParser.java index e2b94bd6c..93a6cadcb 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalArgsParser.java +++ b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalArgsParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalLoader.java b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalLoader.java index 6923786a4..7b0ee9639 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalLoader.java +++ b/jflyte/src/main/java/org/flyte/jflyte/ExecuteLocalLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/LiteralTypeConverter.java b/jflyte/src/main/java/org/flyte/jflyte/LiteralTypeConverter.java index 379132953..d4b408bd8 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/LiteralTypeConverter.java +++ b/jflyte/src/main/java/org/flyte/jflyte/LiteralTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/Main.java b/jflyte/src/main/java/org/flyte/jflyte/Main.java index 2afc730c5..ea00a1d08 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/Main.java +++ b/jflyte/src/main/java/org/flyte/jflyte/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/Modules.java b/jflyte/src/main/java/org/flyte/jflyte/Modules.java index 19f9043a6..7da773eb6 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/Modules.java +++ b/jflyte/src/main/java/org/flyte/jflyte/Modules.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/RegisterWorkflows.java b/jflyte/src/main/java/org/flyte/jflyte/RegisterWorkflows.java index a11cb11fc..4c8f97e1a 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/RegisterWorkflows.java +++ b/jflyte/src/main/java/org/flyte/jflyte/RegisterWorkflows.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Flyte Authors + * Copyright 2020-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/SerializeWorkflows.java b/jflyte/src/main/java/org/flyte/jflyte/SerializeWorkflows.java index dd72f0bee..afd8fc95d 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/SerializeWorkflows.java +++ b/jflyte/src/main/java/org/flyte/jflyte/SerializeWorkflows.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2023 Flyte Authors + * Copyright 2021-2023 Flyte Authors. * * 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/jflyte/src/main/java/org/flyte/jflyte/StringUtil.java b/jflyte/src/main/java/org/flyte/jflyte/StringUtil.java index f5b407970..6a112e249 100644 --- a/jflyte/src/main/java/org/flyte/jflyte/StringUtil.java +++ b/jflyte/src/main/java/org/flyte/jflyte/StringUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte/src/test/java/org/flyte/jflyte/ApiUtils.java b/jflyte/src/test/java/org/flyte/jflyte/ApiUtils.java index 1f7ab2895..605104c85 100644 --- a/jflyte/src/test/java/org/flyte/jflyte/ApiUtils.java +++ b/jflyte/src/test/java/org/flyte/jflyte/ApiUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalArgsParserTest.java b/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalArgsParserTest.java index 232c2e1be..69ffe5fb9 100644 --- a/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalArgsParserTest.java +++ b/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalArgsParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 Flyte Authors + * Copyright 2020-2022 Flyte Authors. * * 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/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalLoaderTest.java b/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalLoaderTest.java index 73a411945..6b34fd20d 100644 --- a/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalLoaderTest.java +++ b/jflyte/src/test/java/org/flyte/jflyte/ExecuteLocalLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/jflyte/src/test/java/org/flyte/jflyte/StringUtilTest.java b/jflyte/src/test/java/org/flyte/jflyte/StringUtilTest.java index 7fc13541b..70c1e2a5d 100644 --- a/jflyte/src/test/java/org/flyte/jflyte/StringUtilTest.java +++ b/jflyte/src/test/java/org/flyte/jflyte/StringUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020-2021 Flyte Authors + * Copyright 2020-2021 Flyte Authors. * * 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/pom.xml b/pom.xml index e2b083c19..8502c0bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -420,7 +420,7 @@