From 850d9e0f8c620b77e013ba7b4e4775bca24494ce Mon Sep 17 00:00:00 2001 From: Martin Traverse Date: Thu, 7 Nov 2024 11:32:36 +0000 Subject: [PATCH] Update license headers - /* comments, 2022 --- examples/apps/javascript/src/streaming.js | 11 ++++++----- tracdap-api/packages/web/api_builder.js | 11 ++++++----- tracdap-api/packages/web/api_mapping.js | 11 ++++++----- tracdap-api/packages/web/wrapper.js | 11 ++++++----- tracdap-api/tracdap-config/build.gradle | 11 ++++++----- .../src/main/proto/tracdap/config/common.proto | 11 ++++++----- .../src/main/proto/tracdap/config/job.proto | 11 ++++++----- .../src/main/proto/tracdap/config/platform.proto | 11 ++++++----- .../src/main/proto/tracdap/config/result.proto | 11 ++++++----- .../src/main/proto/tracdap/config/runtime.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/common.proto | 11 ++++++----- .../finos/tracdap/common/auth/external/AuthLogic.java | 11 ++++++----- .../tracdap/common/auth/external/AuthResult.java | 11 ++++++----- .../tracdap/common/auth/external/AuthResultCode.java | 11 ++++++----- .../common/auth/external/Http1AuthHandler.java | 11 ++++++----- .../common/auth/external/Http1AuthHeaders.java | 11 ++++++----- .../common/auth/external/Http2AuthHeaders.java | 11 ++++++----- .../tracdap/common/auth/external/IAuthHeaders.java | 11 ++++++----- .../tracdap/common/auth/external/IAuthProvider.java | 11 ++++++----- .../auth/external/common/BasicAuthProvider.java | 11 ++++++----- .../common/auth/external/common/CommonAuthPlugin.java | 11 ++++++----- .../auth/external/common/GuestAuthProvider.java | 11 ++++++----- .../tracdap/common/auth/internal/JwtProcessor.java | 11 ++++++----- .../tracdap/common/auth/internal/JwtValidator.java | 11 ++++++----- .../finos/tracdap/common/config/ConfigDefaults.java | 11 ++++++----- .../org/finos/tracdap/common/config/ConfigFormat.java | 11 ++++++----- .../org/finos/tracdap/common/config/ConfigKeys.java | 11 ++++++----- .../finos/tracdap/common/config/ConfigManager.java | 11 ++++++----- .../org/finos/tracdap/common/config/ConfigParser.java | 11 ++++++----- .../finos/tracdap/common/config/CryptoHelpers.java | 11 ++++++----- .../finos/tracdap/common/config/IConfigLoader.java | 11 ++++++----- .../finos/tracdap/common/config/ISecretLoader.java | 11 ++++++----- .../tracdap/common/config/local/JksSecretLoader.java | 11 ++++++----- .../common/config/local/LocalConfigLoader.java | 11 ++++++----- .../common/config/local/LocalConfigPlugin.java | 11 ++++++----- .../tracdap/common/exception/EAuthorization.java | 11 ++++++----- .../org/finos/tracdap/common/exception/ECache.java | 11 ++++++----- .../tracdap/common/exception/ECacheNotFound.java | 11 ++++++----- .../finos/tracdap/common/exception/ECacheTicket.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EConfig.java | 11 ++++++----- .../finos/tracdap/common/exception/EConfigLoad.java | 11 ++++++----- .../finos/tracdap/common/exception/EConfigParse.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EData.java | 11 ++++++----- .../tracdap/common/exception/EDataConstraint.java | 11 ++++++----- .../tracdap/common/exception/EDataCorruption.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EDataSize.java | 11 ++++++----- .../common/exception/EDataTypeNotSupported.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EExecutor.java | 11 ++++++----- .../tracdap/common/exception/EExecutorAccess.java | 11 ++++++----- .../tracdap/common/exception/EExecutorFailure.java | 11 ++++++----- .../common/exception/EExecutorUnavailable.java | 11 ++++++----- .../tracdap/common/exception/EExecutorValidation.java | 11 ++++++----- .../tracdap/common/exception/EInputValidation.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EMetadata.java | 11 ++++++----- .../tracdap/common/exception/EMetadataBadUpdate.java | 11 ++++++----- .../tracdap/common/exception/EMetadataCorrupt.java | 11 ++++++----- .../tracdap/common/exception/EMetadataDuplicate.java | 11 ++++++----- .../tracdap/common/exception/EMetadataNotFound.java | 11 ++++++----- .../tracdap/common/exception/EMetadataWrongType.java | 11 ++++++----- .../org/finos/tracdap/common/exception/ENetwork.java | 11 ++++++----- .../finos/tracdap/common/exception/ENetworkHttp.java | 11 ++++++----- .../tracdap/common/exception/EPluginNotAvailable.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EStartup.java | 11 ++++++----- .../org/finos/tracdap/common/exception/EStorage.java | 11 ++++++----- .../tracdap/common/exception/EStorageAccess.java | 11 ++++++----- .../common/exception/EStorageCommunication.java | 11 ++++++----- .../tracdap/common/exception/EStorageConfig.java | 11 ++++++----- .../tracdap/common/exception/EStorageRequest.java | 11 ++++++----- .../tracdap/common/exception/EStorageValidation.java | 11 ++++++----- .../tracdap/common/exception/ETenantNotFound.java | 11 ++++++----- .../org/finos/tracdap/common/exception/ETrac.java | 11 ++++++----- .../finos/tracdap/common/exception/ETracInternal.java | 11 ++++++----- .../finos/tracdap/common/exception/ETracPublic.java | 11 ++++++----- .../finos/tracdap/common/exception/EUnexpected.java | 11 ++++++----- .../finos/tracdap/common/exception/EValidation.java | 11 ++++++----- .../tracdap/common/exception/EValidationGap.java | 11 ++++++----- .../tracdap/common/exception/EVersionValidation.java | 11 ++++++----- .../finos/tracdap/common/grpc/GrpcErrorMapping.java | 11 ++++++----- .../tracdap/common/grpc/GrpcServerRequestStream.java | 11 ++++++----- .../tracdap/common/grpc/GrpcServerResponseStream.java | 11 ++++++----- .../org/finos/tracdap/common/grpc/GrpcServerWrap.java | 11 ++++++----- .../tracdap/common/grpc/LoggingClientInterceptor.java | 11 ++++++----- .../tracdap/common/grpc/LoggingServerInterceptor.java | 11 ++++++----- .../finos/tracdap/common/metadata/MetadataCodec.java | 11 ++++++----- .../tracdap/common/metadata/MetadataConstants.java | 11 ++++++----- .../finos/tracdap/common/metadata/MetadataUtil.java | 11 ++++++----- .../org/finos/tracdap/common/metadata/PartKeys.java | 11 ++++++----- .../org/finos/tracdap/common/metadata/TypeSystem.java | 11 ++++++----- .../finos/tracdap/common/plugin/IPluginManager.java | 11 ++++++----- .../org/finos/tracdap/common/plugin/ITracPlugin.java | 11 ++++++----- .../org/finos/tracdap/common/plugin/PluginKey.java | 11 ++++++----- .../finos/tracdap/common/plugin/PluginManager.java | 11 ++++++----- .../tracdap/common/plugin/PluginServiceInfo.java | 11 ++++++----- .../org/finos/tracdap/common/plugin/TracPlugin.java | 11 ++++++----- .../tracdap/common/service/CommonServiceBase.java | 11 ++++++----- .../finos/tracdap/common/startup/StandardArgs.java | 11 ++++++----- .../tracdap/common/startup/StandardArgsProcessor.java | 11 ++++++----- .../org/finos/tracdap/common/startup/Startup.java | 11 ++++++----- .../org/finos/tracdap/common/startup/StartupLog.java | 11 ++++++----- .../finos/tracdap/common/startup/StartupSequence.java | 11 ++++++----- .../finos/tracdap/common/util/InterfaceLogging.java | 11 ++++++----- .../org/finos/tracdap/common/util/VersionInfo.java | 11 ++++++----- .../tracdap/common/config/ConfigManagerTest.java | 11 ++++++----- .../finos/tracdap/common/config/ConfigParserTest.java | 11 ++++++----- .../tracdap/common/config/CryptoHelpersTest.java | 11 ++++++----- .../tracdap/common/config/test/TestConfigLoader.java | 11 ++++++----- .../tracdap/common/config/test/TestConfigPlugin.java | 11 ++++++----- .../common/startup/StandardArgsProcessorTest.java | 11 ++++++----- .../org/finos/tracdap/common/codec/BufferDecoder.java | 11 ++++++----- .../org/finos/tracdap/common/codec/CodecManager.java | 11 ++++++----- .../java/org/finos/tracdap/common/codec/ICodec.java | 11 ++++++----- .../org/finos/tracdap/common/codec/ICodecManager.java | 11 ++++++----- .../finos/tracdap/common/codec/StreamingDecoder.java | 11 ++++++----- .../finos/tracdap/common/codec/StreamingEncoder.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowDecoder.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowEncoder.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowFileCodec.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowFileDecoder.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowFileEncoder.java | 11 ++++++----- .../tracdap/common/codec/arrow/ArrowStreamCodec.java | 11 ++++++----- .../common/codec/arrow/ArrowStreamDecoder.java | 11 ++++++----- .../common/codec/arrow/ArrowStreamEncoder.java | 11 ++++++----- .../org/finos/tracdap/common/codec/csv/CsvCodec.java | 11 ++++++----- .../finos/tracdap/common/codec/csv/CsvDecoder.java | 11 ++++++----- .../finos/tracdap/common/codec/csv/CsvEncoder.java | 11 ++++++----- .../tracdap/common/codec/csv/CsvSchemaMapping.java | 11 ++++++----- .../tracdap/common/codec/json/JacksonValues.java | 11 ++++++----- .../finos/tracdap/common/codec/json/JsonCodec.java | 11 ++++++----- .../finos/tracdap/common/codec/json/JsonDecoder.java | 11 ++++++----- .../finos/tracdap/common/codec/json/JsonEncoder.java | 11 ++++++----- .../tracdap/common/codec/json/JsonStreamParser.java | 11 ++++++----- .../tracdap/common/codec/json/JsonTableHandler.java | 11 ++++++----- .../org/finos/tracdap/common/data/ArrowSchema.java | 11 ++++++----- .../org/finos/tracdap/common/data/CoreDataPlugin.java | 11 ++++++----- .../org/finos/tracdap/common/data/DataContext.java | 11 ++++++----- .../org/finos/tracdap/common/data/DataPipeline.java | 11 ++++++----- .../org/finos/tracdap/common/data/IDataContext.java | 11 ++++++----- .../common/data/pipeline/BaseDataProducer.java | 11 ++++++----- .../tracdap/common/data/pipeline/BaseDataSink.java | 11 ++++++----- .../tracdap/common/data/pipeline/BaseDataStage.java | 11 ++++++----- .../tracdap/common/data/pipeline/BufferingStage.java | 11 ++++++----- .../common/data/pipeline/DataPipelineImpl.java | 11 ++++++----- .../tracdap/common/data/pipeline/ElasticBuffer.java | 11 ++++++----- .../common/data/pipeline/ReactiveByteSink.java | 11 ++++++----- .../common/data/pipeline/ReactiveByteSource.java | 11 ++++++----- .../org/finos/tracdap/common/storage/FileStat.java | 11 ++++++----- .../org/finos/tracdap/common/storage/FileType.java | 11 ++++++----- .../finos/tracdap/common/storage/IDataStorage.java | 11 ++++++----- .../finos/tracdap/common/storage/IFileStorage.java | 11 ++++++----- .../finos/tracdap/common/storage/IStorageManager.java | 11 ++++++----- .../finos/tracdap/common/storage/StorageErrors.java | 11 ++++++----- .../finos/tracdap/common/storage/StorageManager.java | 11 ++++++----- .../tracdap/common/storage/local/LocalFileReader.java | 11 ++++++----- .../common/storage/local/LocalFileStorage.java | 11 ++++++----- .../tracdap/common/storage/local/LocalFileWriter.java | 11 ++++++----- .../common/storage/local/LocalStorageErrors.java | 11 ++++++----- .../finos/tracdap/common/codec/CodecTestSuite.java | 11 ++++++----- .../common/storage/StorageOperationsTestSuite.java | 11 ++++++----- .../common/storage/StorageReadWriteTestSuite.java | 11 ++++++----- .../common/storage/StorageStabilityTestSuite.java | 11 ++++++----- .../storage/local/LocalStorageOperationsTest.java | 11 ++++++----- .../storage/local/LocalStorageReadWriteTest.java | 11 ++++++----- .../storage/local/LocalStorageStabilityTest.java | 11 ++++++----- .../java/org/finos/tracdap/common/db/JdbcDialect.java | 11 ++++++----- .../java/org/finos/tracdap/common/db/JdbcSetup.java | 11 ++++++----- tracdap-libs/tracdap-lib-orch/build.gradle | 11 ++++++----- .../finos/tracdap/common/exec/BatchVolumeType.java | 11 ++++++----- .../org/finos/tracdap/common/exec/IBatchExecutor.java | 11 ++++++----- .../java/org/finos/tracdap/common/exec/LaunchArg.java | 11 ++++++----- .../org/finos/tracdap/common/exec/LaunchArgType.java | 11 ++++++----- .../java/org/finos/tracdap/common/exec/LaunchCmd.java | 11 ++++++----- .../tracdap/common/exec/local/LocalBatchExecutor.java | 11 ++++++----- .../test/concurrent/ConcurrentTestHelpers.java | 11 ++++++----- .../org/finos/tracdap/test/config/ConfigHelpers.java | 11 ++++++----- .../java/org/finos/tracdap/test/data/SampleData.java | 11 ++++++----- .../finos/tracdap/test/data/SingleBatchDataSink.java | 11 ++++++----- .../tracdap/test/data/SingleBatchDataSource.java | 11 ++++++----- .../org/finos/tracdap/test/grpc/GrpcTestStreams.java | 11 ++++++----- .../org/finos/tracdap/test/helpers/GitHelpers.java | 11 ++++++----- .../org/finos/tracdap/test/helpers/PlatformTest.java | 11 ++++++----- .../finos/tracdap/test/helpers/ServiceHelpers.java | 11 ++++++----- .../org/finos/tracdap/test/meta/IDalTestable.java | 11 ++++++----- .../org/finos/tracdap/test/meta/JdbcIntegration.java | 11 ++++++----- .../java/org/finos/tracdap/test/meta/JdbcUnit.java | 11 ++++++----- .../java/org/finos/tracdap/test/meta/TestData.java | 11 ++++++----- .../tracdap/test/storage/StorageTestHelpers.java | 11 ++++++----- .../common/validation/ValidationConstants.java | 11 ++++++----- .../finos/tracdap/common/validation/Validator.java | 11 ++++++----- .../common/validation/api/DataApiValidator.java | 11 ++++++----- .../common/validation/api/MetadataApiValidator.java | 11 ++++++----- .../validation/api/MetadataTrustedApiValidator.java | 11 ++++++----- .../validation/api/OrchestratorApiValidator.java | 11 ++++++----- .../common/validation/core/ValidationContext.java | 11 ++++++----- .../common/validation/core/ValidationFunction.java | 11 ++++++----- .../common/validation/core/ValidationType.java | 11 ++++++----- .../tracdap/common/validation/core/Validator.java | 11 ++++++----- .../common/validation/core/ValidatorUtils.java | 11 ++++++----- .../validation/core/impl/ValidationContextImpl.java | 11 ++++++----- .../validation/core/impl/ValidationFailure.java | 11 ++++++----- .../common/validation/core/impl/ValidationKey.java | 11 ++++++----- .../validation/core/impl/ValidationLocation.java | 11 ++++++----- .../common/validation/core/impl/ValidationResult.java | 11 ++++++----- .../common/validation/core/impl/ValidatorBuilder.java | 11 ++++++----- .../common/validation/static_/CommonValidators.java | 11 ++++++----- .../common/validation/static_/CustomValidator.java | 11 ++++++----- .../common/validation/static_/DataValidator.java | 11 ++++++----- .../common/validation/static_/FileValidator.java | 11 ++++++----- .../common/validation/static_/FlowValidator.java | 11 ++++++----- .../common/validation/static_/JobValidator.java | 11 ++++++----- .../common/validation/static_/ModelValidator.java | 11 ++++++----- .../common/validation/static_/ObjectIdValidator.java | 11 ++++++----- .../common/validation/static_/ObjectValidator.java | 11 ++++++----- .../common/validation/static_/SchemaValidator.java | 11 ++++++----- .../common/validation/static_/SearchValidator.java | 11 ++++++----- .../common/validation/static_/StorageValidator.java | 11 ++++++----- .../common/validation/static_/TagUpdateValidator.java | 11 ++++++----- .../validation/static_/TypeSystemValidator.java | 11 ++++++----- .../common/validation/version/CommonValidators.java | 11 ++++++----- .../validation/version/CustomVersionValidator.java | 11 ++++++----- .../validation/version/DataVersionValidator.java | 11 ++++++----- .../validation/version/FileVersionValidator.java | 11 ++++++----- .../validation/version/ObjectVersionValidator.java | 11 ++++++----- .../validation/version/SchemaVersionValidator.java | 11 ++++++----- .../validation/version/StorageVersionValidator.java | 11 ++++++----- .../common/validation/core/ValidationContextTest.java | 11 ++++++----- .../common/validation/static_/FlowValidatorTest.java | 11 ++++++----- .../common/validation/static_/ObjectIdTest.java | 11 ++++++----- .../common/validation/static_/TagUpdateTest.java | 11 ++++++----- .../common/validation/static_/TypeSystemTest.java | 11 ++++++----- .../common/validation/test/BaseValidatorTest.java | 11 ++++++----- .../tracdap/plugins/config/aws/AwsConfigLoader.java | 11 ++++++----- .../tracdap/plugins/config/aws/AwsConfigPlugin.java | 11 ++++++----- .../plugins/config/aws/AwsConfigLoaderTest.java | 11 ++++++----- tracdap-plugins/aws-storage/build.gradle | 11 ++++++----- .../tracdap/plugins/aws/storage/AwsStoragePlugin.java | 11 ++++++----- .../tracdap/plugins/aws/storage/S3ObjectReader.java | 11 ++++++----- .../tracdap/plugins/aws/storage/S3ObjectStorage.java | 11 ++++++----- .../tracdap/plugins/aws/storage/S3ObjectWriter.java | 11 ++++++----- .../tracdap/plugins/aws/storage/S3StorageErrors.java | 11 ++++++----- .../plugins/aws/storage/S3StorageEnvProps.java | 11 ++++++----- .../plugins/aws/storage/S3StorageOperationsTest.java | 11 ++++++----- .../plugins/aws/storage/S3StorageReadWriteTest.java | 11 ++++++----- tracdap-plugins/azure-storage/build.gradle | 11 ++++++----- tracdap-plugins/ssh-executor/build.gradle | 11 ++++++----- .../org/finos/tracdap/gateway/ProtocolNegotiator.java | 11 ++++++----- .../java/org/finos/tracdap/gateway/ProtocolSetup.java | 11 ++++++----- .../finos/tracdap/gateway/TracPlatformGateway.java | 11 ++++++----- .../org/finos/tracdap/gateway/exec/IRouteMatcher.java | 11 ++++++----- .../java/org/finos/tracdap/gateway/exec/Route.java | 11 ++++++----- .../tracdap/gateway/proxy/grpc/GrpcProtocol.java | 11 ++++++----- .../finos/tracdap/gateway/proxy/grpc/GrpcProxy.java | 11 ++++++----- .../tracdap/gateway/proxy/grpc/GrpcProxyBuilder.java | 11 ++++++----- .../finos/tracdap/gateway/proxy/grpc/GrpcUtils.java | 11 ++++++----- .../tracdap/gateway/proxy/grpc/GrpcWebProxy.java | 11 ++++++----- .../gateway/proxy/grpc/WebSocketsTranslator.java | 11 ++++++----- .../finos/tracdap/gateway/proxy/http/Http1Proxy.java | 11 ++++++----- .../tracdap/gateway/proxy/http/Http1ProxyBuilder.java | 11 ++++++----- .../tracdap/gateway/proxy/http/Http1to2Proxy.java | 11 ++++++----- .../tracdap/gateway/proxy/http/Http2FlowControl.java | 11 ++++++----- .../tracdap/gateway/proxy/http/HttpProtocol.java | 11 ++++++----- .../tracdap/gateway/proxy/rest/RestApiFields.java | 11 ++++++----- .../tracdap/gateway/proxy/rest/RestApiMatcher.java | 11 ++++++----- .../tracdap/gateway/proxy/rest/RestApiMethod.java | 11 ++++++----- .../tracdap/gateway/proxy/rest/RestApiProxy.java | 11 ++++++----- .../gateway/proxy/rest/RestApiProxyBuilder.java | 11 ++++++----- .../tracdap/gateway/proxy/rest/RestApiTranslator.java | 11 ++++++----- .../org/finos/tracdap/gateway/routing/CoreRouter.java | 11 ++++++----- .../finos/tracdap/gateway/routing/CoreRouterLink.java | 11 ++++++----- .../finos/tracdap/gateway/routing/Http1Router.java | 11 ++++++----- .../finos/tracdap/gateway/routing/Http2Router.java | 11 ++++++----- .../tracdap/gateway/routing/WebSocketsRouter.java | 11 ++++++----- .../finos/tracdap/gateway/ProtocolNegotiatorTest.java | 11 ++++++----- .../org/finos/tracdap/svc/data/TracDataService.java | 11 ++++++----- .../org/finos/tracdap/svc/data/api/TracDataApi.java | 11 ++++++----- .../finos/tracdap/svc/data/service/DataService.java | 11 ++++++----- .../finos/tracdap/svc/data/service/FileService.java | 11 ++++++----- .../org/finos/tracdap/svc/data/service/Helpers.java | 11 ++++++----- .../tracdap/svc/data/service/MetadataBuilders.java | 11 ++++++----- .../finos/tracdap/svc/data/service/RequestState.java | 11 ++++++----- .../tracdap/svc/data/api/DataOperationsTest.java | 11 ++++++----- .../finos/tracdap/svc/data/api/DataRoundTripTest.java | 11 ++++++----- .../tracdap/svc/data/api/FileOperationsTest.java | 11 ++++++----- .../finos/tracdap/svc/data/api/FileRoundTripTest.java | 11 ++++++----- .../tracdap/svc/data/api/TenantSeparationTest.java | 11 ++++++----- .../finos/tracdap/svc/meta/TracMetadataService.java | 11 ++++++----- .../finos/tracdap/svc/meta/api/MetadataApiImpl.java | 11 ++++++----- .../finos/tracdap/svc/meta/api/TracMetadataApi.java | 11 ++++++----- .../tracdap/svc/meta/api/TrustedMetadataApi.java | 11 ++++++----- .../org/finos/tracdap/svc/meta/dal/IMetadataDal.java | 11 ++++++----- .../finos/tracdap/svc/meta/dal/MetadataDalPlugin.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcAttrHelpers.java | 11 ++++++----- .../finos/tracdap/svc/meta/dal/jdbc/JdbcBaseDal.java | 11 ++++++----- .../finos/tracdap/svc/meta/dal/jdbc/JdbcError.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcErrorCode.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcException.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcMetadataDal.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcReadBatchImpl.java | 11 ++++++----- .../finos/tracdap/svc/meta/dal/jdbc/JdbcReadImpl.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcSearchImpl.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcSearchQuery.java | 11 ++++++----- .../svc/meta/dal/jdbc/JdbcSearchQueryBuilder.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcTenantImpl.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/JdbcWriteBatchImpl.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/dialects/Dialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/H2SqlDialect.java | 11 ++++++----- .../tracdap/svc/meta/dal/jdbc/dialects/IDialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/MariaDbDialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/MySqlDialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/OracleDialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/PostgreSqlDialect.java | 11 ++++++----- .../svc/meta/dal/jdbc/dialects/SqlServerDialect.java | 11 ++++++----- .../tracdap/svc/meta/services/MetadataConstants.java | 11 ++++++----- .../svc/meta/services/MetadataReadService.java | 11 ++++++----- .../svc/meta/services/MetadataSearchService.java | 11 ++++++----- .../svc/meta/services/MetadataWriteService.java | 11 ++++++----- .../tracdap/svc/meta/services/TagUpdateService.java | 11 ++++++----- .../tracdap/svc/meta/api/MetadataReadApiTest.java | 11 ++++++----- .../tracdap/svc/meta/api/MetadataSearchApiTest.java | 11 ++++++----- .../tracdap/svc/meta/api/MetadataWriteApiTest.java | 11 ++++++----- .../tracdap/svc/meta/dal/MetadataDalEncodingTest.java | 11 ++++++----- .../tracdap/svc/meta/dal/MetadataDalReadTest.java | 11 ++++++----- .../tracdap/svc/meta/dal/MetadataDalSearchTest.java | 11 ++++++----- .../tracdap/svc/meta/dal/MetadataDalWriteTest.java | 11 ++++++----- .../svc/meta/services/TagUpdateServiceTest.java | 11 ++++++----- .../tracdap/svc/orch/TracOrchestratorService.java | 11 ++++++----- .../tracdap/svc/orch/api/TracOrchestratorApi.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/IJobLogic.java | 11 ++++++----- .../finos/tracdap/svc/orch/jobs/ImportModelJob.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/JobLogic.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/RunFlowJob.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/RunModelJob.java | 11 ++++++----- .../finos/tracdap/svc/orch/jobs/RunModelOrFlow.java | 11 ++++++----- .../tracdap/svc/orch/service/JobProcessorHelpers.java | 11 ++++++----- .../tracdap/svc/orch/jobs/DataRoundTripTest.java | 11 ++++++----- .../java/org/finos/tracdap/svc/orch/jobs/Helpers.java | 11 ++++++----- .../finos/tracdap/svc/orch/jobs/ImportModelTest.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/RunFlowTest.java | 11 ++++++----- .../org/finos/tracdap/svc/orch/jobs/RunModelTest.java | 11 ++++++----- .../tracdap/tools/deploy/metadb/DeployMetaDB.java | 11 ++++++----- tracdap-tools/secret-tool/build.gradle | 11 ++++++----- .../org/finos/tracdap/tools/secrets/SecretTool.java | 11 ++++++----- 341 files changed, 2046 insertions(+), 1705 deletions(-) diff --git a/examples/apps/javascript/src/streaming.js b/examples/apps/javascript/src/streaming.js index 8683a44b0..e3cb5de24 100644 --- a/examples/apps/javascript/src/streaming.js +++ b/examples/apps/javascript/src/streaming.js @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/packages/web/api_builder.js b/tracdap-api/packages/web/api_builder.js index 0fd1c8797..1e23e8301 100644 --- a/tracdap-api/packages/web/api_builder.js +++ b/tracdap-api/packages/web/api_builder.js @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/packages/web/api_mapping.js b/tracdap-api/packages/web/api_mapping.js index 166ad1c5a..5a6b4fc01 100644 --- a/tracdap-api/packages/web/api_mapping.js +++ b/tracdap-api/packages/web/api_mapping.js @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/packages/web/wrapper.js b/tracdap-api/packages/web/wrapper.js index 8d8464773..4fd3fd3f0 100644 --- a/tracdap-api/packages/web/wrapper.js +++ b/tracdap-api/packages/web/wrapper.js @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/build.gradle b/tracdap-api/tracdap-config/build.gradle index d8957c338..ba18e71a1 100644 --- a/tracdap-api/tracdap-config/build.gradle +++ b/tracdap-api/tracdap-config/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/common.proto b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/common.proto index 4c12b32ef..0ccc0fbd0 100644 --- a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/common.proto +++ b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/common.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/job.proto b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/job.proto index f85574a3e..fed4dff77 100644 --- a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/job.proto +++ b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/job.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/platform.proto b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/platform.proto index 500e20f70..1cc8e8bda 100644 --- a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/platform.proto +++ b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/platform.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/result.proto b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/result.proto index a8f81cce1..76472a9e9 100644 --- a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/result.proto +++ b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/result.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/runtime.proto b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/runtime.proto index 023efab3c..b6c9c0101 100644 --- a/tracdap-api/tracdap-config/src/main/proto/tracdap/config/runtime.proto +++ b/tracdap-api/tracdap-config/src/main/proto/tracdap/config/runtime.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/common.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/common.proto index 185b311c4..dd95755e5 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/common.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/common.proto @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthLogic.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthLogic.java index df3e6a53f..ea1387a5f 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthLogic.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthLogic.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResult.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResult.java index eb2dc78eb..09cee8c20 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResult.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResult.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResultCode.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResultCode.java index 7bb704c95..3c0d8cd79 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResultCode.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/AuthResultCode.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHandler.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHandler.java index e7ee54f33..1a87e6126 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHandler.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHandler.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHeaders.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHeaders.java index 68a19d5dc..8cebb5aae 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHeaders.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http1AuthHeaders.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http2AuthHeaders.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http2AuthHeaders.java index 761c1d706..216affddc 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http2AuthHeaders.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/Http2AuthHeaders.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthHeaders.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthHeaders.java index e4c6695b2..7798fb763 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthHeaders.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthHeaders.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthProvider.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthProvider.java index 5f6f1eb5d..a4e783812 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthProvider.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/IAuthProvider.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/BasicAuthProvider.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/BasicAuthProvider.java index b2b07b518..b1de40af2 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/BasicAuthProvider.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/BasicAuthProvider.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/CommonAuthPlugin.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/CommonAuthPlugin.java index 545bdb187..c707136c7 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/CommonAuthPlugin.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/CommonAuthPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/GuestAuthProvider.java b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/GuestAuthProvider.java index 002150276..4c843590f 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/GuestAuthProvider.java +++ b/tracdap-libs/tracdap-lib-auth/src/main/java/org/finos/tracdap/common/auth/external/common/GuestAuthProvider.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtProcessor.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtProcessor.java index 9f856be06..2aff1a400 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtProcessor.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtProcessor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtValidator.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtValidator.java index 5488189f8..16d1b1150 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtValidator.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/auth/internal/JwtValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigDefaults.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigDefaults.java index 123f1a2da..eaa52b5b5 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigDefaults.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigDefaults.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigFormat.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigFormat.java index 4e9dead9b..97c70e8bf 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigFormat.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigFormat.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigKeys.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigKeys.java index 027dc16b3..74a7e0e28 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigKeys.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigKeys.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigManager.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigManager.java index 48bacb799..84701e5ff 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigManager.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigParser.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigParser.java index c03c8e171..4d9cf3914 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigParser.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ConfigParser.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/CryptoHelpers.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/CryptoHelpers.java index ad9fe9205..8586519e8 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/CryptoHelpers.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/CryptoHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/IConfigLoader.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/IConfigLoader.java index 30f4e651e..a54eca70d 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/IConfigLoader.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/IConfigLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ISecretLoader.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ISecretLoader.java index 93cec7b4d..0c0763086 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ISecretLoader.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/ISecretLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/JksSecretLoader.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/JksSecretLoader.java index c0ae38ba0..1f70fafae 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/JksSecretLoader.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/JksSecretLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigLoader.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigLoader.java index adbc78589..7bbb0aa62 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigLoader.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigPlugin.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigPlugin.java index bf1a4c20c..6f52af2ad 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigPlugin.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/config/local/LocalConfigPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EAuthorization.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EAuthorization.java index de9242f9e..7c8bf4a1a 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EAuthorization.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EAuthorization.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECache.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECache.java index 44744e793..62ea4ed13 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECache.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECache.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheNotFound.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheNotFound.java index 721212d82..c07832089 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheNotFound.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheNotFound.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheTicket.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheTicket.java index 6b9c86440..33d293d16 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheTicket.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ECacheTicket.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfig.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfig.java index e8ec64c82..3348b1dd5 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfig.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfig.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigLoad.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigLoad.java index 52efe6673..309a8f852 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigLoad.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigLoad.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigParse.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigParse.java index cf7827d1b..af745447f 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigParse.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EConfigParse.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EData.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EData.java index c2413ec0d..04a8a60e3 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EData.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EData.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataConstraint.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataConstraint.java index 176ce7167..cad755fad 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataConstraint.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataConstraint.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataCorruption.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataCorruption.java index b842e625b..4dc7eabf3 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataCorruption.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataCorruption.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataSize.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataSize.java index 99a60692b..b102945ca 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataSize.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataSize.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataTypeNotSupported.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataTypeNotSupported.java index 173b9e1e6..a9d36b127 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataTypeNotSupported.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EDataTypeNotSupported.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutor.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutor.java index 0b5d03e1f..10035eb61 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutor.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorAccess.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorAccess.java index e08a67a77..2ac467054 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorAccess.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorAccess.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorFailure.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorFailure.java index 7887fb448..327013d0b 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorFailure.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorFailure.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorUnavailable.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorUnavailable.java index 68fa7e0bb..748bef43b 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorUnavailable.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorUnavailable.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorValidation.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorValidation.java index 5f64ae9e4..bb73fe2e4 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorValidation.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EExecutorValidation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EInputValidation.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EInputValidation.java index 337bcef48..0b8e39623 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EInputValidation.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EInputValidation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadata.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadata.java index 1cad9cf2f..bae82528e 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadata.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadata.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataBadUpdate.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataBadUpdate.java index 1edac875d..24788e641 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataBadUpdate.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataBadUpdate.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataCorrupt.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataCorrupt.java index ec71662a4..2b18ab07a 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataCorrupt.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataCorrupt.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataDuplicate.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataDuplicate.java index 1abae9d55..af22c46ba 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataDuplicate.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataDuplicate.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataNotFound.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataNotFound.java index 6a63c8c7d..a261bbd41 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataNotFound.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataNotFound.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataWrongType.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataWrongType.java index 9aa688879..310e1d1d2 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataWrongType.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EMetadataWrongType.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetwork.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetwork.java index cb8145ced..0f9ac2c2b 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetwork.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetwork.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetworkHttp.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetworkHttp.java index d10e84c20..42cebb43c 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetworkHttp.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ENetworkHttp.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EPluginNotAvailable.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EPluginNotAvailable.java index 15f246d52..49216912b 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EPluginNotAvailable.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EPluginNotAvailable.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStartup.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStartup.java index 6597ce25d..12296035a 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStartup.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStartup.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorage.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorage.java index 28e89985e..caed6dc95 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorage.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageAccess.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageAccess.java index 16c435fe1..7c536d437 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageAccess.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageAccess.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageCommunication.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageCommunication.java index 0e1eb20b8..99c285235 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageCommunication.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageCommunication.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageConfig.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageConfig.java index 602cb90ad..c77209a21 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageConfig.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageConfig.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageRequest.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageRequest.java index 97a7f8d1a..830550bc4 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageRequest.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageRequest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageValidation.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageValidation.java index 076ca2a03..384787a5a 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageValidation.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EStorageValidation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETenantNotFound.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETenantNotFound.java index 499dc6743..71c09b9f6 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETenantNotFound.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETenantNotFound.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETrac.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETrac.java index 4c60ab259..82e38a96b 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETrac.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETrac.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracInternal.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracInternal.java index f02d4919f..ca4e4bef7 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracInternal.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracInternal.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracPublic.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracPublic.java index 6660db2c7..48aa32f64 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracPublic.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/ETracPublic.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EUnexpected.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EUnexpected.java index aea5ca382..e4577f884 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EUnexpected.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EUnexpected.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidation.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidation.java index d4e310077..2d7a27ad1 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidation.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidationGap.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidationGap.java index ef7d251e3..598fdbf58 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidationGap.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EValidationGap.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EVersionValidation.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EVersionValidation.java index 1486260e0..17fe0edb6 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EVersionValidation.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/exception/EVersionValidation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcErrorMapping.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcErrorMapping.java index 7e6836c9d..a94ba055c 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcErrorMapping.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcErrorMapping.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerRequestStream.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerRequestStream.java index 025df96e7..c52265561 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerRequestStream.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerRequestStream.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerResponseStream.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerResponseStream.java index 87a977231..7f05751e1 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerResponseStream.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerResponseStream.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerWrap.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerWrap.java index 973d2ff03..a45e6072f 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerWrap.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/GrpcServerWrap.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingClientInterceptor.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingClientInterceptor.java index 5fb25e8f9..e5b957a19 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingClientInterceptor.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingClientInterceptor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingServerInterceptor.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingServerInterceptor.java index 8a168bb77..d2005394a 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingServerInterceptor.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/grpc/LoggingServerInterceptor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataCodec.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataCodec.java index d04b30bbd..f307a3075 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataCodec.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataCodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataConstants.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataConstants.java index c41cea6a4..18d220828 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataConstants.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataConstants.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataUtil.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataUtil.java index 5c8b65025..62464de73 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataUtil.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/MetadataUtil.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/PartKeys.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/PartKeys.java index 2d92ad7eb..01ae3d0aa 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/PartKeys.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/PartKeys.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/TypeSystem.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/TypeSystem.java index f87f567f9..fd3c15395 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/TypeSystem.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/metadata/TypeSystem.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/IPluginManager.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/IPluginManager.java index f853cb093..90b34440f 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/IPluginManager.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/IPluginManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/ITracPlugin.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/ITracPlugin.java index 776cd1139..69c763abe 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/ITracPlugin.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/ITracPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginKey.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginKey.java index edd04b414..c192c1a54 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginKey.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginKey.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginManager.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginManager.java index 7d99d237a..971c0331f 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginManager.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginServiceInfo.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginServiceInfo.java index af2d2594e..b8c4de89d 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginServiceInfo.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/PluginServiceInfo.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/TracPlugin.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/TracPlugin.java index aee1f85fa..97246f461 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/TracPlugin.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/plugin/TracPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/service/CommonServiceBase.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/service/CommonServiceBase.java index 8b1ba5a45..88c5a4d9c 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/service/CommonServiceBase.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/service/CommonServiceBase.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgs.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgs.java index 76c13702a..823c96089 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgs.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgs.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgsProcessor.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgsProcessor.java index 9fc339666..b9e660baf 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgsProcessor.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StandardArgsProcessor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/Startup.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/Startup.java index 6c16fca8a..f871a4311 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/Startup.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/Startup.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupLog.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupLog.java index 6bb7ffd49..6d12f958d 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupLog.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupLog.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupSequence.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupSequence.java index 0dfdc2bbd..e272f7826 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupSequence.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/startup/StartupSequence.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/InterfaceLogging.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/InterfaceLogging.java index 0ee6aef2b..a24cd1b29 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/InterfaceLogging.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/InterfaceLogging.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/VersionInfo.java b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/VersionInfo.java index 58d0e2919..86ad93ca6 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/VersionInfo.java +++ b/tracdap-libs/tracdap-lib-common/src/main/java/org/finos/tracdap/common/util/VersionInfo.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigManagerTest.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigManagerTest.java index 643898435..aacabd483 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigManagerTest.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigManagerTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigParserTest.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigParserTest.java index eab0cd01f..595726f81 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigParserTest.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/ConfigParserTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/CryptoHelpersTest.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/CryptoHelpersTest.java index d4078740a..a05e011de 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/CryptoHelpersTest.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/CryptoHelpersTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigLoader.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigLoader.java index 0244eb973..eda005623 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigLoader.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigPlugin.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigPlugin.java index d9a4d659a..3dc97ed2e 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigPlugin.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/config/test/TestConfigPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/startup/StandardArgsProcessorTest.java b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/startup/StandardArgsProcessorTest.java index 2b15e059c..39efac57e 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/startup/StandardArgsProcessorTest.java +++ b/tracdap-libs/tracdap-lib-common/src/test/java/org/finos/tracdap/common/startup/StandardArgsProcessorTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/BufferDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/BufferDecoder.java index a81eb9171..5457b3b39 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/BufferDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/BufferDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/CodecManager.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/CodecManager.java index 70ddd22c9..f940e0b6f 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/CodecManager.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/CodecManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodec.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodec.java index 7d6c23b60..5f8541354 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodec.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodecManager.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodecManager.java index c4b48ca45..7e771c969 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodecManager.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/ICodecManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingDecoder.java index 0682fed26..3101c0149 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingEncoder.java index f2b1fe76e..1aba41b46 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/StreamingEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowDecoder.java index 7df0acc8b..0852dd43a 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowEncoder.java index 49a44c287..ec510a653 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileCodec.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileCodec.java index 1e7b5d329..d08bd0401 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileCodec.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileCodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileDecoder.java index 493ac7092..52b6a1dd6 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileEncoder.java index b75a5f306..8c06bf574 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowFileEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamCodec.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamCodec.java index 81b6478f6..a1fe4edb4 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamCodec.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamCodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamDecoder.java index fe4f02493..0d70a3411 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamEncoder.java index 54319779d..37e526b98 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/arrow/ArrowStreamEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvCodec.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvCodec.java index 668ae3f0d..b84f485a5 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvCodec.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvCodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvDecoder.java index 22976c90b..d5eff4bd4 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvEncoder.java index c3c6d5d04..f74cc19c8 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvSchemaMapping.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvSchemaMapping.java index 579639b78..047e15956 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvSchemaMapping.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/csv/CsvSchemaMapping.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JacksonValues.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JacksonValues.java index c729d08bc..a03e7ea7f 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JacksonValues.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JacksonValues.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonCodec.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonCodec.java index 975f66838..b94a44bf2 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonCodec.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonCodec.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonDecoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonDecoder.java index b426d3e63..06db68447 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonDecoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonDecoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonEncoder.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonEncoder.java index 58e48155c..8cd6ceb1b 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonEncoder.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonEncoder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonStreamParser.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonStreamParser.java index ba52ad640..d99eeaa0a 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonStreamParser.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonStreamParser.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonTableHandler.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonTableHandler.java index 6c099213f..21635f4c7 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonTableHandler.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/codec/json/JsonTableHandler.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/ArrowSchema.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/ArrowSchema.java index 057cfaddb..2688e3a75 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/ArrowSchema.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/ArrowSchema.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/CoreDataPlugin.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/CoreDataPlugin.java index 4a7f4abb2..03aa3ce92 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/CoreDataPlugin.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/CoreDataPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataContext.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataContext.java index 112931006..ff2cae0d0 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataContext.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataContext.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataPipeline.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataPipeline.java index 531e63a9f..a5cee3f20 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataPipeline.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/DataPipeline.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/IDataContext.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/IDataContext.java index 97fb1c20e..64633ae07 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/IDataContext.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/IDataContext.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataProducer.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataProducer.java index aa9a9f011..3387b90a4 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataProducer.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataProducer.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataSink.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataSink.java index 3faa773d5..5be4b4217 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataSink.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataSink.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataStage.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataStage.java index bb4f20c92..1c9367da3 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataStage.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BaseDataStage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BufferingStage.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BufferingStage.java index b2e528979..5328e35db 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BufferingStage.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/BufferingStage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/DataPipelineImpl.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/DataPipelineImpl.java index 37dfb612b..cf9b13055 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/DataPipelineImpl.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/DataPipelineImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ElasticBuffer.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ElasticBuffer.java index df6fd8a14..d6b199d0b 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ElasticBuffer.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ElasticBuffer.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSink.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSink.java index 8919b0041..9d6556cda 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSink.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSink.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSource.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSource.java index 280794f5a..63cd9e642 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSource.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/data/pipeline/ReactiveByteSource.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileStat.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileStat.java index 0700c9e70..334acbee8 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileStat.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileStat.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileType.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileType.java index 14564edb8..473149d92 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileType.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/FileType.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IDataStorage.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IDataStorage.java index 72d62d8e7..d3f923041 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IDataStorage.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IDataStorage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IFileStorage.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IFileStorage.java index 5914800cd..89d2db84e 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IFileStorage.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IFileStorage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IStorageManager.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IStorageManager.java index 60ca41f5d..cbb7147a1 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IStorageManager.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/IStorageManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageErrors.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageErrors.java index e15ae25b6..2b63562eb 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageErrors.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageErrors.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageManager.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageManager.java index 3b6481998..8dc1f98e5 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageManager.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/StorageManager.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileReader.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileReader.java index 11ac23360..445a17ef7 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileReader.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileReader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileStorage.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileStorage.java index fa60f825d..6481e5372 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileStorage.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileStorage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileWriter.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileWriter.java index 9411062aa..ac52232a9 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileWriter.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalFileWriter.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalStorageErrors.java b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalStorageErrors.java index c3f0e5b76..4d97be8be 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalStorageErrors.java +++ b/tracdap-libs/tracdap-lib-data/src/main/java/org/finos/tracdap/common/storage/local/LocalStorageErrors.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/codec/CodecTestSuite.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/codec/CodecTestSuite.java index 528cc86b4..815bdb3d7 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/codec/CodecTestSuite.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/codec/CodecTestSuite.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageOperationsTestSuite.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageOperationsTestSuite.java index 3e3cf0078..44fb755e0 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageOperationsTestSuite.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageOperationsTestSuite.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageReadWriteTestSuite.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageReadWriteTestSuite.java index e95f4b5aa..e726aac02 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageReadWriteTestSuite.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageReadWriteTestSuite.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageStabilityTestSuite.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageStabilityTestSuite.java index b9d4dbfc9..10435cf55 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageStabilityTestSuite.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageStabilityTestSuite.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageOperationsTest.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageOperationsTest.java index 2080c91e5..f8424e9f0 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageOperationsTest.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageOperationsTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageReadWriteTest.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageReadWriteTest.java index a08d363e9..3352c26c5 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageReadWriteTest.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageReadWriteTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageStabilityTest.java b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageStabilityTest.java index 9b384b39c..3ec49b5d6 100644 --- a/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageStabilityTest.java +++ b/tracdap-libs/tracdap-lib-data/src/test/java/org/finos/tracdap/common/storage/local/LocalStorageStabilityTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcDialect.java b/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcDialect.java index 21000d111..2e9f3f92a 100644 --- a/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcDialect.java +++ b/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcSetup.java b/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcSetup.java index 15a3cd45d..13b7aed00 100644 --- a/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcSetup.java +++ b/tracdap-libs/tracdap-lib-db/src/main/java/org/finos/tracdap/common/db/JdbcSetup.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/build.gradle b/tracdap-libs/tracdap-lib-orch/build.gradle index 83bf3d6eb..37c01c6a7 100644 --- a/tracdap-libs/tracdap-lib-orch/build.gradle +++ b/tracdap-libs/tracdap-lib-orch/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/BatchVolumeType.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/BatchVolumeType.java index 2469b71e2..58bf30740 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/BatchVolumeType.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/BatchVolumeType.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/IBatchExecutor.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/IBatchExecutor.java index 489291900..80698e69e 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/IBatchExecutor.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/IBatchExecutor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArg.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArg.java index 4e2b0d743..721c64ae9 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArg.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArg.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArgType.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArgType.java index 87160862b..f0093eb11 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArgType.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchArgType.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchCmd.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchCmd.java index 0ac86dbb6..53c32ac94 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchCmd.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/LaunchCmd.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/local/LocalBatchExecutor.java b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/local/LocalBatchExecutor.java index 080fc5eda..1e0bb3b86 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/local/LocalBatchExecutor.java +++ b/tracdap-libs/tracdap-lib-orch/src/main/java/org/finos/tracdap/common/exec/local/LocalBatchExecutor.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/concurrent/ConcurrentTestHelpers.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/concurrent/ConcurrentTestHelpers.java index c610bfd78..87887dfb5 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/concurrent/ConcurrentTestHelpers.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/concurrent/ConcurrentTestHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/config/ConfigHelpers.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/config/ConfigHelpers.java index acabddba4..024c0d0f1 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/config/ConfigHelpers.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/config/ConfigHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SampleData.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SampleData.java index 0b91bd2c2..5e3052b2b 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SampleData.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SampleData.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSink.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSink.java index 763953489..99b5b84a3 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSink.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSink.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSource.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSource.java index 4753b3ae1..57682c16d 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSource.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/data/SingleBatchDataSource.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/grpc/GrpcTestStreams.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/grpc/GrpcTestStreams.java index f781dd0c1..698d10dcb 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/grpc/GrpcTestStreams.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/grpc/GrpcTestStreams.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/GitHelpers.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/GitHelpers.java index 15a0d17ad..79bea9725 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/GitHelpers.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/GitHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/PlatformTest.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/PlatformTest.java index 575311c10..53c06e880 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/PlatformTest.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/PlatformTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/ServiceHelpers.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/ServiceHelpers.java index e318b223e..6cfce6c96 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/ServiceHelpers.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/helpers/ServiceHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/IDalTestable.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/IDalTestable.java index bc0cdaf2c..023d42e9a 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/IDalTestable.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/IDalTestable.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcIntegration.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcIntegration.java index 32700dc1d..1a4db204c 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcIntegration.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcIntegration.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcUnit.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcUnit.java index 654663d03..0eb2aee24 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcUnit.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/JdbcUnit.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/TestData.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/TestData.java index 48f9b4c1f..ad3c63c01 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/TestData.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/meta/TestData.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/storage/StorageTestHelpers.java b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/storage/StorageTestHelpers.java index 47fcbaafc..5abf3f0d9 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/storage/StorageTestHelpers.java +++ b/tracdap-libs/tracdap-lib-test/src/main/java/org/finos/tracdap/test/storage/StorageTestHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/ValidationConstants.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/ValidationConstants.java index 0271f6c1b..0ae02fdb4 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/ValidationConstants.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/ValidationConstants.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/Validator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/Validator.java index 137c4f375..565f554c9 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/Validator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/Validator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/DataApiValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/DataApiValidator.java index a36b08536..e9d777e53 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/DataApiValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/DataApiValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataApiValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataApiValidator.java index 46dd1bead..8a0b9619c 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataApiValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataApiValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataTrustedApiValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataTrustedApiValidator.java index 9f8675c70..b48126d7c 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataTrustedApiValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/MetadataTrustedApiValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/OrchestratorApiValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/OrchestratorApiValidator.java index 1c5a909d7..daf547c31 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/OrchestratorApiValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/api/OrchestratorApiValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationContext.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationContext.java index 7af271dc8..f11675522 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationContext.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationContext.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationFunction.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationFunction.java index 9b6bc334a..a301e4eb9 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationFunction.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationFunction.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationType.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationType.java index 26d355e3e..45a556079 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationType.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidationType.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/Validator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/Validator.java index 4e50bf4cc..2627af94f 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/Validator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/Validator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidatorUtils.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidatorUtils.java index 2b2b295a4..559a42a57 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidatorUtils.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/ValidatorUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationContextImpl.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationContextImpl.java index ffb832c9d..960f09a51 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationContextImpl.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationContextImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationFailure.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationFailure.java index be879ccd2..47a774582 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationFailure.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationFailure.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationKey.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationKey.java index 727434ceb..b52059f1d 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationKey.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationKey.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationLocation.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationLocation.java index be826e3ef..14b259318 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationLocation.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationLocation.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationResult.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationResult.java index 9676b4c6c..cca81ff9e 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationResult.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidationResult.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidatorBuilder.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidatorBuilder.java index a6b0fa498..259ee8431 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidatorBuilder.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/core/impl/ValidatorBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CommonValidators.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CommonValidators.java index bf12c0cad..016a7220c 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CommonValidators.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CommonValidators.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CustomValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CustomValidator.java index 29a317818..7f473d849 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CustomValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/CustomValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/DataValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/DataValidator.java index 92794b26f..f34ae95e4 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/DataValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/DataValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FileValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FileValidator.java index d4e42a331..b40e3bb0d 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FileValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FileValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FlowValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FlowValidator.java index c810b5778..a5b4f902f 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FlowValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/FlowValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/JobValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/JobValidator.java index 160a6a544..ead9482a8 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/JobValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/JobValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ModelValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ModelValidator.java index de5cc5db3..cdd2ba134 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ModelValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ModelValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectIdValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectIdValidator.java index c0d5634df..4fa156638 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectIdValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectIdValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectValidator.java index 4834e0626..186c837bc 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/ObjectValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SchemaValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SchemaValidator.java index a88416384..c111a1ab6 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SchemaValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SchemaValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SearchValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SearchValidator.java index 00b912fb8..af7c91691 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SearchValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/SearchValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/StorageValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/StorageValidator.java index 256560dfc..4f9f32d93 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/StorageValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/StorageValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TagUpdateValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TagUpdateValidator.java index c34112268..30615ecab 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TagUpdateValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TagUpdateValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TypeSystemValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TypeSystemValidator.java index 085499d69..25d415eec 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TypeSystemValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/static_/TypeSystemValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CommonValidators.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CommonValidators.java index 9e035c2d5..0a9776fb0 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CommonValidators.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CommonValidators.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CustomVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CustomVersionValidator.java index fc8dac6de..5d9e06b85 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CustomVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/CustomVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/DataVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/DataVersionValidator.java index c6ed97af5..b7b555b8a 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/DataVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/DataVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/FileVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/FileVersionValidator.java index 7bed1ed46..a312fa135 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/FileVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/FileVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/ObjectVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/ObjectVersionValidator.java index c7448887a..e98fcd8f7 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/ObjectVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/ObjectVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/SchemaVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/SchemaVersionValidator.java index f2fb8a783..ae9bc48cb 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/SchemaVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/SchemaVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/StorageVersionValidator.java b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/StorageVersionValidator.java index a46df961d..1c3ac29de 100644 --- a/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/StorageVersionValidator.java +++ b/tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/StorageVersionValidator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/core/ValidationContextTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/core/ValidationContextTest.java index 24111d6c0..075440ac1 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/core/ValidationContextTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/core/ValidationContextTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/FlowValidatorTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/FlowValidatorTest.java index 458f9c407..b18e70055 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/FlowValidatorTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/FlowValidatorTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/ObjectIdTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/ObjectIdTest.java index f2aee57af..5ed378149 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/ObjectIdTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/ObjectIdTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TagUpdateTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TagUpdateTest.java index e8c398a6f..9c0686ec7 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TagUpdateTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TagUpdateTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TypeSystemTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TypeSystemTest.java index 2a7494ad9..ae2dc48b8 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TypeSystemTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/static_/TypeSystemTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/test/BaseValidatorTest.java b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/test/BaseValidatorTest.java index 8739926b2..b3092f91e 100644 --- a/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/test/BaseValidatorTest.java +++ b/tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/test/BaseValidatorTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoader.java b/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoader.java index 7d8d458c5..261818082 100644 --- a/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoader.java +++ b/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigPlugin.java b/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigPlugin.java index aeecc0775..4a6621a9f 100644 --- a/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigPlugin.java +++ b/tracdap-plugins/aws-config/src/main/java/org/finos/tracdap/plugins/config/aws/AwsConfigPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-config/src/test/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoaderTest.java b/tracdap-plugins/aws-config/src/test/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoaderTest.java index e250c942d..78eca7c47 100644 --- a/tracdap-plugins/aws-config/src/test/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoaderTest.java +++ b/tracdap-plugins/aws-config/src/test/java/org/finos/tracdap/plugins/config/aws/AwsConfigLoaderTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/build.gradle b/tracdap-plugins/aws-storage/build.gradle index e66c638b1..da3c21f35 100644 --- a/tracdap-plugins/aws-storage/build.gradle +++ b/tracdap-plugins/aws-storage/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/AwsStoragePlugin.java b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/AwsStoragePlugin.java index 30da9bbd4..4d6a39869 100644 --- a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/AwsStoragePlugin.java +++ b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/AwsStoragePlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectReader.java b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectReader.java index cc6e645f5..9bcaa6900 100644 --- a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectReader.java +++ b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectReader.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectStorage.java b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectStorage.java index 77e2f6682..080cfcc6e 100644 --- a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectStorage.java +++ b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectStorage.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectWriter.java b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectWriter.java index 7705eb5b1..d96267a13 100644 --- a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectWriter.java +++ b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3ObjectWriter.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3StorageErrors.java b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3StorageErrors.java index a8d2a750f..36d58fd4e 100644 --- a/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3StorageErrors.java +++ b/tracdap-plugins/aws-storage/src/main/java/org/finos/tracdap/plugins/aws/storage/S3StorageErrors.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageEnvProps.java b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageEnvProps.java index 042c4a88c..6f7525588 100644 --- a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageEnvProps.java +++ b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageEnvProps.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageOperationsTest.java b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageOperationsTest.java index 6a32d2f4b..0b64629a6 100644 --- a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageOperationsTest.java +++ b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageOperationsTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageReadWriteTest.java b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageReadWriteTest.java index 4b6728fb9..16ee6112d 100644 --- a/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageReadWriteTest.java +++ b/tracdap-plugins/aws-storage/src/test/java/org/finos/tracdap/plugins/aws/storage/S3StorageReadWriteTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/azure-storage/build.gradle b/tracdap-plugins/azure-storage/build.gradle index c4e1523b2..cda96885e 100644 --- a/tracdap-plugins/azure-storage/build.gradle +++ b/tracdap-plugins/azure-storage/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-plugins/ssh-executor/build.gradle b/tracdap-plugins/ssh-executor/build.gradle index bcf114cbb..358ab4ad2 100644 --- a/tracdap-plugins/ssh-executor/build.gradle +++ b/tracdap-plugins/ssh-executor/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolNegotiator.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolNegotiator.java index d3bb2050e..b7909358a 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolNegotiator.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolNegotiator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolSetup.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolSetup.java index 591d580e3..af314caa1 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolSetup.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/ProtocolSetup.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/TracPlatformGateway.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/TracPlatformGateway.java index d4e6f2ea6..3d151f98a 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/TracPlatformGateway.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/TracPlatformGateway.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/IRouteMatcher.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/IRouteMatcher.java index 77c0a6441..35d758278 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/IRouteMatcher.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/IRouteMatcher.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/Route.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/Route.java index 11ddf6c3a..a2ca967fd 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/Route.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/exec/Route.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProtocol.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProtocol.java index a0a03cf75..d4981a77d 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProtocol.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProtocol.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxy.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxy.java index eb9fa8a61..5e1e1910c 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxy.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxy.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxyBuilder.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxyBuilder.java index b5662159d..9d6184687 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxyBuilder.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcProxyBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcUtils.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcUtils.java index 3a0aa1b2c..258f8ce95 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcUtils.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcUtils.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcWebProxy.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcWebProxy.java index 5ada33c94..b719b691f 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcWebProxy.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/GrpcWebProxy.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/WebSocketsTranslator.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/WebSocketsTranslator.java index 57095cb71..19e92a3a1 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/WebSocketsTranslator.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/grpc/WebSocketsTranslator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1Proxy.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1Proxy.java index 6743cce97..aee6abc17 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1Proxy.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1Proxy.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1ProxyBuilder.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1ProxyBuilder.java index 07c4114bd..1a018beab 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1ProxyBuilder.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1ProxyBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1to2Proxy.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1to2Proxy.java index f796d2d0e..66820f253 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1to2Proxy.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http1to2Proxy.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http2FlowControl.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http2FlowControl.java index 0ccba2fa8..8a25d0b3d 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http2FlowControl.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/Http2FlowControl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/HttpProtocol.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/HttpProtocol.java index 71267e96d..0ac3a84e2 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/HttpProtocol.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/http/HttpProtocol.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiFields.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiFields.java index b7592b5b1..000d9f3e7 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiFields.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiFields.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMatcher.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMatcher.java index f3bcebacb..435f69219 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMatcher.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMatcher.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMethod.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMethod.java index e23331041..0d3b13481 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMethod.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiMethod.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxy.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxy.java index f300165c7..7d658ee35 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxy.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxy.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxyBuilder.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxyBuilder.java index 9f1a29e7c..5f4787e6a 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxyBuilder.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiProxyBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiTranslator.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiTranslator.java index c90614138..08348670f 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiTranslator.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/proxy/rest/RestApiTranslator.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouter.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouter.java index 19c130702..82bc32765 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouter.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouter.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouterLink.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouterLink.java index 313704d1b..c77397299 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouterLink.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/CoreRouterLink.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http1Router.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http1Router.java index 86d738014..7efe12866 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http1Router.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http1Router.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http2Router.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http2Router.java index 34b6e9fcd..ee3f81a4f 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http2Router.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/Http2Router.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/WebSocketsRouter.java b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/WebSocketsRouter.java index eb59c9210..12fd76a90 100644 --- a/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/WebSocketsRouter.java +++ b/tracdap-services/tracdap-gateway/src/main/java/org/finos/tracdap/gateway/routing/WebSocketsRouter.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-gateway/src/test/java/org/finos/tracdap/gateway/ProtocolNegotiatorTest.java b/tracdap-services/tracdap-gateway/src/test/java/org/finos/tracdap/gateway/ProtocolNegotiatorTest.java index bb55bb6ab..f40645f33 100644 --- a/tracdap-services/tracdap-gateway/src/test/java/org/finos/tracdap/gateway/ProtocolNegotiatorTest.java +++ b/tracdap-services/tracdap-gateway/src/test/java/org/finos/tracdap/gateway/ProtocolNegotiatorTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/TracDataService.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/TracDataService.java index 67fbab72e..b564ba2ce 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/TracDataService.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/TracDataService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/api/TracDataApi.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/api/TracDataApi.java index 19c6308fc..7cc45a45d 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/api/TracDataApi.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/api/TracDataApi.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/DataService.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/DataService.java index 6db9e48eb..1f2d60620 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/DataService.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/DataService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/FileService.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/FileService.java index 74cc0a477..1bba743ea 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/FileService.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/FileService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/Helpers.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/Helpers.java index 267304057..c105c1f4c 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/Helpers.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/Helpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/MetadataBuilders.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/MetadataBuilders.java index d50d95ac6..9eb6c4924 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/MetadataBuilders.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/MetadataBuilders.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/RequestState.java b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/RequestState.java index e4d500276..37c137701 100644 --- a/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/RequestState.java +++ b/tracdap-services/tracdap-svc-data/src/main/java/org/finos/tracdap/svc/data/service/RequestState.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataOperationsTest.java b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataOperationsTest.java index 0cb24d2d7..e0632624e 100644 --- a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataOperationsTest.java +++ b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataOperationsTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataRoundTripTest.java b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataRoundTripTest.java index 6047dacc6..0f6d6c7e5 100644 --- a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataRoundTripTest.java +++ b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/DataRoundTripTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileOperationsTest.java b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileOperationsTest.java index f5f421d67..17061c950 100644 --- a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileOperationsTest.java +++ b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileOperationsTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileRoundTripTest.java b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileRoundTripTest.java index 2fe6790f3..502e3d460 100644 --- a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileRoundTripTest.java +++ b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/FileRoundTripTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/TenantSeparationTest.java b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/TenantSeparationTest.java index 786d5778c..599cb6fdb 100644 --- a/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/TenantSeparationTest.java +++ b/tracdap-services/tracdap-svc-data/src/test/java/org/finos/tracdap/svc/data/api/TenantSeparationTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/TracMetadataService.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/TracMetadataService.java index b9d4b13cc..b75401767 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/TracMetadataService.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/TracMetadataService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/MetadataApiImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/MetadataApiImpl.java index d11a4ab22..3ea4bb4cf 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/MetadataApiImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/MetadataApiImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TracMetadataApi.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TracMetadataApi.java index ece29b508..ba06720da 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TracMetadataApi.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TracMetadataApi.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TrustedMetadataApi.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TrustedMetadataApi.java index f8b856050..2f8f0d84a 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TrustedMetadataApi.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/api/TrustedMetadataApi.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/IMetadataDal.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/IMetadataDal.java index d2a24f46c..e3757c38e 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/IMetadataDal.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/IMetadataDal.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/MetadataDalPlugin.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/MetadataDalPlugin.java index f03d36e43..8b99efeec 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/MetadataDalPlugin.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/MetadataDalPlugin.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcAttrHelpers.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcAttrHelpers.java index 73a685184..67982df50 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcAttrHelpers.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcAttrHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcBaseDal.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcBaseDal.java index 21e7bb3ca..b8d05080f 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcBaseDal.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcBaseDal.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcError.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcError.java index 69d26c285..c76859556 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcError.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcError.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcErrorCode.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcErrorCode.java index b05136d21..e29554bb1 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcErrorCode.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcErrorCode.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcException.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcException.java index 84e6601e2..260324707 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcException.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcException.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcMetadataDal.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcMetadataDal.java index 16f3f254d..c091bc892 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcMetadataDal.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcMetadataDal.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadBatchImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadBatchImpl.java index e5172bf02..e9ee4d68d 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadBatchImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadBatchImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadImpl.java index 21db1835a..020ad4afb 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcReadImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchImpl.java index 06a8d8a6a..81e3d8b56 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQuery.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQuery.java index 49ee0f5f7..3a5d6b9dd 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQuery.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQuery.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQueryBuilder.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQueryBuilder.java index a4f3df256..38b11b1ce 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQueryBuilder.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcSearchQueryBuilder.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcTenantImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcTenantImpl.java index 595877e0a..fc7d41d3e 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcTenantImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcTenantImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcWriteBatchImpl.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcWriteBatchImpl.java index e504f4a94..acae9ccac 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcWriteBatchImpl.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/JdbcWriteBatchImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/Dialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/Dialect.java index 4398f1a55..5d503a5a5 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/Dialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/Dialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/H2SqlDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/H2SqlDialect.java index b59d436f7..792fab86c 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/H2SqlDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/H2SqlDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/IDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/IDialect.java index f18d53440..55f83054a 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/IDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/IDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MariaDbDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MariaDbDialect.java index d8321eb90..e5f7a75ca 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MariaDbDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MariaDbDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MySqlDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MySqlDialect.java index b34a07871..c5969267a 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MySqlDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/MySqlDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/OracleDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/OracleDialect.java index 8696f12a0..13f6fb808 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/OracleDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/OracleDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/PostgreSqlDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/PostgreSqlDialect.java index 82ba0053e..8550036a1 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/PostgreSqlDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/PostgreSqlDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/SqlServerDialect.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/SqlServerDialect.java index 779cce3a6..2ebc4699e 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/SqlServerDialect.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/dal/jdbc/dialects/SqlServerDialect.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataConstants.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataConstants.java index 3d7eb04ba..6df212a37 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataConstants.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataConstants.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataReadService.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataReadService.java index 7ecdab03f..b7905ee46 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataReadService.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataReadService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataSearchService.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataSearchService.java index 63e4c7284..5a39bcc29 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataSearchService.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataSearchService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataWriteService.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataWriteService.java index a4d9bd1de..184560d5d 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataWriteService.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/MetadataWriteService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/TagUpdateService.java b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/TagUpdateService.java index 55e7852e1..acd198431 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/TagUpdateService.java +++ b/tracdap-services/tracdap-svc-meta/src/main/java/org/finos/tracdap/svc/meta/services/TagUpdateService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataReadApiTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataReadApiTest.java index 8080fc3b4..27b57b050 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataReadApiTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataReadApiTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataSearchApiTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataSearchApiTest.java index a7a42c98a..7e448a24c 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataSearchApiTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataSearchApiTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataWriteApiTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataWriteApiTest.java index a933d082d..057ad47ab 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataWriteApiTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/api/MetadataWriteApiTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalEncodingTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalEncodingTest.java index 0e388df11..0b9237a05 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalEncodingTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalEncodingTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalReadTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalReadTest.java index 4ca91c5f2..80f84d261 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalReadTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalReadTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalSearchTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalSearchTest.java index 10f68fc4b..1bf450277 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalSearchTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalSearchTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalWriteTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalWriteTest.java index 65bd522f1..d9ec12304 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalWriteTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/dal/MetadataDalWriteTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/services/TagUpdateServiceTest.java b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/services/TagUpdateServiceTest.java index 6d2e9f735..7788fdad2 100644 --- a/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/services/TagUpdateServiceTest.java +++ b/tracdap-services/tracdap-svc-meta/src/test/java/org/finos/tracdap/svc/meta/services/TagUpdateServiceTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/TracOrchestratorService.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/TracOrchestratorService.java index 7ca2d7b80..2839cb37a 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/TracOrchestratorService.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/TracOrchestratorService.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/api/TracOrchestratorApi.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/api/TracOrchestratorApi.java index 53c6c157a..c87e839f6 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/api/TracOrchestratorApi.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/api/TracOrchestratorApi.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/IJobLogic.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/IJobLogic.java index 31cbb8bfa..3fc14429e 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/IJobLogic.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/IJobLogic.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/ImportModelJob.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/ImportModelJob.java index 8d23ebca9..55932305b 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/ImportModelJob.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/ImportModelJob.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/JobLogic.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/JobLogic.java index 4a9b9b518..d22509934 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/JobLogic.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/JobLogic.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunFlowJob.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunFlowJob.java index e92918546..a6a270536 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunFlowJob.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunFlowJob.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelJob.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelJob.java index d108da03f..4d12f7941 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelJob.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelJob.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelOrFlow.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelOrFlow.java index 2988b778b..6cf00bc2f 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelOrFlow.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/jobs/RunModelOrFlow.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/service/JobProcessorHelpers.java b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/service/JobProcessorHelpers.java index e9b287429..2724f6acf 100644 --- a/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/service/JobProcessorHelpers.java +++ b/tracdap-services/tracdap-svc-orch/src/main/java/org/finos/tracdap/svc/orch/service/JobProcessorHelpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/DataRoundTripTest.java b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/DataRoundTripTest.java index 1162796f8..41407b154 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/DataRoundTripTest.java +++ b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/DataRoundTripTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/Helpers.java b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/Helpers.java index 933471130..37b8458ed 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/Helpers.java +++ b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/Helpers.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/ImportModelTest.java b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/ImportModelTest.java index 905e46e06..fac2d10d0 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/ImportModelTest.java +++ b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/ImportModelTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunFlowTest.java b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunFlowTest.java index fe16365b5..d82635558 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunFlowTest.java +++ b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunFlowTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunModelTest.java b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunModelTest.java index dc4f80b85..eabd03e6d 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunModelTest.java +++ b/tracdap-services/tracdap-svc-orch/src/test/java/org/finos/tracdap/svc/orch/jobs/RunModelTest.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-tools/deploy-metadb/src/main/java/org/finos/tracdap/tools/deploy/metadb/DeployMetaDB.java b/tracdap-tools/deploy-metadb/src/main/java/org/finos/tracdap/tools/deploy/metadb/DeployMetaDB.java index 1dbb2f1dd..c0e38d9ca 100644 --- a/tracdap-tools/deploy-metadb/src/main/java/org/finos/tracdap/tools/deploy/metadb/DeployMetaDB.java +++ b/tracdap-tools/deploy-metadb/src/main/java/org/finos/tracdap/tools/deploy/metadb/DeployMetaDB.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-tools/secret-tool/build.gradle b/tracdap-tools/secret-tool/build.gradle index 2ff04d142..bdbcdf7f8 100644 --- a/tracdap-tools/secret-tool/build.gradle +++ b/tracdap-tools/secret-tool/build.gradle @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/tracdap-tools/secret-tool/src/main/java/org/finos/tracdap/tools/secrets/SecretTool.java b/tracdap-tools/secret-tool/src/main/java/org/finos/tracdap/tools/secrets/SecretTool.java index 674905e8f..ce07e2892 100644 --- a/tracdap-tools/secret-tool/src/main/java/org/finos/tracdap/tools/secrets/SecretTool.java +++ b/tracdap-tools/secret-tool/src/main/java/org/finos/tracdap/tools/secrets/SecretTool.java @@ -1,9 +1,10 @@ /* - * Copyright 2022 Accenture Global Solutions Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at +* Licensed to the Fintech Open Source Foundation (FINOS) under one or +* more contributor license agreements. See the NOTICE file distributed +* with this work for additional information regarding copyright ownership. +* FINOS licenses this file to you under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with the +* License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *