From 308c956ee7722d3424b77c4c3b09d86c900b38de Mon Sep 17 00:00:00 2001 From: Steven Sheehy Date: Tue, 8 Feb 2022 17:47:43 -0600 Subject: [PATCH] Update license year to 2022 Signed-off-by: Steven Sheehy --- .../converter/AbstractEntityIdConverter.java | 2 +- .../common/converter/AccountIdConverter.java | 2 +- .../converter/AccountIdDeserializer.java | 2 +- .../common/converter/ContractIdConverter.java | 2 +- .../common/converter/EntityIdSerializer.java | 2 +- .../converter/EntityTypeSerializer.java | 2 +- .../common/converter/FileIdConverter.java | 2 +- .../converter/LongListToStringSerializer.java | 2 +- .../converter/RangeToStringDeserializer.java | 2 +- .../converter/RangeToStringSerializer.java | 2 +- .../common/converter/ScheduleIdConverter.java | 2 +- .../common/converter/TokenIdConverter.java | 2 +- .../common/converter/TopicIdConverter.java | 2 +- .../common/converter/TopicIdDeserializer.java | 2 +- .../common/converter/UnknownIdConverter.java | 2 +- .../mirror/common/domain/DigestAlgorithm.java | 2 +- .../mirror/common/domain/StreamFile.java | 2 +- .../mirror/common/domain/StreamItem.java | 2 +- .../mirror/common/domain/StreamType.java | 2 +- .../mirror/common/domain/Upsertable.java | 2 +- .../domain/addressbook/AddressBook.java | 2 +- .../domain/addressbook/AddressBookEntry.java | 2 +- .../AddressBookServiceEndpoint.java | 2 +- .../common/domain/balance/AccountBalance.java | 2 +- .../domain/balance/AccountBalanceFile.java | 2 +- .../common/domain/balance/TokenBalance.java | 2 +- .../common/domain/contract/Contract.java | 2 +- .../common/domain/contract/ContractLog.java | 2 +- .../domain/contract/ContractResult.java | 2 +- .../common/domain/entity/AbstractEntity.java | 2 +- .../mirror/common/domain/entity/Entity.java | 2 +- .../mirror/common/domain/entity/EntityId.java | 2 +- .../common/domain/entity/EntityIdEndec.java | 2 +- .../common/domain/entity/EntityOperation.java | 2 +- .../common/domain/entity/EntityType.java | 2 +- .../mirror/common/domain/event/EventFile.java | 2 +- .../mirror/common/domain/event/EventItem.java | 2 +- .../mirror/common/domain/file/FileData.java | 2 +- .../common/domain/schedule/Schedule.java | 2 +- .../mirror/common/domain/token/Nft.java | 2 +- .../mirror/common/domain/token/NftId.java | 2 +- .../common/domain/token/NftTransfer.java | 2 +- .../common/domain/token/NftTransferId.java | 2 +- .../mirror/common/domain/token/Token.java | 2 +- .../common/domain/token/TokenAccount.java | 2 +- .../common/domain/token/TokenAccountId.java | 2 +- .../common/domain/token/TokenAccountKey.java | 2 +- .../domain/token/TokenFreezeStatusEnum.java | 2 +- .../mirror/common/domain/token/TokenId.java | 2 +- .../domain/token/TokenKycStatusEnum.java | 2 +- .../domain/token/TokenPauseStatusEnum.java | 2 +- .../domain/token/TokenSupplyTypeEnum.java | 2 +- .../common/domain/token/TokenTransfer.java | 2 +- .../common/domain/token/TokenTypeEnum.java | 2 +- .../common/domain/topic/StreamMessage.java | 2 +- .../common/domain/topic/TopicMessage.java | 2 +- .../domain/transaction/AssessedCustomFee.java | 2 +- .../domain/transaction/CryptoTransfer.java | 2 +- .../common/domain/transaction/CustomFee.java | 2 +- .../common/domain/transaction/LiveHash.java | 2 +- .../domain/transaction/NonFeeTransfer.java | 2 +- .../common/domain/transaction/RecordFile.java | 2 +- .../common/domain/transaction/RecordItem.java | 2 +- .../domain/transaction/Transaction.java | 2 +- .../transaction/TransactionSignature.java | 2 +- .../domain/transaction/TransactionType.java | 2 +- .../exception/InvalidEntityException.java | 2 +- .../common/exception/MirrorNodeException.java | 2 +- .../common/exception/ProtobufException.java | 2 +- .../mirror/common/util/DomainUtils.java | 2 +- .../AbstractEntityConverterTest.java | 2 +- .../converter/AccountIdConverterTest.java | 2 +- .../converter/ContractIdConverterTest.java | 2 +- .../converter/EntityIdSerializerTest.java | 2 +- .../converter/EntityTypeSerializerTest.java | 2 +- .../common/converter/FileIdConverterTest.java | 2 +- .../LongListToStringSerializerTest.java | 2 +- .../RangeToStringDeserializerTest.java | 2 +- .../RangeToStringSerializerTest.java | 2 +- .../converter/ScheduleIdConverterTest.java | 2 +- .../converter/TokenIdConverterTest.java | 2 +- .../converter/TopicIdConverterTest.java | 2 +- .../converter/UnknownIdConverterTest.java | 2 +- .../common/domain/DigestAlgorithmTest.java | 2 +- .../mirror/common/domain/DomainBuilder.java | 2 +- .../mirror/common/domain/DomainWrapper.java | 2 +- .../mirror/common/domain/StreamTypeTest.java | 2 +- .../domain/entity/EntityIdEndecTest.java | 2 +- .../common/domain/entity/EntityIdTest.java | 2 +- .../common/domain/entity/EntityTest.java | 2 +- .../common/domain/token/TokenAccountTest.java | 2 +- .../domain/token/TokenSupplyTypeEnumTest.java | 2 +- .../mirror/common/domain/token/TokenTest.java | 2 +- .../domain/token/TokenTypeEnumTest.java | 2 +- .../common/domain/topic/TopicMessageTest.java | 2 +- .../transaction/AssessedCustomFeeTest.java | 2 +- .../domain/transaction/RecordItemTest.java | 2 +- .../mirror/common/util/DomainUtilsTest.java | 2 +- .../com/hedera/mirror/grpc/DbProperties.java | 2 +- .../hedera/mirror/grpc/GrpcProperties.java | 2 +- .../mirror/grpc/MirrorGrpcApplication.java | 2 +- .../grpc/config/CacheConfiguration.java | 2 +- .../mirror/grpc/config/GrpcConfiguration.java | 2 +- .../grpc/config/GrpcHealthIndicator.java | 2 +- .../grpc/config/MetricsConfiguration.java | 2 +- .../mirror/grpc/config/NettyProperties.java | 2 +- .../grpc/config/RedisConfiguration.java | 2 +- .../grpc/controller/ConsensusController.java | 2 +- .../grpc/controller/NetworkController.java | 2 +- .../converter/EnumToIntegerConverter.java | 2 +- .../converter/InstantToLongConverter.java | 2 +- .../converter/LongToInstantConverter.java | 2 +- .../mirror/grpc/domain/AddressBookFilter.java | 2 +- .../com/hedera/mirror/grpc/domain/Entity.java | 2 +- .../mirror/grpc/domain/StreamMessage.java | 2 +- .../mirror/grpc/domain/TopicMessage.java | 2 +- .../grpc/domain/TopicMessageFilter.java | 2 +- .../exception/EntityNotFoundException.java | 2 +- .../grpc/listener/CompositeTopicListener.java | 2 +- .../grpc/listener/ListenerProperties.java | 2 +- .../grpc/listener/NotifyingTopicListener.java | 2 +- .../grpc/listener/PollingTopicListener.java | 2 +- .../grpc/listener/RedisTopicListener.java | 2 +- .../listener/SharedPollingTopicListener.java | 2 +- .../grpc/listener/SharedTopicListener.java | 2 +- .../mirror/grpc/listener/TopicListener.java | 2 +- .../AddressBookEntryRepository.java | 2 +- .../repository/AddressBookRepository.java | 2 +- .../grpc/repository/EntityRepository.java | 2 +- .../repository/TopicMessageRepository.java | 2 +- .../TopicMessageRepositoryCustom.java | 2 +- .../TopicMessageRepositoryCustomImpl.java | 2 +- .../PollingTopicMessageRetriever.java | 2 +- .../grpc/retriever/RetrieverProperties.java | 2 +- .../grpc/retriever/TopicMessageRetriever.java | 2 +- .../grpc/service/AddressBookProperties.java | 2 +- .../mirror/grpc/service/NetworkService.java | 2 +- .../grpc/service/NetworkServiceImpl.java | 2 +- .../grpc/service/TopicMessageService.java | 2 +- .../grpc/service/TopicMessageServiceImpl.java | 2 +- .../hedera/mirror/grpc/util/ProtoUtil.java | 2 +- .../mirror/grpc/validation/EndTime.java | 2 +- .../grpc/validation/EndTimeValidator.java | 2 +- .../mirror/grpc/validation/StartTime.java | 2 +- .../grpc/validation/StartTimeValidator.java | 2 +- .../mirror/grpc/GrpcIntegrationTest.java | 2 +- .../controller/ConsensusControllerTest.java | 2 +- .../controller/NetworkControllerTest.java | 2 +- .../converter/InstantToLongConverterTest.java | 2 +- .../converter/LongToInstantConverterTest.java | 2 +- .../mirror/grpc/domain/DomainBuilder.java | 2 +- .../AbstractSharedTopicListenerTest.java | 2 +- .../listener/AbstractTopicListenerTest.java | 2 +- .../listener/NotifyingTopicListenerTest.java | 2 +- .../listener/PollingTopicListenerTest.java | 2 +- .../grpc/listener/RedisTopicListenerTest.java | 2 +- .../SharedPollingTopicListenerTest.java | 2 +- .../AddressBookEntryRepositoryTest.java | 2 +- .../repository/AddressBookRepositoryTest.java | 2 +- .../TopicMessageRepositoryTest.java | 2 +- .../PollingTopicMessageRetrieverTest.java | 2 +- .../grpc/service/NetworkServiceTest.java | 2 +- .../grpc/service/TopicMessageServiceTest.java | 2 +- .../mirror/grpc/util/ProtoUtilTest.java | 2 +- .../importer/MirrorImporterApplication.java | 2 +- .../mirror/importer/MirrorProperties.java | 2 +- .../addressbook/AddressBookService.java | 2 +- .../addressbook/AddressBookServiceImpl.java | 2 +- .../importer/config/CacheConfiguration.java | 2 +- .../config/CloudStorageConfiguration.java | 2 +- .../config/HealthCheckConfiguration.java | 2 +- .../config/HibernateConfiguration.java | 2 +- .../config/MessagingConfiguration.java | 2 +- .../importer/config/MetricsConfiguration.java | 2 +- .../config/MetricsExecutionInterceptor.java | 2 +- .../MirrorDateRangePropertiesProcessor.java | 2 +- .../config/MirrorImporterConfiguration.java | 2 +- .../config/PubSubAutoConfiguration.java | 2 +- .../importer/config/RedisConfiguration.java | 2 +- .../config/StreamFileHealthIndicator.java | 2 +- .../converter/ByteArrayToHexSerializer.java | 2 +- .../importer/converter/EntityIdConverter.java | 2 +- .../mirror/importer/db/DBProperties.java | 2 +- .../importer/domain/FileStreamSignature.java | 2 +- .../importer/domain/StreamFileData.java | 2 +- .../importer/domain/StreamFilename.java | 2 +- .../domain/TransactionFilterFields.java | 2 +- .../CommonDownloaderProperties.java | 2 +- .../importer/downloader/Downloader.java | 2 +- .../downloader/DownloaderProperties.java | 2 +- .../downloader/NodeSignatureVerifier.java | 2 +- .../importer/downloader/PendingDownload.java | 2 +- .../downloader/StreamFileNotifier.java | 2 +- .../balance/AccountBalancesDownloader.java | 2 +- .../balance/BalanceDownloaderProperties.java | 2 +- .../event/EventDownloaderProperties.java | 2 +- .../downloader/event/EventFileDownloader.java | 2 +- .../record/RecordDownloaderProperties.java | 2 +- .../record/RecordFileDownloader.java | 2 +- .../exception/FileOperationException.java | 2 +- .../exception/HashMismatchException.java | 2 +- .../importer/exception/ImporterException.java | 2 +- .../InvalidConfigurationException.java | 2 +- .../exception/InvalidDatasetException.java | 2 +- .../exception/InvalidEventFileException.java | 2 +- .../exception/InvalidStreamFileException.java | 2 +- .../MissingCredentialsException.java | 2 +- .../exception/MissingFileException.java | 2 +- .../importer/exception/ParserException.java | 2 +- .../exception/ParserSQLException.java | 2 +- .../SignatureFileParsingException.java | 2 +- .../SignatureVerificationException.java | 2 +- .../exception/StreamFileReaderException.java | 2 +- .../hedera/mirror/importer/leader/Leader.java | 2 +- .../mirror/importer/leader/LeaderAspect.java | 2 +- .../mirror/importer/leader/LeaderService.java | 2 +- .../migration/ContractResultMigration.java | 2 +- .../HistoricalAccountInfoMigration.java | 2 +- .../migration/MirrorBaseJavaMigration.java | 2 +- .../MissingAddressBooksMigration.java | 2 +- .../parser/AbstractParserProperties.java | 2 +- .../parser/AbstractStreamFileParser.java | 2 +- .../parser/CommonParserProperties.java | 2 +- .../importer/parser/ParserProperties.java | 2 +- .../importer/parser/StreamFileListener.java | 2 +- .../importer/parser/StreamFileParser.java | 2 +- .../importer/parser/StreamItemListener.java | 2 +- .../balance/AccountBalanceFileParser.java | 2 +- .../balance/BalanceParserProperties.java | 2 +- .../importer/parser/batch/BatchInserter.java | 2 +- .../importer/parser/batch/BatchPersister.java | 2 +- .../importer/parser/batch/BatchUpserter.java | 2 +- .../parser/batch/CompositeBatchPersister.java | 2 +- .../importer/parser/domain/PubSubMessage.java | 2 +- .../parser/event/EventFileParser.java | 2 +- .../parser/event/EventParserProperties.java | 2 +- .../NonFeeTransferExtractionStrategy.java | 2 +- .../NonFeeTransferExtractionStrategyImpl.java | 2 +- .../parser/record/RecordFileParser.java | 2 +- .../parser/record/RecordItemListener.java | 2 +- .../parser/record/RecordParserProperties.java | 2 +- .../record/RecordStreamFileListener.java | 2 +- .../record/entity/BatchEntityListener.java | 2 +- .../entity/CompositeEntityListener.java | 2 +- .../entity/ConditionOnEntityRecordParser.java | 2 +- .../entity/EntityBatchCleanupEvent.java | 2 +- .../record/entity/EntityBatchSaveEvent.java | 2 +- .../parser/record/entity/EntityListener.java | 2 +- .../entity/EntityListenerProperties.java | 2 +- .../record/entity/EntityProperties.java | 2 +- .../entity/EntityRecordItemListener.java | 2 +- .../entity/notify/NotifyProperties.java | 2 +- .../notify/NotifyingEntityListener.java | 2 +- .../entity/redis/RedisEntityListener.java | 2 +- .../record/entity/redis/RedisProperties.java | 2 +- .../record/entity/sql/SqlEntityListener.java | 2 +- .../record/entity/sql/SqlProperties.java | 2 +- .../ConditionalOnPubSubRecordParser.java | 2 +- .../record/pubsub/PubSubProperties.java | 2 +- .../pubsub/PubSubRecordItemListener.java | 2 +- .../PubSubRecordStreamFileListener.java | 2 +- ...bstractContractCallTransactionHandler.java | 2 +- .../AbstractEntityCrudTransactionHandler.java | 2 +- ...onsensusCreateTopicTransactionHandler.java | 2 +- ...onsensusDeleteTopicTransactionHandler.java | 2 +- ...sensusSubmitMessageTransactionHandler.java | 2 +- ...onsensusUpdateTopicTransactionHandler.java | 2 +- .../ContractCallTransactionHandler.java | 2 +- .../ContractCreateTransactionHandler.java | 2 +- .../ContractDeleteTransactionHandler.java | 2 +- .../ContractUpdateTransactionHandler.java | 2 +- .../CryptoAddLiveHashTransactionHandler.java | 2 +- .../CryptoCreateTransactionHandler.java | 2 +- ...ryptoDeleteLiveHashTransactionHandler.java | 2 +- .../CryptoDeleteTransactionHandler.java | 2 +- .../CryptoTransferTransactionHandler.java | 2 +- .../CryptoUpdateTransactionHandler.java | 2 +- .../FileAppendTransactionHandler.java | 2 +- .../FileCreateTransactionHandler.java | 6 ++-- .../FileDeleteTransactionHandler.java | 6 ++-- .../FileUpdateTransactionHandler.java | 6 ++-- .../ScheduleCreateTransactionHandler.java | 6 ++-- .../ScheduleDeleteTransactionHandler.java | 6 ++-- .../ScheduleSignTransactionHandler.java | 6 ++-- .../SystemDeleteTransactionHandler.java | 6 ++-- .../SystemUndeleteTransactionHandler.java | 6 ++-- .../TokenAssociateTransactionHandler.java | 6 ++-- .../TokenBurnTransactionHandler.java | 6 ++-- .../TokenCreateTransactionHandler.java | 6 ++-- .../TokenDeleteTransactionHandler.java | 6 ++-- .../TokenDissociateTransactionHandler.java | 6 ++-- ...enFeeScheduleUpdateTransactionHandler.java | 6 ++-- .../TokenFreezeTransactionHandler.java | 6 ++-- .../TokenGrantKycTransactionHandler.java | 6 ++-- .../TokenMintTransactionHandler.java | 6 ++-- .../TokenRevokeKycTransactionHandler.java | 6 ++-- .../TokenUnfreezeTransactionHandler.java | 6 ++-- .../TokenUpdateTransactionHandler.java | 6 ++-- .../TokenWipeTransactionHandler.java | 6 ++-- .../TransactionHandler.java | 6 ++-- .../TransactionHandlerFactory.java | 6 ++-- .../UnknownDataTransactionHandler.java | 6 ++-- .../serializer/ProtoJsonSerializer.java | 6 ++-- .../importer/reader/AbstractStreamObject.java | 6 ++-- .../mirror/importer/reader/HashObject.java | 6 ++-- .../importer/reader/StreamFileReader.java | 6 ++-- .../reader/ValidatedDataInputStream.java | 6 ++-- .../reader/balance/BalanceFileReader.java | 6 ++-- .../balance/BalanceFileReaderImplV1.java | 6 ++-- .../balance/BalanceFileReaderImplV2.java | 6 ++-- .../balance/CompositeBalanceFileReader.java | 6 ++-- .../reader/balance/CsvBalanceFileReader.java | 6 ++-- .../balance/ProtoBalanceFileReader.java | 6 ++-- .../line/AccountBalanceLineParser.java | 6 ++-- .../line/AccountBalanceLineParserV1.java | 6 ++-- .../line/AccountBalanceLineParserV2.java | 6 ++-- .../reader/event/EventFileReader.java | 6 ++-- .../reader/event/EventFileReaderV3.java | 6 ++-- .../record/AbstractPreV5RecordFileReader.java | 6 ++-- .../record/CompositeRecordFileReader.java | 6 ++-- .../reader/record/RecordFileReader.java | 6 ++-- .../reader/record/RecordFileReaderImplV1.java | 6 ++-- .../reader/record/RecordFileReaderImplV2.java | 6 ++-- .../reader/record/RecordFileReaderImplV5.java | 6 ++-- .../CompositeSignatureFileReader.java | 6 ++-- .../reader/signature/SignatureFileReader.java | 6 ++-- .../signature/SignatureFileReaderV2.java | 6 ++-- .../signature/SignatureFileReaderV5.java | 6 ++-- .../AccountBalanceFileRepository.java | 6 ++-- .../repository/AccountBalanceRepository.java | 6 ++-- .../AddressBookEntryRepository.java | 6 ++-- .../repository/AddressBookRepository.java | 6 ++-- .../AddressBookServiceEndpointRepository.java | 6 ++-- .../AssessedCustomFeeRepository.java | 6 ++-- .../repository/ContractLogRepository.java | 6 ++-- .../repository/ContractRepository.java | 6 ++-- .../repository/ContractResultRepository.java | 6 ++-- .../ContractStateChangeRepository.java | 6 ++-- .../repository/CryptoTransferRepository.java | 6 ++-- .../repository/CustomFeeRepository.java | 6 ++-- .../importer/repository/EntityRepository.java | 6 ++-- .../repository/EventFileRepository.java | 6 ++-- .../repository/FileDataRepository.java | 6 ++-- .../repository/LiveHashRepository.java | 6 ++-- .../importer/repository/NftRepository.java | 6 ++-- .../repository/NftTransferRepository.java | 6 ++-- .../repository/NonFeeTransferRepository.java | 6 ++-- .../repository/RecordFileRepository.java | 6 ++-- .../repository/ScheduleRepository.java | 6 ++-- .../repository/StreamFileRepository.java | 6 ++-- .../repository/TokenAccountRepository.java | 6 ++-- .../repository/TokenBalanceRepository.java | 6 ++-- .../importer/repository/TokenRepository.java | 6 ++-- .../repository/TokenTransferRepository.java | 6 ++-- .../repository/TopicMessageRepository.java | 6 ++-- .../repository/TransactionRepository.java | 6 ++-- .../TransactionSignatureRepository.java | 6 ++-- .../upsert/AbstractUpsertQueryGenerator.java | 6 ++-- .../upsert/GenericUpsertQueryGenerator.java | 6 ++-- .../upsert/NftUpsertQueryGenerator.java | 6 ++-- .../upsert/ScheduleUpsertQueryGenerator.java | 6 ++-- .../TokenAccountUpsertQueryGenerator.java | 6 ++-- ...issociateTransferUpsertQueryGenerator.java | 6 ++-- .../upsert/TokenUpsertQueryGenerator.java | 6 ++-- .../repository/upsert/UpsertColumn.java | 6 ++-- .../repository/upsert/UpsertEntity.java | 6 ++-- .../upsert/UpsertQueryGenerator.java | 6 ++-- .../upsert/UpsertQueryGeneratorFactory.java | 6 ++-- .../mirror/importer/util/ShutdownHelper.java | 6 ++-- .../hedera/mirror/importer/util/Utility.java | 6 ++-- .../hedera/mirror/importer/EnabledIfV1.java | 6 ++-- .../hedera/mirror/importer/EnabledIfV2.java | 6 ++-- .../hedera/mirror/importer/FileCopier.java | 6 ++-- .../mirror/importer/IntegrationTest.java | 6 ++-- .../importer/PubSubIntegrationTest.java | 6 ++-- .../mirror/importer/TestRecordFiles.java | 6 ++-- .../com/hedera/mirror/importer/TestUtils.java | 6 ++-- .../AddressBookServiceImplTest.java | 6 ++-- ...AbstractStreamFileHealthIndicatorTest.java | 6 ++-- .../BalanceStreamFileHealthIndicatorTest.java | 6 ++-- .../config/IntegrationTestConfiguration.java | 6 ++-- ...irrorDateRangePropertiesProcessorTest.java | 6 ++-- .../RecordStreamFileHealthIndicatorTest.java | 6 ++-- .../ByteArrayToHexSerializerTest.java | 6 ++-- .../importer/converter/InstantConverter.java | 6 ++-- .../importer/converter/KeyConverter.java | 6 ++-- .../converter/TopicIdArgumentConverter.java | 6 ++-- .../domain/AssessedCustomFeeWrapper.java | 6 ++-- .../importer/domain/CustomFeeWrapper.java | 6 ++-- .../importer/domain/StreamFileDataTest.java | 6 ++-- .../importer/domain/StreamFilenameTest.java | 6 ++-- .../downloader/AbstractDownloaderTest.java | 6 ++-- .../AbstractLinkedStreamDownloaderTest.java | 6 ++-- .../downloader/NodeSignatureVerifierTest.java | 6 ++-- .../AccountBalancesDownloaderTest.java | 6 ++-- .../event/EventFileDownloaderTest.java | 6 ++-- .../AbstractRecordFileDownloaderTest.java | 6 ++-- .../record/RecordFileV2DownloaderTest.java | 6 ++-- .../record/RecordFileV2V5DownloaderTest.java | 6 ++-- .../record/RecordFileV5DownloaderTest.java | 6 ++-- ...ressBookServiceEndpointsMigrationTest.java | 6 ++-- .../AddRootContractIdMigrationTest.java | 6 ++-- .../migration/CleanupEntityMigrationTest.java | 6 ++-- ...LogsConvertTopicsToBytesMigrationTest.java | 6 ++-- .../ContractResultMigrationTest.java | 6 ++-- .../EntityTimestampMigrationTest.java | 6 ++-- .../EntityTimestampMigrationV1_46_0Test.java | 6 ++-- .../Fix102AddressBookMigrationTest.java | 6 ++-- .../HistoricalAccountInfoMigrationTest.java | 6 ++-- .../MirrorBaseJavaMigrationTest.java | 6 ++-- .../MissingAddressBooksMigrationTest.java | 6 ++-- .../RemoveEntityTypeMigrationTest.java | 6 ++-- .../RemoveInvalidEntityMigrationTest.java | 6 ++-- ...rtDeletedTokenDissociateMigrationTest.java | 6 ++-- ...picMessagePayerAccountIdMigrationTest.java | 6 ++-- ...TransferTransactionPayerMigrationTest.java | 6 ++-- .../parser/AbstractStreamFileParserTest.java | 6 ++-- ...countBalanceFileParserPerformanceTest.java | 6 ++-- .../balance/AccountBalanceFileParserTest.java | 6 ++-- .../parser/batch/BatchInserterTest.java | 6 ++-- .../parser/batch/BatchUpserterTest.java | 6 ++-- .../batch/CompositeBatchPersisterTest.java | 6 ++-- .../parser/domain/PubSubMessageTest.java | 6 ++-- .../parser/domain/RecordItemBuilder.java | 6 ++-- .../parser/event/EventFileParserTest.java | 6 ++-- .../PerformanceIntegrationTest.java | 6 ++-- .../RestoreClientIntegrationTest.java | 6 ++-- .../record/CommonParserPropertiesTest.java | 6 ++-- ...FeeTransferExtractionStrategyImplTest.java | 6 ++-- .../RecordFileParserIntegrationTest.java | 6 ++-- .../RecordFileParserPerformanceTest.java | 6 ++-- .../parser/record/RecordFileParserTest.java | 6 ++-- .../AbstractEntityRecordItemListenerTest.java | 6 ++-- .../entity/BatchEntityListenerTest.java | 6 ++-- .../EntityRecordItemListenerContractTest.java | 6 ++-- .../EntityRecordItemListenerCryptoTest.java | 6 ++-- .../EntityRecordItemListenerFileTest.java | 6 ++-- .../EntityRecordItemListenerFreezeTest.java | 6 ++-- ...yRecordItemListenerNonFeeTransferTest.java | 6 ++-- .../EntityRecordItemListenerScheduleTest.java | 6 ++-- .../EntityRecordItemListenerTokenTest.java | 6 ++-- .../EntityRecordItemListenerTopicTest.java | 6 ++-- .../entity/TransactionSignatureTest.java | 6 ++-- .../notify/NotifyingEntityListenerTest.java | 6 ++-- ...cordItemListenerPerformanceCryptoTest.java | 6 ++-- .../RedisEntityListenerIntegrationTest.java | 6 ++-- .../entity/redis/RedisEntityListenerTest.java | 6 ++-- .../entity/sql/SqlEntityListenerTest.java | 6 ++-- .../pubsub/PubSubRecordItemListenerTest.java | 6 ++-- .../record/pubsub/PubSubRecordParserTest.java | 6 ++-- ...eleteOrUndeleteTransactionHandlerTest.java | 6 ++-- .../AbstractTransactionHandlerTest.java | 6 ++-- ...nsusCreateTopicTransactionHandlerTest.java | 6 ++-- ...nsusDeleteTopicTransactionHandlerTest.java | 6 ++-- ...usSubmitMessageTransactionHandlerTest.java | 6 ++-- ...nsusUpdateTopicTransactionHandlerTest.java | 6 ++-- .../ContractCallTransactionHandlerTest.java | 6 ++-- .../ContractCreateTransactionHandlerTest.java | 6 ++-- .../ContractDeleteTransactionHandlerTest.java | 6 ++-- .../ContractUpdateTransactionHandlerTest.java | 6 ++-- ...yptoAddLiveHashTransactionHandlerTest.java | 6 ++-- .../CryptoCreateTransactionHandlerTest.java | 6 ++-- ...oDeleteLiveHashTransactionHandlerTest.java | 6 ++-- .../CryptoDeleteTransactionHandlerTest.java | 6 ++-- .../CryptoTransferTransactionHandlerTest.java | 6 ++-- .../CryptoUpdateTransactionHandlerTest.java | 6 ++-- .../FileAppendTransactionHandlerTest.java | 6 ++-- .../FileCreateTransactionHandlerTest.java | 6 ++-- .../FileDeleteTransactionHandlerTest.java | 6 ++-- .../FileUpdateTransactionHandlerTest.java | 6 ++-- .../ScheduleCreateTransactionHandlerTest.java | 6 ++-- .../ScheduleDeleteTransactionHandlerTest.java | 6 ++-- .../ScheduleSignTransactionHandlerTest.java | 6 ++-- .../SystemDeleteTransactionHandlerTest.java | 6 ++-- .../SystemUndeleteTransactionHandlerTest.java | 6 ++-- .../TokenAssociateTransactionHandlerTest.java | 6 ++-- .../TokenBurnTransactionHandlerTest.java | 6 ++-- .../TokenCreateTransactionHandlerTest.java | 6 ++-- .../TokenDeleteTransactionHandlerTest.java | 6 ++-- ...TokenDissociateTransactionHandlerTest.java | 6 ++-- ...eScheduleUpdateTransactionHandlerTest.java | 6 ++-- .../TokenFreezeTransactionHandlerTest.java | 6 ++-- .../TokenGrantKycTransactionHandlerTest.java | 6 ++-- .../TokenMintTransactionHandlerTest.java | 6 ++-- .../TokenRevokeKycTransactionHandlerTest.java | 6 ++-- .../TokenUnfreezeTransactionHandlerTest.java | 6 ++-- .../TokenUpdateTransactionHandlerTest.java | 6 ++-- .../TokenWipeTransactionHandlerTest.java | 6 ++-- .../UnknownDataTransactionHandlerTest.java | 6 ++-- .../importer/reader/HashObjectTest.java | 6 ++-- .../reader/ValidatedDataInputStreamTest.java | 6 ++-- .../balance/BalanceFileReaderImplV1Test.java | 6 ++-- .../balance/BalanceFileReaderImplV2Test.java | 6 ++-- .../CompositeBalanceFileReaderTest.java | 6 ++-- .../balance/CsvBalanceFileReaderTest.java | 6 ++-- .../balance/ProtoBalanceFileReaderTest.java | 6 ++-- .../line/AccountBalanceLineParserV1Test.java | 6 ++-- .../line/AccountBalanceLineParserV2Test.java | 6 ++-- .../reader/event/EventFileReaderV3Test.java | 6 ++-- .../record/AbstractRecordFileReaderTest.java | 6 ++-- .../record/CompositeRecordFileReaderTest.java | 6 ++-- .../record/RecordFileReaderImplV1Test.java | 6 ++-- .../record/RecordFileReaderImplV2Test.java | 6 ++-- .../record/RecordFileReaderImplV5Test.java | 6 ++-- .../reader/record/RecordFileReaderTest.java | 6 ++-- .../AbstractSignatureFileReaderTest.java | 6 ++-- .../CompositeSignatureFileReaderTest.java | 6 ++-- .../signature/SignatureFileReaderV2Test.java | 6 ++-- .../signature/SignatureFileReaderV5Test.java | 6 ++-- .../repository/AbstractRepositoryTest.java | 6 ++-- .../AccountBalanceFileRepositoryTest.java | 6 ++-- .../AccountBalanceRepositoryTest.java | 6 ++-- .../AddressBookEntryRepositoryTest.java | 6 ++-- .../repository/AddressBookRepositoryTest.java | 6 ++-- ...ressBookServiceEndpointRepositoryTest.java | 6 ++-- .../repository/ContractLogRepositoryTest.java | 6 ++-- .../repository/ContractRepositoryTest.java | 6 ++-- .../ContractResultRepositoryTest.java | 6 ++-- .../ContractStateChangeRepositoryTest.java | 6 ++-- .../CryptoTransferRepositoryTest.java | 6 ++-- .../repository/EntityRepositoryTest.java | 6 ++-- .../repository/EventFileRepositoryTest.java | 6 ++-- .../repository/FileDataRepositoryTest.java | 6 ++-- .../repository/LiveHashRepositoryTest.java | 6 ++-- .../repository/NftRepositoryTest.java | 6 ++-- .../repository/NftTransferRepositoryTest.java | 6 ++-- .../repository/RecordFileRepositoryTest.java | 6 ++-- .../repository/ScheduleRepositoryTest.java | 6 ++-- .../TokenAccountRepositoryTest.java | 6 ++-- .../TokenBalanceRepositoryTest.java | 6 ++-- .../repository/TokenRepositoryTest.java | 6 ++-- .../TokenTransferRepositoryTest.java | 6 ++-- .../repository/TransactionRepositoryTest.java | 6 ++-- .../TransactionSignatureRepositoryTest.java | 6 ++-- .../AbstractUpsertQueryGeneratorTest.java | 6 ++-- .../GenericUpsertQueryGeneratorTest.java | 6 ++-- .../upsert/NftUpsertQueryGeneratorTest.java | 6 ++-- .../ScheduleUpsertQueryGeneratorTest.java | 6 ++-- .../TokenAccountUpsertQueryGeneratorTest.java | 6 ++-- .../upsert/TokenUpsertQueryGeneratorTest.java | 6 ++-- .../UpsertQueryGeneratorFactoryTest.java | 6 ++-- .../mirror/importer/util/UtilityTest.java | 6 ++-- .../mirror/monitor/AbstractScenario.java | 6 ++-- .../monitor/ClusterHealthIndicator.java | 6 ++-- .../hedera/mirror/monitor/HederaNetwork.java | 6 ++-- .../mirror/monitor/MirrorNodeProperties.java | 6 ++-- .../mirror/monitor/MonitorApplication.java | 6 ++-- .../mirror/monitor/MonitorProperties.java | 6 ++-- .../hedera/mirror/monitor/NodeProperties.java | 6 ++-- .../monitor/NodeValidationProperties.java | 6 ++-- .../mirror/monitor/OperatorProperties.java | 6 ++-- .../mirror/monitor/ScenarioProperties.java | 6 ++-- .../mirror/monitor/ScenarioProtocol.java | 6 ++-- .../hedera/mirror/monitor/ScenarioStatus.java | 6 ++-- .../mirror/monitor/config/LoggingFilter.java | 6 ++-- .../monitor/config/MetricsConfiguration.java | 6 ++-- .../monitor/config/MonitorConfiguration.java | 6 ++-- .../converter/DurationToStringSerializer.java | 6 ++-- .../StringToDurationDeserializer.java | 6 ++-- .../StringToInstantDeserializer.java | 6 ++-- .../expression/ExpressionConverter.java | 6 ++-- .../expression/ExpressionConverterImpl.java | 6 ++-- .../ScenarioPropertiesAggregator.java | 6 ++-- .../ScenarioPropertiesAggregatorImpl.java | 6 ++-- .../monitor/publish/PublishException.java | 6 ++-- .../monitor/publish/PublishMetrics.java | 6 ++-- .../monitor/publish/PublishProperties.java | 6 ++-- .../monitor/publish/PublishRequest.java | 6 ++-- .../monitor/publish/PublishResponse.java | 6 ++-- .../monitor/publish/PublishScenario.java | 6 ++-- .../publish/PublishScenarioProperties.java | 6 ++-- .../monitor/publish/TransactionPublisher.java | 6 ++-- .../CompositeTransactionGenerator.java | 6 ++-- .../ConfigurableTransactionGenerator.java | 6 ++-- .../publish/generator/ScenarioException.java | 6 ++-- .../generator/TransactionGenerator.java | 6 ++-- .../publish/transaction/AdminKeyable.java | 6 ++-- .../transaction/TransactionSupplier.java | 6 ++-- .../publish/transaction/TransactionType.java | 6 ++-- .../AccountCreateTransactionSupplier.java | 6 ++-- .../AccountDeleteTransactionSupplier.java | 6 ++-- .../AccountUpdateTransactionSupplier.java | 6 ++-- .../CryptoTransferTransactionSupplier.java | 6 ++-- ...nsensusCreateTopicTransactionSupplier.java | 6 ++-- ...nsensusDeleteTopicTransactionSupplier.java | 6 ++-- ...ensusSubmitMessageTransactionSupplier.java | 6 ++-- ...nsensusUpdateTopicTransactionSupplier.java | 6 ++-- .../ScheduleCreateTransactionSupplier.java | 6 ++-- .../ScheduleDeleteTransactionSupplier.java | 6 ++-- .../ScheduleSignTransactionSupplier.java | 6 ++-- .../TokenAssociateTransactionSupplier.java | 6 ++-- .../token/TokenBurnTransactionSupplier.java | 6 ++-- .../token/TokenCreateTransactionSupplier.java | 6 ++-- .../token/TokenDeleteTransactionSupplier.java | 6 ++-- .../TokenDissociateTransactionSupplier.java | 6 ++-- .../token/TokenFreezeTransactionSupplier.java | 6 ++-- .../TokenGrantKycTransactionSupplier.java | 6 ++-- .../token/TokenMintTransactionSupplier.java | 6 ++-- .../token/TokenPauseTransactionSupplier.java | 6 ++-- .../TokenRevokeKycTransactionSupplier.java | 6 ++-- .../TokenUnfreezeTransactionSupplier.java | 6 ++-- .../TokenUnpauseTransactionSupplier.java | 6 ++-- .../token/TokenUpdateTransactionSupplier.java | 6 ++-- .../token/TokenWipeTransactionSupplier.java | 6 ++-- .../AbstractSubscriberProperties.java | 6 ++-- .../subscribe/CompositeSubscriber.java | 6 ++-- .../monitor/subscribe/MirrorSubscriber.java | 6 ++-- .../mirror/monitor/subscribe/Scenario.java | 6 ++-- .../monitor/subscribe/SubscribeMetrics.java | 6 ++-- .../subscribe/SubscribeProperties.java | 6 ++-- .../monitor/subscribe/SubscribeResponse.java | 6 ++-- .../controller/SubscriberController.java | 6 ++-- .../monitor/subscribe/grpc/GrpcClient.java | 6 ++-- .../monitor/subscribe/grpc/GrpcClientSDK.java | 6 ++-- .../subscribe/grpc/GrpcSubscriber.java | 6 ++-- .../grpc/GrpcSubscriberProperties.java | 6 ++-- .../subscribe/grpc/GrpcSubscription.java | 6 ++-- .../subscribe/rest/RestSubscriber.java | 6 ++-- .../rest/RestSubscriberProperties.java | 6 ++-- .../subscribe/rest/RestSubscription.java | 6 ++-- .../rest/response/MirrorTransaction.java | 6 ++-- .../hedera/mirror/monitor/util/Utility.java | 6 ++-- .../monitor/ClusterHealthIndicatorTest.java | 6 ++-- .../DurationToStringSerializerTest.java | 6 ++-- .../StringToDurationDeserializerTest.java | 6 ++-- .../StringToInstantDeserializerTest.java | 6 ++-- .../ExpressionConverterImplTest.java | 6 ++-- .../ScenarioPropertiesAggregatorImplTest.java | 6 ++-- .../monitor/publish/PublishMetricsTest.java | 6 ++-- .../publish/PublishPropertiesTest.java | 6 ++-- .../publish/TransactionPublisherTest.java | 6 ++-- .../CompositeTransactionGeneratorTest.java | 6 ++-- .../ConfigurableTransactionGeneratorTest.java | 6 ++-- .../AbstractTransactionSupplierTest.java | 6 ++-- .../AccountCreateTransactionSupplierTest.java | 6 ++-- .../AccountDeleteTransactionSupplierTest.java | 6 ++-- .../AccountUpdateTransactionSupplierTest.java | 6 ++-- ...CryptoTransferTransactionSupplierTest.java | 6 ++-- ...susCreateTopicTransactionSupplierTest.java | 6 ++-- ...susDeleteTopicTransactionSupplierTest.java | 6 ++-- ...sSubmitMessageTransactionSupplierTest.java | 6 ++-- ...susUpdateTopicTransactionSupplierTest.java | 6 ++-- ...ScheduleCreateTransactionSupplierTest.java | 6 ++-- ...ScheduleDeleteTransactionSupplierTest.java | 6 ++-- .../ScheduleSignTransactionSupplierTest.java | 6 ++-- ...TokenAssociateTransactionSupplierTest.java | 6 ++-- .../TokenBurnTransactionSupplierTest.java | 6 ++-- .../TokenCreateTransactionSupplierTest.java | 6 ++-- .../TokenDeleteTransactionSupplierTest.java | 6 ++-- ...okenDissociateTransactionSupplierTest.java | 6 ++-- .../TokenFreezeTransactionSupplierTest.java | 6 ++-- .../TokenGrantKycTransactionSupplierTest.java | 6 ++-- .../TokenMintTransactionSupplierTest.java | 6 ++-- .../TokenPauseTransactionSupplierTest.java | 6 ++-- ...TokenRevokeKycTransactionSupplierTest.java | 6 ++-- .../TokenUnfreezeTransactionSupplierTest.java | 6 ++-- .../TokenUnpauseTransactionSupplierTest.java | 6 ++-- .../TokenUpdateTransactionSupplierTest.java | 6 ++-- .../TokenWipeTransactionSupplierTest.java | 6 ++-- .../subscribe/CompositeSubscriberTest.java | 6 ++-- .../subscribe/SubscribeMetricsTest.java | 6 ++-- .../subscribe/SubscribePropertiesTest.java | 6 ++-- .../monitor/subscribe/TestScenario.java | 6 ++-- .../controller/SubscriberControllerTest.java | 6 ++-- .../subscribe/grpc/GrpcClientSDKTest.java | 6 ++-- .../subscribe/grpc/GrpcSubscriberTest.java | 6 ++-- .../subscribe/rest/RestSubscriberTest.java | 6 ++-- .../mirror/monitor/util/UtilityTest.java | 6 ++-- .../__tests__/accountAlias.test.js | 2 +- .../__tests__/accountContract.test.js | 2 +- hedera-mirror-rest/__tests__/accounts.test.js | 2 +- hedera-mirror-rest/__tests__/balances.test.js | 2 +- hedera-mirror-rest/__tests__/base32.test.js | 2 +- hedera-mirror-rest/__tests__/config.test.js | 2 +- .../controllers/contractController.test.js | 2 +- .../db/stateproof/addRecordFileWithBytes.js | 2 +- hedera-mirror-rest/__tests__/ed25519.test.js | 2 +- hedera-mirror-rest/__tests__/entityId.test.js | 2 +- .../__tests__/integration.test.js | 2 +- .../__tests__/integrationDbOps.js | 2 +- .../__tests__/integrationDomainOps.js | 2 +- .../__tests__/integrationS3Ops.js | 2 +- .../__tests__/integrationUtils.js | 2 +- hedera-mirror-rest/__tests__/jest.setup.js | 2 +- hedera-mirror-rest/__tests__/mockpool.js | 2 +- .../__tests__/model/signatureType.test.js | 2 +- .../__tests__/model/tokenFreezeStatus.test.js | 2 +- .../__tests__/model/tokenKycStatus.test.js | 2 +- .../__tests__/model/transactionResult.test.js | 2 +- .../__tests__/model/transactionType.test.js | 2 +- hedera-mirror-rest/__tests__/package.test.js | 2 +- .../__tests__/requestHandler.test.js | 2 +- hedera-mirror-rest/__tests__/s3client.test.js | 2 +- .../__tests__/schedules.test.js | 2 +- .../__tests__/service/contractService.test.js | 2 +- .../service/recordFileService.test.js | 2 +- .../service/transactionService.test.js | 2 +- .../__tests__/stateproof.test.js | 2 +- .../stream/compactRecordFile.test.js | 2 +- .../stream/compositeRecordFile.test.js | 2 +- .../__tests__/stream/fullRecordFile.test.js | 2 +- .../__tests__/stream/hashObject.test.js | 2 +- .../stream/recordStreamObject.test.js | 2 +- .../__tests__/stream/runningHash.test.js | 2 +- .../__tests__/stream/signatureFile.test.js | 2 +- .../__tests__/stream/signatureObject.test.js | 2 +- .../__tests__/stream/streamObject.test.js | 2 +- .../__tests__/stream/testUtils.js | 2 +- .../__tests__/stream/utils.test.js | 2 +- hedera-mirror-rest/__tests__/testutils.js | 2 +- hedera-mirror-rest/__tests__/tokens.test.js | 2 +- .../__tests__/topicmessage.test.js | 2 +- .../__tests__/transactionId.test.js | 2 +- .../__tests__/transactions.test.js | 2 +- hedera-mirror-rest/__tests__/utils.test.js | 2 +- .../__tests__/utilsFilters.test.js | 2 +- .../assessedCustomFeeViewModel.test.js | 2 +- .../viewmodel/contractLogViewModel.test.js | 2 +- .../viewmodel/contractResultViewModel.test.js | 2 +- .../viewmodel/contractViewModel.test.js | 2 +- .../viewmodel/customFeeViewModel.test.js | 2 +- .../viewmodel/topicMessageViewModel.test.js | 2 +- hedera-mirror-rest/accountAlias.js | 2 +- hedera-mirror-rest/accountContract.js | 2 +- hedera-mirror-rest/accounts.js | 2 +- hedera-mirror-rest/balances.js | 2 +- hedera-mirror-rest/base32.js | 2 +- .../check-state-proof/addressBook.js | 2 +- hedera-mirror-rest/check-state-proof/index.js | 2 +- .../check-state-proof/startUp.js | 2 +- .../check-state-proof/stateProofHandler.js | 2 +- .../tests/stateProof.test.js | 2 +- .../check-state-proof/tests/testUtils.js | 2 +- .../check-state-proof/transactionValidator.js | 2 +- hedera-mirror-rest/check-state-proof/utils.js | 2 +- hedera-mirror-rest/config.js | 2 +- hedera-mirror-rest/constants.js | 2 +- .../controllers/contractController.js | 2 +- hedera-mirror-rest/controllers/index.js | 2 +- hedera-mirror-rest/ed25519.js | 2 +- hedera-mirror-rest/entityId.js | 2 +- hedera-mirror-rest/errors/dbError.js | 2 +- .../errors/fileDownloadError.js | 2 +- .../errors/invalidArgumentError.js | 24 +++++++------- .../errors/invalidClauseError.js | 2 +- .../errors/invalidConfigError.js | 2 +- hedera-mirror-rest/errors/notFoundError.js | 2 +- hedera-mirror-rest/health.js | 2 +- .../middleware/httpErrorHandler.js | 2 +- .../middleware/metricsHandler.js | 2 +- .../middleware/openapiHandler.js | 2 +- .../middleware/requestHandler.js | 2 +- .../middleware/responseHandler.js | 2 +- hedera-mirror-rest/model/assessedCustomFee.js | 2 +- hedera-mirror-rest/model/contract.js | 2 +- hedera-mirror-rest/model/contractLog.js | 2 +- hedera-mirror-rest/model/contractResult.js | 2 +- hedera-mirror-rest/model/cryptoTransfer.js | 2 +- hedera-mirror-rest/model/customFee.js | 2 +- hedera-mirror-rest/model/entity.js | 2 +- hedera-mirror-rest/model/fileData.js | 2 +- hedera-mirror-rest/model/index.js | 2 +- hedera-mirror-rest/model/nft.js | 2 +- hedera-mirror-rest/model/nftTransfer.js | 2 +- hedera-mirror-rest/model/recordFile.js | 2 +- hedera-mirror-rest/model/signatureType.js | 2 +- hedera-mirror-rest/model/token.js | 2 +- hedera-mirror-rest/model/tokenFreezeStatus.js | 2 +- hedera-mirror-rest/model/tokenKycStatus.js | 2 +- hedera-mirror-rest/model/tokenTransfer.js | 2 +- hedera-mirror-rest/model/topicMessage.js | 2 +- hedera-mirror-rest/model/transaction.js | 2 +- hedera-mirror-rest/model/transactionResult.js | 2 +- hedera-mirror-rest/model/transactionType.js | 2 +- .../monitoring/monitor_apis/account_tests.js | 2 +- .../monitoring/monitor_apis/balance_tests.js | 2 +- .../monitoring/monitor_apis/common.js | 2 +- .../monitoring/monitor_apis/config.js | 2 +- .../monitoring/monitor_apis/monitor.js | 2 +- .../monitoring/monitor_apis/monitor_tests.js | 2 +- .../monitoring/monitor_apis/server.js | 2 +- .../monitor_apis/stateproof_tests.js | 2 +- .../monitoring/monitor_apis/token_tests.js | 2 +- .../monitor_apis/topicmessage_tests.js | 2 +- .../monitor_apis/transaction_tests.js | 2 +- .../monitoring/monitor_apis/utils.js | 2 +- .../monitoring/monitor_dashboard/js/main.js | 2 +- hedera-mirror-rest/network.js | 2 +- hedera-mirror-rest/npm_scripts/postinstall.js | 2 +- hedera-mirror-rest/routes/contractRoute.js | 2 +- hedera-mirror-rest/routes/index.js | 2 +- hedera-mirror-rest/s3client.js | 2 +- hedera-mirror-rest/schedules.js | 2 +- hedera-mirror-rest/server.js | 2 +- hedera-mirror-rest/service/baseService.js | 2 +- hedera-mirror-rest/service/contractService.js | 2 +- hedera-mirror-rest/service/index.js | 2 +- hedera-mirror-rest/service/nftService.js | 2 +- .../service/recordFileService.js | 2 +- hedera-mirror-rest/service/tokenService.js | 2 +- .../service/transactionService.js | 2 +- hedera-mirror-rest/stateproof.js | 2 +- .../stream/compactRecordFile.js | 2 +- .../stream/compositeRecordFile.js | 2 +- hedera-mirror-rest/stream/constants.js | 2 +- hedera-mirror-rest/stream/fullRecordFile.js | 2 +- hedera-mirror-rest/stream/hashObject.js | 2 +- hedera-mirror-rest/stream/index.js | 2 +- hedera-mirror-rest/stream/recordFile.js | 2 +- .../stream/recordStreamObject.js | 2 +- hedera-mirror-rest/stream/runningHash.js | 2 +- hedera-mirror-rest/stream/signatureFile.js | 2 +- hedera-mirror-rest/stream/signatureObject.js | 2 +- hedera-mirror-rest/stream/streamObject.js | 2 +- hedera-mirror-rest/stream/utils.js | 2 +- hedera-mirror-rest/tokens.js | 2 +- hedera-mirror-rest/topicmessage.js | 2 +- hedera-mirror-rest/transactionId.js | 2 +- hedera-mirror-rest/transactions.js | 2 +- hedera-mirror-rest/utils.js | 2 +- .../viewmodel/assessedCustomFeeViewModel.js | 2 +- .../viewmodel/contractLogViewModel.js | 2 +- .../contractResultDetailsViewModel.js | 2 +- .../viewmodel/contractResultLogViewModel.js | 2 +- .../viewmodel/contractResultViewModel.js | 2 +- .../viewmodel/contractViewModel.js | 2 +- .../viewmodel/customFeeViewModel.js | 2 +- hedera-mirror-rest/viewmodel/index.js | 2 +- .../nftTransactionHistoryViewModel.js | 2 +- .../viewmodel/nftTransferViewModel.js | 2 +- hedera-mirror-rest/viewmodel/nftViewModel.js | 2 +- .../viewmodel/topicMessageViewModel.js | 2 +- hedera-mirror-rosetta/app/config/config.go | 6 ++-- .../app/config/config_test.go | 6 ++-- hedera-mirror-rosetta/app/config/types.go | 6 ++-- .../app/config/types_test.go | 6 ++-- hedera-mirror-rosetta/app/db/client.go | 6 ++-- hedera-mirror-rosetta/app/db/db.go | 6 ++-- hedera-mirror-rosetta/app/db/db_test.go | 6 ++-- .../app/domain/types/account.go | 6 ++-- .../app/domain/types/account_test.go | 6 ++-- .../app/domain/types/address_book_entry.go | 6 ++-- .../domain/types/address_book_entry_test.go | 6 ++-- .../app/domain/types/amount.go | 6 ++-- .../app/domain/types/amount_test.go | 6 ++-- .../app/domain/types/block.go | 6 ++-- .../app/domain/types/block_test.go | 6 ++-- .../app/domain/types/constants.go | 6 ++-- .../app/domain/types/constants_test.go | 32 +++++++++---------- .../app/domain/types/operation.go | 6 ++-- .../app/domain/types/operation_test.go | 6 ++-- .../app/domain/types/token.go | 6 ++-- .../app/domain/types/token_test.go | 6 ++-- .../app/domain/types/transaction.go | 6 ++-- .../app/domain/types/transaction_test.go | 6 ++-- hedera-mirror-rosetta/app/errors/errors.go | 6 ++-- .../app/errors/errors_test.go | 6 ++-- .../app/interfaces/account_repository.go | 6 ++-- .../address_book_entry_repository.go | 6 ++-- .../app/interfaces/block_repository.go | 6 ++-- .../app/interfaces/db_client.go | 6 ++-- .../app/interfaces/transaction.go | 6 ++-- .../app/interfaces/transaction_repository.go | 6 ++-- .../app/middleware/health.go | 6 ++-- .../app/middleware/health_test.go | 6 ++-- .../app/middleware/metrics.go | 6 ++-- .../app/middleware/metrics_test.go | 6 ++-- hedera-mirror-rosetta/app/middleware/trace.go | 6 ++-- .../app/middleware/trace_test.go | 6 ++-- .../app/persistence/account.go | 6 ++-- .../app/persistence/account_test.go | 6 ++-- .../app/persistence/address_book_entry.go | 6 ++-- .../persistence/address_book_entry_test.go | 6 ++-- .../app/persistence/block.go | 6 ++-- .../app/persistence/block_test.go | 6 ++-- .../app/persistence/constants.go | 6 ++-- .../app/persistence/domain/account_balance.go | 6 ++-- .../domain/account_balance_file.go | 6 ++-- .../domain/account_balance_file_test.go | 6 ++-- .../domain/account_balance_test.go | 6 ++-- .../app/persistence/domain/address_book.go | 6 ++-- .../persistence/domain/address_book_entry.go | 6 ++-- .../domain/address_book_entry_test.go | 6 ++-- .../domain/address_book_service_endpoint.go | 6 ++-- .../address_book_service_endpoint_test.go | 6 ++-- .../persistence/domain/address_book_test.go | 6 ++-- .../app/persistence/domain/crypto_transfer.go | 6 ++-- .../domain/crypto_transfer_test.go | 6 ++-- .../app/persistence/domain/entity.go | 6 ++-- .../app/persistence/domain/entity_test.go | 6 ++-- .../app/persistence/domain/entityid.go | 6 ++-- .../app/persistence/domain/entityid_test.go | 6 ++-- .../app/persistence/domain/nft_transfer.go | 6 ++-- .../persistence/domain/nft_transfer_test.go | 6 ++-- .../persistence/domain/non_fee_transfer.go | 6 ++-- .../domain/non_fee_transfer_test.go | 6 ++-- .../app/persistence/domain/record_file.go | 6 ++-- .../persistence/domain/record_file_test.go | 6 ++-- .../app/persistence/domain/token.go | 6 ++-- .../app/persistence/domain/token_account.go | 6 ++-- .../persistence/domain/token_account_test.go | 6 ++-- .../app/persistence/domain/token_balance.go | 6 ++-- .../persistence/domain/token_balance_test.go | 6 ++-- .../app/persistence/domain/token_test.go | 6 ++-- .../app/persistence/domain/token_transfer.go | 6 ++-- .../persistence/domain/token_transfer_test.go | 6 ++-- .../app/persistence/domain/transaction.go | 6 ++-- .../persistence/domain/transaction_test.go | 6 ++-- .../app/persistence/testmain_test.go | 6 ++-- .../app/persistence/transaction.go | 6 ++-- .../app/persistence/transaction_test.go | 6 ++-- .../app/services/account_service.go | 6 ++-- .../app/services/account_service_test.go | 6 ++-- .../app/services/base_service.go | 6 ++-- .../app/services/base_service_test.go | 6 ++-- .../app/services/block_service.go | 6 ++-- .../app/services/block_service_test.go | 6 ++-- .../app/services/construction/common.go | 6 ++-- .../app/services/construction/common_test.go | 6 ++-- .../composite_transaction_constructor.go | 6 ++-- .../composite_transaction_constructor_test.go | 6 ++-- .../crypto_create_transaction_constructor.go | 6 ++-- ...pto_create_transaction_constructor_test.go | 6 ++-- ...crypto_transfer_transaction_constructor.go | 6 ++-- ...o_transfer_transaction_constructor_test.go | 6 ++-- ...iate_dissociate_transaction_constructor.go | 6 ++-- ...dissociate_transaction_constructor_test.go | 6 ++-- ...token_burn_mint_transaction_constructor.go | 6 ++-- ..._burn_mint_transaction_constructor_test.go | 6 ++-- .../token_create_transaction_constructor.go | 6 ++-- ...ken_create_transaction_constructor_test.go | 6 ++-- .../token_delete_transaction_constructor.go | 6 ++-- ...ken_delete_transaction_constructor_test.go | 6 ++-- ...freeze_unfreeze_transaction_constructor.go | 6 ++-- ...e_unfreeze_transaction_constructor_test.go | 6 ++-- ...rant_revoke_kyc_transaction_constructor.go | 6 ++-- ...revoke_kyc_transaction_constructor_test.go | 6 ++-- .../token_update_transaction_constructor.go | 6 ++-- ...ken_update_transaction_constructor_test.go | 6 ++-- .../token_wipe_transaction_constructor.go | 6 ++-- ...token_wipe_transaction_constructor_test.go | 6 ++-- .../app/services/construction/types.go | 6 ++-- .../app/services/construction/types_test.go | 6 ++-- .../app/services/construction_service.go | 6 ++-- .../app/services/construction_service_test.go | 6 ++-- .../app/services/mempool_service.go | 6 ++-- .../app/services/mempool_service_test.go | 6 ++-- .../app/services/network_service.go | 6 ++-- .../app/services/network_service_test.go | 6 ++-- hedera-mirror-rosetta/app/tools/hex.go | 6 ++-- hedera-mirror-rosetta/app/tools/hex_test.go | 6 ++-- hedera-mirror-rosetta/app/tools/maphelper.go | 6 ++-- .../app/tools/maphelper_test.go | 6 ++-- hedera-mirror-rosetta/app/tools/parse.go | 6 ++-- hedera-mirror-rosetta/app/tools/parse_test.go | 6 ++-- hedera-mirror-rosetta/main.go | 6 ++-- .../test/bdd-client/client/client.go | 6 ++-- .../test/bdd-client/client/config.go | 6 ++-- .../test/bdd-client/config.go | 6 ++-- .../test/bdd-client/main_test.go | 6 ++-- .../test/bdd-client/scenario/asserter.go | 6 ++-- .../test/bdd-client/scenario/base.go | 6 ++-- .../test/bdd-client/scenario/common.go | 6 ++-- .../test/bdd-client/scenario/crypto.go | 6 ++-- .../test/bdd-client/scenario/token.go | 6 ++-- hedera-mirror-rosetta/test/db/db.go | 6 ++-- .../test/mocks/account_repository.go | 6 ++-- .../mocks/address_book_entry_repository.go | 6 ++-- .../test/mocks/block_repository.go | 6 ++-- .../test/mocks/transaction_constructor.go | 6 ++-- .../test/mocks/transaction_repository.go | 6 ++-- .../mirror/test/MirrorTestApplication.java | 6 ++-- .../test/e2e/acceptance/AcceptanceTest.java | 6 ++-- .../client/AbstractNetworkClient.java | 6 ++-- .../e2e/acceptance/client/AccountClient.java | 6 ++-- .../e2e/acceptance/client/ContractClient.java | 6 ++-- .../e2e/acceptance/client/FileClient.java | 6 ++-- .../acceptance/client/MirrorNodeClient.java | 6 ++-- .../acceptance/client/NetworkException.java | 6 ++-- .../test/e2e/acceptance/client/SDKClient.java | 6 ++-- .../e2e/acceptance/client/ScheduleClient.java | 6 ++-- .../client/SubscriptionResponse.java | 6 ++-- .../e2e/acceptance/client/TokenClient.java | 6 ++-- .../e2e/acceptance/client/TopicClient.java | 6 ++-- .../config/AcceptanceTestProperties.java | 6 ++-- .../config/ClientConfiguration.java | 6 ++-- .../config/RestPollingProperties.java | 6 ++-- .../e2e/acceptance/config/SdkProperties.java | 6 ++-- .../config/WebClientProperties.java | 6 ++-- .../converter/CustomFeesConverter.java | 6 ++-- .../props/CompiledSolidityArtifact.java | 6 ++-- .../acceptance/props/ExpandedAccountId.java | 6 ++-- .../props/MirrorAccountBalance.java | 6 ++-- .../props/MirrorAssessedCustomFee.java | 6 ++-- .../props/MirrorContractResult.java | 6 ++-- .../acceptance/props/MirrorCryptoBalance.java | 6 ++-- .../acceptance/props/MirrorCustomFees.java | 6 ++-- .../e2e/acceptance/props/MirrorFixedFee.java | 6 ++-- .../e2e/acceptance/props/MirrorFraction.java | 6 ++-- .../acceptance/props/MirrorFractionalFee.java | 6 ++-- .../test/e2e/acceptance/props/MirrorKey.java | 6 ++-- .../props/MirrorNftTransaction.java | 6 ++-- .../acceptance/props/MirrorNftTransfer.java | 6 ++-- .../props/MirrorScheduleSignature.java | 6 ++-- .../props/MirrorTimestampRange.java | 6 ++-- .../props/MirrorTokenAccountBalance.java | 6 ++-- .../acceptance/props/MirrorTokenTransfer.java | 6 ++-- .../acceptance/props/MirrorTransaction.java | 6 ++-- .../e2e/acceptance/props/MirrorTransfer.java | 6 ++-- .../e2e/acceptance/props/NodeProperties.java | 6 ++-- .../response/MirrorBalancesResponse.java | 6 ++-- .../response/MirrorContractResponse.java | 6 ++-- .../MirrorContractResultResponse.java | 6 ++-- .../MirrorContractResultsResponse.java | 6 ++-- .../response/MirrorNftResponse.java | 6 ++-- .../MirrorNftTransactionsResponse.java | 6 ++-- .../response/MirrorScheduleResponse.java | 6 ++-- .../response/MirrorTokenBalancesResponse.java | 6 ++-- .../response/MirrorTokenResponse.java | 6 ++-- .../response/MirrorTransactionsResponse.java | 6 ++-- .../response/NetworkTransactionResponse.java | 6 ++-- .../e2e/acceptance/steps/AbstractFeature.java | 6 ++-- .../e2e/acceptance/steps/AccountFeature.java | 6 ++-- .../e2e/acceptance/steps/ContractFeature.java | 6 ++-- .../e2e/acceptance/steps/FileFeature.java | 6 ++-- .../e2e/acceptance/steps/ScheduleFeature.java | 6 ++-- .../e2e/acceptance/steps/TokenFeature.java | 6 ++-- .../e2e/acceptance/steps/TopicFeature.java | 6 ++-- .../acceptance/util/FeatureInputHandler.java | 6 ++-- .../test/resources/solidity/hardhat.config.js | 19 +++++++++++ .../solidity/test/mirror-node-shards-test.js | 21 +++++++++++- .../solidity/test/parent-child-test.js | 21 +++++++++++- .../hedera/mirror/web3/Web3Application.java | 6 ++-- .../mirror/web3/config/LoggingFilter.java | 6 ++-- .../web3/config/MetricsConfiguration.java | 6 ++-- .../web3/controller/JsonRpcErrorCode.java | 20 ++++++++++++ .../web3/controller/JsonRpcErrorResponse.java | 6 ++-- .../web3/controller/JsonRpcRequest.java | 6 ++-- .../web3/controller/JsonRpcResponse.java | 6 ++-- .../controller/JsonRpcSuccessResponse.java | 6 ++-- .../web3/controller/Web3Controller.java | 6 ++-- .../exception/InvalidParametersException.java | 6 ++-- .../mirror/web3/exception/Web3Exception.java | 6 ++-- .../web3/repository/RecordFileRepository.java | 6 ++-- .../mirror/web3/service/Web3Service.java | 6 ++-- .../web3/service/Web3ServiceFactory.java | 6 ++-- .../service/eth/EthBlockNumberService.java | 6 ++-- .../mirror/web3/service/eth/EthService.java | 6 ++-- .../mirror/web3/Web3IntegrationTest.java | 6 ++-- .../mirror/web3/config/LoggingFilterTest.java | 6 ++-- .../web3/controller/Web3ControllerTest.java | 6 ++-- .../repository/RecordFileRepositoryTest.java | 6 ++-- .../eth/EthBlockNumberServiceTest.java | 6 ++-- .../service/eth/Web3ServiceFactoryTest.java | 6 ++-- 1054 files changed, 2369 insertions(+), 2292 deletions(-) diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AbstractEntityIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AbstractEntityIdConverter.java index 0984300f2f5..20efb8690e8 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AbstractEntityIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AbstractEntityIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdConverter.java index 01c67f9cd0f..771c087fb66 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdDeserializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdDeserializer.java index 85d43ef61df..0123a9026ee 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdDeserializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/AccountIdDeserializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ContractIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ContractIdConverter.java index cc3cff512bf..bc714ef6971 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ContractIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ContractIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdSerializer.java index 26c1e86db45..4e632b0b2c3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdSerializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityTypeSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityTypeSerializer.java index e1d144c718a..2792ae3e807 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityTypeSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityTypeSerializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/FileIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/FileIdConverter.java index 8cf349ad2e6..315063d1f5b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/FileIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/FileIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/LongListToStringSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/LongListToStringSerializer.java index 5c76cd44c42..0b21ee8d6a3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/LongListToStringSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/LongListToStringSerializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringDeserializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringDeserializer.java index 96ce7041679..db2b2831933 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringDeserializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringDeserializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringSerializer.java index 6d6bd31947b..03434d31f93 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/RangeToStringSerializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ScheduleIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ScheduleIdConverter.java index 1b111babde6..79ac591ca16 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ScheduleIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ScheduleIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TokenIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TokenIdConverter.java index 32c5accec1a..13535187f69 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TokenIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TokenIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdConverter.java index 126327b6d71..a8ac4da9cdd 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdDeserializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdDeserializer.java index e0c4544fc7d..3edadd1e7df 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdDeserializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/TopicIdDeserializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/UnknownIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/UnknownIdConverter.java index 066b5ce89a7..290f8d54dbc 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/UnknownIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/UnknownIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/DigestAlgorithm.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/DigestAlgorithm.java index 343e65fcf21..e07fd0bf916 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/DigestAlgorithm.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/DigestAlgorithm.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamFile.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamFile.java index d46e080d7eb..71ff2482ac1 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamFile.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamFile.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamItem.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamItem.java index f405f0246af..e47866bbfc7 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamItem.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamItem.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamType.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamType.java index da3c865aebf..9aeefe5c250 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamType.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/StreamType.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/Upsertable.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/Upsertable.java index 4436cc3a902..87d5351cc71 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/Upsertable.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/Upsertable.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBook.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBook.java index 53cd81bae81..b0a9b91c8b2 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBook.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBook.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookEntry.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookEntry.java index 4f674e406ef..8053040ff91 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookEntry.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookEntry.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookServiceEndpoint.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookServiceEndpoint.java index cc13a018050..1aa4030e031 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookServiceEndpoint.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/AddressBookServiceEndpoint.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalance.java index 3a368fb4626..50f42f4bff7 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalance.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalanceFile.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalanceFile.java index 3eb1fab4342..21fbacad290 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalanceFile.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/AccountBalanceFile.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/TokenBalance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/TokenBalance.java index 396e1be4dd1..da4a6714ba0 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/TokenBalance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/balance/TokenBalance.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/Contract.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/Contract.java index 4e0437ab721..246d2577855 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/Contract.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/Contract.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractLog.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractLog.java index 0fa36a9bd95..da97f6638ef 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractLog.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractLog.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractResult.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractResult.java index 99cf298196c..65753419184 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractResult.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractResult.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntity.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntity.java index 0dccb239c8d..9968f53099f 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntity.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntity.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Entity.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Entity.java index 20849444aa4..3b08a984afd 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Entity.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Entity.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java index dc90d0dec02..0e83a41c6a3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityId.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityIdEndec.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityIdEndec.java index 8168c0991e7..d3be5416cd4 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityIdEndec.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityIdEndec.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityOperation.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityOperation.java index 464f0ecb8e0..6a2fff651a9 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityOperation.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityOperation.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityType.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityType.java index 0c8399eeafe..d1c4d8ad748 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityType.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityType.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventFile.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventFile.java index a06300232e1..1ece07c5366 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventFile.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventFile.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventItem.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventItem.java index 433418fcb68..2690b766aec 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventItem.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/event/EventItem.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/file/FileData.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/file/FileData.java index bbe36562854..97a0f974083 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/file/FileData.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/file/FileData.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/schedule/Schedule.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/schedule/Schedule.java index d2e08a65311..84b1f15c957 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/schedule/Schedule.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/schedule/Schedule.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Nft.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Nft.java index 619e9338a19..73aedec6b07 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Nft.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Nft.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftId.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftId.java index 715f5a43139..215427bd790 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftId.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftId.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransfer.java index 265120573d3..c4f6addaa5b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransfer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransferId.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransferId.java index 39fbc9f2a21..8f670769d20 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransferId.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftTransferId.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Token.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Token.java index 5b64f449434..dd006dcbd09 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Token.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/Token.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccount.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccount.java index 67038d363a0..dfac7317d51 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccount.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccount.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountId.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountId.java index bfb9d274a76..796c362a7f3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountId.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountId.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountKey.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountKey.java index 1ffae1c0d7e..3a806b1d750 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountKey.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountKey.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenFreezeStatusEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenFreezeStatusEnum.java index 9e9d5148944..3c6f930b45b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenFreezeStatusEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenFreezeStatusEnum.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenId.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenId.java index 77ceeb9cf97..8dc8826ee57 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenId.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenId.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenKycStatusEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenKycStatusEnum.java index afd1fde45fc..14313d0d0a5 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenKycStatusEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenKycStatusEnum.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenPauseStatusEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenPauseStatusEnum.java index bf32c9cc68f..425307d9306 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenPauseStatusEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenPauseStatusEnum.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnum.java index 9289a57285d..dfe3f53cdd7 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnum.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTransfer.java index 70ee6886fe8..21f68ef7b8d 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTransfer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTypeEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTypeEnum.java index d36a670ebe5..0f644ad0f26 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTypeEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenTypeEnum.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/StreamMessage.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/StreamMessage.java index d1e2e81d4be..0c281693828 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/StreamMessage.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/StreamMessage.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessage.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessage.java index 3ff8f446564..52aba29feb3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessage.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessage.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFee.java index eaf2358183d..ecf07b7a726 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFee.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CryptoTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CryptoTransfer.java index 9c845bc9cba..bc17cccf977 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CryptoTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CryptoTransfer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CustomFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CustomFee.java index a9dda29a02e..add618a36fa 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CustomFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/CustomFee.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/LiveHash.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/LiveHash.java index 810588b314c..cfeec07a0d6 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/LiveHash.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/LiveHash.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NonFeeTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NonFeeTransfer.java index 675eddde617..95c8786528d 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NonFeeTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NonFeeTransfer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordFile.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordFile.java index adcaec69c1e..e0c47063a48 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordFile.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordFile.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordItem.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordItem.java index c4e89dc5337..4edb1af463b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordItem.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/RecordItem.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Transaction.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Transaction.java index ee70d098c92..6692dbd0020 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Transaction.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Transaction.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionSignature.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionSignature.java index e7d03673579..b3ce8f76a7f 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionSignature.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionSignature.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionType.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionType.java index 4ec45c53769..1dbef02ebe1 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionType.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionType.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/InvalidEntityException.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/InvalidEntityException.java index 77dec52b794..226251f16d0 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/InvalidEntityException.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/InvalidEntityException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/MirrorNodeException.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/MirrorNodeException.java index 91bd7933fb8..b60163b3cdd 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/MirrorNodeException.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/MirrorNodeException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/ProtobufException.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/ProtobufException.java index 8050fd5abf0..88341373068 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/ProtobufException.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/ProtobufException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/util/DomainUtils.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/util/DomainUtils.java index 4a53f00748c..ac33f83c281 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/util/DomainUtils.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/util/DomainUtils.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AbstractEntityConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AbstractEntityConverterTest.java index b3f84fa0ca6..5aa7fb0619f 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AbstractEntityConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AbstractEntityConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AccountIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AccountIdConverterTest.java index 05df4476968..f82bbaa2494 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AccountIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/AccountIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ContractIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ContractIdConverterTest.java index 2012000079b..6a0c88f97e5 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ContractIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ContractIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdSerializerTest.java index 8bee973cfec..95a5c84069f 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdSerializerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityTypeSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityTypeSerializerTest.java index 16d1e0e9c57..cc7896ce299 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityTypeSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityTypeSerializerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/FileIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/FileIdConverterTest.java index df5ca26b25e..efd19863169 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/FileIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/FileIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/LongListToStringSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/LongListToStringSerializerTest.java index f4a1bbc9697..d0e24d76091 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/LongListToStringSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/LongListToStringSerializerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringDeserializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringDeserializerTest.java index 2307ddcb44d..a7955d51f72 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringDeserializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringDeserializerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringSerializerTest.java index 6c1690156fb..7eca063bc85 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/RangeToStringSerializerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ScheduleIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ScheduleIdConverterTest.java index bb8447ea49d..028eaebaf0d 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ScheduleIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ScheduleIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TokenIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TokenIdConverterTest.java index aa5056d62da..aa4c2d731be 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TokenIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TokenIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TopicIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TopicIdConverterTest.java index fdd14ec92b3..4e8152d487e 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TopicIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/TopicIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/UnknownIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/UnknownIdConverterTest.java index 2c02df3a82f..4544a371eb1 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/UnknownIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/UnknownIdConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DigestAlgorithmTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DigestAlgorithmTest.java index c354b3b2e58..c2290956efb 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DigestAlgorithmTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DigestAlgorithmTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainBuilder.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainBuilder.java index 439310064c2..b8434cf09e2 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainBuilder.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainBuilder.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainWrapper.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainWrapper.java index 2c971695397..532b34967c0 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainWrapper.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/DomainWrapper.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/StreamTypeTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/StreamTypeTest.java index 507f6ae076c..6171806168b 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/StreamTypeTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/StreamTypeTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdEndecTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdEndecTest.java index 43d669e3f31..0684df97bf1 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdEndecTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdEndecTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdTest.java index 6fe778e1841..18907907989 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityIdTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityTest.java index 175f41ebee2..eb7ae5c23af 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/entity/EntityTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenAccountTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenAccountTest.java index 1c66b11bc60..c19b6e5dd78 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenAccountTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenAccountTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnumTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnumTest.java index 0413c1cf4b1..b4b54a24ee6 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnumTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenSupplyTypeEnumTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTest.java index 15977fee3c1..fb5061c1e5d 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTypeEnumTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTypeEnumTest.java index f4c79dc2b10..9d5811dad51 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTypeEnumTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/token/TokenTypeEnumTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/topic/TopicMessageTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/topic/TopicMessageTest.java index 40e7eb0cf6b..2db5849b969 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/topic/TopicMessageTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/topic/TopicMessageTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFeeTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFeeTest.java index 45fbc947bc2..a8c3b1c01ff 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFeeTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/AssessedCustomFeeTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordItemTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordItemTest.java index bb2fe7a36aa..f0696016a99 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordItemTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordItemTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/DomainUtilsTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/DomainUtilsTest.java index bd164eeb6d3..5b920b676bf 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/DomainUtilsTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/DomainUtilsTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/DbProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/DbProperties.java index 48a44803a71..c296103bd93 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/DbProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/DbProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcProperties.java index bcce895cd6f..2b447a13a8c 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/MirrorGrpcApplication.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/MirrorGrpcApplication.java index 33a853feaba..e8f910f278c 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/MirrorGrpcApplication.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/MirrorGrpcApplication.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/CacheConfiguration.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/CacheConfiguration.java index 115ed4862cf..49afe87db43 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/CacheConfiguration.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/CacheConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcConfiguration.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcConfiguration.java index a2383dbdbfc..2b7bdc469ae 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcConfiguration.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcHealthIndicator.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcHealthIndicator.java index 78e2bf2d3ef..bb3e037e04a 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcHealthIndicator.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/GrpcHealthIndicator.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/MetricsConfiguration.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/MetricsConfiguration.java index 021da56bb3c..d9840ce9051 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/MetricsConfiguration.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/MetricsConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/NettyProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/NettyProperties.java index e323e03941f..8fda50bfd25 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/NettyProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/NettyProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/RedisConfiguration.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/RedisConfiguration.java index 4717d0fa1e6..db5970fb321 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/RedisConfiguration.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/config/RedisConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/ConsensusController.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/ConsensusController.java index 8d5c2ac765e..cc628327455 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/ConsensusController.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/ConsensusController.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/NetworkController.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/NetworkController.java index b308ec04603..3d39694bd6c 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/NetworkController.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/controller/NetworkController.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/EnumToIntegerConverter.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/EnumToIntegerConverter.java index cefa3b8b283..33cdf831c12 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/EnumToIntegerConverter.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/EnumToIntegerConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/InstantToLongConverter.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/InstantToLongConverter.java index ade52fa121a..3dafd464216 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/InstantToLongConverter.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/InstantToLongConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/LongToInstantConverter.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/LongToInstantConverter.java index 5bd530fec8e..54bd2eb5395 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/LongToInstantConverter.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/converter/LongToInstantConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/AddressBookFilter.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/AddressBookFilter.java index 540dac3e0db..7728ce62081 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/AddressBookFilter.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/AddressBookFilter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/Entity.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/Entity.java index 0e0bb2260e5..a839727c9d0 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/Entity.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/Entity.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/StreamMessage.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/StreamMessage.java index 0566efa8e65..aa71408ede4 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/StreamMessage.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/StreamMessage.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessage.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessage.java index 911836da1c5..914d6b26cb2 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessage.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessage.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessageFilter.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessageFilter.java index 3bd9e580abc..c1892140b8f 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessageFilter.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/domain/TopicMessageFilter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/exception/EntityNotFoundException.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/exception/EntityNotFoundException.java index 5492ccf51fa..4342ac9fe13 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/exception/EntityNotFoundException.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/exception/EntityNotFoundException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/CompositeTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/CompositeTopicListener.java index 3119352c284..5f4d945f102 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/CompositeTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/CompositeTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/ListenerProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/ListenerProperties.java index 683c1a91f31..0ea237211e8 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/ListenerProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/ListenerProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/NotifyingTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/NotifyingTopicListener.java index 894d037b599..351bd6b58dd 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/NotifyingTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/NotifyingTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/PollingTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/PollingTopicListener.java index bf7f82c7056..170984d2552 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/PollingTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/PollingTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/RedisTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/RedisTopicListener.java index 30fa50e67d8..f08e9a9192b 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/RedisTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/RedisTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListener.java index 1fc64de03bb..0f2c9de12c7 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedTopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedTopicListener.java index e802e343d5d..5da711e6fbd 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedTopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/SharedTopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/TopicListener.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/TopicListener.java index 61af9298de7..1e980c2f46e 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/TopicListener.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/listener/TopicListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepository.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepository.java index ba4cf8bc5e8..0858fae35d7 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepository.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepository.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookRepository.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookRepository.java index 43b076e3da7..1f5828d8f4a 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookRepository.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/AddressBookRepository.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/EntityRepository.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/EntityRepository.java index b51f912fd9b..cbe0322ea06 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/EntityRepository.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/EntityRepository.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepository.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepository.java index 3d432d6d142..bd23de5b57f 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepository.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepository.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustom.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustom.java index f8a9f3928a3..e03f99b5ef1 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustom.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustom.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustomImpl.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustomImpl.java index a9430e5edb0..396fc9b9871 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustomImpl.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryCustomImpl.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetriever.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetriever.java index 61b3acc1763..a88e5b17062 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetriever.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetriever.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/RetrieverProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/RetrieverProperties.java index 5a1fa36a0c4..2608ba1ac47 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/RetrieverProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/RetrieverProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/TopicMessageRetriever.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/TopicMessageRetriever.java index 0d31b924dbb..6a5d069c1f5 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/TopicMessageRetriever.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/retriever/TopicMessageRetriever.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/AddressBookProperties.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/AddressBookProperties.java index 26c4ca029c2..99805529d23 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/AddressBookProperties.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/AddressBookProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkService.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkService.java index 8150db491e6..33982db700d 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkService.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkService.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkServiceImpl.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkServiceImpl.java index 3205fb4ff3f..b61990d9198 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkServiceImpl.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/NetworkServiceImpl.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageService.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageService.java index 7108fbb6287..80a759cfa72 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageService.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageService.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageServiceImpl.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageServiceImpl.java index 27d46770f14..02a853f3224 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageServiceImpl.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/service/TopicMessageServiceImpl.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/util/ProtoUtil.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/util/ProtoUtil.java index 6827f59d260..882c1fdae4d 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/util/ProtoUtil.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/util/ProtoUtil.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTime.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTime.java index 0e0c1526fec..8b070cb12b3 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTime.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTime.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTimeValidator.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTimeValidator.java index 27c49348b07..65e34ed8e69 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTimeValidator.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/EndTimeValidator.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTime.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTime.java index 78a8503e96e..71ab3f4b72d 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTime.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTime.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTimeValidator.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTimeValidator.java index 4774716c030..790dd78d2fa 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTimeValidator.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/validation/StartTimeValidator.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/GrpcIntegrationTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/GrpcIntegrationTest.java index 5681e552271..23dbf87ff72 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/GrpcIntegrationTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/GrpcIntegrationTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/ConsensusControllerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/ConsensusControllerTest.java index 1eaa6371d2a..ffb8a3fa64f 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/ConsensusControllerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/ConsensusControllerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/NetworkControllerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/NetworkControllerTest.java index 8f2e2abc1ab..38a12ab4b19 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/NetworkControllerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/controller/NetworkControllerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/InstantToLongConverterTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/InstantToLongConverterTest.java index 97423c98a18..ef6eb04af9e 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/InstantToLongConverterTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/InstantToLongConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/LongToInstantConverterTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/LongToInstantConverterTest.java index e9eb9fed333..28ad14cacd5 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/LongToInstantConverterTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/converter/LongToInstantConverterTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/DomainBuilder.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/DomainBuilder.java index 5685738bc9e..aa8f020dbf4 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/DomainBuilder.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/DomainBuilder.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractSharedTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractSharedTopicListenerTest.java index 0648a62d2fa..ebf9ece97d9 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractSharedTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractSharedTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractTopicListenerTest.java index a1bc369740f..d7910ad478e 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/AbstractTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/NotifyingTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/NotifyingTopicListenerTest.java index 24d1dead308..f9fae901993 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/NotifyingTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/NotifyingTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/PollingTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/PollingTopicListenerTest.java index e32e7ba3191..e95fcf2a1f7 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/PollingTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/PollingTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/RedisTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/RedisTopicListenerTest.java index 4f4ae0f111f..5b2dc973d28 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/RedisTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/RedisTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListenerTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListenerTest.java index 10001d550ec..4d6c2a42c89 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListenerTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/listener/SharedPollingTopicListenerTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepositoryTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepositoryTest.java index 3ede2e88895..7e3658cb9b8 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepositoryTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookEntryRepositoryTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookRepositoryTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookRepositoryTest.java index 5765aef02ba..0222f0438cb 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookRepositoryTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/AddressBookRepositoryTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryTest.java index aee00d9bac1..5e8a66ad90c 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/TopicMessageRepositoryTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetrieverTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetrieverTest.java index 23ebe2b01ad..a25d7c1ee90 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetrieverTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/retriever/PollingTopicMessageRetrieverTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/NetworkServiceTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/NetworkServiceTest.java index 7a623274039..4674d922b88 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/NetworkServiceTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/NetworkServiceTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/TopicMessageServiceTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/TopicMessageServiceTest.java index cf8daaff2dc..baeb01f7a64 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/TopicMessageServiceTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/service/TopicMessageServiceTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/util/ProtoUtilTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/util/ProtoUtilTest.java index 5af27aaa03f..6899dd484d7 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/util/ProtoUtilTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/util/ProtoUtilTest.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorImporterApplication.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorImporterApplication.java index b6804b1a934..6bd21fa278c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorImporterApplication.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorImporterApplication.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorProperties.java index 40d16bb3914..197d3903dad 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/MirrorProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookService.java index 2dfd9f1666a..13793517e63 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookService.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImpl.java index 3a37f50f5fe..316e4da4619 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImpl.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheConfiguration.java index c5d712985ec..af4d540c455 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CloudStorageConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CloudStorageConfiguration.java index 84413284d42..3afa1f3f34f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CloudStorageConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CloudStorageConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HealthCheckConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HealthCheckConfiguration.java index cb42bdcf27f..e8aa62f657f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HealthCheckConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HealthCheckConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HibernateConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HibernateConfiguration.java index d3bd738f4e9..7f1d966b9d5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HibernateConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/HibernateConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MessagingConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MessagingConfiguration.java index 4fb5ccb47a3..76d6b3897b2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MessagingConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MessagingConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsConfiguration.java index 8c2a274f919..48d707889b6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptor.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptor.java index bfe5eada39b..3da9abc5d24 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptor.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptor.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessor.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessor.java index a95fdfa2665..4510777f6e6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessor.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessor.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorImporterConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorImporterConfiguration.java index 002c348ee1c..dbb86849b48 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorImporterConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MirrorImporterConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/PubSubAutoConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/PubSubAutoConfiguration.java index b4f1fa36120..13e5a84f8d8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/PubSubAutoConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/PubSubAutoConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/RedisConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/RedisConfiguration.java index 64e150b1247..2d2fee5f621 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/RedisConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/RedisConfiguration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/StreamFileHealthIndicator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/StreamFileHealthIndicator.java index ed8d146c4a2..190ba472d9c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/StreamFileHealthIndicator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/StreamFileHealthIndicator.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializer.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializer.java index d595baf5c3a..7413bc9eec1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializer.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializer.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/EntityIdConverter.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/EntityIdConverter.java index cf836f06ce3..bcdeebde143 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/EntityIdConverter.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/converter/EntityIdConverter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/DBProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/DBProperties.java index 7e42e23eb7b..c61ea1a8120 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/DBProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/DBProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/FileStreamSignature.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/FileStreamSignature.java index b0fe874f62c..5912af830ad 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/FileStreamSignature.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/FileStreamSignature.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileData.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileData.java index 572497b6ae0..afc16276276 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileData.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileData.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFilename.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFilename.java index fd0d563fd87..38b3ab0813b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFilename.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFilename.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/TransactionFilterFields.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/TransactionFilterFields.java index 0ac16407cc9..96d16146243 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/TransactionFilterFields.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/TransactionFilterFields.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/CommonDownloaderProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/CommonDownloaderProperties.java index a229a44dfc9..e419d7153bc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/CommonDownloaderProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/CommonDownloaderProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/Downloader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/Downloader.java index 9a1dddb3208..d4c8a06f5ee 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/Downloader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/Downloader.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/DownloaderProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/DownloaderProperties.java index 049b321ae39..6850a1df327 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/DownloaderProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/DownloaderProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifier.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifier.java index c56ec94c10a..8b38193f2ca 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifier.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifier.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/PendingDownload.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/PendingDownload.java index d14897fe56b..a384a5c6f38 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/PendingDownload.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/PendingDownload.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamFileNotifier.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamFileNotifier.java index 26216012269..f1e86ed48ae 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamFileNotifier.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamFileNotifier.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloader.java index 5aeaccb318e..1912dafac65 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloader.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/BalanceDownloaderProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/BalanceDownloaderProperties.java index 1366b813020..1bc270c32ca 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/BalanceDownloaderProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/balance/BalanceDownloaderProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventDownloaderProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventDownloaderProperties.java index e5e2c8ca73f..842986ee7ed 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventDownloaderProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventDownloaderProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventFileDownloader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventFileDownloader.java index 9b8b7a3698b..90b3234159e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventFileDownloader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/event/EventFileDownloader.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordDownloaderProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordDownloaderProperties.java index ddc56f22caa..9ac446e1896 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordDownloaderProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordDownloaderProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloader.java index 1a391843839..38d07523670 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloader.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FileOperationException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FileOperationException.java index f91eeca2c80..0135b6d4bd5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FileOperationException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FileOperationException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/HashMismatchException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/HashMismatchException.java index c71b1aa120b..6621f843c30 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/HashMismatchException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/HashMismatchException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ImporterException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ImporterException.java index b470cd1349e..9384d4b6e69 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ImporterException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ImporterException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidConfigurationException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidConfigurationException.java index 37b15664e4d..a43c612c22e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidConfigurationException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidConfigurationException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidDatasetException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidDatasetException.java index 3ae8e44d192..72d64303c42 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidDatasetException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidDatasetException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEventFileException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEventFileException.java index 4914323f547..b1c0707cd53 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEventFileException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEventFileException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidStreamFileException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidStreamFileException.java index 493dd5d65d9..7a18b10cec2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidStreamFileException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidStreamFileException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingCredentialsException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingCredentialsException.java index 4fafbd21c2c..e29259d946f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingCredentialsException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingCredentialsException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingFileException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingFileException.java index 1b380db532c..b7d2a46ce35 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingFileException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/MissingFileException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserException.java index ee577fcd470..b45a158a26e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserSQLException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserSQLException.java index 4f2b3513ddb..c46c1346b2f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserSQLException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/ParserSQLException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureFileParsingException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureFileParsingException.java index 45571d0ca54..050500c6883 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureFileParsingException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureFileParsingException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureVerificationException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureVerificationException.java index e6db4100ea3..31c24f80686 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureVerificationException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/SignatureVerificationException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/StreamFileReaderException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/StreamFileReaderException.java index 2e165f2f001..02666866660 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/StreamFileReaderException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/StreamFileReaderException.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/Leader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/Leader.java index fb411f50ee1..ba5d6b5e40d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/Leader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/Leader.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderAspect.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderAspect.java index 4de89a78cdf..8c490d31647 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderAspect.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderAspect.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderService.java index 163f7f14946..c67af3739cf 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/leader/LeaderService.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ContractResultMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ContractResultMigration.java index 967e2014c6a..de41f02e721 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ContractResultMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ContractResultMigration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigration.java index 006a9cac70f..bfe4b60dc72 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigration.java index 2cfa706d37d..b351f1f09bd 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigration.java index 6d23182628f..f1008ced1a7 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigration.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractParserProperties.java index e670dccc84c..58093c775a2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractStreamFileParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractStreamFileParser.java index 87d0a24aae5..602fee4174e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractStreamFileParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/AbstractStreamFileParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/CommonParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/CommonParserProperties.java index c6b4ec348e1..aef4c6d1f7a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/CommonParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/CommonParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/ParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/ParserProperties.java index 9a9423b5ac2..f49e9b89c60 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/ParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/ParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileListener.java index 3bb5a930d14..20dabbcd606 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileParser.java index 35e27e151ba..a870585084c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamFileParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamItemListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamItemListener.java index c6e34ef3e7a..ebd1256c003 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamItemListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/StreamItemListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParser.java index 2a7ffc86772..342ee071808 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceParserProperties.java index 3c7966d3955..0683ab4c490 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchInserter.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchInserter.java index b2985e1c76d..730d2d54c6b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchInserter.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchInserter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchPersister.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchPersister.java index bfb09810e8f..ca2c663f669 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchPersister.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchPersister.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchUpserter.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchUpserter.java index a7f52997a8f..9350391531a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchUpserter.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/BatchUpserter.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersister.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersister.java index 76553599fe3..aa1996cb864 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersister.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersister.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/domain/PubSubMessage.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/domain/PubSubMessage.java index 9be22358be7..e98927a3d89 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/domain/PubSubMessage.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/domain/PubSubMessage.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventFileParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventFileParser.java index 968ad10b555..b4e127bd388 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventFileParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventFileParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventParserProperties.java index e9dda01adee..d4dbdc84e55 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/event/EventParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategy.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategy.java index d33716ebb11..7917e3b6a5d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategy.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategy.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImpl.java index 9db805735c6..02e0ab76c29 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImpl.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParser.java index 63c3034b8a5..1d8079e2a05 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordItemListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordItemListener.java index 64d958acc2a..eb316d1f29f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordItemListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordItemListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordParserProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordParserProperties.java index 5afa2209b78..421c0faf4f9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordParserProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordParserProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordStreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordStreamFileListener.java index ba155204575..5bae34ec61c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordStreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordStreamFileListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListener.java index 55dd5aac34f..1eaa836e44a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeEntityListener.java index f27fe34637f..8a660c7bffb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeEntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ConditionOnEntityRecordParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ConditionOnEntityRecordParser.java index c6ea9689b73..e11e14377d1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ConditionOnEntityRecordParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ConditionOnEntityRecordParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchCleanupEvent.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchCleanupEvent.java index 43c131cce42..a7bc069f60b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchCleanupEvent.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchCleanupEvent.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchSaveEvent.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchSaveEvent.java index 743007eeb04..3794561af65 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchSaveEvent.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityBatchSaveEvent.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListener.java index 3dc22e59154..fe8184b6afc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListenerProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListenerProperties.java index b1cd4dc0bb3..97fee257bbb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListenerProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityListenerProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityProperties.java index 56e695f9191..c918075eee8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListener.java index a79c88b870b..c149b448ed8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyProperties.java index 4159fd9dda9..54f0f12047c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListener.java index a56fd8850e4..1ba80c4280f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListener.java index cc276e1208d..8764606ef24 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisProperties.java index 6242f556b06..498d66186f8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListener.java index 90f63e8ace5..358c1a0a3f3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlProperties.java index 21e7a2648b6..67d0feed296 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/ConditionalOnPubSubRecordParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/ConditionalOnPubSubRecordParser.java index fb22dcd0c16..43adbad1eea 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/ConditionalOnPubSubRecordParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/ConditionalOnPubSubRecordParser.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubProperties.java index 4755d626ad9..1947f1d0bbd 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubProperties.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListener.java index ab8382ddfff..eb8f36a12ad 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordStreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordStreamFileListener.java index 8feae8a755e..2f5f1914d04 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordStreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordStreamFileListener.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractContractCallTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractContractCallTransactionHandler.java index 220063ae36d..65db5034eab 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractContractCallTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractContractCallTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractEntityCrudTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractEntityCrudTransactionHandler.java index a67d3901373..56746d2ce0f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractEntityCrudTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractEntityCrudTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandler.java index 1a6cea36849..2a9c9eb7037 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandler.java index 297ef067c1c..cd6e9a25833 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandler.java index 40eda2a073c..61035994944 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandler.java index eed31e7e033..cd7973b2bc6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandler.java index 7d8160f7997..6e57067de9c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandler.java index b7ee0ab22da..c00d7640cd9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandler.java index 29efa7a4167..244cb8cbd1f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandler.java index c5f0cb56261..0bb9655e73a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandler.java index 8e4dbc5a5c3..8a288d48dfc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandler.java index 21798014365..12c2d5e4fe8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandler.java index bfd4e73bea6..94d1d3ffbb9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandler.java index 7e0df6c2997..7353a81876a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandler.java index be5c43bd79a..501798907c2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandler.java index c1e56999cec..29e1be5c68a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandler.java index f213e3674ac..2d8aeee9d95 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandler.java @@ -4,7 +4,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandler.java index ec08fa8ca72..356b6120c26 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandler.java index 1169eea0f62..292f5301936 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandler.java index 94c3e0f8120..a6c34805136 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandler.java index 1d6e4d061f0..3628f9da4eb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandler.java index 7f58fd8bf27..6851f1aea16 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandler.java index 0539f877640..34b4afdb52d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandler.java index e53fdba76fa..6b005b5a78f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandler.java index d874bb12cf7..c4c7f22434c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandler.java index 47710f87564..42f7fc85dea 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandler.java index 3b245d7adf1..e4730acc270 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java index 6c2839c2055..0bcd281fb47 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandler.java index 54728148ea1..253fe526424 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandler.java index f83a6a71ca9..0db2f24a354 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandler.java index 19db843480a..140f719701f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandler.java index cd8cce69a29..6d36b49bfbe 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandler.java index 283744dd60b..2f030efa90b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandler.java index 1ccf494f0e8..abe33a10f89 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandler.java index 2b1d86f437b..6517e62b26c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandler.java index c11a3b62070..052173c305d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandler.java index 50b375e8e0b..6ec6ae86bbe 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandler.java index dc52d7b4325..deda462b1ee 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandler.java index 06a84687e0a..9d3694abe9c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactory.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactory.java index e2c03960acc..d229b72d4fd 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactory.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactory.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandler.java index 07e4faff373..1ef97d22b3c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/ProtoJsonSerializer.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/ProtoJsonSerializer.java index 6858b9729b2..e483355a1ed 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/ProtoJsonSerializer.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/ProtoJsonSerializer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/AbstractStreamObject.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/AbstractStreamObject.java index f56a4bf8023..1c80d9766a2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/AbstractStreamObject.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/AbstractStreamObject.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/HashObject.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/HashObject.java index 4aa91752601..347f14d6367 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/HashObject.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/HashObject.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/StreamFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/StreamFileReader.java index fc68c57783b..198b81d73b5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/StreamFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/StreamFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/ValidatedDataInputStream.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/ValidatedDataInputStream.java index 103ad357419..f1fab478341 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/ValidatedDataInputStream.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/ValidatedDataInputStream.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReader.java index 93b27cb5bbb..69185cacd93 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1.java index 71f05a692b6..e2fd44a161f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2.java index e2814d708af..d628ceccd3d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReader.java index fa231ea68c1..5851a1a19f5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReader.java index d21e1bd28c7..f13f3a4fa52 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReader.java index c55c4dde8be..a9e8817f239 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParser.java index 43a8230878c..a966b8960da 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParser.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1.java index def8cb9bc68..0192a04c686 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2.java index aa44dda5dea..6efc41d5c7d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReader.java index 6532a3cf1bf..a9d67fc312f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3.java index 7d6acddf7be..c4dbcb91ca6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/AbstractPreV5RecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/AbstractPreV5RecordFileReader.java index 0bab1f67d84..af77ad50671 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/AbstractPreV5RecordFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/AbstractPreV5RecordFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReader.java index a0c0f126171..5c996b375e9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReader.java index aeda30dc2fd..757758a8762 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1.java index d7387fd8c86..ed706f1c4a4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2.java index 8c962d0989a..88cad4a0d4e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5.java index 68d130ee0ed..36093b4831c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReader.java index ede838d6ca3..0ff117f67f3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReader.java index d7adf9bdc2c..7567f7390b3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReader.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2.java index 56539c937fe..53f02911361 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5.java index 6d90355cb3e..e5d8377586b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepository.java index 3eb0bebb8ea..c5e8aea1740 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceRepository.java index d528b363133..bdbed785c70 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookEntryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookEntryRepository.java index bb9a69841a2..1fb224ebc1d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookEntryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookEntryRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookRepository.java index 4ab31f9414b..07205aea8ca 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepository.java index 9963c4b5612..f63301ac778 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepository.java index 55b4e4e277a..e4e9ba72984 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractLogRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractLogRepository.java index bdc1d7e4a25..246492179f3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractLogRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractLogRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractRepository.java index 0ec9edd4b6b..ec646f66b76 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractResultRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractResultRepository.java index 81ec0f10e4c..a11b217e48e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractResultRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractResultRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateChangeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateChangeRepository.java index 9c706d70c8d..74e5b32af96 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateChangeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateChangeRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoTransferRepository.java index 958db480a87..d6ae8fc80bc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoTransferRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoTransferRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeRepository.java index 9c33d2540dc..5a36919bc60 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityRepository.java index 5238653df9a..8e5df58f34a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EventFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EventFileRepository.java index 0881bb2fb32..993b1fe9297 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EventFileRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EventFileRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/FileDataRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/FileDataRepository.java index 320ea9ba213..172acffe6c3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/FileDataRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/FileDataRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/LiveHashRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/LiveHashRepository.java index 20afc8e027f..c64ae33ce7b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/LiveHashRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/LiveHashRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftRepository.java index 9a5ac3f9fe8..81d918ff784 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftTransferRepository.java index 14980a66d94..35b5b536a10 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftTransferRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftTransferRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NonFeeTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NonFeeTransferRepository.java index 0fcc2a0b98d..1b43965db44 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NonFeeTransferRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NonFeeTransferRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RecordFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RecordFileRepository.java index 5bcc8c03087..1d37853d3a1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RecordFileRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RecordFileRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ScheduleRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ScheduleRepository.java index 343f32e3e99..92f63795f04 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ScheduleRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ScheduleRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StreamFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StreamFileRepository.java index ac93b2ab11e..9dfa53b683e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StreamFileRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StreamFileRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountRepository.java index bf40b2a1fa0..c98fb92b756 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenBalanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenBalanceRepository.java index e2adc7a3584..99943819ec9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenBalanceRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenBalanceRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenRepository.java index 96b6203f083..5d1a701e554 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenTransferRepository.java index f4f95d63cec..005f8c13732 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenTransferRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenTransferRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageRepository.java index 6ef11c986ec..e11c6fe19e9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionRepository.java index 1c9c080b25b..4df589a579a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionSignatureRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionSignatureRepository.java index e9b6c253be6..4e0713d76d1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionSignatureRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionSignatureRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGenerator.java index 7ab21a6c707..93abbd7ff4d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGenerator.java index 816c58dd596..32daac1b10e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGenerator.java index 90824db6b45..af44b267d90 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGenerator.java index 5c0bc9a0c17..bb9b9dbfa6e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGenerator.java index 0e7d6596222..6f587d77fb2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenDissociateTransferUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenDissociateTransferUpsertQueryGenerator.java index 78feeb6d2c7..c24364adb62 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenDissociateTransferUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenDissociateTransferUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGenerator.java index 49d5826340e..ba39333a17e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertColumn.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertColumn.java index 7b7a7c48d4f..d1c14850b16 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertColumn.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertColumn.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertEntity.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertEntity.java index 92ad842c581..ba4528369b0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertEntity.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertEntity.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGenerator.java index 5d77a065ba0..6b917d843dd 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactory.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactory.java index dba7c9d31b7..dbca4a49414 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactory.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactory.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/ShutdownHelper.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/ShutdownHelper.java index 455698b1cd6..50a9a6d4498 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/ShutdownHelper.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/ShutdownHelper.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java index b406e27d109..8d9d6e6b105 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV1.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV1.java index 3ce81de327b..5b22d9a31fd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV1.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV1.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV2.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV2.java index 89a71b72d59..3c379c8db36 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV2.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV2.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/FileCopier.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/FileCopier.java index 10fd6000c3b..adb321441e0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/FileCopier.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/FileCopier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/IntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/IntegrationTest.java index 41df09ba443..9197b251088 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/IntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/IntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java index ec61a1e70b9..6bdb54dd389 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestRecordFiles.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestRecordFiles.java index 0b48cfd094c..e01f7ba5e83 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestRecordFiles.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestRecordFiles.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestUtils.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestUtils.java index 025ea9254cc..3783f3223e6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestUtils.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestUtils.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java index 7159c03bab4..a74aeb2c690 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java index d008a7f2e89..b8b0601b424 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java index e2246c05b74..f6f1554fba9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/IntegrationTestConfiguration.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/IntegrationTestConfiguration.java index 91b991b5704..cfa8ee03685 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/IntegrationTestConfiguration.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/IntegrationTestConfiguration.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessorTest.java index 406fa384363..f76770693d6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MirrorDateRangePropertiesProcessorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java index 3f773c6ebea..979297e6fc2 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java index 7e8a38d0aa8..8222c3928b9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/InstantConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/InstantConverter.java index f1bbf512d62..07bc4d7b37c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/InstantConverter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/InstantConverter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/KeyConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/KeyConverter.java index ac3464df3f5..463fca2210d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/KeyConverter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/KeyConverter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java index 37bfbf16168..7aff5e3bd62 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/AssessedCustomFeeWrapper.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/AssessedCustomFeeWrapper.java index c56f498805e..b0b551cc224 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/AssessedCustomFeeWrapper.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/AssessedCustomFeeWrapper.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/CustomFeeWrapper.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/CustomFeeWrapper.java index 9d96a470bc2..64256f5d5ed 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/CustomFeeWrapper.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/CustomFeeWrapper.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java index 046d81cf1e4..9a6476d5d5c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java index 2170a81c4ec..c9bbfae6af9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java index d1c36624c56..d3846c9f848 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java index e6d8c6b169b..9d9223b3977 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java index f5560bffbf4..2f62db0fdb5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloaderTest.java index a5b7d1c9434..343cb4bb339 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/balance/AccountBalancesDownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/event/EventFileDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/event/EventFileDownloaderTest.java index a1563e6de28..88a91446a74 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/event/EventFileDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/event/EventFileDownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/AbstractRecordFileDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/AbstractRecordFileDownloaderTest.java index 6f44467d353..08ee7e26821 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/AbstractRecordFileDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/AbstractRecordFileDownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2DownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2DownloaderTest.java index d407901b0f3..de289607d3b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2DownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2DownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2V5DownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2V5DownloaderTest.java index 21dd8a5d2ac..61d98cee9f0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2V5DownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV2V5DownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5DownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5DownloaderTest.java index 8bc4203fbe3..79f793fc180 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5DownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5DownloaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java index e296e00cd7d..c4be6d0a2bd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java index 71d25d2849d..901b5eeef6f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java index 615a3ea4b12..d2946555521 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java index 0c13a792772..fad8918f7b3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java index e8cff05f5b9..7796bf481fe 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java index 3bbc71975cc..55b4bedfdec 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationV1_46_0Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationV1_46_0Test.java index 28017557832..f44f16ae6b7 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationV1_46_0Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationV1_46_0Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java index ffb5b833fad..8e21a117cb3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java index 69a690a0e44..5b22fd56e21 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigrationTest.java index 427205faf6c..6c5191cddf6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MirrorBaseJavaMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java index 27eb1bb388d..7698e368947 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java index 621af2c8561..ed1f862c259 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java index 70e77df9759..4602a6881a2 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java index 8f27fea513e..119fdabc16a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java index e9b05cfd4e7..d53e4c452e6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java index 2d1006a9946..834acd60789 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java index 22ac855b225..7f7cbd6183e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserPerformanceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserPerformanceTest.java index cd8ee4d351f..d2604495a7e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserPerformanceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserPerformanceTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserTest.java index ed1ca271b34..ca9eb4f8023 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileParserTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchInserterTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchInserterTest.java index a5d3b66cf3f..c72c9d63fa8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchInserterTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchInserterTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchUpserterTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchUpserterTest.java index 90e7dbb94ca..9ee6cf7b2be 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchUpserterTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/BatchUpserterTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersisterTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersisterTest.java index 07b26df05f6..d8d0ca28ccf 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersisterTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/CompositeBatchPersisterTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/PubSubMessageTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/PubSubMessageTest.java index 4b760353c0a..c21717dc049 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/PubSubMessageTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/PubSubMessageTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordItemBuilder.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordItemBuilder.java index 34d5a480804..aed4ce7c175 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordItemBuilder.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordItemBuilder.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/event/EventFileParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/event/EventFileParserTest.java index eff12160d43..e3eeda8a59e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/event/EventFileParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/event/EventFileParserTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/PerformanceIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/PerformanceIntegrationTest.java index b9f41e0ed2f..10a5f988980 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/PerformanceIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/PerformanceIntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/RestoreClientIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/RestoreClientIntegrationTest.java index 6a5187756b1..e6c1f865f31 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/RestoreClientIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/performance/RestoreClientIntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/CommonParserPropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/CommonParserPropertiesTest.java index 80a1d67024f..55fd865c2eb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/CommonParserPropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/CommonParserPropertiesTest.java @@ -3,14 +3,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImplTest.java index 50673e10811..1c17b48f870 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/NonFeeTransferExtractionStrategyImplTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserIntegrationTest.java index c452c490d1c..b4f109cf27f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserIntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserPerformanceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserPerformanceTest.java index 926f5cad9c6..576dde856a5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserPerformanceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserPerformanceTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserTest.java index c198feeab50..403414320bb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/RecordFileParserTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/AbstractEntityRecordItemListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/AbstractEntityRecordItemListenerTest.java index 5a698ec7672..979e8d59ccd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/AbstractEntityRecordItemListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/AbstractEntityRecordItemListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListenerTest.java index 8ccfe4a07e9..e979aa61305 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchEntityListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerContractTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerContractTest.java index 55b432faa6c..aee706b3dec 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerContractTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerContractTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerCryptoTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerCryptoTest.java index b760dc21d9a..6651d1af581 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerCryptoTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerCryptoTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFileTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFileTest.java index 15b0a03ccef..05c4a287275 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFileTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFileTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFreezeTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFreezeTest.java index 747bad7eeae..756cdc60346 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFreezeTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerFreezeTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNonFeeTransferTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNonFeeTransferTest.java index 2f4bc7088ba..f663cc48181 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNonFeeTransferTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNonFeeTransferTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerScheduleTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerScheduleTest.java index f9fb384c3cc..128f6a8d9c8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerScheduleTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerScheduleTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTokenTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTokenTest.java index 2c110cbf1b1..e58995dce8d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTokenTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTokenTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTopicTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTopicTest.java index 9468880e0a3..23bc19dad3a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTopicTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerTopicTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/TransactionSignatureTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/TransactionSignatureTest.java index d20031b813f..db57edb577b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/TransactionSignatureTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/TransactionSignatureTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListenerTest.java index 79385556a86..741ee4ad81f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingEntityListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/performance/EntityRecordItemListenerPerformanceCryptoTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/performance/EntityRecordItemListenerPerformanceCryptoTest.java index 3089cf1a8c9..f1f5b26e842 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/performance/EntityRecordItemListenerPerformanceCryptoTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/performance/EntityRecordItemListenerPerformanceCryptoTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerIntegrationTest.java index f47de06a177..34170a8537f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerIntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerTest.java index ea109d3fcb4..be491a47c7b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisEntityListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListenerTest.java index 8ff08ce4ffa..f1b15b990e6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/SqlEntityListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListenerTest.java index b2950100647..3d8c428d7af 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordItemListenerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordParserTest.java index 88f653dfe45..c785de2fe01 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/pubsub/PubSubRecordParserTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractDeleteOrUndeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractDeleteOrUndeleteTransactionHandlerTest.java index bbddc3b4dc1..12a54ab8a0d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractDeleteOrUndeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractDeleteOrUndeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandlerTest.java index fc9d5388c24..c60bf6f26ba 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandlerTest.java index 5a6d63dbfc1..14ee040484f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusCreateTopicTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandlerTest.java index 40c63a78748..0d09e1d2124 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusDeleteTopicTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandlerTest.java index 772078ae679..9c189e33354 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusSubmitMessageTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandlerTest.java index bb5985a5078..4e390404a8b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ConsensusUpdateTopicTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandlerTest.java index bc15328e18e..b0ebbed176f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCallTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandlerTest.java index 746781f912a..a589aab07ad 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractCreateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandlerTest.java index 52c2d2faa50..56fffd34652 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandlerTest.java index 14fbdd6b971..7bf829dbf59 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ContractUpdateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandlerTest.java index f9e7cae58f4..eeb06cf3764 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoAddLiveHashTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandlerTest.java index 7ffe5442ac4..e3a3a803143 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoCreateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandlerTest.java index 5e1e5c91dfd..1a0d14efe1d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteLiveHashTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandlerTest.java index 475f10fab34..123795a6bde 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandlerTest.java index 37934fbf8f6..bbb06c8d1da 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoTransferTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandlerTest.java index 9a1b1580ee1..2706371735d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoUpdateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandlerTest.java index c31452e103a..48b8dba62f7 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileAppendTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandlerTest.java index a0fa33725d5..c4825f93b17 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileCreateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandlerTest.java index 6f793463e4a..b7caff9a82f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandlerTest.java index f2c5d8e0df2..98dad611a1f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandlerTest.java index 47a0dc9381d..1397a476be8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandlerTest.java index f6384dace4d..da49cfb4276 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandlerTest.java index 40f20495a7a..48eddba038f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandlerTest.java index 7e57bad33b9..2b86ad61953 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandlerTest.java index 85bb00e50e9..53b5cd30b29 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandlerTest.java index 566c82bf3e8..b481b0b640f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandlerTest.java index 0ad7cd23f98..9839b892501 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandlerTest.java index d485f0b7b95..18f76364ea2 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandlerTest.java index ece3d97619b..4ea36bce0b9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandlerTest.java index 4d78445bc19..21195feb9bb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandlerTest.java index 5222fed35b7..e83891cafe0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandlerTest.java index 7c666dd6fa6..25d5a0dfb3e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandlerTest.java index 4d79244f405..1f7af07167d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandlerTest.java index 663ba486ae9..cb4b41e5b42 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandlerTest.java index 2ea1036ea17..47b873475d0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandlerTest.java index 0e29785c7d7..fcfd9a0c82b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandlerTest.java index 1270d990c4c..410fb2d3315 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandlerTest.java index f71f1160a35..f94b8d6b0a6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandlerTest.java index 6830e41c033..68366f2ba9b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandlerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java index d642c576504..5aa603b388c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java index 2b4b2a99568..a51808bfc03 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1Test.java index 2d7818fe70c..bfc3b3415b1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2Test.java index 1267ebc8d19..8660b6179c6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReaderTest.java index 31eace94abe..6c495e668d4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReaderTest.java index 81f6ff7e7ee..879113a03df 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReaderTest.java index 2797a3ae2d8..cc762d6ef45 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1Test.java index 2941e706ca2..68ab93b9482 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2Test.java index 1b7d437b1aa..c6142d17c3c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3Test.java index f31127d6506..d10f9aef53d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/event/EventFileReaderV3Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/AbstractRecordFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/AbstractRecordFileReaderTest.java index d946759bf4a..a7836e7949c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/AbstractRecordFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/AbstractRecordFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReaderTest.java index 91d4463752a..db027ce3969 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1Test.java index ad990a08cc5..880975e43ad 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2Test.java index e774444223a..3518795cad1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5Test.java index eca430c6b41..0add76b09a1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderTest.java index 432e88342db..3fabc5c57e0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/RecordFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/AbstractSignatureFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/AbstractSignatureFileReaderTest.java index e7dcaad00f6..975508fd096 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/AbstractSignatureFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/AbstractSignatureFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReaderTest.java index afddecc9f6a..e5f63b9fec5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReaderTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2Test.java index 32b2cea4bad..ff82643afef 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5Test.java index af2d600ad84..14494ccd646 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5Test.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java index 5971160f09d..ebeba9269e4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java index 69edcbfd305..ec9cc084eaf 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java index 81010d87b5a..079ea74e646 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java index e0a7040c258..cb7be7bdb93 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java index 5a3e73e03cd..bf9cb04534a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java index 30ad8beacd2..ca4bb2568b7 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java index 1cdc108497b..09363921848 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java index a449465a4bf..4f23df63985 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java index 2b6e148b8d8..d7bf3a136dc 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java index cdebbdaeff4..4920d3ab52a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java index 37471beb3a7..7a7e854a925 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java index 4f8a1e53124..abadb3ca12e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EventFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EventFileRepositoryTest.java index fda7569820d..ad5b202994c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EventFileRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EventFileRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java index 5fd1b230b6b..5f845045edc 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java index 16d0dc6181d..55d2751c213 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java index f4aaa4005fd..6a93bd0afdd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftTransferRepositoryTest.java index 5a07a189c72..223490213e5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftTransferRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftTransferRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java index e6f7c883271..f4edf424939 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java index d08dd378c93..c4b4b2f188e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java index 4f41fdeaab1..12054374a19 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java index 278f4894004..efbf06f4a4d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java index a00f2c94711..9daabf3f66b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java index 0dcca4749a0..7ce69dd4018 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java index 062ed10fe55..e5894751831 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java index e0cc0d1de98..04609da67c3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGeneratorTest.java index 55fcabb9bfc..47ac1b11312 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/AbstractUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGeneratorTest.java index db21dbb328d..22aaa5208a8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGeneratorTest.java index f3caadf9594..ee88e936473 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/NftUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGeneratorTest.java index f3c01180230..80685977fc6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/ScheduleUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGeneratorTest.java index 4da141340bd..f3df00ac053 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenAccountUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGeneratorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGeneratorTest.java index 2b258fbd2f3..d85c324527d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGeneratorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/TokenUpsertQueryGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactoryTest.java index 53a80c3272d..41c0f228482 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/util/UtilityTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/util/UtilityTest.java index d606b4ddfaa..4172d0f0534 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/util/UtilityTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/util/UtilityTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/AbstractScenario.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/AbstractScenario.java index fac61fb5b20..86352675506 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/AbstractScenario.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/AbstractScenario.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ClusterHealthIndicator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ClusterHealthIndicator.java index 9931acc9a98..31b5ac44a7f 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ClusterHealthIndicator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ClusterHealthIndicator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/HederaNetwork.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/HederaNetwork.java index bbc3a4cf7fa..6262cf721e1 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/HederaNetwork.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/HederaNetwork.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MirrorNodeProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MirrorNodeProperties.java index 6567ca1a85e..3592671ffbe 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MirrorNodeProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MirrorNodeProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorApplication.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorApplication.java index 3532f4e3bfb..5fac3620663 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorApplication.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorApplication.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorProperties.java index f131dd007f2..7e8132b12af 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/MonitorProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeProperties.java index 1bc0758dfaa..e651e45d642 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeValidationProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeValidationProperties.java index d6346d1c443..8789470253c 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeValidationProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/NodeValidationProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/OperatorProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/OperatorProperties.java index 500b982a6ab..f94a9fac957 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/OperatorProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/OperatorProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProperties.java index 00aec2d60af..faa7a3a7c29 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProtocol.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProtocol.java index 6b8072ed6ad..0de07e4cd08 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProtocol.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioProtocol.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioStatus.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioStatus.java index d3e8926c5c8..58b276d1e15 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioStatus.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/ScenarioStatus.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/LoggingFilter.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/LoggingFilter.java index e7a1ad097d6..6aefe6abb84 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/LoggingFilter.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/LoggingFilter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MetricsConfiguration.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MetricsConfiguration.java index 8cd9d9e495f..4263bfcf73b 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MetricsConfiguration.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MetricsConfiguration.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MonitorConfiguration.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MonitorConfiguration.java index 8b13ae07ff7..15aca1d2412 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MonitorConfiguration.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/config/MonitorConfiguration.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/DurationToStringSerializer.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/DurationToStringSerializer.java index c8cd7851cd7..b364cdece5d 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/DurationToStringSerializer.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/DurationToStringSerializer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializer.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializer.java index eb93f745424..e2d7da56671 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializer.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializer.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializer.java index fa4a6ee027c..7182162def3 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializer.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverter.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverter.java index 9a708241275..383df3f6657 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverter.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverterImpl.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverterImpl.java index 2fca6ec4998..af52802171b 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverterImpl.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/expression/ExpressionConverterImpl.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregator.java index b00e132dda4..d66238d2146 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImpl.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImpl.java index 5f3829409d5..ef4ec9f357f 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImpl.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImpl.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishException.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishException.java index d14f4860043..af447d080f6 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishException.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishException.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishMetrics.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishMetrics.java index 5d8674ea2a2..191c806964c 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishMetrics.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishMetrics.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishProperties.java index f6bde1e4dfd..811e04bf405 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishRequest.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishRequest.java index c43c3b17efc..6ffb09fdd84 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishRequest.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishRequest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishResponse.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishResponse.java index 2de7542017a..ac6ad15f064 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishResponse.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenario.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenario.java index 376d0ffe2fb..195a85ccae2 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenario.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenario.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenarioProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenarioProperties.java index 3c7338e4d36..b847849ab97 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenarioProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/PublishScenarioProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/TransactionPublisher.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/TransactionPublisher.java index 3f187da1d4a..367ae719d0b 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/TransactionPublisher.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/TransactionPublisher.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGenerator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGenerator.java index 171e8ae5ac7..081a28f98fd 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGenerator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGenerator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGenerator.java index 076351eaa62..39465b60480 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGenerator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ScenarioException.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ScenarioException.java index 35089bc5ce9..ff92bccf2a8 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ScenarioException.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/ScenarioException.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/TransactionGenerator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/TransactionGenerator.java index 9b810f637dd..5223be87ba1 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/TransactionGenerator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/generator/TransactionGenerator.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/AdminKeyable.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/AdminKeyable.java index 2061b53ce54..9f23324a2b5 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/AdminKeyable.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/AdminKeyable.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionSupplier.java index 2cb558f7115..bd4f7a8c608 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionType.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionType.java index 5d243d1e37e..7b9bc47aec6 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionType.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/TransactionType.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplier.java index ca1413781a4..dfffe3b55d9 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplier.java index 664723f5ca3..9e084396dd3 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplier.java index d79fdd02e7c..31de93489fd 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplier.java index 5862311bf71..92f9d85740a 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplier.java index 9815fb68d7c..848c4d49f2d 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplier.java index c163ea1317b..a547edc3676 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplier.java index c3fe514088a..9204deacd25 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplier.java index 0285b1c271a..c6a37b574dd 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplier.java index 90adaa4bd66..b0460dde1a8 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplier.java index cb92e7d8c5d..7aea000b073 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplier.java index 62f8908ae09..6c3ed6ceea0 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplier.java index 097cc86c4c5..8fd77362c99 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplier.java @@ -15,14 +15,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplier.java index e5054522422..3b3ae70f586 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplier.java index 8d3dd1db6df..816d1a970c6 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplier.java index d599194a8ed..769b579d816 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplier.java index 7b1d521ff12..3f35c6b71b1 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplier.java index fbb191a5290..c29b0218ffc 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplier.java index c571588840a..e4bec174866 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplier.java index f79b7b5996b..8900b306ce5 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplier.java index 70635dd4b26..ac92db93453 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplier.java index d769d61259f..ca461c6be0d 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplier.java index 35568f54801..ed4f6631643 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplier.java index 5887978447c..62bf0770020 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplier.java index 4bd212bca29..c82aa5a0d09 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplier.java index 4d60877d95f..bf1156eebc0 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplier.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/AbstractSubscriberProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/AbstractSubscriberProperties.java index 29d1cad310d..f1fb36a5a6e 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/AbstractSubscriberProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/AbstractSubscriberProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriber.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriber.java index 4ebba4327c7..34d3d353f93 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriber.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriber.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/MirrorSubscriber.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/MirrorSubscriber.java index 1ec7f3a2cc2..46f5575b629 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/MirrorSubscriber.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/MirrorSubscriber.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/Scenario.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/Scenario.java index 867870959ba..9a87a0d14e5 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/Scenario.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/Scenario.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeMetrics.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeMetrics.java index 6d1c86af0d8..13ca1fdd9b1 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeMetrics.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeMetrics.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeProperties.java index 6305f3d8d60..27be4463c84 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeResponse.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeResponse.java index 53c15e3b064..f691ddc32cc 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeResponse.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/SubscribeResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberController.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberController.java index 49492b67f0e..213eb121410 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberController.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberController.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClient.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClient.java index b80fa67b9b2..37106f04bb8 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClient.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDK.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDK.java index 6c4d85f802d..e8ad9790fa3 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDK.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDK.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriber.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriber.java index cbc3816820f..a178acee8f0 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriber.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriber.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberProperties.java index f1f5f469f1e..1d78cac470d 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscription.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscription.java index 7ef473a260a..d6a94252996 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscription.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscription.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriber.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriber.java index 4028b911ec0..5815fa55350 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriber.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriber.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberProperties.java index ede05194c4a..87cd5d35b90 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscription.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscription.java index 649c2b5b23b..cd860896c8b 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscription.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscription.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/response/MirrorTransaction.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/response/MirrorTransaction.java index 08daca782a3..6fe67f8fd6b 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/response/MirrorTransaction.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/response/MirrorTransaction.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/util/Utility.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/util/Utility.java index b8388ef27e1..d9a73777c94 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/util/Utility.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/util/Utility.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/ClusterHealthIndicatorTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/ClusterHealthIndicatorTest.java index e09d349acab..559af2e433c 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/ClusterHealthIndicatorTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/ClusterHealthIndicatorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/DurationToStringSerializerTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/DurationToStringSerializerTest.java index 4e8215d0f55..002ce95b4be 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/DurationToStringSerializerTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/DurationToStringSerializerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializerTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializerTest.java index fdc30007287..86fb36bb531 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializerTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToDurationDeserializerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializerTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializerTest.java index dbb808ebfa2..09c68f23d97 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializerTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/converter/StringToInstantDeserializerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/expression/ExpressionConverterImplTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/expression/ExpressionConverterImplTest.java index bd816716b87..0209b113027 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/expression/ExpressionConverterImplTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/expression/ExpressionConverterImplTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImplTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImplTest.java index 6be7f9b5a3d..835b4650bdf 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImplTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/properties/ScenarioPropertiesAggregatorImplTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishMetricsTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishMetricsTest.java index 89330508e68..51f6172d90a 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishMetricsTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishMetricsTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishPropertiesTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishPropertiesTest.java index 65802824cc7..4be232c163f 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishPropertiesTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/PublishPropertiesTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/TransactionPublisherTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/TransactionPublisherTest.java index 1c61016ca8d..4f162bcdab8 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/TransactionPublisherTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/TransactionPublisherTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGeneratorTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGeneratorTest.java index 4d4a613e27a..8e1d874102c 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGeneratorTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/CompositeTransactionGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGeneratorTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGeneratorTest.java index 77f4966f344..3a29aaf21e0 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGeneratorTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/generator/ConfigurableTransactionGeneratorTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/AbstractTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/AbstractTransactionSupplierTest.java index baedc7de07d..6c2ee382f80 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/AbstractTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/AbstractTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplierTest.java index 2c101b607b6..f999acf0ce9 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountCreateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplierTest.java index 440c3b27d65..e277ee4cf11 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountDeleteTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplierTest.java index 1ae770ed492..5e1686e52ac 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/AccountUpdateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplierTest.java index 4ea3dbb292e..6ba5086df85 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/account/CryptoTransferTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplierTest.java index c28c5cbeb7d..d7744cad265 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusCreateTopicTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplierTest.java index a8e3aa404c6..4dce4ef2223 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusDeleteTopicTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplierTest.java index 10827fbd484..773043b6f60 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusSubmitMessageTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplierTest.java index 9220864cc2e..f1180760acb 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/consensus/ConsensusUpdateTopicTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplierTest.java index 8a288a3a1f4..cc49cff9287 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleCreateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplierTest.java index be49bb2ac06..bfd997a3cd3 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleDeleteTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplierTest.java index 76c444758a4..564d4b02d5a 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/schedule/ScheduleSignTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplierTest.java index bdb140e73db..a43a9519fc9 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenAssociateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplierTest.java index 56507ede408..9abcf5ee7b5 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenBurnTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplierTest.java index 7e6697cf81f..c5def369082 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenCreateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplierTest.java index 572cea9ab85..129a8dd6a41 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDeleteTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplierTest.java index fe3dbc58e09..75b499e9b36 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenDissociateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplierTest.java index daaef61d28c..b15ad04e993 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenFreezeTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplierTest.java index eb04ffa22a2..57021a7b449 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenGrantKycTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplierTest.java index 23971285183..541889aef15 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenMintTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplierTest.java index b913d98fd5e..6d7b9c1f440 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenPauseTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplierTest.java index 7c634df5c7e..119dc2abf19 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenRevokeKycTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplierTest.java index c31faa48e08..b0bd79dfd3c 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnfreezeTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplierTest.java index 32a1fc818b6..4d58d13658a 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUnpauseTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplierTest.java index 4dc8186e698..17a43bcb34a 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenUpdateTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplierTest.java index 1ab91b54b87..77bbfd96761 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/TokenWipeTransactionSupplierTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriberTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriberTest.java index 1e3b96b6fdc..29f4d17ab6b 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriberTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/CompositeSubscriberTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribeMetricsTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribeMetricsTest.java index b7c70ac0eaf..c86d44a84d9 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribeMetricsTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribeMetricsTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribePropertiesTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribePropertiesTest.java index cdedfb6671a..162a607b97b 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribePropertiesTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/SubscribePropertiesTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/TestScenario.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/TestScenario.java index 0f520d27764..837831a4eaa 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/TestScenario.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/TestScenario.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberControllerTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberControllerTest.java index 0abc9170b10..270c450c4d8 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberControllerTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/controller/SubscriberControllerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDKTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDKTest.java index 8b0d7f133a0..ff037d1fa26 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDKTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcClientSDKTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberTest.java index 7cb3df99b58..4890746e5a6 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/grpc/GrpcSubscriberTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberTest.java index 05170528eac..05db39de3b5 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestSubscriberTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/util/UtilityTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/util/UtilityTest.java index 487882d4207..cbc1e2f1bef 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/util/UtilityTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/util/UtilityTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rest/__tests__/accountAlias.test.js b/hedera-mirror-rest/__tests__/accountAlias.test.js index ba27e56ffd9..bc5fbeb1fec 100644 --- a/hedera-mirror-rest/__tests__/accountAlias.test.js +++ b/hedera-mirror-rest/__tests__/accountAlias.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/accountContract.test.js b/hedera-mirror-rest/__tests__/accountContract.test.js index 8be72c34502..79bb8447462 100644 --- a/hedera-mirror-rest/__tests__/accountContract.test.js +++ b/hedera-mirror-rest/__tests__/accountContract.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/accounts.test.js b/hedera-mirror-rest/__tests__/accounts.test.js index d3563114e0c..d39de22fd3b 100644 --- a/hedera-mirror-rest/__tests__/accounts.test.js +++ b/hedera-mirror-rest/__tests__/accounts.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/balances.test.js b/hedera-mirror-rest/__tests__/balances.test.js index f8ff8ee7487..efa244a28ec 100644 --- a/hedera-mirror-rest/__tests__/balances.test.js +++ b/hedera-mirror-rest/__tests__/balances.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/base32.test.js b/hedera-mirror-rest/__tests__/base32.test.js index 13160c23453..42aecea6418 100644 --- a/hedera-mirror-rest/__tests__/base32.test.js +++ b/hedera-mirror-rest/__tests__/base32.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/config.test.js b/hedera-mirror-rest/__tests__/config.test.js index 7050da0a1b4..8e9fae7b834 100644 --- a/hedera-mirror-rest/__tests__/config.test.js +++ b/hedera-mirror-rest/__tests__/config.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/controllers/contractController.test.js b/hedera-mirror-rest/__tests__/controllers/contractController.test.js index 2060e2e5d4e..505aa48e489 100644 --- a/hedera-mirror-rest/__tests__/controllers/contractController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/contractController.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js b/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js index 99e3c314a2a..8c1cddbd8eb 100644 --- a/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js +++ b/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/ed25519.test.js b/hedera-mirror-rest/__tests__/ed25519.test.js index c17c6d6ace7..7ec3a25bb75 100644 --- a/hedera-mirror-rest/__tests__/ed25519.test.js +++ b/hedera-mirror-rest/__tests__/ed25519.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/entityId.test.js b/hedera-mirror-rest/__tests__/entityId.test.js index 2c310b79eb8..925b734a35c 100644 --- a/hedera-mirror-rest/__tests__/entityId.test.js +++ b/hedera-mirror-rest/__tests__/entityId.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/integration.test.js b/hedera-mirror-rest/__tests__/integration.test.js index b4fb787a3a0..bbab2cecc27 100644 --- a/hedera-mirror-rest/__tests__/integration.test.js +++ b/hedera-mirror-rest/__tests__/integration.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/integrationDbOps.js b/hedera-mirror-rest/__tests__/integrationDbOps.js index 359c2d54916..7689f13c869 100644 --- a/hedera-mirror-rest/__tests__/integrationDbOps.js +++ b/hedera-mirror-rest/__tests__/integrationDbOps.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/integrationDomainOps.js b/hedera-mirror-rest/__tests__/integrationDomainOps.js index d78d725872c..a2f08e7a3a9 100644 --- a/hedera-mirror-rest/__tests__/integrationDomainOps.js +++ b/hedera-mirror-rest/__tests__/integrationDomainOps.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/integrationS3Ops.js b/hedera-mirror-rest/__tests__/integrationS3Ops.js index 1f9220fbf91..a6509cc7f6f 100644 --- a/hedera-mirror-rest/__tests__/integrationS3Ops.js +++ b/hedera-mirror-rest/__tests__/integrationS3Ops.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/integrationUtils.js b/hedera-mirror-rest/__tests__/integrationUtils.js index 87406b14ce8..88ba1e51714 100644 --- a/hedera-mirror-rest/__tests__/integrationUtils.js +++ b/hedera-mirror-rest/__tests__/integrationUtils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/jest.setup.js b/hedera-mirror-rest/__tests__/jest.setup.js index 3a97c3de168..fd0d8a42558 100644 --- a/hedera-mirror-rest/__tests__/jest.setup.js +++ b/hedera-mirror-rest/__tests__/jest.setup.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/mockpool.js b/hedera-mirror-rest/__tests__/mockpool.js index 9adbe687ccf..152d4c201d6 100644 --- a/hedera-mirror-rest/__tests__/mockpool.js +++ b/hedera-mirror-rest/__tests__/mockpool.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/model/signatureType.test.js b/hedera-mirror-rest/__tests__/model/signatureType.test.js index 553c0375b62..da1f720a07f 100644 --- a/hedera-mirror-rest/__tests__/model/signatureType.test.js +++ b/hedera-mirror-rest/__tests__/model/signatureType.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js b/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js index bbbe43c3b15..76a4b037044 100644 --- a/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js +++ b/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js b/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js index 42e2a08b608..47cca252f1b 100644 --- a/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js +++ b/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/model/transactionResult.test.js b/hedera-mirror-rest/__tests__/model/transactionResult.test.js index 9712f307810..5a52b5ce4a1 100644 --- a/hedera-mirror-rest/__tests__/model/transactionResult.test.js +++ b/hedera-mirror-rest/__tests__/model/transactionResult.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/model/transactionType.test.js b/hedera-mirror-rest/__tests__/model/transactionType.test.js index 868ddce7e2e..99f5bc42d65 100644 --- a/hedera-mirror-rest/__tests__/model/transactionType.test.js +++ b/hedera-mirror-rest/__tests__/model/transactionType.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/package.test.js b/hedera-mirror-rest/__tests__/package.test.js index 5ccbea3f32b..17959320b7a 100644 --- a/hedera-mirror-rest/__tests__/package.test.js +++ b/hedera-mirror-rest/__tests__/package.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/requestHandler.test.js b/hedera-mirror-rest/__tests__/requestHandler.test.js index 799d2b3cbae..3b77bb4836d 100644 --- a/hedera-mirror-rest/__tests__/requestHandler.test.js +++ b/hedera-mirror-rest/__tests__/requestHandler.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/s3client.test.js b/hedera-mirror-rest/__tests__/s3client.test.js index 4a18f7f0fd7..3a242cf0c74 100644 --- a/hedera-mirror-rest/__tests__/s3client.test.js +++ b/hedera-mirror-rest/__tests__/s3client.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/schedules.test.js b/hedera-mirror-rest/__tests__/schedules.test.js index 7ba4b501ed8..261f0da51f3 100644 --- a/hedera-mirror-rest/__tests__/schedules.test.js +++ b/hedera-mirror-rest/__tests__/schedules.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/service/contractService.test.js b/hedera-mirror-rest/__tests__/service/contractService.test.js index 2926638abfb..ec74b7461ad 100644 --- a/hedera-mirror-rest/__tests__/service/contractService.test.js +++ b/hedera-mirror-rest/__tests__/service/contractService.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/service/recordFileService.test.js b/hedera-mirror-rest/__tests__/service/recordFileService.test.js index b9a02755609..31d1aa9964f 100644 --- a/hedera-mirror-rest/__tests__/service/recordFileService.test.js +++ b/hedera-mirror-rest/__tests__/service/recordFileService.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/service/transactionService.test.js b/hedera-mirror-rest/__tests__/service/transactionService.test.js index 0090387db32..aa8f66cf1a7 100644 --- a/hedera-mirror-rest/__tests__/service/transactionService.test.js +++ b/hedera-mirror-rest/__tests__/service/transactionService.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stateproof.test.js b/hedera-mirror-rest/__tests__/stateproof.test.js index adc2c80ed55..cb004c34c26 100644 --- a/hedera-mirror-rest/__tests__/stateproof.test.js +++ b/hedera-mirror-rest/__tests__/stateproof.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/compactRecordFile.test.js b/hedera-mirror-rest/__tests__/stream/compactRecordFile.test.js index 4f904e006be..15ee7596279 100644 --- a/hedera-mirror-rest/__tests__/stream/compactRecordFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/compactRecordFile.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js b/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js index f4b6eb32479..067937f811a 100644 --- a/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/fullRecordFile.test.js b/hedera-mirror-rest/__tests__/stream/fullRecordFile.test.js index e67374e1585..90334ae7e79 100644 --- a/hedera-mirror-rest/__tests__/stream/fullRecordFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/fullRecordFile.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/hashObject.test.js b/hedera-mirror-rest/__tests__/stream/hashObject.test.js index 4ccfa9ea6c7..72545ea1a09 100644 --- a/hedera-mirror-rest/__tests__/stream/hashObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/hashObject.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js b/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js index 17f42c3ee91..1c0976262e8 100644 --- a/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/runningHash.test.js b/hedera-mirror-rest/__tests__/stream/runningHash.test.js index 9fd62296d2f..3ccc557c5e7 100644 --- a/hedera-mirror-rest/__tests__/stream/runningHash.test.js +++ b/hedera-mirror-rest/__tests__/stream/runningHash.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/signatureFile.test.js b/hedera-mirror-rest/__tests__/stream/signatureFile.test.js index ac653487c98..304b4a8440b 100644 --- a/hedera-mirror-rest/__tests__/stream/signatureFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/signatureFile.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/signatureObject.test.js b/hedera-mirror-rest/__tests__/stream/signatureObject.test.js index 4cc7d4cc05d..20bdf144bce 100644 --- a/hedera-mirror-rest/__tests__/stream/signatureObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/signatureObject.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/streamObject.test.js b/hedera-mirror-rest/__tests__/stream/streamObject.test.js index f5d103ab48f..e0a336fbcff 100644 --- a/hedera-mirror-rest/__tests__/stream/streamObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/streamObject.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/testUtils.js b/hedera-mirror-rest/__tests__/stream/testUtils.js index 0a595ca1ed6..d7e6f66ae12 100644 --- a/hedera-mirror-rest/__tests__/stream/testUtils.js +++ b/hedera-mirror-rest/__tests__/stream/testUtils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/stream/utils.test.js b/hedera-mirror-rest/__tests__/stream/utils.test.js index 5addb8d35cf..4f5e2409edf 100644 --- a/hedera-mirror-rest/__tests__/stream/utils.test.js +++ b/hedera-mirror-rest/__tests__/stream/utils.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/testutils.js b/hedera-mirror-rest/__tests__/testutils.js index e34420df157..4f81e6aaa96 100644 --- a/hedera-mirror-rest/__tests__/testutils.js +++ b/hedera-mirror-rest/__tests__/testutils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/tokens.test.js b/hedera-mirror-rest/__tests__/tokens.test.js index d2e3d705a17..29967dc4242 100644 --- a/hedera-mirror-rest/__tests__/tokens.test.js +++ b/hedera-mirror-rest/__tests__/tokens.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/topicmessage.test.js b/hedera-mirror-rest/__tests__/topicmessage.test.js index 5fcd40be614..1c440ac4a3b 100644 --- a/hedera-mirror-rest/__tests__/topicmessage.test.js +++ b/hedera-mirror-rest/__tests__/topicmessage.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/transactionId.test.js b/hedera-mirror-rest/__tests__/transactionId.test.js index 8281d49b612..ed677bc86ef 100644 --- a/hedera-mirror-rest/__tests__/transactionId.test.js +++ b/hedera-mirror-rest/__tests__/transactionId.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/transactions.test.js b/hedera-mirror-rest/__tests__/transactions.test.js index 83f595a5ca1..cda9d1be572 100644 --- a/hedera-mirror-rest/__tests__/transactions.test.js +++ b/hedera-mirror-rest/__tests__/transactions.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/utils.test.js b/hedera-mirror-rest/__tests__/utils.test.js index ed98306e549..0f2d9b25152 100644 --- a/hedera-mirror-rest/__tests__/utils.test.js +++ b/hedera-mirror-rest/__tests__/utils.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/utilsFilters.test.js b/hedera-mirror-rest/__tests__/utilsFilters.test.js index f8ee20d0584..3696925ab86 100644 --- a/hedera-mirror-rest/__tests__/utilsFilters.test.js +++ b/hedera-mirror-rest/__tests__/utilsFilters.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js index 058a60ae955..0b2bc30d3a7 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js index 57d2db759cf..3f42876e458 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js index 3b97e385bbc..a4f63138907 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js index 1459b00e950..72e20889a3d 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js index edf75e29e69..6a4cb731e83 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js index 8e7e30ee0e5..f7d29d9451b 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/accountAlias.js b/hedera-mirror-rest/accountAlias.js index f81b7d00670..1dc39635db3 100644 --- a/hedera-mirror-rest/accountAlias.js +++ b/hedera-mirror-rest/accountAlias.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/accountContract.js b/hedera-mirror-rest/accountContract.js index ec496658cf2..1d9c25dd671 100644 --- a/hedera-mirror-rest/accountContract.js +++ b/hedera-mirror-rest/accountContract.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/accounts.js b/hedera-mirror-rest/accounts.js index 4ba8b1a8112..bc038f0a53b 100644 --- a/hedera-mirror-rest/accounts.js +++ b/hedera-mirror-rest/accounts.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/balances.js b/hedera-mirror-rest/balances.js index 32fba944a1d..c3763835296 100644 --- a/hedera-mirror-rest/balances.js +++ b/hedera-mirror-rest/balances.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/base32.js b/hedera-mirror-rest/base32.js index d65dce41cf9..c8673988f29 100644 --- a/hedera-mirror-rest/base32.js +++ b/hedera-mirror-rest/base32.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/addressBook.js b/hedera-mirror-rest/check-state-proof/addressBook.js index 303adc00797..03b20065f58 100644 --- a/hedera-mirror-rest/check-state-proof/addressBook.js +++ b/hedera-mirror-rest/check-state-proof/addressBook.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/index.js b/hedera-mirror-rest/check-state-proof/index.js index bf6dc8b808e..8a2a5c76e3f 100755 --- a/hedera-mirror-rest/check-state-proof/index.js +++ b/hedera-mirror-rest/check-state-proof/index.js @@ -3,7 +3,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/startUp.js b/hedera-mirror-rest/check-state-proof/startUp.js index 1ab7ba7105f..bb3a4f0a2a4 100644 --- a/hedera-mirror-rest/check-state-proof/startUp.js +++ b/hedera-mirror-rest/check-state-proof/startUp.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/stateProofHandler.js b/hedera-mirror-rest/check-state-proof/stateProofHandler.js index bf00d5716bb..60703f988fa 100644 --- a/hedera-mirror-rest/check-state-proof/stateProofHandler.js +++ b/hedera-mirror-rest/check-state-proof/stateProofHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js b/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js index 4bbdbf25a86..1c8e0998896 100644 --- a/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js +++ b/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/tests/testUtils.js b/hedera-mirror-rest/check-state-proof/tests/testUtils.js index 14cfeeb6f68..3a1e4853f92 100644 --- a/hedera-mirror-rest/check-state-proof/tests/testUtils.js +++ b/hedera-mirror-rest/check-state-proof/tests/testUtils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/transactionValidator.js b/hedera-mirror-rest/check-state-proof/transactionValidator.js index b5aaa9d22d5..ec0aa48442a 100644 --- a/hedera-mirror-rest/check-state-proof/transactionValidator.js +++ b/hedera-mirror-rest/check-state-proof/transactionValidator.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/check-state-proof/utils.js b/hedera-mirror-rest/check-state-proof/utils.js index b49d8309549..d335dcb75d7 100644 --- a/hedera-mirror-rest/check-state-proof/utils.js +++ b/hedera-mirror-rest/check-state-proof/utils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/config.js b/hedera-mirror-rest/config.js index 2012e1b4d6d..550276ae9ec 100644 --- a/hedera-mirror-rest/config.js +++ b/hedera-mirror-rest/config.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/constants.js b/hedera-mirror-rest/constants.js index eb49072bbe5..e83081f81fe 100644 --- a/hedera-mirror-rest/constants.js +++ b/hedera-mirror-rest/constants.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/controllers/contractController.js b/hedera-mirror-rest/controllers/contractController.js index 6da7e9f3a6b..9a98370dbe9 100644 --- a/hedera-mirror-rest/controllers/contractController.js +++ b/hedera-mirror-rest/controllers/contractController.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/controllers/index.js b/hedera-mirror-rest/controllers/index.js index f0a3b5654ae..f9a21f62a4b 100644 --- a/hedera-mirror-rest/controllers/index.js +++ b/hedera-mirror-rest/controllers/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/ed25519.js b/hedera-mirror-rest/ed25519.js index e4c89d680dc..d49ee6dd4fa 100644 --- a/hedera-mirror-rest/ed25519.js +++ b/hedera-mirror-rest/ed25519.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/entityId.js b/hedera-mirror-rest/entityId.js index 9d763fc18fe..64ba48ef627 100644 --- a/hedera-mirror-rest/entityId.js +++ b/hedera-mirror-rest/entityId.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/errors/dbError.js b/hedera-mirror-rest/errors/dbError.js index a528e819083..a0049b7ddd7 100644 --- a/hedera-mirror-rest/errors/dbError.js +++ b/hedera-mirror-rest/errors/dbError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/errors/fileDownloadError.js b/hedera-mirror-rest/errors/fileDownloadError.js index b94db8d2782..056683c75c6 100644 --- a/hedera-mirror-rest/errors/fileDownloadError.js +++ b/hedera-mirror-rest/errors/fileDownloadError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/errors/invalidArgumentError.js b/hedera-mirror-rest/errors/invalidArgumentError.js index 1a75033aa49..0b4ecf3b8cd 100644 --- a/hedera-mirror-rest/errors/invalidArgumentError.js +++ b/hedera-mirror-rest/errors/invalidArgumentError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,8 @@ const InvalidArgumentErrorMessageFormat = 'Invalid parameter: '; const ParameterExceedsMaxErrorMessageFormat = 'Parameter values count exceeds maximum number allowed: '; class InvalidArgumentError extends Error { - - static INVALID_ERROR_CODE = "invalidArgument"; - static PARAM_COUNT_EXCEEDS_MAX_CODE = "paramCountExceedsMax"; + static INVALID_ERROR_CODE = 'invalidArgument'; + static PARAM_COUNT_EXCEEDS_MAX_CODE = 'paramCountExceedsMax'; constructor(errorMessage) { super(); @@ -46,14 +45,15 @@ class InvalidArgumentError extends Error { badParams = [badParams]; } - return new InvalidArgumentError(badParams.map((message) => { - if (message.code === this.PARAM_COUNT_EXCEEDS_MAX_CODE) { - return `${ParameterExceedsMaxErrorMessageFormat}${message.key} count: ${message.count} max: ${message.max}`; - - } else { - return `${InvalidArgumentErrorMessageFormat}${message.key}` - } - })); + return new InvalidArgumentError( + badParams.map((message) => { + if (message.code === this.PARAM_COUNT_EXCEEDS_MAX_CODE) { + return `${ParameterExceedsMaxErrorMessageFormat}${message.key} count: ${message.count} max: ${message.max}`; + } else { + return `${InvalidArgumentErrorMessageFormat}${message.key}`; + } + }) + ); } } diff --git a/hedera-mirror-rest/errors/invalidClauseError.js b/hedera-mirror-rest/errors/invalidClauseError.js index 8b0511ca174..d68a8bc732c 100644 --- a/hedera-mirror-rest/errors/invalidClauseError.js +++ b/hedera-mirror-rest/errors/invalidClauseError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/errors/invalidConfigError.js b/hedera-mirror-rest/errors/invalidConfigError.js index 5df915c978d..304e2b02fef 100644 --- a/hedera-mirror-rest/errors/invalidConfigError.js +++ b/hedera-mirror-rest/errors/invalidConfigError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/errors/notFoundError.js b/hedera-mirror-rest/errors/notFoundError.js index 126403f3038..a6f44911835 100644 --- a/hedera-mirror-rest/errors/notFoundError.js +++ b/hedera-mirror-rest/errors/notFoundError.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/health.js b/hedera-mirror-rest/health.js index 7bb342c6e23..f52c2129009 100644 --- a/hedera-mirror-rest/health.js +++ b/hedera-mirror-rest/health.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/middleware/httpErrorHandler.js b/hedera-mirror-rest/middleware/httpErrorHandler.js index b8121dc4ce0..eb5c7a3044e 100644 --- a/hedera-mirror-rest/middleware/httpErrorHandler.js +++ b/hedera-mirror-rest/middleware/httpErrorHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/middleware/metricsHandler.js b/hedera-mirror-rest/middleware/metricsHandler.js index 8a255b9bde4..91f6699b135 100644 --- a/hedera-mirror-rest/middleware/metricsHandler.js +++ b/hedera-mirror-rest/middleware/metricsHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/middleware/openapiHandler.js b/hedera-mirror-rest/middleware/openapiHandler.js index bbd142d580a..6a718795cec 100644 --- a/hedera-mirror-rest/middleware/openapiHandler.js +++ b/hedera-mirror-rest/middleware/openapiHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/middleware/requestHandler.js b/hedera-mirror-rest/middleware/requestHandler.js index 341435a074b..6d7b0c1e93a 100644 --- a/hedera-mirror-rest/middleware/requestHandler.js +++ b/hedera-mirror-rest/middleware/requestHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/middleware/responseHandler.js b/hedera-mirror-rest/middleware/responseHandler.js index d29ff00dcf2..9573ec4055c 100644 --- a/hedera-mirror-rest/middleware/responseHandler.js +++ b/hedera-mirror-rest/middleware/responseHandler.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/assessedCustomFee.js b/hedera-mirror-rest/model/assessedCustomFee.js index 1d1388b0258..827bb1ba849 100644 --- a/hedera-mirror-rest/model/assessedCustomFee.js +++ b/hedera-mirror-rest/model/assessedCustomFee.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/contract.js b/hedera-mirror-rest/model/contract.js index 216773d45f0..01d3c8b8404 100644 --- a/hedera-mirror-rest/model/contract.js +++ b/hedera-mirror-rest/model/contract.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/contractLog.js b/hedera-mirror-rest/model/contractLog.js index 5730a2651c9..68ee7d94764 100644 --- a/hedera-mirror-rest/model/contractLog.js +++ b/hedera-mirror-rest/model/contractLog.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/contractResult.js b/hedera-mirror-rest/model/contractResult.js index 3c3fa7c3184..b2346e3c13f 100644 --- a/hedera-mirror-rest/model/contractResult.js +++ b/hedera-mirror-rest/model/contractResult.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/cryptoTransfer.js b/hedera-mirror-rest/model/cryptoTransfer.js index a73be7fb858..14e184da906 100644 --- a/hedera-mirror-rest/model/cryptoTransfer.js +++ b/hedera-mirror-rest/model/cryptoTransfer.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/customFee.js b/hedera-mirror-rest/model/customFee.js index b8ab7cf77d4..9063a7faaa5 100644 --- a/hedera-mirror-rest/model/customFee.js +++ b/hedera-mirror-rest/model/customFee.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/entity.js b/hedera-mirror-rest/model/entity.js index d236fe17031..eaff87e6500 100644 --- a/hedera-mirror-rest/model/entity.js +++ b/hedera-mirror-rest/model/entity.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/fileData.js b/hedera-mirror-rest/model/fileData.js index 96be2c638ff..aa1d9c0694e 100644 --- a/hedera-mirror-rest/model/fileData.js +++ b/hedera-mirror-rest/model/fileData.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/index.js b/hedera-mirror-rest/model/index.js index 4ffa3fe6161..074a75f7149 100644 --- a/hedera-mirror-rest/model/index.js +++ b/hedera-mirror-rest/model/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/nft.js b/hedera-mirror-rest/model/nft.js index 68d68a763bb..5db77ad2c79 100644 --- a/hedera-mirror-rest/model/nft.js +++ b/hedera-mirror-rest/model/nft.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/nftTransfer.js b/hedera-mirror-rest/model/nftTransfer.js index 70bc7b4d2e6..b373b91b74a 100644 --- a/hedera-mirror-rest/model/nftTransfer.js +++ b/hedera-mirror-rest/model/nftTransfer.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/recordFile.js b/hedera-mirror-rest/model/recordFile.js index cb6a8eaa2db..7c502f5a022 100644 --- a/hedera-mirror-rest/model/recordFile.js +++ b/hedera-mirror-rest/model/recordFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/signatureType.js b/hedera-mirror-rest/model/signatureType.js index 7bdd13efaaa..6befd7e1518 100644 --- a/hedera-mirror-rest/model/signatureType.js +++ b/hedera-mirror-rest/model/signatureType.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/token.js b/hedera-mirror-rest/model/token.js index eeebf88feaf..95af2d9ced1 100644 --- a/hedera-mirror-rest/model/token.js +++ b/hedera-mirror-rest/model/token.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/tokenFreezeStatus.js b/hedera-mirror-rest/model/tokenFreezeStatus.js index 271e01d3d8d..08bd7535382 100644 --- a/hedera-mirror-rest/model/tokenFreezeStatus.js +++ b/hedera-mirror-rest/model/tokenFreezeStatus.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/tokenKycStatus.js b/hedera-mirror-rest/model/tokenKycStatus.js index ff2e166f57c..564bc5cb7a9 100644 --- a/hedera-mirror-rest/model/tokenKycStatus.js +++ b/hedera-mirror-rest/model/tokenKycStatus.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/tokenTransfer.js b/hedera-mirror-rest/model/tokenTransfer.js index c24f66ee3ba..38ac98bda25 100644 --- a/hedera-mirror-rest/model/tokenTransfer.js +++ b/hedera-mirror-rest/model/tokenTransfer.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/topicMessage.js b/hedera-mirror-rest/model/topicMessage.js index c61f5ce9100..9dfe962ef11 100644 --- a/hedera-mirror-rest/model/topicMessage.js +++ b/hedera-mirror-rest/model/topicMessage.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/transaction.js b/hedera-mirror-rest/model/transaction.js index 97bdca82727..54cbc251d93 100644 --- a/hedera-mirror-rest/model/transaction.js +++ b/hedera-mirror-rest/model/transaction.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/transactionResult.js b/hedera-mirror-rest/model/transactionResult.js index 71dba34a577..fb8d49d8d1a 100644 --- a/hedera-mirror-rest/model/transactionResult.js +++ b/hedera-mirror-rest/model/transactionResult.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/model/transactionType.js b/hedera-mirror-rest/model/transactionType.js index e3818d61a68..3060aa33f78 100644 --- a/hedera-mirror-rest/model/transactionType.js +++ b/hedera-mirror-rest/model/transactionType.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/account_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/account_tests.js index 557bc441697..54f251ae4fe 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/account_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/account_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/balance_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/balance_tests.js index 4651619b997..44645e8a270 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/balance_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/balance_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/common.js b/hedera-mirror-rest/monitoring/monitor_apis/common.js index 8daf71a33ae..6ba776bcf6b 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/common.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/common.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/config.js b/hedera-mirror-rest/monitoring/monitor_apis/config.js index 51313c0699a..7605ea816ba 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/config.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/config.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/monitor.js b/hedera-mirror-rest/monitoring/monitor_apis/monitor.js index 1b541247297..c63cbea1271 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/monitor.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/monitor.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/monitor_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/monitor_tests.js index d0bb6fa5878..c04d2874262 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/monitor_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/monitor_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/server.js b/hedera-mirror-rest/monitoring/monitor_apis/server.js index 7739b75e93c..33ef40c81d6 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/server.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/server.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/stateproof_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/stateproof_tests.js index a4465a82881..be3509012ea 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/stateproof_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/stateproof_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/token_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/token_tests.js index 28287242715..d795a6f17e1 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/token_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/token_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/topicmessage_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/topicmessage_tests.js index b4291604657..27cad60fcb8 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/topicmessage_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/topicmessage_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/transaction_tests.js b/hedera-mirror-rest/monitoring/monitor_apis/transaction_tests.js index 2d0125cf4e0..8e1c2bbfee8 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/transaction_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/transaction_tests.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_apis/utils.js b/hedera-mirror-rest/monitoring/monitor_apis/utils.js index 9727b40994d..77dbcd1ca4a 100644 --- a/hedera-mirror-rest/monitoring/monitor_apis/utils.js +++ b/hedera-mirror-rest/monitoring/monitor_apis/utils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/monitoring/monitor_dashboard/js/main.js b/hedera-mirror-rest/monitoring/monitor_dashboard/js/main.js index 8c72529055f..554a436fabc 100644 --- a/hedera-mirror-rest/monitoring/monitor_dashboard/js/main.js +++ b/hedera-mirror-rest/monitoring/monitor_dashboard/js/main.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/network.js b/hedera-mirror-rest/network.js index 67cecdbd586..33b2fd9b911 100644 --- a/hedera-mirror-rest/network.js +++ b/hedera-mirror-rest/network.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/npm_scripts/postinstall.js b/hedera-mirror-rest/npm_scripts/postinstall.js index 7ca0ad522a2..80fa3ddb0d3 100644 --- a/hedera-mirror-rest/npm_scripts/postinstall.js +++ b/hedera-mirror-rest/npm_scripts/postinstall.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/routes/contractRoute.js b/hedera-mirror-rest/routes/contractRoute.js index 4330394ee75..79b41d9c78c 100644 --- a/hedera-mirror-rest/routes/contractRoute.js +++ b/hedera-mirror-rest/routes/contractRoute.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/routes/index.js b/hedera-mirror-rest/routes/index.js index 533e44b3f72..59d121d2d3e 100644 --- a/hedera-mirror-rest/routes/index.js +++ b/hedera-mirror-rest/routes/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/s3client.js b/hedera-mirror-rest/s3client.js index 7b4f97ffd72..f95ee84413d 100644 --- a/hedera-mirror-rest/s3client.js +++ b/hedera-mirror-rest/s3client.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/schedules.js b/hedera-mirror-rest/schedules.js index a83f4d811e4..093764b1b35 100644 --- a/hedera-mirror-rest/schedules.js +++ b/hedera-mirror-rest/schedules.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/server.js b/hedera-mirror-rest/server.js index 7a625e18289..5364aae9d0e 100644 --- a/hedera-mirror-rest/server.js +++ b/hedera-mirror-rest/server.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/baseService.js b/hedera-mirror-rest/service/baseService.js index fae83b27504..6d182bdaefd 100644 --- a/hedera-mirror-rest/service/baseService.js +++ b/hedera-mirror-rest/service/baseService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/contractService.js b/hedera-mirror-rest/service/contractService.js index 510cb49990c..5342a3127d5 100644 --- a/hedera-mirror-rest/service/contractService.js +++ b/hedera-mirror-rest/service/contractService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/index.js b/hedera-mirror-rest/service/index.js index c38a479f39b..d8477924ac7 100644 --- a/hedera-mirror-rest/service/index.js +++ b/hedera-mirror-rest/service/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/nftService.js b/hedera-mirror-rest/service/nftService.js index 7b60388f36c..7949de94a29 100644 --- a/hedera-mirror-rest/service/nftService.js +++ b/hedera-mirror-rest/service/nftService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/recordFileService.js b/hedera-mirror-rest/service/recordFileService.js index bc82c6afe3b..9233892cb69 100644 --- a/hedera-mirror-rest/service/recordFileService.js +++ b/hedera-mirror-rest/service/recordFileService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/tokenService.js b/hedera-mirror-rest/service/tokenService.js index bb83fca2370..cb2d78806cd 100644 --- a/hedera-mirror-rest/service/tokenService.js +++ b/hedera-mirror-rest/service/tokenService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/service/transactionService.js b/hedera-mirror-rest/service/transactionService.js index 77ccc3bc473..d1865373445 100644 --- a/hedera-mirror-rest/service/transactionService.js +++ b/hedera-mirror-rest/service/transactionService.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stateproof.js b/hedera-mirror-rest/stateproof.js index fb0cdca039a..fabc08d2dad 100644 --- a/hedera-mirror-rest/stateproof.js +++ b/hedera-mirror-rest/stateproof.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/compactRecordFile.js b/hedera-mirror-rest/stream/compactRecordFile.js index f3adbe300bd..81e0d7d80a9 100644 --- a/hedera-mirror-rest/stream/compactRecordFile.js +++ b/hedera-mirror-rest/stream/compactRecordFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/compositeRecordFile.js b/hedera-mirror-rest/stream/compositeRecordFile.js index 3428f3335c6..bc626dbdcee 100644 --- a/hedera-mirror-rest/stream/compositeRecordFile.js +++ b/hedera-mirror-rest/stream/compositeRecordFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/constants.js b/hedera-mirror-rest/stream/constants.js index 60aeddb37e9..c6cb8825296 100644 --- a/hedera-mirror-rest/stream/constants.js +++ b/hedera-mirror-rest/stream/constants.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/fullRecordFile.js b/hedera-mirror-rest/stream/fullRecordFile.js index c5c275253a5..069418119b8 100644 --- a/hedera-mirror-rest/stream/fullRecordFile.js +++ b/hedera-mirror-rest/stream/fullRecordFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/hashObject.js b/hedera-mirror-rest/stream/hashObject.js index b0e8b7ba45b..95960a7d44d 100644 --- a/hedera-mirror-rest/stream/hashObject.js +++ b/hedera-mirror-rest/stream/hashObject.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/index.js b/hedera-mirror-rest/stream/index.js index a73670aa3e8..d2a92ff7ff2 100644 --- a/hedera-mirror-rest/stream/index.js +++ b/hedera-mirror-rest/stream/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/recordFile.js b/hedera-mirror-rest/stream/recordFile.js index a1a8b1d821f..afc0cfdabb5 100644 --- a/hedera-mirror-rest/stream/recordFile.js +++ b/hedera-mirror-rest/stream/recordFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/recordStreamObject.js b/hedera-mirror-rest/stream/recordStreamObject.js index 57510db27e1..a0394515b0b 100644 --- a/hedera-mirror-rest/stream/recordStreamObject.js +++ b/hedera-mirror-rest/stream/recordStreamObject.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/runningHash.js b/hedera-mirror-rest/stream/runningHash.js index 3d9052eb576..cbb423df2ad 100644 --- a/hedera-mirror-rest/stream/runningHash.js +++ b/hedera-mirror-rest/stream/runningHash.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/signatureFile.js b/hedera-mirror-rest/stream/signatureFile.js index fae06e016ea..0dc95f1d3b3 100644 --- a/hedera-mirror-rest/stream/signatureFile.js +++ b/hedera-mirror-rest/stream/signatureFile.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/signatureObject.js b/hedera-mirror-rest/stream/signatureObject.js index 91c6866e2cf..75517f6a804 100644 --- a/hedera-mirror-rest/stream/signatureObject.js +++ b/hedera-mirror-rest/stream/signatureObject.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/streamObject.js b/hedera-mirror-rest/stream/streamObject.js index 7c6419405d8..d7a70c73ae4 100644 --- a/hedera-mirror-rest/stream/streamObject.js +++ b/hedera-mirror-rest/stream/streamObject.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/stream/utils.js b/hedera-mirror-rest/stream/utils.js index 4c9a8569571..4fe1b391585 100644 --- a/hedera-mirror-rest/stream/utils.js +++ b/hedera-mirror-rest/stream/utils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/tokens.js b/hedera-mirror-rest/tokens.js index babfbca5c3c..779797e1423 100644 --- a/hedera-mirror-rest/tokens.js +++ b/hedera-mirror-rest/tokens.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/topicmessage.js b/hedera-mirror-rest/topicmessage.js index 2afa362c1a7..e1ee89cd568 100644 --- a/hedera-mirror-rest/topicmessage.js +++ b/hedera-mirror-rest/topicmessage.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/transactionId.js b/hedera-mirror-rest/transactionId.js index 444c853a59d..16e24f0a5d5 100644 --- a/hedera-mirror-rest/transactionId.js +++ b/hedera-mirror-rest/transactionId.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/transactions.js b/hedera-mirror-rest/transactions.js index 6a2dc141fb9..759fa1bc6b6 100644 --- a/hedera-mirror-rest/transactions.js +++ b/hedera-mirror-rest/transactions.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/utils.js b/hedera-mirror-rest/utils.js index 671499496f5..cca01e721c4 100644 --- a/hedera-mirror-rest/utils.js +++ b/hedera-mirror-rest/utils.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js b/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js index e1f0e6379ec..3e4a33e3daa 100644 --- a/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js +++ b/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/contractLogViewModel.js b/hedera-mirror-rest/viewmodel/contractLogViewModel.js index cb18d043912..7cab27e0d41 100644 --- a/hedera-mirror-rest/viewmodel/contractLogViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractLogViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js b/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js index d05f0ca2341..55950541488 100644 --- a/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js b/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js index df3393e8716..0a9b01b99bb 100644 --- a/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/contractResultViewModel.js b/hedera-mirror-rest/viewmodel/contractResultViewModel.js index 9717f1f0ba0..e19c1093524 100644 --- a/hedera-mirror-rest/viewmodel/contractResultViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/contractViewModel.js b/hedera-mirror-rest/viewmodel/contractViewModel.js index 94161f90966..bab7eb95c0a 100644 --- a/hedera-mirror-rest/viewmodel/contractViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/customFeeViewModel.js b/hedera-mirror-rest/viewmodel/customFeeViewModel.js index b48cdb6ec67..c73b13b8bf9 100644 --- a/hedera-mirror-rest/viewmodel/customFeeViewModel.js +++ b/hedera-mirror-rest/viewmodel/customFeeViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/index.js b/hedera-mirror-rest/viewmodel/index.js index 3153bd632c5..eb392376329 100644 --- a/hedera-mirror-rest/viewmodel/index.js +++ b/hedera-mirror-rest/viewmodel/index.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js b/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js index 4ee15d9755a..224fe0c78a2 100644 --- a/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/nftTransferViewModel.js b/hedera-mirror-rest/viewmodel/nftTransferViewModel.js index 97e41c6c78d..5502b75102b 100644 --- a/hedera-mirror-rest/viewmodel/nftTransferViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftTransferViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/nftViewModel.js b/hedera-mirror-rest/viewmodel/nftViewModel.js index dcf4e0b922d..d5d1c16bc82 100644 --- a/hedera-mirror-rest/viewmodel/nftViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rest/viewmodel/topicMessageViewModel.js b/hedera-mirror-rest/viewmodel/topicMessageViewModel.js index 08b50c48639..7c0749e99ec 100644 --- a/hedera-mirror-rest/viewmodel/topicMessageViewModel.js +++ b/hedera-mirror-rest/viewmodel/topicMessageViewModel.js @@ -2,7 +2,7 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-rosetta/app/config/config.go b/hedera-mirror-rosetta/app/config/config.go index 7dc17007d4e..b2f0ec31aff 100644 --- a/hedera-mirror-rosetta/app/config/config.go +++ b/hedera-mirror-rosetta/app/config/config.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/config/config_test.go b/hedera-mirror-rosetta/app/config/config_test.go index c0ed12b53b2..63cb841008b 100644 --- a/hedera-mirror-rosetta/app/config/config_test.go +++ b/hedera-mirror-rosetta/app/config/config_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/config/types.go b/hedera-mirror-rosetta/app/config/types.go index 4d606e7f72a..f290ec5f61b 100644 --- a/hedera-mirror-rosetta/app/config/types.go +++ b/hedera-mirror-rosetta/app/config/types.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/config/types_test.go b/hedera-mirror-rosetta/app/config/types_test.go index b7482d71f2a..d8c8c50b045 100644 --- a/hedera-mirror-rosetta/app/config/types_test.go +++ b/hedera-mirror-rosetta/app/config/types_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/db/client.go b/hedera-mirror-rosetta/app/db/client.go index 13ef5bd7edb..fc790b80161 100644 --- a/hedera-mirror-rosetta/app/db/client.go +++ b/hedera-mirror-rosetta/app/db/client.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/db/db.go b/hedera-mirror-rosetta/app/db/db.go index 6895ff698dd..3d6f086dccf 100644 --- a/hedera-mirror-rosetta/app/db/db.go +++ b/hedera-mirror-rosetta/app/db/db.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/db/db_test.go b/hedera-mirror-rosetta/app/db/db_test.go index 062e75435b6..9705c50ef35 100644 --- a/hedera-mirror-rosetta/app/db/db_test.go +++ b/hedera-mirror-rosetta/app/db/db_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/account.go b/hedera-mirror-rosetta/app/domain/types/account.go index b10ccf0b40b..258ede2465b 100644 --- a/hedera-mirror-rosetta/app/domain/types/account.go +++ b/hedera-mirror-rosetta/app/domain/types/account.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/account_test.go b/hedera-mirror-rosetta/app/domain/types/account_test.go index 5533280e649..ad2fc4461bd 100644 --- a/hedera-mirror-rosetta/app/domain/types/account_test.go +++ b/hedera-mirror-rosetta/app/domain/types/account_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/address_book_entry.go b/hedera-mirror-rosetta/app/domain/types/address_book_entry.go index f7997d7d9f6..5f28d82ca05 100644 --- a/hedera-mirror-rosetta/app/domain/types/address_book_entry.go +++ b/hedera-mirror-rosetta/app/domain/types/address_book_entry.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/address_book_entry_test.go b/hedera-mirror-rosetta/app/domain/types/address_book_entry_test.go index 8bb21b7be61..16283d4f02a 100644 --- a/hedera-mirror-rosetta/app/domain/types/address_book_entry_test.go +++ b/hedera-mirror-rosetta/app/domain/types/address_book_entry_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/amount.go b/hedera-mirror-rosetta/app/domain/types/amount.go index 2bc7c09fc1f..624bedbe795 100644 --- a/hedera-mirror-rosetta/app/domain/types/amount.go +++ b/hedera-mirror-rosetta/app/domain/types/amount.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/amount_test.go b/hedera-mirror-rosetta/app/domain/types/amount_test.go index b265a28b1ca..7081a899fca 100644 --- a/hedera-mirror-rosetta/app/domain/types/amount_test.go +++ b/hedera-mirror-rosetta/app/domain/types/amount_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/block.go b/hedera-mirror-rosetta/app/domain/types/block.go index 7fd2a85fc2f..b9f1b379746 100644 --- a/hedera-mirror-rosetta/app/domain/types/block.go +++ b/hedera-mirror-rosetta/app/domain/types/block.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/block_test.go b/hedera-mirror-rosetta/app/domain/types/block_test.go index 7bc2c63c84d..05c8ca50583 100644 --- a/hedera-mirror-rosetta/app/domain/types/block_test.go +++ b/hedera-mirror-rosetta/app/domain/types/block_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/constants.go b/hedera-mirror-rosetta/app/domain/types/constants.go index 601e49441d0..7cc1707f6c6 100644 --- a/hedera-mirror-rosetta/app/domain/types/constants.go +++ b/hedera-mirror-rosetta/app/domain/types/constants.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/constants_test.go b/hedera-mirror-rosetta/app/domain/types/constants_test.go index f192583d799..9bf7c247016 100644 --- a/hedera-mirror-rosetta/app/domain/types/constants_test.go +++ b/hedera-mirror-rosetta/app/domain/types/constants_test.go @@ -1,21 +1,21 @@ /*- * ‌ -* Hedera Mirror Node -* ​ -* Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC -* ​ -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* ‍ + * Hedera Mirror Node + * ​ + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC + * ​ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ‍ */ package types diff --git a/hedera-mirror-rosetta/app/domain/types/operation.go b/hedera-mirror-rosetta/app/domain/types/operation.go index df1dc77ee39..2e5e0690f54 100644 --- a/hedera-mirror-rosetta/app/domain/types/operation.go +++ b/hedera-mirror-rosetta/app/domain/types/operation.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/operation_test.go b/hedera-mirror-rosetta/app/domain/types/operation_test.go index b2f889f9acf..494dce3e95e 100644 --- a/hedera-mirror-rosetta/app/domain/types/operation_test.go +++ b/hedera-mirror-rosetta/app/domain/types/operation_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/token.go b/hedera-mirror-rosetta/app/domain/types/token.go index 2a16db4f693..e0d640da8a6 100644 --- a/hedera-mirror-rosetta/app/domain/types/token.go +++ b/hedera-mirror-rosetta/app/domain/types/token.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/token_test.go b/hedera-mirror-rosetta/app/domain/types/token_test.go index cd625e2b8e8..247cd18f2e5 100644 --- a/hedera-mirror-rosetta/app/domain/types/token_test.go +++ b/hedera-mirror-rosetta/app/domain/types/token_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/transaction.go b/hedera-mirror-rosetta/app/domain/types/transaction.go index 164d192c63b..25d1869bf46 100644 --- a/hedera-mirror-rosetta/app/domain/types/transaction.go +++ b/hedera-mirror-rosetta/app/domain/types/transaction.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/domain/types/transaction_test.go b/hedera-mirror-rosetta/app/domain/types/transaction_test.go index f6fd2b3ee15..e0e00c9274f 100644 --- a/hedera-mirror-rosetta/app/domain/types/transaction_test.go +++ b/hedera-mirror-rosetta/app/domain/types/transaction_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/errors/errors.go b/hedera-mirror-rosetta/app/errors/errors.go index b9c2fde320d..2c233c2039f 100644 --- a/hedera-mirror-rosetta/app/errors/errors.go +++ b/hedera-mirror-rosetta/app/errors/errors.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/errors/errors_test.go b/hedera-mirror-rosetta/app/errors/errors_test.go index 009d8bd15ee..807c8038922 100644 --- a/hedera-mirror-rosetta/app/errors/errors_test.go +++ b/hedera-mirror-rosetta/app/errors/errors_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/account_repository.go b/hedera-mirror-rosetta/app/interfaces/account_repository.go index 669f99cae7b..f9359996101 100644 --- a/hedera-mirror-rosetta/app/interfaces/account_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/account_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go b/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go index f56cf9cdbdf..42c0c4a08e3 100644 --- a/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/block_repository.go b/hedera-mirror-rosetta/app/interfaces/block_repository.go index a0dc35d5e40..68f6febfe2d 100644 --- a/hedera-mirror-rosetta/app/interfaces/block_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/block_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/db_client.go b/hedera-mirror-rosetta/app/interfaces/db_client.go index c5af34aca45..a6a65da04f3 100644 --- a/hedera-mirror-rosetta/app/interfaces/db_client.go +++ b/hedera-mirror-rosetta/app/interfaces/db_client.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/transaction.go b/hedera-mirror-rosetta/app/interfaces/transaction.go index 1c998219678..0b9817d7b09 100644 --- a/hedera-mirror-rosetta/app/interfaces/transaction.go +++ b/hedera-mirror-rosetta/app/interfaces/transaction.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/interfaces/transaction_repository.go b/hedera-mirror-rosetta/app/interfaces/transaction_repository.go index 1126fa916cd..a37161bda59 100644 --- a/hedera-mirror-rosetta/app/interfaces/transaction_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/transaction_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/health.go b/hedera-mirror-rosetta/app/middleware/health.go index 585873f0bd1..9016c031442 100644 --- a/hedera-mirror-rosetta/app/middleware/health.go +++ b/hedera-mirror-rosetta/app/middleware/health.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/health_test.go b/hedera-mirror-rosetta/app/middleware/health_test.go index a45ec511c17..632a80b34c5 100644 --- a/hedera-mirror-rosetta/app/middleware/health_test.go +++ b/hedera-mirror-rosetta/app/middleware/health_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/metrics.go b/hedera-mirror-rosetta/app/middleware/metrics.go index b79c68eac9e..b220065a1db 100644 --- a/hedera-mirror-rosetta/app/middleware/metrics.go +++ b/hedera-mirror-rosetta/app/middleware/metrics.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/metrics_test.go b/hedera-mirror-rosetta/app/middleware/metrics_test.go index 27dbc81c04a..09e9717b54e 100644 --- a/hedera-mirror-rosetta/app/middleware/metrics_test.go +++ b/hedera-mirror-rosetta/app/middleware/metrics_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/trace.go b/hedera-mirror-rosetta/app/middleware/trace.go index 0b2de957e91..11f904b2725 100644 --- a/hedera-mirror-rosetta/app/middleware/trace.go +++ b/hedera-mirror-rosetta/app/middleware/trace.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/middleware/trace_test.go b/hedera-mirror-rosetta/app/middleware/trace_test.go index 1b16b6857f8..95eef352814 100644 --- a/hedera-mirror-rosetta/app/middleware/trace_test.go +++ b/hedera-mirror-rosetta/app/middleware/trace_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/account.go b/hedera-mirror-rosetta/app/persistence/account.go index d125a7e0815..58c9a4516a8 100644 --- a/hedera-mirror-rosetta/app/persistence/account.go +++ b/hedera-mirror-rosetta/app/persistence/account.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/account_test.go b/hedera-mirror-rosetta/app/persistence/account_test.go index 9ddd2d0e2c9..f9eed99341d 100644 --- a/hedera-mirror-rosetta/app/persistence/account_test.go +++ b/hedera-mirror-rosetta/app/persistence/account_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/address_book_entry.go b/hedera-mirror-rosetta/app/persistence/address_book_entry.go index 03be5e67269..d4d3f6caf25 100644 --- a/hedera-mirror-rosetta/app/persistence/address_book_entry.go +++ b/hedera-mirror-rosetta/app/persistence/address_book_entry.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go b/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go index 25e11781ae4..e32c81de9b2 100644 --- a/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go +++ b/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/block.go b/hedera-mirror-rosetta/app/persistence/block.go index 0c13f5bc3c8..020c0473375 100644 --- a/hedera-mirror-rosetta/app/persistence/block.go +++ b/hedera-mirror-rosetta/app/persistence/block.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/block_test.go b/hedera-mirror-rosetta/app/persistence/block_test.go index 354eb1f158c..261ea1a6357 100644 --- a/hedera-mirror-rosetta/app/persistence/block_test.go +++ b/hedera-mirror-rosetta/app/persistence/block_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/constants.go b/hedera-mirror-rosetta/app/persistence/constants.go index ba16fa85c17..caef2da18dc 100644 --- a/hedera-mirror-rosetta/app/persistence/constants.go +++ b/hedera-mirror-rosetta/app/persistence/constants.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/account_balance.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance.go index eeab3b0dbba..19b162f95e6 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/account_balance_file.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance_file.go index c9657fc41e3..7dfbc0418d9 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance_file.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance_file.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/account_balance_file_test.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance_file_test.go index c3962f7c965..3403fdd7b20 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance_file_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance_file_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go index fe94bc28257..2991f6d44d7 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book.go b/hedera-mirror-rosetta/app/persistence/domain/address_book.go index 3f3d812292e..9fd0d69190c 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go index 89727b1350c..c04e7e1eea3 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book_entry_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry_test.go index ba58abf965c..c39d3a86415 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_entry_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint.go index 8e9ee2f305d..77349b539f0 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint_test.go index 29d931726f2..45391902d86 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go index 2d415cbd576..0a237ddec1d 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go index f3df7c5056b..0f7a3f4df97 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go index 7eaa0316dc8..b16b4a2b95a 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/entity.go b/hedera-mirror-rosetta/app/persistence/domain/entity.go index b3ba35cdf95..dbf08cab3ec 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entity.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entity.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/entity_test.go b/hedera-mirror-rosetta/app/persistence/domain/entity_test.go index 58dced83356..4dd55302c14 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entity_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entity_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/entityid.go b/hedera-mirror-rosetta/app/persistence/domain/entityid.go index 875cedafd3f..7d8508ab40d 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entityid.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entityid.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go b/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go index 5320ffa73df..3439db43c92 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/nft_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/nft_transfer.go index c1b441f850e..5c7beb6d2c5 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/nft_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/nft_transfer.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/nft_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/nft_transfer_test.go index 1faa8dd42ae..d2a1c5b213b 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/nft_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/nft_transfer_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer.go index 6f4c70125ae..d8de7eabfdc 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer_test.go index 587414e0084..80b7553b668 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/non_fee_transfer_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/record_file.go b/hedera-mirror-rosetta/app/persistence/domain/record_file.go index cfa31a49dcf..549c824d015 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/record_file.go +++ b/hedera-mirror-rosetta/app/persistence/domain/record_file.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go b/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go index 7771fe7286c..93cee544997 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token.go b/hedera-mirror-rosetta/app/persistence/domain/token.go index 318a6fb11df..028a4100966 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_account.go b/hedera-mirror-rosetta/app/persistence/domain/token_account.go index 8a98f846049..a02f00936bf 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_account.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_account.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_account_test.go b/hedera-mirror-rosetta/app/persistence/domain/token_account_test.go index 854d8cb67a3..bab83a3a2b9 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_account_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_account_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_balance.go b/hedera-mirror-rosetta/app/persistence/domain/token_balance.go index 8ea0068473f..e6da4cdcca0 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_balance.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_balance.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_balance_test.go b/hedera-mirror-rosetta/app/persistence/domain/token_balance_test.go index 0b548332919..2440b765189 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_balance_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_balance_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_test.go b/hedera-mirror-rosetta/app/persistence/domain/token_test.go index 4843a1d7289..a11f9839c2e 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/token_transfer.go index 4d8b523a606..a9c3bfe2c70 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_transfer.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/token_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/token_transfer_test.go index c607ecf0372..6d7f0e5aa7e 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/token_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/token_transfer_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/transaction.go b/hedera-mirror-rosetta/app/persistence/domain/transaction.go index 411db1cb8fc..027ff66e078 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/transaction.go +++ b/hedera-mirror-rosetta/app/persistence/domain/transaction.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go b/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go index f33c7e74f61..acf85ef98a1 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/testmain_test.go b/hedera-mirror-rosetta/app/persistence/testmain_test.go index 188b973133e..cc5e24744f3 100644 --- a/hedera-mirror-rosetta/app/persistence/testmain_test.go +++ b/hedera-mirror-rosetta/app/persistence/testmain_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/transaction.go b/hedera-mirror-rosetta/app/persistence/transaction.go index bd647681e75..4c73eaaa815 100644 --- a/hedera-mirror-rosetta/app/persistence/transaction.go +++ b/hedera-mirror-rosetta/app/persistence/transaction.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/persistence/transaction_test.go b/hedera-mirror-rosetta/app/persistence/transaction_test.go index 7a40069b8bc..164b03da58a 100644 --- a/hedera-mirror-rosetta/app/persistence/transaction_test.go +++ b/hedera-mirror-rosetta/app/persistence/transaction_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/account_service.go b/hedera-mirror-rosetta/app/services/account_service.go index cebddc3941c..773fd76bb29 100644 --- a/hedera-mirror-rosetta/app/services/account_service.go +++ b/hedera-mirror-rosetta/app/services/account_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/account_service_test.go b/hedera-mirror-rosetta/app/services/account_service_test.go index a9e8a74469c..25e3ce90080 100644 --- a/hedera-mirror-rosetta/app/services/account_service_test.go +++ b/hedera-mirror-rosetta/app/services/account_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/base_service.go b/hedera-mirror-rosetta/app/services/base_service.go index 96de0602887..1d364c8726e 100644 --- a/hedera-mirror-rosetta/app/services/base_service.go +++ b/hedera-mirror-rosetta/app/services/base_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/base_service_test.go b/hedera-mirror-rosetta/app/services/base_service_test.go index 039a0f13f61..801d06ae4f2 100644 --- a/hedera-mirror-rosetta/app/services/base_service_test.go +++ b/hedera-mirror-rosetta/app/services/base_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/block_service.go b/hedera-mirror-rosetta/app/services/block_service.go index aded8a898f9..cd067e0b4bb 100644 --- a/hedera-mirror-rosetta/app/services/block_service.go +++ b/hedera-mirror-rosetta/app/services/block_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/block_service_test.go b/hedera-mirror-rosetta/app/services/block_service_test.go index 19db60a00b6..97465ca3440 100644 --- a/hedera-mirror-rosetta/app/services/block_service_test.go +++ b/hedera-mirror-rosetta/app/services/block_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/common.go b/hedera-mirror-rosetta/app/services/construction/common.go index bf73497f908..a29e66c48b6 100644 --- a/hedera-mirror-rosetta/app/services/construction/common.go +++ b/hedera-mirror-rosetta/app/services/construction/common.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/common_test.go b/hedera-mirror-rosetta/app/services/construction/common_test.go index 2e1bf624bb3..cacdc5b2a7d 100644 --- a/hedera-mirror-rosetta/app/services/construction/common_test.go +++ b/hedera-mirror-rosetta/app/services/construction/common_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go index 73402ce82be..bb6e7007c7b 100644 --- a/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor_test.go index 3b8ca84b123..e1c0522ee1b 100644 --- a/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor.go index 7084979fc5f..9728e4c6736 100644 --- a/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor_test.go index f2d208bb1fa..01736c8dc2d 100644 --- a/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor.go index a8f130d9e23..3261942bbe8 100644 --- a/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor_test.go index 86ea6bb487e..cf898fb5b5c 100644 --- a/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor.go index 45e4b6df7d5..a6b5f19bd46 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor_test.go index b27d7ea32e4..209a922c1f3 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_associate_dissociate_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor.go index dcbc650ca70..5db9cc1c490 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor_test.go index 782160b4439..bfd6998b807 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_burn_mint_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor.go index ea4bbc5512b..12224b6e2b4 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor_test.go index 4707c8641aa..b90e6aa9772 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_create_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor.go index 4fc8c5d00fb..3b482dd0b02 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor_test.go index 6e485eb5a2b..4e3fbb98f51 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_delete_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor.go index 00fbef065d3..d82b8ace59a 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor_test.go index 2ec0e96042c..7b30cab8e76 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_freeze_unfreeze_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor.go index 95fa43c2bfe..542bef0577a 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor_test.go index bcb0a1e87d1..d0974df6d7e 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_grant_revoke_kyc_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor.go index 3fe33bdf133..656491f5194 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor_test.go index 3f6618b63be..93fa78d7e2d 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_update_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor.go index f9f34a4c3ee..0957c9a29ed 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor_test.go index bb9853f6084..8f634e66b30 100644 --- a/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor_test.go +++ b/hedera-mirror-rosetta/app/services/construction/token_wipe_transaction_constructor_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/types.go b/hedera-mirror-rosetta/app/services/construction/types.go index 8271fd453d5..bf9a83d7426 100644 --- a/hedera-mirror-rosetta/app/services/construction/types.go +++ b/hedera-mirror-rosetta/app/services/construction/types.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction/types_test.go b/hedera-mirror-rosetta/app/services/construction/types_test.go index 092857f68d5..18750a339d7 100644 --- a/hedera-mirror-rosetta/app/services/construction/types_test.go +++ b/hedera-mirror-rosetta/app/services/construction/types_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction_service.go b/hedera-mirror-rosetta/app/services/construction_service.go index ca54df54307..5c7530b422c 100644 --- a/hedera-mirror-rosetta/app/services/construction_service.go +++ b/hedera-mirror-rosetta/app/services/construction_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/construction_service_test.go b/hedera-mirror-rosetta/app/services/construction_service_test.go index b28432f3ea6..091a48b2823 100644 --- a/hedera-mirror-rosetta/app/services/construction_service_test.go +++ b/hedera-mirror-rosetta/app/services/construction_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/mempool_service.go b/hedera-mirror-rosetta/app/services/mempool_service.go index 72687cc5c26..bb1498d8af6 100644 --- a/hedera-mirror-rosetta/app/services/mempool_service.go +++ b/hedera-mirror-rosetta/app/services/mempool_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/mempool_service_test.go b/hedera-mirror-rosetta/app/services/mempool_service_test.go index 8b67055521e..bfb01eff16e 100644 --- a/hedera-mirror-rosetta/app/services/mempool_service_test.go +++ b/hedera-mirror-rosetta/app/services/mempool_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/network_service.go b/hedera-mirror-rosetta/app/services/network_service.go index a53b892f616..31405bc02db 100644 --- a/hedera-mirror-rosetta/app/services/network_service.go +++ b/hedera-mirror-rosetta/app/services/network_service.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/services/network_service_test.go b/hedera-mirror-rosetta/app/services/network_service_test.go index b8c53e660c6..cbf7bfc2703 100644 --- a/hedera-mirror-rosetta/app/services/network_service_test.go +++ b/hedera-mirror-rosetta/app/services/network_service_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/hex.go b/hedera-mirror-rosetta/app/tools/hex.go index 9863bbcdda3..f893e33bade 100644 --- a/hedera-mirror-rosetta/app/tools/hex.go +++ b/hedera-mirror-rosetta/app/tools/hex.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/hex_test.go b/hedera-mirror-rosetta/app/tools/hex_test.go index 23244392d43..8fbcef5d816 100644 --- a/hedera-mirror-rosetta/app/tools/hex_test.go +++ b/hedera-mirror-rosetta/app/tools/hex_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/maphelper.go b/hedera-mirror-rosetta/app/tools/maphelper.go index 939ee450e87..87d6cf3e54f 100644 --- a/hedera-mirror-rosetta/app/tools/maphelper.go +++ b/hedera-mirror-rosetta/app/tools/maphelper.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/maphelper_test.go b/hedera-mirror-rosetta/app/tools/maphelper_test.go index 311f9896711..5f342b69cb6 100644 --- a/hedera-mirror-rosetta/app/tools/maphelper_test.go +++ b/hedera-mirror-rosetta/app/tools/maphelper_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/parse.go b/hedera-mirror-rosetta/app/tools/parse.go index 53c94490e64..4aac8c3bc05 100644 --- a/hedera-mirror-rosetta/app/tools/parse.go +++ b/hedera-mirror-rosetta/app/tools/parse.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/app/tools/parse_test.go b/hedera-mirror-rosetta/app/tools/parse_test.go index c080a0c8d5a..17be9df6613 100644 --- a/hedera-mirror-rosetta/app/tools/parse_test.go +++ b/hedera-mirror-rosetta/app/tools/parse_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/main.go b/hedera-mirror-rosetta/main.go index f0255be082c..d808a536c03 100644 --- a/hedera-mirror-rosetta/main.go +++ b/hedera-mirror-rosetta/main.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/client/client.go b/hedera-mirror-rosetta/test/bdd-client/client/client.go index b65b3513764..29e329fa5f1 100644 --- a/hedera-mirror-rosetta/test/bdd-client/client/client.go +++ b/hedera-mirror-rosetta/test/bdd-client/client/client.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/client/config.go b/hedera-mirror-rosetta/test/bdd-client/client/config.go index 716a0393d4b..08715f457b0 100644 --- a/hedera-mirror-rosetta/test/bdd-client/client/config.go +++ b/hedera-mirror-rosetta/test/bdd-client/client/config.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/config.go b/hedera-mirror-rosetta/test/bdd-client/config.go index f67a3fedeb3..8bb1d8ef3ed 100644 --- a/hedera-mirror-rosetta/test/bdd-client/config.go +++ b/hedera-mirror-rosetta/test/bdd-client/config.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/main_test.go b/hedera-mirror-rosetta/test/bdd-client/main_test.go index d9e8c0b6651..a9ccdcdc070 100644 --- a/hedera-mirror-rosetta/test/bdd-client/main_test.go +++ b/hedera-mirror-rosetta/test/bdd-client/main_test.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go b/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go index 3cd155cd1c9..6eacf0b6d7b 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/scenario/base.go b/hedera-mirror-rosetta/test/bdd-client/scenario/base.go index 2cb9f7b8a7d..7783b945e48 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/base.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/base.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/scenario/common.go b/hedera-mirror-rosetta/test/bdd-client/scenario/common.go index 1aeb84bd0b6..17c0ef64ffe 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/common.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/common.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go b/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go index d6dfac8150b..455c0f313ab 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/bdd-client/scenario/token.go b/hedera-mirror-rosetta/test/bdd-client/scenario/token.go index caa3d4ae55d..4c2663ba1e4 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/token.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/token.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/db/db.go b/hedera-mirror-rosetta/test/db/db.go index 9511f39c458..cbd115822b9 100644 --- a/hedera-mirror-rosetta/test/db/db.go +++ b/hedera-mirror-rosetta/test/db/db.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/mocks/account_repository.go b/hedera-mirror-rosetta/test/mocks/account_repository.go index f9a0503213b..12836832f53 100644 --- a/hedera-mirror-rosetta/test/mocks/account_repository.go +++ b/hedera-mirror-rosetta/test/mocks/account_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go b/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go index 1ae00ac0e8d..362e40fb317 100644 --- a/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go +++ b/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/mocks/block_repository.go b/hedera-mirror-rosetta/test/mocks/block_repository.go index 867cbf80e52..a883271c139 100644 --- a/hedera-mirror-rosetta/test/mocks/block_repository.go +++ b/hedera-mirror-rosetta/test/mocks/block_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/mocks/transaction_constructor.go b/hedera-mirror-rosetta/test/mocks/transaction_constructor.go index 64dff38354e..396dbc357e3 100644 --- a/hedera-mirror-rosetta/test/mocks/transaction_constructor.go +++ b/hedera-mirror-rosetta/test/mocks/transaction_constructor.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-rosetta/test/mocks/transaction_repository.go b/hedera-mirror-rosetta/test/mocks/transaction_repository.go index 680e4568c01..c8cc379e877 100644 --- a/hedera-mirror-rosetta/test/mocks/transaction_repository.go +++ b/hedera-mirror-rosetta/test/mocks/transaction_repository.go @@ -2,14 +2,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/MirrorTestApplication.java b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/MirrorTestApplication.java index a8b71c6bd4c..5bf079d2246 100644 --- a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/MirrorTestApplication.java +++ b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/MirrorTestApplication.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/AcceptanceTest.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/AcceptanceTest.java index b38d32a659e..ea236c51d82 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/AcceptanceTest.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/AcceptanceTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AbstractNetworkClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AbstractNetworkClient.java index 10799fb07ba..f47e96effd7 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AbstractNetworkClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AbstractNetworkClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AccountClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AccountClient.java index a00c67003aa..67a32cb496e 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AccountClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/AccountClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ContractClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ContractClient.java index 4c798aba904..e6426a0a2f7 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ContractClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ContractClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/FileClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/FileClient.java index 5a597801213..8c747830b59 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/FileClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/FileClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/MirrorNodeClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/MirrorNodeClient.java index bbf53ef1d66..f60f2a7c8d8 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/MirrorNodeClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/MirrorNodeClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkException.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkException.java index 2a77dfd0bc5..33e59928d4d 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkException.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkException.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SDKClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SDKClient.java index af8fd8e5725..46dcf28e7cd 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SDKClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SDKClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ScheduleClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ScheduleClient.java index 36fc4349877..da79908d698 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ScheduleClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/ScheduleClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SubscriptionResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SubscriptionResponse.java index e6b8d5d77d9..0e24f05c403 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SubscriptionResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/SubscriptionResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TokenClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TokenClient.java index 67a872abc41..34dbca6c0ca 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TokenClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TokenClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TopicClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TopicClient.java index e9181922ec1..7fee4b20ed6 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TopicClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/TopicClient.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/AcceptanceTestProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/AcceptanceTestProperties.java index e91018600e3..6023d7351d3 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/AcceptanceTestProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/AcceptanceTestProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/ClientConfiguration.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/ClientConfiguration.java index 14399ef9f71..36d727af525 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/ClientConfiguration.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/ClientConfiguration.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestPollingProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestPollingProperties.java index 59aad15a2ab..c04b02c9138 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestPollingProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestPollingProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/SdkProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/SdkProperties.java index 65b2d47487e..04e9d4c1b11 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/SdkProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/SdkProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/WebClientProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/WebClientProperties.java index 9842cf1d4ed..1cf6e1cb0dc 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/WebClientProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/WebClientProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/converter/CustomFeesConverter.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/converter/CustomFeesConverter.java index ce3d6ee5ed1..97737446329 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/converter/CustomFeesConverter.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/converter/CustomFeesConverter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/CompiledSolidityArtifact.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/CompiledSolidityArtifact.java index 604841d5c32..18126402ecd 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/CompiledSolidityArtifact.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/CompiledSolidityArtifact.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/ExpandedAccountId.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/ExpandedAccountId.java index 6b3942a2cdf..ee948912fe2 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/ExpandedAccountId.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/ExpandedAccountId.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAccountBalance.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAccountBalance.java index e3225f320e5..b6e3c8969a1 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAccountBalance.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAccountBalance.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAssessedCustomFee.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAssessedCustomFee.java index 3c931e16ae7..9ac224fe369 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAssessedCustomFee.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorAssessedCustomFee.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorContractResult.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorContractResult.java index e2674afb117..76480a3ce52 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorContractResult.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorContractResult.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCryptoBalance.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCryptoBalance.java index d377d6a22c2..ecb16566f03 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCryptoBalance.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCryptoBalance.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCustomFees.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCustomFees.java index 0c8fd96a282..022a12808e0 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCustomFees.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorCustomFees.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFixedFee.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFixedFee.java index e4f67cea072..2cdc6a0660d 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFixedFee.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFixedFee.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFraction.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFraction.java index ff663ff5b78..76b89ddebc1 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFraction.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFraction.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFractionalFee.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFractionalFee.java index 84638836d70..a86ac10f78b 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFractionalFee.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorFractionalFee.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorKey.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorKey.java index c2da3c64323..905398d9716 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorKey.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorKey.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransaction.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransaction.java index a826d67e090..5c8012b4e19 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransaction.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransaction.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransfer.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransfer.java index ff2613b6db3..5cf755e4292 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransfer.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorNftTransfer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorScheduleSignature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorScheduleSignature.java index 66be53b3660..745e0b7f5d2 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorScheduleSignature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorScheduleSignature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTimestampRange.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTimestampRange.java index 164f97bbab9..468c39fa909 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTimestampRange.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTimestampRange.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenAccountBalance.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenAccountBalance.java index 3c855edf48a..1bd037a0fec 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenAccountBalance.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenAccountBalance.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenTransfer.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenTransfer.java index 1504616fdef..4150f485ab8 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenTransfer.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTokenTransfer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransaction.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransaction.java index c4a0eb46ce8..2063c293015 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransaction.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransaction.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransfer.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransfer.java index 90a686d0df8..52398534f3b 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransfer.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/MirrorTransfer.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/NodeProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/NodeProperties.java index 2212d2cb97e..a1595523ddc 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/NodeProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/NodeProperties.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorBalancesResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorBalancesResponse.java index 91c962af11a..90e1cf81521 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorBalancesResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorBalancesResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResponse.java index 1a4d2b9ad1a..9f6b85db689 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultResponse.java index c10ec0a1eb1..3143ebc9112 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultsResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultsResponse.java index f5f2fbff0a8..830a33580f0 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultsResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorContractResultsResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftResponse.java index 7f7a3b4cd45..bec1706bcd7 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftTransactionsResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftTransactionsResponse.java index 21c4a40f9c8..ad0d0d0a81b 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftTransactionsResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorNftTransactionsResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorScheduleResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorScheduleResponse.java index 492f98fc074..8f05f46dced 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorScheduleResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorScheduleResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenBalancesResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenBalancesResponse.java index 6832c60d26d..173aefacd8a 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenBalancesResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenBalancesResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenResponse.java index b5ed47f2cd3..a41d285ab75 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTokenResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTransactionsResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTransactionsResponse.java index 307eda2a78a..33b824847e0 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTransactionsResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/MirrorTransactionsResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/NetworkTransactionResponse.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/NetworkTransactionResponse.java index 3cd9d642b57..8117f012049 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/NetworkTransactionResponse.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/response/NetworkTransactionResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractFeature.java index 3221204a9ea..2d93362b58e 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AccountFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AccountFeature.java index f8a87514c0f..7d28ecf4ab4 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AccountFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AccountFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ContractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ContractFeature.java index 3173d54d52e..73dbdb018d3 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ContractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ContractFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/FileFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/FileFeature.java index 530fa964fe6..89495e2ca84 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/FileFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/FileFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ScheduleFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ScheduleFeature.java index 1f2c9a3c591..e9678e09127 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ScheduleFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ScheduleFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TokenFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TokenFeature.java index 2f57c3ed60b..201731a866b 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TokenFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TokenFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TopicFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TopicFeature.java index d6d9d453d47..4a1f576b436 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TopicFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/TopicFeature.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/FeatureInputHandler.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/FeatureInputHandler.java index ca0a3bf48d8..b584a5c730e 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/FeatureInputHandler.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/FeatureInputHandler.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js b/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js index cfeed5580ae..177e1776586 100644 --- a/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js +++ b/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js @@ -1,3 +1,22 @@ +/*- + * ‌ + * Hedera Mirror Node + * ​ + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC + * ​ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ‍ + */ require("@nomiclabs/hardhat-waffle"); // This is a sample Hardhat task. To learn how to create your own go to diff --git a/hedera-mirror-test/src/test/resources/solidity/test/mirror-node-shards-test.js b/hedera-mirror-test/src/test/resources/solidity/test/mirror-node-shards-test.js index a788ccdfe89..11ffc25867e 100644 --- a/hedera-mirror-test/src/test/resources/solidity/test/mirror-node-shards-test.js +++ b/hedera-mirror-test/src/test/resources/solidity/test/mirror-node-shards-test.js @@ -1,3 +1,22 @@ +/*- + * ‌ + * Hedera Mirror Node + * ​ + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC + * ​ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ‍ + */ const chai = require("chai"); chai.use(require('chai-as-promised')) @@ -128,4 +147,4 @@ describe("MirrorNode", function () { expect(await mirrornodeshard.getTotalQueriesReceived()).to.equal(1); }); -}); \ No newline at end of file +}); diff --git a/hedera-mirror-test/src/test/resources/solidity/test/parent-child-test.js b/hedera-mirror-test/src/test/resources/solidity/test/parent-child-test.js index 953a5183ce3..4e721ce6c16 100644 --- a/hedera-mirror-test/src/test/resources/solidity/test/parent-child-test.js +++ b/hedera-mirror-test/src/test/resources/solidity/test/parent-child-test.js @@ -1,3 +1,22 @@ +/*- + * ‌ + * Hedera Mirror Node + * ​ + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC + * ​ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ‍ + */ const chai = require("chai"); chai.use(require('chai-as-promised')) @@ -68,4 +87,4 @@ describe("ParentChild", function () { expect(ethers.utils.isAddress(childAddress)).to.equal(true); expect(await provider.getBalance(childAddress)).to.equal(5); // child from transaction }); -}); \ No newline at end of file +}); diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Application.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Application.java index 62f8061c94e..b1e4d932238 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Application.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Application.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/LoggingFilter.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/LoggingFilter.java index 3c7265accf1..c0d52d2f238 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/LoggingFilter.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/LoggingFilter.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsConfiguration.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsConfiguration.java index 864abd3cd67..6ac847b9b25 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsConfiguration.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsConfiguration.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorCode.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorCode.java index 9f8e15f5b42..643fd81c8f7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorCode.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorCode.java @@ -1,5 +1,25 @@ package com.hedera.mirror.web3.controller; +/*- + * ‌ + * Hedera Mirror Node + * ​ + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC + * ​ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ‍ + */ + import com.fasterxml.jackson.annotation.JsonValue; import lombok.Getter; import lombok.RequiredArgsConstructor; diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorResponse.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorResponse.java index b56d9b33c2e..01f82129c2b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorResponse.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcErrorResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcRequest.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcRequest.java index ef59bcdcf09..6288bdb0ce0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcRequest.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcRequest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcResponse.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcResponse.java index 81f5b1ae5bf..33b7caedc3e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcResponse.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcSuccessResponse.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcSuccessResponse.java index 8d640a12cea..57e01d7531e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcSuccessResponse.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/JsonRpcSuccessResponse.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/Web3Controller.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/Web3Controller.java index 1c77dfde27a..92ee1d1ed94 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/Web3Controller.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/Web3Controller.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidParametersException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidParametersException.java index 358899892a1..c181a960c1a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidParametersException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidParametersException.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/Web3Exception.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/Web3Exception.java index f5864888b0f..fe896df69f9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/Web3Exception.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/Web3Exception.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/RecordFileRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/RecordFileRepository.java index 32a06ea0697..07c9cb1ef33 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/RecordFileRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/RecordFileRepository.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3Service.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3Service.java index d342d5c7256..ea36178e2ff 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3Service.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3Service.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3ServiceFactory.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3ServiceFactory.java index 1cefa8404b9..869c7f5e851 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3ServiceFactory.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/Web3ServiceFactory.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthBlockNumberService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthBlockNumberService.java index 53b324d4127..03b191b4425 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthBlockNumberService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthBlockNumberService.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthService.java index 6bdd2783d5e..34f5c3a834a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/eth/EthService.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/Web3IntegrationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/Web3IntegrationTest.java index 53b9d05a2a2..726031ddd07 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/Web3IntegrationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/Web3IntegrationTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/LoggingFilterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/LoggingFilterTest.java index fea2b54328f..fd5ead6ce2b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/LoggingFilterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/LoggingFilterTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/Web3ControllerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/Web3ControllerTest.java index c115f1c956c..db969d87b30 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/Web3ControllerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/Web3ControllerTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/RecordFileRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/RecordFileRepositoryTest.java index da9b12a1053..80e87edfa8b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/RecordFileRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/RecordFileRepositoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/EthBlockNumberServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/EthBlockNumberServiceTest.java index ef653b74af6..8dff26092cd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/EthBlockNumberServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/EthBlockNumberServiceTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/Web3ServiceFactoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/Web3ServiceFactoryTest.java index df78e40908b..b4e6ab2e066 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/Web3ServiceFactoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/eth/Web3ServiceFactoryTest.java @@ -4,14 +4,14 @@ * ‌ * Hedera Mirror Node * ​ - * Copyright (C) 2019 - 2021 Hedera Hashgraph, LLC + * Copyright (C) 2019 - 2022 Hedera Hashgraph, LLC * ​ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.