diff --git a/build.gradle.kts b/build.gradle.kts index da2a9d70b6e..64bf0121db9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -133,7 +133,10 @@ allprojects { property("sonar.issue.ignore.multicriteria.e5.ruleKey", "plsql:S1192") property("sonar.issue.ignore.multicriteria.e6.resourceKey", "**/*.java") property("sonar.issue.ignore.multicriteria.e6.ruleKey", "java:S2970") - property("sonar.exclusions", "src/main/java/com/hedera/services/**,src/test/java/com/hedera/services/**") + property( + "sonar.exclusions", + "src/main/java/com/hedera/services/**,src/test/java/com/hedera/services/**" + ) } } } diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index e8f1f08460a..1f483736644 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/common-conventions.gradle.kts b/buildSrc/src/main/kotlin/common-conventions.gradle.kts index 16bec716148..c656c9a6c05 100644 --- a/buildSrc/src/main/kotlin/common-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/common-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2024 Hedera Hashgraph, LLC + * Copyright (C) 2018-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/docker-conventions.gradle.kts b/buildSrc/src/main/kotlin/docker-conventions.gradle.kts index f8a65141d8e..8202c8b36e3 100644 --- a/buildSrc/src/main/kotlin/docker-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/docker-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/go-conventions.gradle.kts b/buildSrc/src/main/kotlin/go-conventions.gradle.kts index 228ea62ad1a..84523b7175e 100644 --- a/buildSrc/src/main/kotlin/go-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/go-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/java-conventions.gradle.kts b/buildSrc/src/main/kotlin/java-conventions.gradle.kts index d80158862d1..47d4894b66f 100644 --- a/buildSrc/src/main/kotlin/java-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/java-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/javascript-conventions.gradle.kts b/buildSrc/src/main/kotlin/javascript-conventions.gradle.kts index f27617bdc85..d5d3a1d28d1 100644 --- a/buildSrc/src/main/kotlin/javascript-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/javascript-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/jooq-conventions.gradle.kts b/buildSrc/src/main/kotlin/jooq-conventions.gradle.kts index 5ccbaa3d4b6..c77a0f99a43 100644 --- a/buildSrc/src/main/kotlin/jooq-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/jooq-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/openapi-conventions.gradle.kts b/buildSrc/src/main/kotlin/openapi-conventions.gradle.kts index 5801a5eb78b..77c18af9f90 100644 --- a/buildSrc/src/main/kotlin/openapi-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/openapi-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/plugin/go/Go.kt b/buildSrc/src/main/kotlin/plugin/go/Go.kt index 1aed1829e8b..b7534951498 100644 --- a/buildSrc/src/main/kotlin/plugin/go/Go.kt +++ b/buildSrc/src/main/kotlin/plugin/go/Go.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/plugin/go/GoExtension.kt b/buildSrc/src/main/kotlin/plugin/go/GoExtension.kt index fe79a08d518..e56837881f3 100644 --- a/buildSrc/src/main/kotlin/plugin/go/GoExtension.kt +++ b/buildSrc/src/main/kotlin/plugin/go/GoExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/plugin/go/GoPlugin.kt b/buildSrc/src/main/kotlin/plugin/go/GoPlugin.kt index 59de754ef2f..176f463e3ab 100644 --- a/buildSrc/src/main/kotlin/plugin/go/GoPlugin.kt +++ b/buildSrc/src/main/kotlin/plugin/go/GoPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/plugin/go/GoSetup.kt b/buildSrc/src/main/kotlin/plugin/go/GoSetup.kt index 951ea0f374a..569b7629b36 100644 --- a/buildSrc/src/main/kotlin/plugin/go/GoSetup.kt +++ b/buildSrc/src/main/kotlin/plugin/go/GoSetup.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/snykcode-extension.gradle.kts b/buildSrc/src/main/kotlin/snykcode-extension.gradle.kts index ae32638c6a5..06ace22b359 100644 --- a/buildSrc/src/main/kotlin/snykcode-extension.gradle.kts +++ b/buildSrc/src/main/kotlin/snykcode-extension.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/spring-conventions.gradle.kts b/buildSrc/src/main/kotlin/spring-conventions.gradle.kts index 936048a39db..e86fb08667d 100644 --- a/buildSrc/src/main/kotlin/spring-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/spring-conventions.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-common/build.gradle.kts index 8687ac49701..7d9b9439431 100644 --- a/hedera-mirror-common/build.gradle.kts +++ b/hedera-mirror-common/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/aggregator/LogsBloomAggregator.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/aggregator/LogsBloomAggregator.java index e51f8d85953..00054ea9f11 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/aggregator/LogsBloomAggregator.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/aggregator/LogsBloomAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CustomJsonFormatMapper.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/CustomJsonFormatMapper.java index 13a552edfe7..b444a402f5b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/CustomJsonFormatMapper.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/CustomJsonFormatMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdConverter.java index 95c79bd4955..8bfc1c4691e 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdDeserializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdDeserializer.java index f55476dd67d..feb89bdb6c2 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdDeserializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/EntityIdDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6f131d3afac..589df4095ff 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ListToStringSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ListToStringSerializer.java index 09a67e6fc4a..88256bb1380 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ListToStringSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ListToStringSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ObjectToStringSerializer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ObjectToStringSerializer.java index 1ae091e3e66..c688e1136a4 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ObjectToStringSerializer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/ObjectToStringSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 06f68689c23..c7e2842e051 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/WeiBarTinyBarConverter.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverter.java index 951081b7fda..79283f92556 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverter.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 928a24234a5..a99c94401c4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/History.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/History.java index 9264d2c72ed..7bf8090debe 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/History.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/History.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 579bbb1f891..3b9ce973b94 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dac5acb0256..f1ad2f98fc9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7d2708cb38c..41c41294693 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/UpsertColumn.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/UpsertColumn.java index 54bdb016e7d..dfffe7fa86b 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/UpsertColumn.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/UpsertColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5c6f9e1bb5c..47d3ab82267 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 057a20f2841..edfbd836479 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2eea80ec4de..c1e7f02d1bd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 14c85a973f1..dd3cb21fdd3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NetworkStake.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NetworkStake.java index b4ea43423fa..869c0472600 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NetworkStake.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NetworkStake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeStake.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NodeStake.java index 0577e9d9943..81f631d1db3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NodeStake.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/addressbook/NodeStake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f22df760b5b..1bfc6fb4a5e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b60867b1fc1..d97137f5020 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2d12ff4943b..22be753d890 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 bda2a3de2bb..fe6f0572766 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractAction.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractAction.java index a6ab1816a30..f376bc80039 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractAction.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ef79ef65ef0..9a3b073797d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 29e7c97f045..75238b5e7dc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractState.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractState.java index e3a54b056a8..bb6b2df3e0a 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractState.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractStateChange.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractStateChange.java index 2384d931837..dcf2e8d167d 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractStateChange.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractStateChange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractTransaction.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransaction.java index 143031c266c..c165d0388e1 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransaction.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractTransactionHash.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransactionHash.java index dcaa0e2d2fe..9f20454ca64 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransactionHash.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/contract/ContractTransactionHash.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractCryptoAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractCryptoAllowance.java index 5185434f378..f5bc9e80472 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractCryptoAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractCryptoAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5a54fe39060..ba24789739a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractEntityStake.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntityStake.java index 49a74b7514a..c073fa59dd5 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntityStake.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractEntityStake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractNftAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNftAllowance.java index 9344a48eaaf..7cb52da0f4e 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNftAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNftAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractNode.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNode.java index 8a393807823..b1b9794e8ee 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNode.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTokenAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractTokenAllowance.java index aaa15ecd4b9..6096c1d9e6a 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractTokenAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/AbstractTokenAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CryptoAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowance.java index 9d3a45cca5a..d8b388ad123 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CryptoAllowanceHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowanceHistory.java index e725a248bed..287798b223c 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowanceHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/CryptoAllowanceHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 270cf294f2e..740f2fe1bb3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityHistory.java index 7de7b001a2a..a6bec8233bc 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a39f2ed5ee5..5ea09416dc0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 17941d44883..03c0ba0567a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityStake.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStake.java index e2e05637c68..65cdd38e622 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStake.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStake.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityStakeHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStakeHistory.java index 4fe885926a6..b7335234734 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStakeHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityStakeHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityTransaction.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityTransaction.java index 3c66f8ed2f3..fdee70c339c 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityTransaction.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/EntityTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 25f5537500f..775960fb369 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FungibleAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/FungibleAllowance.java index 14960c1c02a..16058e8c245 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/FungibleAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/FungibleAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NftAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowance.java index 57602928508..7d7f700b77e 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NftAllowanceHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowanceHistory.java index 593208117d9..932199952a9 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowanceHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NftAllowanceHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/Node.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Node.java index 042c5a67a79..cf45f3c7836 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Node.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/Node.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NodeHistory.java index 18ae867e67f..2e3c12c729e 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NodeHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/NodeHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAllowance.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowance.java index 1f87fb2c3c6..3b0e5bfd4ac 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowance.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAllowanceHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowanceHistory.java index a55d88c74c1..9433222b3f6 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowanceHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/entity/TokenAllowanceHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2d441d9b537..da7e8f500ee 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/job/ReconciliationJob.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationJob.java index cf1eee7ca56..bf19ebfea57 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationJob.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationJob.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/job/ReconciliationStatus.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationStatus.java index 9b74f219fc1..369f0bb0949 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationStatus.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/job/ReconciliationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/package-info.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/package-info.java index 3a062760fea..8fef59bb67c 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/package-info.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 41795aa21ce..9fe5baf0341 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractCustomFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractCustomFee.java index 2fb8ca7588b..b81d274b1b5 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractCustomFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractCustomFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractFee.java index 26ce82b7174..0f21f220dc2 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractNft.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractNft.java index 69caa5efc66..abed13daa9a 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractNft.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractNft.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractToken.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractToken.java index 7188877c944..b575e3a7e8c 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractToken.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTokenAccount.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAccount.java index 2e2412863b0..774ae9b64f7 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAccount.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTokenAirdrop.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAirdrop.java index 6084281197c..a3f3bb75129 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAirdrop.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/AbstractTokenAirdrop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CustomFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFee.java index 49784117121..9e739707a37 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CustomFeeHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFeeHistory.java index eb5e1ad37cb..44dd0a8b88d 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFeeHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/CustomFeeHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/DissociateTokenTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/DissociateTokenTransfer.java index 5ddfdc6f222..5519c50148f 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/DissociateTokenTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/DissociateTokenTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FallbackFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FallbackFee.java index 5dd828a3759..09a1c65d534 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FallbackFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FallbackFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FixedFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FixedFee.java index 58d0d9bcac2..c2004baee3e 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FixedFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FixedFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FractionalFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FractionalFee.java index f80ecc61ad4..09d033e17e0 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FractionalFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/FractionalFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3389e20a457..5c1738f66fd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NftHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftHistory.java index bc18f64fc01..7b7184204b9 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/NftHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0e4b3d0aa1e..42c6738eb24 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RoyaltyFee.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/RoyaltyFee.java index 18d7a6fbb10..2a3033c0955 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/RoyaltyFee.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/RoyaltyFee.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2b94e72d568..f1402171b2a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0d56c4c8db5..e29788681fc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAccountHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountHistory.java index db11126d1dd..b3d60973d35 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAccountHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAirdrop.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdrop.java index c4021f9fafe..edd9b17f3c3 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdrop.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdrop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAirdropHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropHistory.java index cacddfeed03..36bcee40b01 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAirdropStateEnum.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropStateEnum.java index 838b8e15b13..6c552bd21ec 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropStateEnum.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenAirdropStateEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 66926463382..067aa60c158 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenHistory.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenHistory.java index 39d8b15e2c5..6914f5b62a9 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenHistory.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/token/TokenHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ac0e88420df..aac1ca56272 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d61865e5026..3ec0e42136e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 816221575d7..bf133b53a55 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8af20983ced..b9c68d788d0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 65b4c40cd4c..a3504b80ab1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 70d78efa4cf..ca6fcdbfc67 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 42ea5e3214a..c6c64cd14c9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TopicMessageLookup.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessageLookup.java index 18ab055029f..ea0bf27a888 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessageLookup.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/topic/TopicMessageLookup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d1faefe1644..9502f91dbd0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4991d8b13e4..9930b9f4ded 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ErrataType.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ErrataType.java index c47f94bbddf..abc0e72f7d9 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ErrataType.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ErrataType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EthereumTransaction.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/EthereumTransaction.java index ad3547f0a26..7d83c9870a0 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/EthereumTransaction.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/EthereumTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ItemizedTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ItemizedTransfer.java index cf772b1f1e9..c18b8ce18af 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ItemizedTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/ItemizedTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 581aecd093e..8416abd82e6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NetworkFreeze.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NetworkFreeze.java index 9e48680590b..84c8c3731ee 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NetworkFreeze.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/NetworkFreeze.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/Prng.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Prng.java index 4d1233db13a..f6fa2080d2f 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Prng.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/Prng.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 09ea586f300..d23ddbefcfb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 27b3df425d5..dd932157535 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SidecarFile.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/SidecarFile.java index 234d14b9c4e..13b4c2a2dc7 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/SidecarFile.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/SidecarFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/StakingRewardTransfer.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/StakingRewardTransfer.java index 68132a59371..6c6b787c403 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/StakingRewardTransfer.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/StakingRewardTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 55eb649c674..d959d970ab8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHash.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionHash.java index fd189547880..ce49097b457 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionHash.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/domain/transaction/TransactionHash.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5e95d5a0541..cd23f4d0991 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d2988ed59e0..2e341004a48 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d05c8650884..27d53fea182 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2ea564d3b33..0d5a78d036e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NonParsableKeyException.java b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/NonParsableKeyException.java index 958fa06a2bb..e13c0e913c4 100644 --- a/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/NonParsableKeyException.java +++ b/hedera-mirror-common/src/main/java/com/hedera/mirror/common/exception/NonParsableKeyException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e2bfceb34a7..53b7dd71322 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3ff14889966..4f7bfb8c15d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/config/CommonIntegrationTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonIntegrationTest.java index f0772cdec27..366f4019b97 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonIntegrationTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/config/CommonTestConfiguration.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonTestConfiguration.java index 5d574ee3120..ef1685bfa4b 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonTestConfiguration.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/config/CommonTestConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdConverterTest.java index 3016fddb7e1..09a5414a8fe 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdDeserializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdDeserializerTest.java index 08c9f4e739a..7d28d9a1a27 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdDeserializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/EntityIdDeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a2cfd407b38..cc1c82e1cf1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ListToStringSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ListToStringSerializerTest.java index 1aa9c187d2b..bcfc4cc4ef4 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ListToStringSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ListToStringSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ObjectToStringSerializerTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ObjectToStringSerializerTest.java index b3989afd8f4..500b9fca068 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ObjectToStringSerializerTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/ObjectToStringSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 355b0246439..caf514af25b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/WeiBarTinyBarConverterTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverterTest.java index cb7ce9d0cbd..245f025febe 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverterTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/converter/WeiBarTinyBarConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 573914135c6..ff465630fa0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ddbc227c056..2a4c25ece47 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f89653963eb..86ec0f0ceed 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 fe4e88d9b51..7d0c88133bb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a7db1bf82fb..6e4717599f4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c12c696dd49..8ffbe7aa913 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 cf9403c5e24..f54df473530 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b3ebff7d9c0..e9d86186f6c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f28515ce452..e1e18ce25ff 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 57416e137eb..ed4b8291328 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ce36345cb3d..4baca4fda88 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EthereumTransactionTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/EthereumTransactionTest.java index 8e3a8e2b054..ad33399aa49 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/EthereumTransactionTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/EthereumTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/LogsBloomAggregatorTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/LogsBloomAggregatorTest.java index b3902386378..66b4a84c45e 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/LogsBloomAggregatorTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/LogsBloomAggregatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RecordFileTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordFileTest.java index fc9f0ca02c2..d82ca03fc9b 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordFileTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/RecordFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7f928a903b3..19f2c4800c8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHashTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionHashTest.java index 7ad1f00ac05..b7d27233440 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionHashTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionHashTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionTest.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionTest.java index 1236ed03fbe..ea1748ef072 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionTest.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/domain/transaction/TransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CommonUtils.java b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/CommonUtils.java index 47ed5340490..7a293086790 100644 --- a/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/CommonUtils.java +++ b/hedera-mirror-common/src/test/java/com/hedera/mirror/common/util/CommonUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 377c53c46b3..66051678f84 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/build.gradle.kts b/hedera-mirror-graphql/build.gradle.kts index 38236519282..e745116c1e9 100644 --- a/hedera-mirror-graphql/build.gradle.kts +++ b/hedera-mirror-graphql/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/GraphqlApplication.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/GraphqlApplication.java index 9c3bd5e77b7..1528f448128 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/GraphqlApplication.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/GraphqlApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CacheProperties.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CacheProperties.java index 3d117f3aa84..52d9327f56c 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CacheProperties.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CacheProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CachedPreparsedDocumentProvider.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CachedPreparsedDocumentProvider.java index 4428fe7d1c9..137c3e04e5c 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CachedPreparsedDocumentProvider.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/cache/CachedPreparsedDocumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/CustomExceptionResolver.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/CustomExceptionResolver.java index d13d5b07596..0f7089e0c85 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/CustomExceptionResolver.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/CustomExceptionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/GraphQlConfiguration.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/GraphQlConfiguration.java index a458a715b19..ca69920ec1b 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/GraphQlConfiguration.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/GraphQlConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/LoggingFilter.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/LoggingFilter.java index ec49cc66a39..028349bc19d 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/LoggingFilter.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/LoggingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/MetricsConfiguration.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/MetricsConfiguration.java index f10070744fb..541ff7edf78 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/MetricsConfiguration.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/config/MetricsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/controller/AccountController.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/controller/AccountController.java index 7900cb21dc5..0a7f53bd43e 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/controller/AccountController.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/controller/AccountController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/AccountMapper.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/AccountMapper.java index 8c49a8a21bd..50ec763816e 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/AccountMapper.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/AccountMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/CommonMapper.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/CommonMapper.java index d8277f09dda..b7e957df3e2 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/CommonMapper.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/CommonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/EntityMapper.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/EntityMapper.java index 18007fa1f90..a7cbafc9109 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/EntityMapper.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/mapper/EntityMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/repository/EntityRepository.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/repository/EntityRepository.java index f036268047a..fb65fc7a2d4 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/repository/EntityRepository.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/repository/EntityRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlDuration.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlDuration.java index 5b6404e8fb0..f67989dd4f0 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlDuration.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlDuration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlTimestamp.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlTimestamp.java index ee2d22058c2..2c2ce3d0464 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlTimestamp.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/scalar/GraphQlTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityService.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityService.java index bbd7e36a3be..99d03a71af2 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityService.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityServiceImpl.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityServiceImpl.java index be08d4de28a..d8f2a45f7ca 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityServiceImpl.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/service/EntityServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/util/GraphQlUtils.java b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/util/GraphQlUtils.java index f58a368bd14..4f2bc0f932a 100644 --- a/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/util/GraphQlUtils.java +++ b/hedera-mirror-graphql/src/main/java/com/hedera/mirror/graphql/util/GraphQlUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/GraphqlIntegrationTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/GraphqlIntegrationTest.java index a853e06dc50..0909efe57fa 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/GraphqlIntegrationTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/GraphqlIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/config/LoggingFilterTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/config/LoggingFilterTest.java index f9446f8b02d..72f7e83388d 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/config/LoggingFilterTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/config/LoggingFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/controller/AccountControllerTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/controller/AccountControllerTest.java index 46f1e716f00..f986f2067c8 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/controller/AccountControllerTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/controller/AccountControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/AccountMapperTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/AccountMapperTest.java index 3b0d0082368..908cedf22a8 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/AccountMapperTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/AccountMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/CommonMapperTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/CommonMapperTest.java index c772c52caec..3881fdb5686 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/CommonMapperTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/mapper/CommonMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/repository/EntityRepositoryTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/repository/EntityRepositoryTest.java index ad5358121f4..173ab917d3d 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/repository/EntityRepositoryTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/repository/EntityRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlDurationTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlDurationTest.java index a5a6c19d4e3..b8356632597 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlDurationTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlDurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlTimestampTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlTimestampTest.java index 0b4b4fba399..7bce6f4794a 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlTimestampTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/scalar/GraphQlTimestampTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/service/EntityServiceTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/service/EntityServiceTest.java index f3f9d20f763..87bf5553088 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/service/EntityServiceTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/service/EntityServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/util/GraphQlUtilsTest.java b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/util/GraphQlUtilsTest.java index 5855fc8cce4..c4bfa4cf61d 100644 --- a/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/util/GraphQlUtilsTest.java +++ b/hedera-mirror-graphql/src/test/java/com/hedera/mirror/graphql/util/GraphQlUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-grpc/build.gradle.kts index d71f1ad1a42..957f41e3220 100644 --- a/hedera-mirror-grpc/build.gradle.kts +++ b/hedera-mirror-grpc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 42f571d7f0e..705150fef2b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/GrpcApplication.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcApplication.java index 455eb8774cb..2ae416c2ea5 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcApplication.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/GrpcApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3844abef17f..87d5b556e3e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 60e01730ea6..95c4a7e90dd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 08276cc4333..8c6532e2d0a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d26ee28299e..595dc984fcf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4586bb81f17..9f6c4eafa96 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f40bf836617..1fa1a644051 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 df79d80e9d3..3d9626926f9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3d07e431ec8..c80b62b0070 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7feff5bfd89..4d3d9922b44 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 fe0501d401b..db36c94d9b2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f3ca5eee17a..609192ba509 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 42860b2685e..06f5b7f8d3d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 437484648cf..765633b3db3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f7e6fba01e6..554061f56c4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 919701c0dc7..42947460b52 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6344bbf68d2..661b4cc4f4b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 76576b756b6..4ad99171f8b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 838dbb2f083..b23a241c741 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 db81aa93cfd..8e0733edd44 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 39d88dc782c..2d4c2811233 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 89cd0876919..353b1a32519 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0e80aa20392..d8d83ee877c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 17f77d755fc..bbaa1187f2e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeStakeRepository.java b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/NodeStakeRepository.java index b22b07a5976..9969ce88a50 100644 --- a/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/NodeStakeRepository.java +++ b/hedera-mirror-grpc/src/main/java/com/hedera/mirror/grpc/repository/NodeStakeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 088383de15c..52ecafe8b12 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 20762aefb00..ec6aa77a06b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4dc42d9d927..d0ad2d3de52 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0a2908d71d7..0b233aeb42c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2ca8ca0a770..bd11f2d1b2e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 495c90ecb40..9aeb5c8d672 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e86f7f7e30c..c98a95fa794 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5b2cfd6b920..a4883ea0756 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b4dc736e475..531c6cdae45 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 eb6abbaefdd..a4ef3cb5175 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 bfffbb19b7e..f029f4d66b9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4ab74d93dfe..bd1666df438 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7ae84c76b67..62d23a073f2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 583fe55a0ad..21f5b7e27f8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b92646d179d..0b21235731b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ReactiveDomainBuilder.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/ReactiveDomainBuilder.java index b079efc6aa6..f44dcc255a9 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/ReactiveDomainBuilder.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/domain/ReactiveDomainBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2187a5ce6c6..2114cd23519 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 66e3ecc1c83..b647a753617 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ba13089c103..43a6152860c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3bba8d201bf..b97a7968c2e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 088da026586..8cacbe2823e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f3ccf37c653..0599dc3a608 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 607be29da7e..25bf7fcd53f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f2701de447a..aad8519de09 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeStakeRepositoryTest.java b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/NodeStakeRepositoryTest.java index 4d0983aac85..f3b9251cde4 100644 --- a/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/NodeStakeRepositoryTest.java +++ b/hedera-mirror-grpc/src/test/java/com/hedera/mirror/grpc/repository/NodeStakeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 383a2979ffc..9e3a16368b7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ffcdac3d570..d34bd1d3b68 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 40a56336ab6..83ade76e1a1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f633a0d4466..3524ec2ed7a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e63cc5343d8..f90d1a4fcba 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-importer/build.gradle.kts index 24e53fbd72b..32fa5ac57c7 100644 --- a/hedera-mirror-importer/build.gradle.kts +++ b/hedera-mirror-importer/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ImporterApplication.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterApplication.java index 653d97fefd9..c404f4f125d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterApplication.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ImporterProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterProperties.java index ffdcc713a5d..3ba1e23ba5b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/ImporterProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b434e5fe34f..227dda01887 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0867318f6a6..d13716d1af2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConsensusNode.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNode.java index 1f0cf395c82..a0adaba2310 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNode.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConsensusNodeService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeService.java index b42b35ed1b4..44494d5da2d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConsensusNodeWrapper.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeWrapper.java index b42200d6880..d3a01a216b8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeWrapper.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/addressbook/ConsensusNodeWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1960d71ef7c..fd7f0d93f72 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CacheProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheProperties.java index fd30981aa13..f7c2d0b1461 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/CacheProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 584bf702b23..ce3733d5e73 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/DateRangeCalculator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/DateRangeCalculator.java index 96f63b33d0d..85a3daa7d68 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/DateRangeCalculator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/DateRangeCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0ce3f17e497..fd3d8d58d03 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 39203f42d77..3e6bfc5f0cc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ImporterConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/ImporterConfiguration.java index 64fb510ed91..dbbcf7caea1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/ImporterConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/ImporterConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/JdbcTemplateConfiguration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/JdbcTemplateConfiguration.java index 25e254aecb2..01ce6e0dd30 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/JdbcTemplateConfiguration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/JdbcTemplateConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 783b51a7399..84fe32dec73 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a9594eddb2c..74dd49e4055 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/MigrationHealthIndicator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MigrationHealthIndicator.java index da3bdfad552..e792e92674a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MigrationHealthIndicator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/MigrationHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/Owner.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/Owner.java index 32c3b51d3bd..45bfde5c7de 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/Owner.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/config/Owner.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 597d44cad98..25ba1ea9b3a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c42b768383d..fea88942919 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4adee5c3e68..07505411186 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9cedd7fc24e..4192d64eeb7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b0e9d75e17b..ea6dbc9b6ce 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f3a41e6ad7d..b2fdeb3b404 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/PartitionMaintenance.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/PartitionMaintenance.java index 79e6bb2d4c6..712499edf89 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/PartitionMaintenance.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/PartitionMaintenance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TimePartition.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartition.java index f9a3768f629..b73b13a9fa5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartition.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TimePartitionService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionService.java index bfef89f7fee..fe32a376c58 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TimePartitionServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionServiceImpl.java index 629bea4108b..ddf8e4ac2b3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/db/TimePartitionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractResultService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultService.java index 669058d7187..ae434710ab0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ContractResultServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java index 1857bfea81a..2d8a7e71312 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdService.java index 9c7d697624d..0176cf00fd3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EntityIdServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdServiceImpl.java index 7e04281e417..0dbec476bd9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/EntityIdServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a32b2ae0068..1d722c15bdf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/StreamFileSignature.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileSignature.java index 26f5271aa4c..a6b7ece962c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileSignature.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/domain/StreamFileSignature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8016e6de740..c38d9a1cfbd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dfe9a062992..0587db0a013 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BatchStreamFileNotifier.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifier.java index 4ae6358ed30..e65d668aa00 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifier.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 cbca5227f88..5ec56f22a1e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConsensusValidator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidator.java index c3497342541..fe2d8dad836 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConsensusValidatorImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImpl.java index 6f690fce3e5..cbe366f13cf 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0d14d668d75..86cfe8b46e4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1d513e4a672..f6e10aff959 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 80d5feaaa4a..ced2f958b6c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e61b5a727c9..696e549f794 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/StreamSourceProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamSourceProperties.java index 99a699ea61a..fc2eace1906 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamSourceProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/StreamSourceProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d8dc036bc88..5411029ce99 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f7b1c336c99..6cce47cc85d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/CompositeStreamFileProvider.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProvider.java index 81b81a15332..38d1c669bda 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProvider.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/LocalStreamFileProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProperties.java index 665882fcecd..107f016d58a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/LocalStreamFileProvider.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProvider.java index 34ee191f85a..2697c67d1d1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProvider.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/S3StreamFileProvider.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProvider.java index 7bdab9bb25c..90b0b5cc1b4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProvider.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/StreamFileProvider.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/StreamFileProvider.java index e184569303c..01e4a07b31f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/StreamFileProvider.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/StreamFileProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/provider/TransientProviderException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/TransientProviderException.java index d2a8b96b905..80b9d2d80bc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/TransientProviderException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/downloader/provider/TransientProviderException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a21672a46c9..f0733acc0cc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a64f5c589b9..179e554b83c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FieldInaccessibleException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FieldInaccessibleException.java index ecc52818267..972e1a16851 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FieldInaccessibleException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/FieldInaccessibleException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 064b83d9980..e0fc5d33a94 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 56b836e554a..cc88b7cb77f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 07ee9312998..ff062fd339a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3721495faa3..ac342a2cdf7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f02ddb4c003..b8d3758e761 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/InvalidEthereumBytesException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEthereumBytesException.java index f36a5d70e4d..206b97a9d3b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEthereumBytesException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/exception/InvalidEthereumBytesException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a4d40e987c8..07175f1b524 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5e49d7bd69f..82cb1a9eaec 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 62549dfc84c..c2152d45198 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d1448162f4f..2c711e3689f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8735312b764..da1e8ca28d6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5d0d5daeb17..73560c1df48 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 fbf54ec785a..409a634c2d0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8ce6db6f22d..448a1e4cde8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0bc2b8a5c7b..b67574ef7fb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractJavaMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractJavaMigration.java index e843cff1ce1..8c2e3cbe20a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractJavaMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractJavaMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTimestampInfoMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractTimestampInfoMigration.java index 19051cf9968..54b994ea48d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractTimestampInfoMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AbstractTimestampInfoMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AccountEvmAddressMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigration.java index 6583b8ff244..5689863a2a9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AsyncJavaMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AsyncJavaMigration.java index b7d4e9f538e..48e43afc95f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AsyncJavaMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/AsyncJavaMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BackfillAndDeduplicateBalanceMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigration.java index 4f42321ffaa..2fa45511e0d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BackfillBlockMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillBlockMigration.java index c022cedcf08..addc3e0b184 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillBlockMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillBlockMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BackfillEthereumTransactionHashMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigration.java index 3a85af61acd..2074401238d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BackfillTransactionHashMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigration.java index 0d7b46df5f3..488ddb6cb5e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BlockNumberMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BlockNumberMigration.java index 309c2dbd14e..6660da1992c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BlockNumberMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/BlockNumberMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConfigurableJavaMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConfigurableJavaMigration.java index 6e34a21a9bb..11e79177272 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConfigurableJavaMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConfigurableJavaMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9d61c131cbf..3f45b9d9b9b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ConvertEthereumTransactionValueMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigration.java index bc9a69fa37f..68aa2e58c54 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ErrataMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ErrataMigration.java index 93d8991720c..86a9637c231 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ErrataMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/ErrataMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FixAirdropTokenAssociationMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigration.java index 5d2d99f4395..7da010eeb61 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FixCryptoAllowanceAmountMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigration.java index 8aece6002c0..303b40c7836 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FixFungibleTokenTotalSupplyMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigration.java index 16438db4a4e..d98579f7a58 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FixStakedBeforeEnabledMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigration.java index 286f92a1643..abc61cf6176 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 99436c02dcb..b1d91f7b039 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/InitializeEntityBalanceMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigration.java index f71eb440e8e..4df5a9f054a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/MergeDuplicateBlocksMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigration.java index a10903485a2..1f94969e65d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/MigrationProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MigrationProperties.java index e548a79c286..2a3de9ab9f6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MigrationProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/MigrationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4f4fdf6673d..2a0c8923b2d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RecalculatePendingRewardMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigration.java index 7fb648444f8..7b3afe772f8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RepeatableMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RepeatableMigration.java index da0cdf3a3d2..bba59046cba 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RepeatableMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/RepeatableMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SidecarContractMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SidecarContractMigration.java index 4033454edd1..af63caec20b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SidecarContractMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SidecarContractMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SyntheticCryptoTransferApprovalMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigration.java index 5b884b14a79..febc07da757 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SyntheticNftAllowanceOwnerMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigration.java index c03256c22b3..8050a1be02b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SyntheticTokenAllowanceOwnerMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigration.java index 303dbe0b2cf..668a38d1b4f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TimeSensitiveBalanceMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TimeSensitiveBalanceMigration.java index 010bd4b9e16..3e5ac7f231b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TimeSensitiveBalanceMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TimeSensitiveBalanceMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAccountBalanceMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigration.java index 3aad9e8851f..15c9b1454d0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TopicMessageLookupMigration.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigration.java index 6b4b5815ece..561e2fd7f35 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigration.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dc261b48d63..30fd6a1f838 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 58aa465fcb1..b00eb623da4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8bbf2a370d2..fba8b53aae2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f1e17e5187d..ff30d0bb27d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c56c70d6d09..281618a44a3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9f449e3f6fb..1bf2a1026ed 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 51572edb0cd..e03bb17c228 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a3e780ad5c3..1587173a97c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 70fa1c358e8..e5ef0b0fbec 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BalanceStreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceStreamFileListener.java index 23afd9c135f..55fd6d946f7 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceStreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/BalanceStreamFileListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CompositeBalanceStreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/CompositeBalanceStreamFileListener.java index a59e04e9363..4614ddde5ee 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/CompositeBalanceStreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/balance/CompositeBalanceStreamFileListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 06c32da3e3c..a18ea25950e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e532e65dd68..bedc0bfb307 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 993d8bfa7d7..768a32c311c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 95716ec0bfd..7314987b818 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHashBatchInserter.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserter.java index 30d44a0b36d..9887d3abaf0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserter.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHashTxManager.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManager.java index 183b01ba7dd..c48d833835a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManager.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/AbstractSyntheticContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/AbstractSyntheticContractLog.java index 0abec09c69a..14a406cee04 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/AbstractSyntheticContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/AbstractSyntheticContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/ApproveAllowanceContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceContractLog.java index 6bf3bed8b01..03fafe031ee 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/ApproveAllowanceIndexedContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceIndexedContractLog.java index 1af7df3c800..9030190d3f2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceIndexedContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveAllowanceIndexedContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/ApproveForAllAllowanceContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveForAllAllowanceContractLog.java index 398e1b1221c..eea6b7a996d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveForAllAllowanceContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/ApproveForAllAllowanceContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/SyntheticContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLog.java index 484a172c140..f39e8718d0f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/SyntheticContractLogService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogService.java index a3a0b68aac4..50da684b93a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/SyntheticContractLogServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImpl.java index dd69bd42f58..cf7a4cea399 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/TransferContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferContractLog.java index 609a433a4c2..43803f8123e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractlog/TransferIndexedContractLog.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferIndexedContractLog.java index 6e7efc83a17..5d8135d007a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferIndexedContractLog.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractlog/TransferIndexedContractLog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/AbstractSyntheticContractResult.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/AbstractSyntheticContractResult.java index d1b1c27bbb5..6ebfcc341e0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/AbstractSyntheticContractResult.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/AbstractSyntheticContractResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/ApproveAllowanceContractResult.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/ApproveAllowanceContractResult.java index 2872b5651f4..e3ca6d0c31b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/ApproveAllowanceContractResult.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/ApproveAllowanceContractResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/SyntheticContractResult.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResult.java index 9c2fa0560c9..915c751764c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResult.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/SyntheticContractResultService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultService.java index b78a557a2d1..601e7c38cc1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/SyntheticContractResultServiceImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImpl.java index 271603f5230..eef2c3423cb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractresult/TransferContractResult.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/TransferContractResult.java index 842a4a366cf..0e3bd3b7426 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/TransferContractResult.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/contractresult/TransferContractResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a7c3375c077..fe4fb7e9e8b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RecordFileParsedEvent.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParsedEvent.java index a2b9bf6df45..4e39b7db2dc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParsedEvent.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/RecordFileParsedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d62e62d0306..59881a2baaf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c82cab52068..e9f9103b2e1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1d15a39e265..11364c4d841 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3d0d0bc2c26..16d13a5e822 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BatchPublisher.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisher.java index 486f5dc308e..ed4cfa6469a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisher.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/BatchPublisherProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherProperties.java index 0da9c5c0f21..a4c41926ca7 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9d4909d1a3c..285e54027a9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CompositeRecordStreamFileListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeRecordStreamFileListener.java index 4fcb1b1e042..0571c3b0f6a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeRecordStreamFileListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/CompositeRecordStreamFileListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 10785871011..f9157d8d810 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/DomainClassComparator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparator.java index d3539196950..6b9075450a9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8542e3545c5..ca700e8d663 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a63bc8f497b..3ef62c0ceca 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d90427b6344..3adfcb4855b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ParserContext.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ParserContext.java index bf7d900e08e..7ef872691fa 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ParserContext.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/ParserContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0759468d4c8..43d20723175 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NotifyingPublisher.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisher.java index 3be3e7819e3..f2a72ac2548 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisher.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ad0eafdf036..2804c247535 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/RedisPublisher.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisher.java index b48bd107edf..c0e0b2cb8a2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisher.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 476f3bb201d..19f3560891b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 fe2679d9072..edb36de63da 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/staking/EntityStakeCalculator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculator.java index 94d1afc928f..63e3141fc3f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/staking/EntityStakeCalculatorImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImpl.java index 0db5b5444a3..4de87577eba 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/topic/TopicMessageLookupEntityListener.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListener.java index f5f287b6050..fa1cd51887b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListener.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/AbstractEthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParser.java index e1a1f9fd14d..2292414753a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/CompositeEthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParser.java index 18432eadea4..da0afe4c4f6 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/Eip1559EthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParser.java index 16499d275b3..89bd385c12d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/Eip2930EthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParser.java index 25e516b7de5..184600111d9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/EthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionParser.java index b6bd5ad9e24..20330190ade 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereum/LegacyEthereumTransactionParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParser.java index 9d78eccc874..f5b1838d393 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParser.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/historicalbalance/HistoricalBalanceProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceProperties.java index 3d5af21ed00..1d401bd81b8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/historicalbalance/HistoricalBalanceService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceService.java index e4ab95ce8e6..1d9475a7c1f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 69d6772e2c0..6f12ccdbce0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 46caacbde97..b281fedb94e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6d131f1231d..3fbe6333a62 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e1bc58488ca..7f89c40d690 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/sidecar/SidecarProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/sidecar/SidecarProperties.java index 4450718a4cd..e466ece0e8d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/sidecar/SidecarProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/sidecar/SidecarProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1f72eb66bd4..9afcefbb602 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTokenUpdateAirdropTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTokenUpdateAirdropTransactionHandler.java index 983c80ec875..89c69c246fa 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTokenUpdateAirdropTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTokenUpdateAirdropTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/AbstractTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandler.java index 9d7082a76de..b66b3bc0348 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/AbstractTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6bbf86e7d4f..dc30f962a75 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4568fd6a9f8..105b20f8c0e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 020451ec6a5..87574ff2c41 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3e97ba11894..0ab684082be 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 54aa3c7b24d..84253eea02c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 59a7c6d3486..33db06c3478 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e532d8020fa..44e173d69e9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 62ca900cdd8..e3570e13a71 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e997ee1f1a5..64460325078 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CryptoApproveAllowanceTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandler.java index 29923294958..19d6b385088 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 998cf40cbb7..d501606b357 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/CryptoDeleteAllowanceTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandler.java index 53e68760f10..5441ce30be4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8b2a8e8ceaa..07939858c57 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d804407c480..957f98ea1a2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9c9a98f513e..d5fa40f8bbe 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 afbf510ada7..acf86a64aca 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/EthereumTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandler.java index d855766a8bb..b01a934e50b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ee027c9c7da..e8f1b2ce086 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 42766a89e62..3811286b03b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FileDataHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDataHandler.java index ebf2addcb82..08c46be9b8b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDataHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDataHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FileDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileDeleteTransactionHandler.java index 647b5182589..f35768809a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FileUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FileUpdateTransactionHandler.java index ce5308662c4..6262b9e6636 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/FreezeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandler.java index 2f3a20438b7..d6cbb38b70a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandler.java index 4ec306ba8e3..6b975d010f9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandler.java index 62503643255..3f5ef21ea2a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeStakeUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandler.java index 9721cc051d9..f5d3295a5d7 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeStakeUpdatedEvent.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdatedEvent.java index a00c64f98ff..c8873fde647 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdatedEvent.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdatedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/NodeUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandler.java index 1206b811588..16c11fbe4a4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ScheduleCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleCreateTransactionHandler.java index fffcb615495..1be33841654 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ScheduleDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleDeleteTransactionHandler.java index f38d962c9d9..4b78b63e345 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ScheduleSignTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/ScheduleSignTransactionHandler.java index 3f46316729d..fcfb9d63395 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SystemDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemDeleteTransactionHandler.java index ff08a7493b5..4f0f7f61d02 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/SystemUndeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/SystemUndeleteTransactionHandler.java index 02883cf8cc5..fbc31d41170 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAirdropTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandler.java index 2949c1f0b35..5396a1de9a0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenAssociateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAssociateTransactionHandler.java index 018effef4a8..45a9c0343b1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenBurnTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenBurnTransactionHandler.java index 87548c3f9cd..177de12ea28 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenCancelAirdropTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandler.java index cf7a368345c..6e83b261e60 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenClaimAirdropTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandler.java index de634239847..bb83b4b97fa 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenCreateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java index 457c40af295..11eaa0286e7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenDeleteTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDeleteTransactionHandler.java index 4bb56d44da2..60a0499856d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenDissociateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenDissociateTransactionHandler.java index ed9ac6edf97..c3dcdae1c4c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenFeeScheduleUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFeeScheduleUpdateTransactionHandler.java index eb99175616d..c38608fc272 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenFreezeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenFreezeTransactionHandler.java index e6617126b6c..1715c268d17 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenGrantKycTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenGrantKycTransactionHandler.java index 5c62b56bf9d..f1655783af9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenMintTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenMintTransactionHandler.java index bd116ee2654..3b4e85738fb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenPauseTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandler.java index b047f315dbb..3facbfe9f79 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenRejectTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandler.java index 5297d89bdee..ec1339851fa 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenRevokeKycTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRevokeKycTransactionHandler.java index d878205a09e..165d0f76a7b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenUnfreezeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnfreezeTransactionHandler.java index eee56bfae00..235a85c3448 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenUnpauseTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandler.java index 5482a030a05..1817189cd39 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenUpdateNftsTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandler.java index a2ea8c74f1b..e62c172ed89 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenUpdateTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateTransactionHandler.java index cb3953a51f9..e61c6b4c33a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TokenWipeTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenWipeTransactionHandler.java index ecacc6cf184..3268847becb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandler.java index d0bfa4be6bb..f7113676c89 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/TransactionHandlerFactory.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactory.java index a2ad7dc01e2..196efb140d6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/UncheckedSubmitTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandler.java index 5cedb7c7ac6..f454a9374eb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/UnknownDataTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UnknownDataTransactionHandler.java index c094db38822..ad94dde81ef 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/UtilPrngTransactionHandler.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandler.java index 69acf110499..8a06e5e3b10 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandler.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/serializer/ProtoJsonSerializer.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/ProtoJsonSerializer.java index eb92de89b9b..489241491f6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/serializer/PubSubEntityIdSerializer.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/PubSubEntityIdSerializer.java index b9b51d06455..b37f99f57d3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/PubSubEntityIdSerializer.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/serializer/PubSubEntityIdSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/AbstractStreamObject.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/AbstractStreamObject.java index cf6d4b1e0d0..8cf3277f636 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/HashObject.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/HashObject.java index 7f89668f91a..5f8fe62db44 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/StreamFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/StreamFileReader.java index 8b71d70a16d..fc193b6eccf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/ValidatedDataInputStream.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/ValidatedDataInputStream.java index be0fa951fef..508eb28f40a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/BalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReader.java index d8882225d58..7b3e169806b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/BalanceFileReaderImplV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV1.java index 602d5dd8614..57ed683cc42 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/BalanceFileReaderImplV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/BalanceFileReaderImplV2.java index 65d9ec0be47..9b05f86f2ca 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/CompositeBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CompositeBalanceFileReader.java index 2a26a80299d..55003f18673 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/CsvBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/CsvBalanceFileReader.java index 0c18492d185..d8ea3c92b09 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/ProtoBalanceFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/ProtoBalanceFileReader.java index 39ce2ca88b1..90be0f14114 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/line/AccountBalanceLineParser.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParser.java index ed008666d07..73733c877a2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/line/AccountBalanceLineParserV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV1.java index 8d750bd1413..1c1cf93924a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/balance/line/AccountBalanceLineParserV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/balance/line/AccountBalanceLineParserV2.java index 12004d3f63c..8b39811ab11 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/AbstractPreV5RecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/AbstractPreV5RecordFileReader.java index b9cd10cd658..072d8df423a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/CompositeRecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/CompositeRecordFileReader.java index ecc355b867d..a316a491639 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/ProtoRecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReader.java index 193994b47e1..4fc6edf9bcf 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/RecordFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReader.java index 9bae2aed100..dd43bb170a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/RecordFileReaderImplV1.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV1.java index 3471e6dbe4e..4f2a5946bd5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/RecordFileReaderImplV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV2.java index 45ed7e9d0b8..57aff486237 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/RecordFileReaderImplV5.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/RecordFileReaderImplV5.java index a71c655bc6d..395ff82950f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/sidecar/SidecarFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReader.java index 6fedc8062a8..bc3d8e16b3c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/record/sidecar/SidecarFileReaderImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImpl.java index b52eb9caf54..f4841aa89e0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/signature/CompositeSignatureFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/CompositeSignatureFileReader.java index 2e6995403f7..0aebe755ace 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/signature/ProtoSignatureFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReader.java index f505f4d05c1..3ffd2f89405 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReader.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/signature/SignatureFileReader.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReader.java index f02bc334e87..d594878b931 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/signature/SignatureFileReaderV2.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV2.java index 1f07c18c86f..c640a136516 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reader/signature/SignatureFileReaderV5.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reader/signature/SignatureFileReaderV5.java index 43016f7843e..8b5b07df65c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reconciliation/BalanceReconciliationService.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationService.java index d104436851b..f08da1e2a18 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationService.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reconciliation/ReconciliationException.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationException.java index 80a99fe35e0..8d06992ac7f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationException.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/reconciliation/ReconciliationProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationProperties.java index b51a38a83b5..c8523747c8c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/reconciliation/ReconciliationProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AccountBalanceFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepository.java index f9d9773f0b5..f94c69fa7aa 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AccountBalanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AccountBalanceRepository.java index d0dfe4696a5..179a7520fb7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AddressBookEntryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookEntryRepository.java index c9d9fb4ccdb..111752f3193 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AddressBookRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookRepository.java index 044a582f23a..7528ec9b591 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AddressBookServiceEndpointRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepository.java index 5da7dbf3bcb..7f26afeffd5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/AssessedCustomFeeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepository.java index 72dc0924450..378d24faf3e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/BalanceSnapshotRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/BalanceSnapshotRepository.java index 288234526b8..30571a26f30 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/BalanceSnapshotRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/BalanceSnapshotRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractActionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractActionRepository.java index 5218342c7c3..6319189e317 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractActionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractActionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractLogRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractLogRepository.java index efb71f2d0d7..5e4cb49957d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractRepository.java index 22e6794bfbe..c0cd3bcd698 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractResultRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractResultRepository.java index 20233c34b6c..954a1d72472 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractStateChangeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateChangeRepository.java index 53f90c716a7..7ae5dcb908a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractStateRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateRepository.java index 667838448e0..92acd99ab61 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractStateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractTransactionHashRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepository.java index c63bb871c1e..25f0b66a61d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ContractTransactionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionRepository.java index 70b6297d754..a43f974ab39 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ContractTransactionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/CryptoAllowanceHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepository.java index 9ee25f7ea5f..8da8df6aae4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/CryptoAllowanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepository.java index 7bedcf1d5a6..6359d341e96 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/CryptoTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CryptoTransferRepository.java index 14e7b6ef6fd..4bbbc0519b4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/CustomFeeHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepository.java index 6dc7d20495f..071d7926cb2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/CustomFeeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/CustomFeeRepository.java index f3cad45e6cc..959bc8d6968 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityHistoryRepository.java index 701d8dbb4ec..669e0f281cb 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityRepository.java index 3e3dd61ab1c..c1ac96ef6a5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityStakeHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepository.java index 8c6cf256359..1acadcd8f6a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityStakeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepository.java index 9ac01e9a320..d374ab2a23a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityStakeRepositoryCustom.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustom.java index 5426cc787c6..91a7fa0bb0f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustom.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustom.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityStakeRepositoryCustomImpl.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustomImpl.java index e99cf65f656..b4eb0232e1a 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustomImpl.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryCustomImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EntityTransactionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityTransactionRepository.java index 2aa2c4048d8..da17f53f8c0 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityTransactionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EntityTransactionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/EthereumTransactionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EthereumTransactionRepository.java index 0940af64a70..bef4bc3c57c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EthereumTransactionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/EthereumTransactionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/FileDataRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/FileDataRepository.java index 20f7d040d03..720ffc6e936 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/LiveHashRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/LiveHashRepository.java index 0f4394f8de5..4c801dc92d8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NetworkFreezeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkFreezeRepository.java index 9a2346df644..1744d4574dc 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkFreezeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkFreezeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NetworkStakeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkStakeRepository.java index e22867953e4..103b9360b4f 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkStakeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NetworkStakeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NftAllowanceHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepository.java index fc2d6d23ce4..a2edfec5e4c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NftAllowanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceRepository.java index 20849f86773..c9c159d0a5e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NftHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftHistoryRepository.java index 27d82ed7c34..64c3aa0787b 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NftRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NftRepository.java index 6490d5e7b50..130b2c9a6f8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NodeHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeHistoryRepository.java index 991a8a22ca7..babba69dcc2 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NodeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeRepository.java index f8f827ff680..c1e9c90b645 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/NodeStakeRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeStakeRepository.java index d94b068f000..e6dd4ae7443 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeStakeRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/NodeStakeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/PrngRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/PrngRepository.java index 19a64628927..568587c7bf1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/PrngRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/PrngRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ReconciliationJobRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ReconciliationJobRepository.java index 90bbbd32178..bab4fd671a3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ReconciliationJobRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ReconciliationJobRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/RecordFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RecordFileRepository.java index d728071eb39..4efa2dc1d03 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/RetentionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RetentionRepository.java index d7e8a3c48d1..7429ccb0ca8 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RetentionRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/RetentionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/ScheduleRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/ScheduleRepository.java index b73ff050dc8..96a42f51598 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/SidecarFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/SidecarFileRepository.java index 07b9f53187a..4214f0115b4 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/SidecarFileRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/SidecarFileRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/StakingRewardTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepository.java index 5cdfcd6ad61..b8eaa90513c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/StreamFileRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/StreamFileRepository.java index 41db53d9e26..b7b425e40f4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAccountHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepository.java index aed4b209a75..20f41f03c95 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAccountRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAccountRepository.java index bb7f4506039..5eec4e75e4b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAirdropHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepository.java index 72adf67f9e7..0a3cea203a5 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAirdropRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropRepository.java index 363a99eb8b5..f9389a7380c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAirdropRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAllowanceHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepository.java index 5aa4e2d2f31..ab2aca583fd 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenAllowanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceRepository.java index b6a6dfa6a76..6e44367a473 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenBalanceRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenBalanceRepository.java index 877b57d0089..bd1a0fd7799 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenHistoryRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenHistoryRepository.java index 3a962890628..053dc5d3da3 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenHistoryRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenHistoryRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenRepository.java index 003ce41385a..3a5fdcef292 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TokenTransferRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TokenTransferRepository.java index 9202c5d12ae..1d2216b6468 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TopicMessageLookupRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepository.java index a526b7a172b..6d8f9d4ec3d 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TopicMessageRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TopicMessageRepository.java index 704208db930..e4cc0c0948d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TransactionHashRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionHashRepository.java index 3b743a54e98..4ddce686537 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionHashRepository.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionHashRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TransactionRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionRepository.java index 4f4f0516ad1..479b4000ce8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/TransactionSignatureRepository.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/TransactionSignatureRepository.java index 8fe3897b857..94474c16929 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/ColumnMetadata.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ColumnMetadata.java index a3e8231ae54..c5d9764492e 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ColumnMetadata.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/ColumnMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/DissociateTokenTransferUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/DissociateTokenTransferUpsertQueryGenerator.java index 10c601538ec..761350a651c 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/DissociateTokenTransferUpsertQueryGenerator.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/DissociateTokenTransferUpsertQueryGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/EntityMetadata.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadata.java index 268e2891f4b..c832bfdbde9 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadata.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/EntityMetadataRegistry.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistry.java index 89103374132..56233427776 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistry.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/GenericUpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/GenericUpsertQueryGenerator.java index a0264231653..c85c24a54c1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/UpsertQueryGenerator.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGenerator.java index 8d58ac0ecca..94a5297ec7a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/repository/upsert/UpsertQueryGeneratorFactory.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/repository/upsert/UpsertQueryGeneratorFactory.java index bbf445fa060..71a85374140 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/retention/RetentionJob.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionJob.java index 3d9ce85697c..803f6b44444 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionJob.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionJob.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/retention/RetentionProperties.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionProperties.java index e910dbbfee4..7dd15caacd1 100644 --- a/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionProperties.java +++ b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/retention/RetentionProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/util/ShutdownHelper.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/ShutdownHelper.java index 1f86de7c85f..bc346ddcaae 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/util/Utility.java b/hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/util/Utility.java index ac21c79f6f3..e132f5c0769 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/DisableRepeatableSqlMigration.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/DisableRepeatableSqlMigration.java index 6c89ee2d74c..639b1faa349 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/DisableRepeatableSqlMigration.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/DisableRepeatableSqlMigration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/EnabledIfV1.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV1.java index 882316390e3..6ccb88de36a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/EnabledIfV2.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/EnabledIfV2.java index 513330cfb6d..23d3245172b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/FileCopier.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/FileCopier.java index 3a79c4be728..a8ffb7ead8d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/ImporterIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterIntegrationTest.java index ae9c613aa18..3eafed5f99e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/ImporterPropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterPropertiesTest.java index 2517ae1bd9d..d569d0b3cfd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterPropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/ImporterPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/PubSubIntegrationTest.java index f61f057dedc..2e6d57dd279 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/RetryRecorder.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/RetryRecorder.java index 37270da114a..20484c119f5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/RetryRecorder.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/RetryRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/TestRecordFiles.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestRecordFiles.java index 9e9a2253370..c8322841ee1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/TestUtils.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/TestUtils.java index 396e55768d9..741a4fe3a5d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/addressbook/AddressBookServiceImplTest.java index 9017f0c77f0..74a04305f66 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/AbstractStreamFileHealthIndicatorTest.java index 8a613756d7f..4fb8adc2bda 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/BalanceStreamFileHealthIndicatorTest.java index ff0cebf4ca0..e011ac3197f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/DateRangeCalculatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/DateRangeCalculatorTest.java index cdb4395802b..3e8af1831ea 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/DateRangeCalculatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/DateRangeCalculatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/MetricsConfigurationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsConfigurationTest.java index 1de7b49f05b..c341556e40e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsConfigurationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptorTest.java index fa335dd3ddf..89d8fcb55eb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MetricsExecutionInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/MigrationHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MigrationHealthIndicatorTest.java index 26ae7b79c6d..3c5763d51ae 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MigrationHealthIndicatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/MigrationHealthIndicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/config/RecordStreamFileHealthIndicatorTest.java index c549b9883a2..df54ad08cd0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/ByteArrayToHexSerializerTest.java index b4a7d27ea22..a5b264e989b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/InstantConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/InstantConverter.java index 455a065611a..2c3a9e1d4bd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/JsonbToListConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/JsonbToListConverter.java index 0d38d68a5d1..f4baf3aff3e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/JsonbToListConverter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/JsonbToListConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/KeyConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/KeyConverter.java index ec95146942b..61f6bc11eb6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/TopicIdArgumentConverter.java index 316e96f1a0b..6a335db60bf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/converter/VersionConverter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/VersionConverter.java index 30d15a4d58d..c5911b6771b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/VersionConverter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/converter/VersionConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV1Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV1Test.java index cf6b8d76224..56f424f109d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV1Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV1Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV2Test.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV2Test.java index f6b76214246..8e6461dfa1a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV2Test.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/PartitionMaintenanceV2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/db/TimePartitionServiceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/TimePartitionServiceTest.java index 1e5a7ae2f67..26597869a0d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/TimePartitionServiceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/db/TimePartitionServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/ConsensusNodeStub.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ConsensusNodeStub.java index ace5d3c9369..36ff84f9520 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ConsensusNodeStub.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ConsensusNodeStub.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplIntegrationTest.java index b636ef19bca..6f4811d07c9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplTest.java index 6287b525c8e..ce839bf3767 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/EntityIdServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/EntityIdServiceImplTest.java index ae14a0b62ae..63f5e62f6a5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/EntityIdServiceImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/EntityIdServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileDataTest.java index 92350c3af94..9e4032536a9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/StreamFileSignatureTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileSignatureTest.java index fd9c300a67b..9e33b0a0afc 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileSignatureTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFileSignatureTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/StreamFilenameTest.java index d1b772de5ac..e584a1fefdb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/domain/token/AbstractTokenTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/token/AbstractTokenTest.java index 7a64c87405d..ae3d89c8e79 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/token/AbstractTokenTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/domain/token/AbstractTokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractDownloaderTest.java index 1a9bed7ffac..6e7825f5597 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/AbstractLinkedStreamDownloaderTest.java index ca1573bc667..5054c7a2f0f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifierTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifierTest.java index be1cc023a4a..1d169e48d4f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifierTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/BatchStreamFileNotifierTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/CommonDownloaderPropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/CommonDownloaderPropertiesTest.java index 2b7399dd4f0..0031ef058da 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/CommonDownloaderPropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/CommonDownloaderPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImplTest.java index 837c6d8d78a..cd3172f3273 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/ConsensusValidatorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/DownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/DownloaderTest.java index 5701a9e4d7e..71cb6613510 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/DownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/DownloaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/NodeSignatureVerifierTest.java index ce4ef800e6e..03dadf91c53 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 57a802dfc5a..c031aaa6230 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/AbstractStreamFileProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AbstractStreamFileProviderTest.java index 3262fbe6fd4..170214c2816 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AbstractStreamFileProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AbstractStreamFileProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/AutoS3StreamFileProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AutoS3StreamFileProviderTest.java index 47ff3f55e9b..214036536ae 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AutoS3StreamFileProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/AutoS3StreamFileProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProviderTest.java index a364a810c48..12e186819d3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/CompositeStreamFileProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProviderTest.java index 52da177269f..e960c9235ae 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/LocalStreamFileProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/NodeIdS3StreamProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/NodeIdS3StreamProviderTest.java index cb1c6f683c4..d9c1c17cffa 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/NodeIdS3StreamProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/NodeIdS3StreamProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProviderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProviderTest.java index 52e56140bd0..d81ccc474e8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProviderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/provider/S3StreamFileProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 bc6c19e786b..efa01663ed3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/record/ProtoRecordFileDownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/ProtoRecordFileDownloaderTest.java index 826d99bc79a..d0f6d8eab4a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/ProtoRecordFileDownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/ProtoRecordFileDownloaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloaderPerformanceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloaderPerformanceTest.java index 0b30e1eb197..42c0b74ec97 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloaderPerformanceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileDownloaderPerformanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 ae62e25648f..af23d165523 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 a3c841fdada..b3a5ed0d122 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c9f3abe99f5..ba38325dc3c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5V6DownloaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5V6DownloaderTest.java index 922c23c2739..6c87a1337b1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5V6DownloaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/RecordFileV5V6DownloaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/downloader/record/StreamFileWriter.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/StreamFileWriter.java index 54ded1d7182..4e77c6e6a28 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/StreamFileWriter.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/downloader/record/StreamFileWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AbstractAsyncJavaMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractAsyncJavaMigrationTest.java index e34daaf3e61..ef38e843416 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractAsyncJavaMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractAsyncJavaMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AbstractJavaMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractJavaMigrationTest.java index fcba11ecf3f..520167f02ef 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractJavaMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractJavaMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AbstractStakingMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractStakingMigrationTest.java index 3aea4ca44be..525a6003d08 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractStakingMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AbstractStakingMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigrationTest.java index 5028df06818..9427cae7654 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AccountEvmAddressMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddAddressBookServiceEndpointsMigrationTest.java index 2da50822a40..990d209a9fa 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AddBalanceTimestampMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddBalanceTimestampMigrationTest.java index 33a533a8534..2e0f6ca6d63 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddBalanceTimestampMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddBalanceTimestampMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AddNftHistoryMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryMigrationTest.java index 10fe106fb7d..61ba7bb3477 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AddNftHistoryRangesMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryRangesMigrationTest.java index 5770998c1df..c5fa19bf03a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryRangesMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddNftHistoryRangesMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AddRootContractIdMigrationTest.java index fd695dbd7a6..5eacd604ef9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/AsyncJavaMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AsyncJavaMigrationTest.java index 7d241cbb0f1..81871589b7e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AsyncJavaMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/AsyncJavaMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigrationTest.java index 4f43aac1aa0..15dc6a88b10 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillAndDeduplicateBalanceMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BackfillBlockMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillBlockMigrationTest.java index 4cea5eaae21..4a09c43f4b1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillBlockMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillBlockMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigrationTest.java index 4f1ee3b0f67..c6048f34196 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillEthereumTransactionHashMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BackfillFailedEthereumTransactionContractResultMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillFailedEthereumTransactionContractResultMigrationTest.java index 81f978dcba7..a0f12c08dad 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillFailedEthereumTransactionContractResultMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillFailedEthereumTransactionContractResultMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigrationTest.java index 44cb4c59fd7..4e13580e31f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BackfillTransactionHashMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/BlockNumberMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BlockNumberMigrationTest.java index 845092556b0..79db92522d7 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BlockNumberMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/BlockNumberMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ChangeTransactionHashDistributionMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ChangeTransactionHashDistributionMigrationTest.java index 0135ebe3d9c..4b1e5a75e8c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ChangeTransactionHashDistributionMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ChangeTransactionHashDistributionMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CleanupEntityMigrationTest.java index cf7072b0a35..14166667c78 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ClearTokenMetadataMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ClearTokenMetadataMigrationTest.java index cb286a3f09e..b53169ebedc 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ClearTokenMetadataMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ClearTokenMetadataMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractLogsConvertTopicsToBytesMigrationTest.java index 92f7688171b..3b3099f84cd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractResultMigrationTest.java index 41652d96855..69c4e4f18a3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ContractStateMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractStateMigrationTest.java index 3bb95ba2981..2fda3368c71 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractStateMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ContractStateMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigrationTest.java index 5e040e6c8cc..b08202591c8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ConvertEthereumTransactionValueMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/CustomFeesMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CustomFeesMigrationTest.java index 1ef6014659e..34cca575ae6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CustomFeesMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/CustomFeesMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/DisablePartitionMaintenanceConfiguration.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DisablePartitionMaintenanceConfiguration.java index 0cad4aa115a..035e3923a70 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DisablePartitionMaintenanceConfiguration.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DisablePartitionMaintenanceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/DummyMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DummyMigrationTest.java index 8dfa21c89e0..17f1f931cc8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DummyMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/DummyMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/EntityTimestampMigrationTest.java index 2e603db2804..f4066ef0828 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 ea91c13346e..29035a2114e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/ErrataMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ErrataMigrationTest.java index 0c5e40342ae..a86c76d135f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ErrataMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/ErrataMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FillMissingContractInitsourceMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FillMissingContractInitsourceMigrationTest.java index ed0475bef9d..664e0453337 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FillMissingContractInitsourceMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FillMissingContractInitsourceMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/Fix102AddressBookMigrationTest.java index 44fb865ce68..7b3ad32992a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigrationTest.java index 79e6ebf7e53..b6e41d3f47f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAirdropTokenAssociationMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixAllowanceAmountsMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAllowanceAmountsMigrationTest.java index cb67c933c7e..f6fce6964a8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAllowanceAmountsMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixAllowanceAmountsMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigrationTest.java index 26b053ed347..a5545a7fc86 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixCryptoAllowanceAmountMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigrationTest.java index 4eec2a5529f..413e149ea78 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixFungibleTokenTotalSupplyMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixStakePeriodStartMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakePeriodStartMigrationTest.java index b882a0e995e..86797664ebc 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakePeriodStartMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakePeriodStartMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigrationTest.java index 0b9a8e6a30e..527817f1bc5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixStakedBeforeEnabledMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/FixTokenAllowanceAmountMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixTokenAllowanceAmountMigrationTest.java index 4ff7f5091b3..936f880c64a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixTokenAllowanceAmountMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/FixTokenAllowanceAmountMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/GasConsumedMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/GasConsumedMigrationTest.java index 4f7cf48b445..98bfa8b039e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/GasConsumedMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/GasConsumedMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/HistoricalAccountInfoMigrationTest.java index 603a36c376e..31552d1fa7f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigrationTest.java index 9fb966dc29f..5677999a30b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/InitializeEntityBalanceMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigrationTest.java index d8606407ebc..75df3982082 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MergeDuplicateBlocksMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingAddressBooksMigrationTest.java index 1796639bc5c..6d55291c234 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/MissingEvmAddressMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingEvmAddressMigrationTest.java index d89438ce8c9..c9c75154285 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingEvmAddressMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/MissingEvmAddressMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/NestNftTransferMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/NestNftTransferMigrationTest.java index f98d96ddada..7565426b739 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/NestNftTransferMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/NestNftTransferMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigrationTest.java index d0d20b87c64..9d340bef880 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RecalculatePendingRewardMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveEntityTypeMigrationTest.java index eb2ef521265..033242e38b9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RemoveInvalidEntityMigrationTest.java index 32f8341a6d7..646ad996fa6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/RepeatableMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RepeatableMigrationTest.java index 7a0992b4983..12f43762483 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RepeatableMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/RepeatableMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/SidecarContractMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SidecarContractMigrationTest.java index 759c2af8b06..ee6c4b73775 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SidecarContractMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SidecarContractMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SupportDeletedTokenDissociateMigrationTest.java index f3abdf0004e..1df7fae85cd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigrationTest.java index b2cbcadac30..fc5a0c7c0b6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticCryptoTransferApprovalMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigrationTest.java index 35ea5e543df..9f2c83b3d20 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticNftAllowanceOwnerMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigrationTest.java index 0629cda0065..89eebda39eb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/SyntheticTokenAllowanceOwnerMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TimePartitionBalanceTablesMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TimePartitionBalanceTablesMigrationTest.java index 6fb4e0c19d7..e2fc031c346 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TimePartitionBalanceTablesMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TimePartitionBalanceTablesMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigrationTest.java index 7fbf0516ccb..6feea89cf42 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountBalanceMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TokenAccountMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountMigrationTest.java index 3c9d656ccdd..800c0646f86 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TokenAccountMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigrationTest.java index 4b461179423..fb2c086dcfb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessageLookupMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TopicMessagePayerAccountIdMigrationTest.java index 1c3767b5dc3..ccbaac5a830 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/TransferTransactionPayerMigrationTest.java index 2f1bb26cd75..256617b4759 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/UndoFileDataTimePartitionMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UndoFileDataTimePartitionMigrationTest.java index 150f025e8bb..9582e596db3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UndoFileDataTimePartitionMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UndoFileDataTimePartitionMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/migration/UpdateTokenFreezeKycStatusMigrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UpdateTokenFreezeKycStatusMigrationTest.java index 290e42f881a..fd657ccd0e5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UpdateTokenFreezeKycStatusMigrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/migration/UpdateTokenFreezeKycStatusMigrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/AbstractStreamFileParserTest.java index c80f23fa696..15226cc8c25 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/CommonParserPropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/CommonParserPropertiesTest.java index 687f8396430..8050a663a55 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/CommonParserPropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/CommonParserPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceBuilder.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceBuilder.java index 57f33851cbb..67685fb95b7 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceBuilder.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileBuilder.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileBuilder.java index 595f4aed4ba..1bc4b4784f5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileBuilder.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/balance/AccountBalanceFileBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 9e29fe4d606..25ad8ba485f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 12dd1369fc0..995ff3f743d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 36c5b5d07ac..d0e3849ec42 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 19768c8af30..552b50fd58c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 18c7df91f70..640dd4c7324 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserterTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserterTest.java index ac0d260968f..9cff456b161 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserterTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashBatchInserterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManagerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManagerTest.java index 25e4fa688dc..01e46c345b3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManagerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/batch/TransactionHashTxManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImplTest.java index b0dc78f713c..965f9cbb1ff 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractlog/SyntheticContractLogServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImplTest.java index 6ddfdc678d8..e68780abde4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/contractresult/SyntheticContractResultServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c7d657bd120..bb515dfc329 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/domain/RecordFileBuilder.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordFileBuilder.java index 7aadb7f64a9..ecb8dd984ee 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordFileBuilder.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/RecordFileBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 dd02a429128..714c43b9c48 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 485c3dfe5ca..ea925fb6d94 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 a8e61d2c925..7d4981524a3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 1ba95f6cd4d..cae74c8dd4b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 dd20045995e..93aef8d7308 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherTest.java index ff8151ce03a..6e8ef2e3d17 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/BatchPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparatorTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparatorTest.java index 34f49abebba..28224f6ae40 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparatorTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/DomainClassComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 ba01e64b37f..64d73920db6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 7e43277e612..ae9dc3792fe 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEntityTransactionTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEntityTransactionTest.java index 34517fdf017..09b01d4ee92 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEntityTransactionTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEntityTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEthereumTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEthereumTest.java index 4863bad6acd..9136da7a302 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEthereumTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerEthereumTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 7ba2edec99b..eeeee6eecd9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 cef6c878d36..40f4ada08ae 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNodeTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNodeTest.java index 44d00be24b5..66b69eb1ad1 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNodeTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 768f71ca65e..6eb06525f27 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 a7996b35b5c..a1fcafc2cb1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 a4c0b657084..5bad86a53cb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerUtilTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerUtilTest.java index a591677a081..b3fd5fa24a5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerUtilTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/EntityRecordItemListenerUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/ParserContextTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/ParserContextTest.java index 79a05631132..bc9b83786b4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/ParserContextTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/ParserContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/PersistPropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/PersistPropertiesTest.java index ada0d4c10b0..21f6772c5d4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/PersistPropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/PersistPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 361367120b4..80751297bb7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisherTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisherTest.java index d350aa61b56..a1d23eca5bf 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisherTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/notify/NotifyingPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 087ee331e02..05071dceb21 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherIntegrationTest.java index d62e8dd35b1..2cd01fd3960 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherTest.java index 897d8ebd2ae..94f355d5b1b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/redis/RedisPublisherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 11ed8332462..6ee9c2577bf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImplTest.java index 25c35b062d4..098b0748dd5 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorIntegrationTest.java index ed2b0127bf5..8ffff8f6301 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/staking/EntityStakeCalculatorIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/topic/AbstractTopicMessageLookupIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/AbstractTopicMessageLookupIntegrationTest.java index 16e765c62a6..a6ec1f3744c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/AbstractTopicMessageLookupIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/AbstractTopicMessageLookupIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListenerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListenerTest.java index 206ee27d498..5415a4abfe6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListenerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/topic/TopicMessageLookupEntityListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParserTest.java index 58dad9f7afe..1c9f5f91880 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/AbstractEthereumTransactionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParserTest.java index b19b225e5ba..dbd3951d739 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/CompositeEthereumTransactionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParserTest.java index b4b3a6bb778..31787f55133 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip1559EthereumTransactionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParserTest.java index 94a226ed4e6..1d37bd93f11 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/Eip2930EthereumTransactionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionTestUtility.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionTestUtility.java index 5be0dca50e8..9d713c93dd4 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionTestUtility.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/EthereumTransactionTestUtility.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParserTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParserTest.java index 12f16b95822..9e5beae9b2a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParserTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/ethereum/LegacyEthereumTransactionParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalancePropertiesTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalancePropertiesTest.java index 776011b1332..e39ce891c02 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalancePropertiesTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalancePropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceIntegrationTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceIntegrationTest.java index c0066f6330f..2350532e147 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceIntegrationTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceTest.java index 97744aab020..14e36332dbd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/historicalbalance/HistoricalBalanceServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 40f26bf19dc..7081afcca2a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 27f1ca0658c..d608ae1e2d2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 456dcf44ea7..47d92371991 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 7365a996f94..16635d91c28 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 5d78d4dd2ea..72e2bf64b1d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 db209ae2a93..3552140e867 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 49d92b145bd..add3223a6cc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 94c77fffbc0..d016541c392 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 e68b4516a7a..e8d02948afc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c06837b83f0..affb3a2fa69 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 99ba50be0c7..9808bd45c99 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 f7df116ce2b..2d57d84e1b9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 921ac325325..5174f49c35e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandlerTest.java index cd4177aa406..87daeb84f4a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoApproveAllowanceTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 1c7a81a47e9..fd92bb9f655 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandlerTest.java index bb3c979a534..aeb94732e9c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/CryptoDeleteAllowanceTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 fd899bfa6ed..444b33248ec 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 8bed95ea8b5..3739663c9ed 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 a4aac2d397e..19b1ecf0a64 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 35a9c0f5a48..eb9c31b075b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandlerTest.java index 0e33f717d13..1e2e1e2f1ff 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/EthereumTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 62451cb8bc5..e96e42c520b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 079604112c6..bf9d3bd933e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 83b20eb0451..68b097a7b11 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 382df11ba76..2e762f8cb82 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandlerTest.java index ebe815ab278..f4b20286e2b 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/FreezeTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandlerTest.java index 5dc0af089c3..6ed7c64526d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeCreateTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandlerTest.java index 5a5d56c2f49..adcbfcd6a2d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeDeleteTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandlerTest.java index 88c655bc6cb..6ff3fddfa39 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeStakeUpdateTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandlerTest.java index 721c9b90eb0..fab3f4e15a3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/NodeUpdateTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 49fb2227bee..53543d438d6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 3c5240daeb6..bf0c26e5fff 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 4238dd3f526..9b01b7b6e82 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 6f4291492bc..2265b58a111 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 54255da9a39..28c6daaab78 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandlerTest.java index cf93dcff1f3..fa0565cdf67 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenAirdropTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 61ca4f8b9ef..e51400f8307 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 db94a2c0fbc..f2a4bf69e60 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandlerTest.java index 8e4212dafa2..926ea3b1ca9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCancelAirdropTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandlerTest.java index dd27cdd65c5..8d07b8cf356 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenClaimAirdropTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 d02eadd62c7..07bb4ee7487 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 26f27c7f96e..a9071ae9453 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 69758f865c1..2133d582f2b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 f22e83a04c6..5757d3fa405 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c2facf2b9e8..7d4877ef0ab 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 97ee34dcaaf..13051bcb356 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 6922e230366..f44408690bc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandlerTest.java index 83e97ec47c1..e89b7421402 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenPauseTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandlerTest.java index 3433f2491b9..e825ec684eb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenRejectTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 5a9a49d20e3..3f1e6048930 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 9d4ef60f435..6ee5f6d2ae6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandlerTest.java index 74e90d9e05b..90c8ec29b0c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUnpauseTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandlerTest.java index 5d97971b3f3..7ce327a23bb 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenUpdateNftsTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 67bb123b3da..c1ad00eea89 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 487e70449a5..1d8af5b5005 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactoryTest.java index 35d90c0d085..70f2f99e9e9 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/TransactionHandlerFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandlerTest.java index 0620a904e58..b298bd61cef 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UncheckedSubmitTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 664d2acd902..fdfa3bb5ad2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandlerTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandlerTest.java index 060e3d0f1bd..224555a6f25 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandlerTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/transactionhandler/UtilPrngTransactionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/HashObjectTest.java index 3afaaaedaec..f38fea8e662 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/ValidatedDataInputStreamTest.java index 9f84bcafca6..350fd5b1308 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 44fc743250a..5707bf01a6a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 518d72969b2..aa1a7bfe10e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c1817bf4b19..ee5ffce4bd8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 acc4f3138e8..939acc89517 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 ab5d6b1d8fb..fb17998a129 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 0169a7ea39c..81f434e2db5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 99995165ae3..e0dd918ae39 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 416f49f8f3f..0f62a69676e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 66ed1c82414..8c462d5b318 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReaderTest.java index b0689afd268..734bb1c8930 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/ProtoRecordFileReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 49df08fc38e..46a4a57f06f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 35ad0c29f6c..13e6b9065ad 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 78a6adea283..a5407cf34f6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 f2203dfc339..2f6270327bc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImplTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImplTest.java index 6d8972583f3..a8657911f75 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImplTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/record/sidecar/SidecarFileReaderImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 b496d9dfded..2a2a2e6d39c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 846c6d9e853..0994542bce2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReaderTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReaderTest.java index 50bd1008f42..ca6f702e953 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReaderTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reader/signature/ProtoSignatureFileReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 d580a7b6da7..068da395c62 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c39754c67e6..cb416587f9a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationServiceTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationServiceTest.java index 1cf1cc0045e..76dd5e84ca8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationServiceTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/reconciliation/BalanceReconciliationServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AbstractRepositoryTest.java index d59c8724546..49fb7e3f494 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceFileRepositoryTest.java index 7cf0578e3ce..12180c13ba8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AccountBalanceRepositoryTest.java index 1503601d05e..588bbf05614 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookEntryRepositoryTest.java index e66d374e9f3..3dbd111cab9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookRepositoryTest.java index 766b32f7209..158829bf2b4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AddressBookServiceEndpointRepositoryTest.java index eaaab6ed219..e5f6368f106 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepositoryTest.java index f1343e3e4a4..895a3f87505 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/AssessedCustomFeeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractActionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractActionRepositoryTest.java index f51a6e6a896..a71d1a1a87e 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractActionRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractActionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractLogRepositoryTest.java index f7dbb0b13a1..edf2d597ea6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractRepositoryTest.java index 9babd32da13..e4c8e4e26fb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractResultRepositoryTest.java index ad01bf8bd7d..377ea400b63 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateChangeRepositoryTest.java index baf37303a46..ad51f418535 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractStateRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateRepositoryTest.java index ff76ffdcffc..2d4867c72bf 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractStateRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepositoryTest.java index 9e6de4326a3..722637d3023 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionHashRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ContractTransactionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionRepositoryTest.java index 997d2aaf598..4cfe1710288 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ContractTransactionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepositoryTest.java index f16150045f4..d93bf1eae05 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepositoryTest.java index 0ebeb878524..bb74ee489e6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CryptoTransferRepositoryTest.java index a0aaa7d71d1..e945367863c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepositoryTest.java index 1fb371cc575..e8a3d82dc06 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/CustomFeeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeRepositoryTest.java index f78c6cb716e..4ecb2772f10 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/CustomFeeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EntityHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityHistoryRepositoryTest.java index 9e838ed18bf..e1d2690e7df 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityRepositoryTest.java index ef40d8e8bdc..ff7b96e4e0d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepositoryTest.java index 295ff6fb756..bace8a565b2 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryTest.java index 1eb0c602a87..c754842362c 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityStakeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EntityTransactionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityTransactionRepositoryTest.java index 33259c2e3dd..ecace8e2f6a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityTransactionRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EntityTransactionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/EthereumTransactionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EthereumTransactionRepositoryTest.java index def74a494cb..e408bcf61fd 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EthereumTransactionRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/EthereumTransactionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/FileDataRepositoryTest.java index 0ed05eda4e5..16a50711206 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/LiveHashRepositoryTest.java index 670d9557f1f..a5ad43cecd3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NetworkFreezeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkFreezeRepositoryTest.java index ad76e568be9..b749a55d976 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkFreezeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkFreezeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NetworkStakeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkStakeRepositoryTest.java index d83831f7dda..414acd46152 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkStakeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NetworkStakeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepositoryTest.java index 2e88f252d6a..75ce3035a47 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NftAllowanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceRepositoryTest.java index 009395ad264..866380e3009 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NftHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftHistoryRepositoryTest.java index 8ef8fa590e6..1b34f953a6a 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NftRepositoryTest.java index 6faff72f00a..a0a4b85807a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NodeHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeHistoryRepositoryTest.java index d66dcb816af..7f92708fd00 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/NodeStakeRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeStakeRepositoryTest.java index 3770a9b9503..5a80d55eb11 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeStakeRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/NodeStakeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/PrngRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/PrngRepositoryTest.java index 5c5ecc1f2ec..3ddac5f9556 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/PrngRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/PrngRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ReconciliationJobRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ReconciliationJobRepositoryTest.java index 4de2c56ffb2..bcad1c84bcf 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ReconciliationJobRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ReconciliationJobRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/RecordFileRepositoryTest.java index 0f899f3eb7d..57cf5072da4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/ScheduleRepositoryTest.java index 26d08eda359..0b2db888ae0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/SidecarFileRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/SidecarFileRepositoryTest.java index 3cd906585a8..7252327267f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/SidecarFileRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/SidecarFileRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepositoryTest.java index bc1ef669895..c90dcb7dd83 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/StakingRewardTransferRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepositoryTest.java index 3a2f5028d31..3941792b8d0 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAccountRepositoryTest.java index 34d1bd29ed2..06b68e60c3b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepositoryTest.java index 5d2e8a96fa2..8c1e710c156 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAirdropRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropRepositoryTest.java index ec947769486..075207e00a3 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAirdropRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepositoryTest.java index a51b943937e..caa1feb46d8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenAllowanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceRepositoryTest.java index 639f2f8f661..3dbb9103a81 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenBalanceRepositoryTest.java index 56c97e8ac3e..df56cbe54d3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenHistoryRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenHistoryRepositoryTest.java index 6793038b8d6..83f6c8d30b8 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenHistoryRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenHistoryRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenRepositoryTest.java index 893babfc7bc..cbabb394b5d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TokenTransferRepositoryTest.java index e07912a59ed..636dc43a2f2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepositoryTest.java index 2bdb3aa9bab..c93f4aff19d 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageLookupRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TopicMessageRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageRepositoryTest.java index 777818b9d8f..f9be09aef1f 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TopicMessageRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TransactionHashRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionHashRepositoryTest.java index 123f9214a5b..bf9680efcde 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionHashRepositoryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionHashRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionRepositoryTest.java index ca5541145c8..40759009e35 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/TransactionSignatureRepositoryTest.java index 1e55a48e71a..fb55b9b87c4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistryTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistryTest.java index dbc17a2312f..df3f6b44621 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistryTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/repository/upsert/EntityMetadataRegistryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 c2cf25ff285..cdb8844c908 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/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 3c18df42412..9f99c899e2a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/retention/RetentionJobTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/retention/RetentionJobTest.java index de4e45a1135..635b633e2d6 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/retention/RetentionJobTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/retention/RetentionJobTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/test/performance/PerformanceProperties.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/test/performance/PerformanceProperties.java index e1b785958fb..cfdfb91f8ce 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/test/performance/PerformanceProperties.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/test/performance/PerformanceProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/java/com/hedera/mirror/importer/util/UtilityTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/util/UtilityTest.java index d6d88ae6127..271aef056a7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/build.gradle.kts b/hedera-mirror-monitor/build.gradle.kts index 6c501173335..62a83b18044 100644 --- a/hedera-mirror-monitor/build.gradle.kts +++ b/hedera-mirror-monitor/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 04b93684d9a..5c09d5d96a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 40c11b46d64..21cf64a4677 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 170d990b5ef..3dcb9fc3ec0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6604583eff5..3479ce42db1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f37574bba62..b8a20ddc658 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0e76f31cc73..4f76e8eaba7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 32d4674dd71..06cfd48bc00 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3bbe61868a5..66b7bbff597 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6e4917c38ad..4f6b23a47a3 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7ae2f65ced8..f464c9d4573 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 1eb50fcc0bc..5e99d902c50 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ac3777e85ba..9978e7da38e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6f6d3916138..b336cdf0821 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6182a13b47f..7b3130ff6c9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f6fc9293b71..779bd21efc7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 1ab2976a414..d5e02cb7c95 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 cf1fba31ab0..afc4aafa476 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/exception/ExpressionConversionException.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/exception/ExpressionConversionException.java index dde44cdf37b..125e146bd0e 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/exception/ExpressionConversionException.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/exception/ExpressionConversionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 9aac1349327..6f71d09d3ba 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 287c90e9368..1e1bef985ac 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ClusterHealthIndicator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ClusterHealthIndicator.java index 8c82c882292..c9adcb2185e 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ClusterHealthIndicator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ClusterHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicator.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicator.java index 7bcd2394dd8..761c7c0c49a 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicator.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthProperties.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthProperties.java index 62db685beed..0047e59c633 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthProperties.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/health/ReleaseHealthProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2370bda73f8..973eda1abc7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 bcebe96ce55..48722f1a069 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/NodeSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/NodeSupplier.java index 0013ef107b3..56028dff53c 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/NodeSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/NodeSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a6e8918c5cb..ab73cc8d675 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a358be18f43..dfb81ca55fe 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3dd0444f844..3b66aa869be 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 9d62e9deb5e..8dcfe8383e9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a531569a31f..207f9787fcf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8ae20f05b7a..4ca7ef26220 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2e9a7e1d740..795e9f5dda4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 25eb9b57ae8..d594f9cf2ac 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ebd1851798a..5a10ab7b695 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 e57110caf6b..afe5e3498b5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 668d8b9fa31..c7d1f7acffb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b7563e4819d..2793d306d35 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 262e70a9639..2623eba72da 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2859f194fff..87f51b4cae2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7b8218725b2..8f6a46233b1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c96af36c287..82eebb52603 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 71017b5643f..a124a0a0e0e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 21cc7d210b7..7fbb3e21bd5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ec96c7f9b35..baa8deec1e0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 42236067b1a..92eb2a799f4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b7e0c92b0fb..cb76f75e230 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b2ea2166bdc..f5dd2f2131a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/network/FreezeTransactionSupplier.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/network/FreezeTransactionSupplier.java index d859b94b831..9028f0bd17c 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/network/FreezeTransactionSupplier.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/publish/transaction/network/FreezeTransactionSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2e75f6b756a..0a4cfb0f0cd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 25c30c7ad12..83833873edf 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 daf5ab89bb0..ed3ea443e22 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ad946170beb..e5162158dfb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f78987aca47..f40e66ce4e2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 d5c42c281e5..3979a42eb2d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3b6b7d93eae..334b4538c8c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 10faca93225..53856039187 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ba4b5ba22ab..718e5d0c58b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 599abf44370..61177f006a5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7fcf05ba63f..ba1cf76be73 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6d1c0981285..97b801ec0f1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 486fab149cf..8172225dd7e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8009371ff25..834211b8e96 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8008ba13110..168d9f984b2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 56222db4685..0872edda7ea 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 d367a117466..17219b8eac5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f36b9458e66..c192c9c828e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 1e94b23e232..aeff88a09c5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8e6d9c2f6f9..2294f9d7c9d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2c887330807..0bd7e75ed87 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 001602c7c0e..057af0eab96 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 309a816b685..d6fc47aa09d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 201f06740af..ae99e161b3f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 9d4b3a7f580..6d1496d81e8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 90d27591276..03d114bf72f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7dc87d3f013..ad033ecd7c0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c9f599bb83b..612b769575c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c0150cb8a12..8c2fc8a01af 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b1952e39b19..655a6838536 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClient.java b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClient.java index 93d7d5d8542..1e681d76ce3 100644 --- a/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClient.java +++ b/hedera-mirror-monitor/src/main/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 e8c99e06d72..e1b692742a1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ef5d1dd303c..6a9fc15b937 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2e3e87ed6d6..8f070d8f435 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 4bb2f2593e4..fb814c2422a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/config/LoggingFilterTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/config/LoggingFilterTest.java index 887bd5efc11..eb1c079c214 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/config/LoggingFilterTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/config/LoggingFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2a15ccac4e5..386ebf6023f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 d6654c01318..057b22c568b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 da7f9ac8e8f..4fd00c0f24c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 bba1a85e14d..2cb39d17140 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ClusterHealthIndicatorTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ClusterHealthIndicatorTest.java index f2ecc06e4bb..7f8be509fef 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ClusterHealthIndicatorTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ClusterHealthIndicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicatorTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicatorTest.java index 7209674439a..3c9889abd27 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicatorTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/health/ReleaseHealthIndicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3c00dfa25c1..a7ade2a241b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/NodeSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/NodeSupplierTest.java index 44a0f139920..3ffb950fe9e 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/NodeSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/NodeSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2837459929c..a81897538af 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b8c91dfd9fa..e4c824efaa4 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 42740ca6089..b81e76e2d55 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c4c5856a0bd..a51ee3ef12f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ea1ed024f61..708e3056c39 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 21ef29dcf5c..e9023923267 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6e6c327dbfc..3449b715b19 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2056cc4add2..7d1f5ea67b9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c30384a5eae..9ba44cfff9d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6149d505071..ded4ca1d354 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a0635a6b45e..971361ac1a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ea1e7d2c689..dbc5d34083c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c756c470abe..72286e3b4c7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 feb36202a08..df934dc69c1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 507cc6bea0a..d1ce1769863 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0a277842f03..f5b973e04bc 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/FreezeTransactionSupplierTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/FreezeTransactionSupplierTest.java index 96e0b545bcf..743b2ca5e2a 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/FreezeTransactionSupplierTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/publish/transaction/token/FreezeTransactionSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a09196ab33e..b1b02fe10e7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 347ca4b10cd..a0a36ad67de 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f9f379ea907..5b7fb178557 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a9517bf8f6d..aa761484527 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 12c7ebd8df3..6185d963248 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b92de040fd2..42f5bd4385c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 21db2ed23be..2cad15e425f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3d1b17a9fb2..95db6dd0be0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 eb238549d24..8d6b4d9ac36 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 547cfa1071f..be6857614ff 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8ed5dc1dce4..6a2a89f8c5a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 684736b3063..595be5b5993 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6976c3bcd77..5f200ec02d6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 bd82ecb929d..7398f93750b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 687d62ad448..2233a339de8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6dd9c17e9f2..cc6b1e0b4bd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a3f1824942b..f018658370d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0ee4e6a9b1d..4c42d5aa78e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ed0fe48bca2..396a389a5cd 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 09515406e4d..7abdc586ac1 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 4376bd356df..35167561aa0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClientTest.java b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClientTest.java index fa5428779a6..f50a573f71c 100644 --- a/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClientTest.java +++ b/hedera-mirror-monitor/src/test/java/com/hedera/mirror/monitor/subscribe/rest/RestApiClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 35d4d817500..3a2f53d026c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 d611bc4124b..0475b670e1d 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-protobuf/build.gradle.kts b/hedera-mirror-protobuf/build.gradle.kts index c315e649e37..e41293da427 100644 --- a/hedera-mirror-protobuf/build.gradle.kts +++ b/hedera-mirror-protobuf/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/consensus_service.proto b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/consensus_service.proto index 5d36381b5d4..7a68f044c23 100644 --- a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/consensus_service.proto +++ b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/consensus_service.proto @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto index 2bfbbc1e45f..65afe9efabc 100644 --- a/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto +++ b/hedera-mirror-protobuf/src/main/proto/com/hedera/mirror/api/proto/network_service.proto @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/build.gradle.kts b/hedera-mirror-rest-java/build.gradle.kts index 5d62aa6430b..47403bde074 100644 --- a/hedera-mirror-rest-java/build.gradle.kts +++ b/hedera-mirror-rest-java/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/RestJavaApplication.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaApplication.java index 70df7570b26..788efb4c641 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaApplication.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/RestJavaProperties.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaProperties.java index edf288cdcab..deec86cd720 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaProperties.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/RestJavaProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/Constants.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/Constants.java index 54cadc86377..1eea31aebc1 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/Constants.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdAliasParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdAliasParameter.java index 59dcbf5ccd2..ec30d0ffa0c 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdAliasParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdAliasParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdEvmAddressParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdEvmAddressParameter.java index f76881e112b..66f32f2d230 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdEvmAddressParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdEvmAddressParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdNumParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdNumParameter.java index 3f2f696bb4f..01ea177fb7e 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdNumParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdNumParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdParameter.java index df1bbc7bf3c..d5662d560ae 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdRangeParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdRangeParameter.java index 426e0a015ff..ef97b6f8b72 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdRangeParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/EntityIdRangeParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactory.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactory.java index 2775ca67785..74cd0244a0c 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactory.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactoryImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactoryImpl.java index f080302db61..30b53cd47c8 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactoryImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/LinkFactoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/NumberRangeParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/NumberRangeParameter.java index ce81947d904..941b5318818 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/NumberRangeParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/NumberRangeParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/RangeOperator.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeOperator.java index 3aabefe936d..8be5ac97060 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeOperator.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeOperator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/RangeParameter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeParameter.java index a3ccc29dd82..7518034882a 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeParameter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/RangeParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/common/SpringApplicationContext.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/SpringApplicationContext.java index 9ebb0fe3be1..2bdbfd5ec85 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/SpringApplicationContext.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/common/SpringApplicationContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/config/JooqCustomConfiguration.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/JooqCustomConfiguration.java index ae98be12f55..64e37a6eaf3 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/JooqCustomConfiguration.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/JooqCustomConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/config/LoggingFilter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/LoggingFilter.java index 8692830fbbd..2b5616e604e 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/LoggingFilter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/LoggingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/config/MetricsConfiguration.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsConfiguration.java index 9deed08469b..b1ef792f085 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsConfiguration.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/config/MetricsFilter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsFilter.java index aaae93fcef7..23241cb941b 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsFilter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/config/MetricsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/controller/AllowancesController.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/AllowancesController.java index 694f4956500..30c5eb0e560 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/AllowancesController.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/AllowancesController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/controller/GenericControllerAdvice.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/GenericControllerAdvice.java index aa08b252688..f150759e370 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/GenericControllerAdvice.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/GenericControllerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/controller/TokenAirdropsController.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TokenAirdropsController.java index 951f992630e..31e8cb0ae3b 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TokenAirdropsController.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TokenAirdropsController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/controller/TopicController.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TopicController.java index 8a7a49b6006..9d10d0987ee 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TopicController.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/controller/TopicController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverter.java index d2c10b25e3b..1b9c92bd156 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverter.java index a5d2b9d3bd2..02c67e12e1b 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverter.java index aab358ab0ad..9237e6a28ec 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverter.java index ba76a9af503..76d531bc46f 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/LongRangeConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/LongRangeConverter.java index 11be84b7701..3ce01cfd0ed 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/LongRangeConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/LongRangeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/OrderConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/OrderConverter.java index 6e139608bb4..dff178c522b 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/OrderConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/OrderConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/converter/RangeFromStringConverter.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/RangeFromStringConverter.java index 3d78966f253..5ce977edc49 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/RangeFromStringConverter.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/converter/RangeFromStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/dto/NftAllowanceRequest.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/NftAllowanceRequest.java index 5d1a0945e6c..02ab3171d9c 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/NftAllowanceRequest.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/NftAllowanceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/dto/TokenAirdropRequest.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/TokenAirdropRequest.java index 9785e2cd72b..6777e38f232 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/TokenAirdropRequest.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/dto/TokenAirdropRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/exception/InvalidFilterException.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/InvalidFilterException.java index 3c6857b82f1..6e17144c566 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/InvalidFilterException.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/InvalidFilterException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/exception/RecordMappingException.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RecordMappingException.java index d83a9ce5807..b24a5afd78c 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RecordMappingException.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RecordMappingException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/exception/RestJavaException.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RestJavaException.java index 9ffa37d54f3..bdfbea026ce 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RestJavaException.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/exception/RestJavaException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapper.java index a7bfb0d40e6..4283dc3f390 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperProvider.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperProvider.java index 4011adf766e..a6d60022cd5 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperProvider.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/CollectionMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CollectionMapper.java index af680f1cf98..284212b7dd0 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CollectionMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CollectionMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/CommonMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CommonMapper.java index ac4ec10d8a8..e67d3bbd62f 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CommonMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/CommonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/MapperConfiguration.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/MapperConfiguration.java index e52d6f26909..f127b412e93 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/MapperConfiguration.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/MapperConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapper.java index bc052bacbb1..f48b8a4f552 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapper.java index 21bd71ad4d2..916796f7066 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/mapper/TopicMapper.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TopicMapper.java index cf954e86f91..5662e10b6cf 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TopicMapper.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/mapper/TopicMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/EntityRepository.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/EntityRepository.java index 85f0e0f4ac4..57beba6973f 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/EntityRepository.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/EntityRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/JooqRepository.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/JooqRepository.java index ad572deab57..40944c7f294 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/JooqRepository.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/JooqRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepository.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepository.java index 95461c5dc9a..0e8de10a2b3 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepository.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustom.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustom.java index e2897ddef36..aeb09bcbdb6 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustom.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustom.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustomImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustomImpl.java index 748b94e9072..5d9d57af889 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustomImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryCustomImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepository.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepository.java index 810a626864c..e51e8af87c8 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepository.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustom.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustom.java index 161ef00b40a..1e5ba5f1f25 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustom.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustom.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustomImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustomImpl.java index d8bc11b42f1..ed2a0843319 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustomImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryCustomImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/Bound.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/Bound.java index 1c3503db9d2..876aa808d42 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/Bound.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/Bound.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/EntityService.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityService.java index 468d5a2a0aa..62101699d56 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityService.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/EntityServiceImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityServiceImpl.java index e103868475c..f7e11c8ab50 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityServiceImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/EntityServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceService.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceService.java index ea3fc799f97..2c0e1765eaa 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceService.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceServiceImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceServiceImpl.java index e2986e02de5..95fe482cca1 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceServiceImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/NftAllowanceServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropService.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropService.java index e7475b259be..e1b744acd62 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropService.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropServiceImpl.java b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropServiceImpl.java index 755a6e7a4b2..2388a12a1be 100644 --- a/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropServiceImpl.java +++ b/hedera-mirror-rest-java/src/main/java/com/hedera/mirror/restjava/service/TokenAirdropServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/RestJavaIntegrationTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaIntegrationTest.java index ee258d721aa..321b4259a60 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaIntegrationTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/RestJavaPropertiesTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaPropertiesTest.java index 4c3fe3111c3..2a496c094de 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaPropertiesTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/RestJavaPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdParameterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdParameterTest.java index eada698cee7..912e81b0607 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdParameterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdRangeParameterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdRangeParameterTest.java index e68777c9010..f9e3c0c81e3 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdRangeParameterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/EntityIdRangeParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/common/LinkFactoryTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/LinkFactoryTest.java index b080d743fab..154b9bf5999 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/LinkFactoryTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/LinkFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/common/NumberRangeParameterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/NumberRangeParameterTest.java index 9b732944d7f..8d835592fbf 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/NumberRangeParameterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/common/NumberRangeParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/config/LoggingFilterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/LoggingFilterTest.java index ce34ea10941..396d6fa30f5 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/LoggingFilterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/LoggingFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/config/MetricsFilterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/MetricsFilterTest.java index 1e318a651e4..998e573343d 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/MetricsFilterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/config/MetricsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.java index aa72ff62e4e..5a05d496657 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/AllowancesControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/controller/ControllerTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/ControllerTest.java index a3d7186cb7d..3df12c688a6 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/ControllerTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/ControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/controller/TokenAirdropsControllerTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TokenAirdropsControllerTest.java index 5c42a604364..4126b12207d 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TokenAirdropsControllerTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TokenAirdropsControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/controller/TopicControllerTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TopicControllerTest.java index b0fe7995315..f46fb40c73b 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TopicControllerTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/controller/TopicControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverterTest.java index 0dbb3e8e92c..632ed5b705f 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/ByteArrayFromStringConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverterTest.java index fcd0384c78f..96ecfcd17a7 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromIntegerConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverterTest.java index 6f72cbfd0aa..1b1bd2bc50e 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromLongConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverterTest.java index 798a5ba689a..b8140ad2b84 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/EntityIdFromStringConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/LongRangeConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/LongRangeConverterTest.java index 9cd4892c782..ded29494ec1 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/LongRangeConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/LongRangeConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/converter/RangeFromStringConverterTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/RangeFromStringConverterTest.java index af053a418b2..9ea57bc2152 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/RangeFromStringConverterTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/converter/RangeFromStringConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperTest.java index 39b7a700080..c78c6cc6029 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/jooq/DomainRecordMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/mapper/CommonMapperTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/CommonMapperTest.java index 97d883bd5fd..a510ddb2c3a 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/CommonMapperTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/CommonMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapperTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapperTest.java index 95677c248db..c98911a9bf5 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapperTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/NftAllowanceMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapperTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapperTest.java index 79d62b6493c..b792dcf2cb1 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapperTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TokenAirdropMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/mapper/TopicMapperTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TopicMapperTest.java index d2fdf26549f..926655e2846 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TopicMapperTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/mapper/TopicMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/model/NftAllowanceModelTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/NftAllowanceModelTest.java index d0a22eb67ae..c9ddb6f2162 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/NftAllowanceModelTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/NftAllowanceModelTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/model/TokenAirdropModelTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/TokenAirdropModelTest.java index a9e4213ec51..e4dd8b615d7 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/TokenAirdropModelTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/model/TokenAirdropModelTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/repository/EntityRepositoryTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/EntityRepositoryTest.java index 9423c8fb1fc..6ac68d973a6 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/EntityRepositoryTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/EntityRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/repository/JooqRepositoryTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/JooqRepositoryTest.java index 46c19d0eb3e..b4cbbc3535e 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/JooqRepositoryTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/JooqRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryTest.java index 85bc045f3f8..eba30ce399c 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/NftAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryTest.java index d6a4196ff54..004427f8ce0 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/repository/TokenAirdropRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/service/EntityServiceTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/EntityServiceTest.java index f93ca196c42..7917de17d89 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/EntityServiceTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/EntityServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/service/NftAllowanceServiceTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/NftAllowanceServiceTest.java index 32bf8584bd0..0e02f12a8dd 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/NftAllowanceServiceTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/NftAllowanceServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/service/TokenAirdropServiceTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/TokenAirdropServiceTest.java index ba5557b518e..70378ed03ec 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/TokenAirdropServiceTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/service/TokenAirdropServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/RestSpecTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/RestSpecTest.java index b6adda34afe..72381423846 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/RestSpecTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/RestSpecTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AbstractEntityBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AbstractEntityBuilder.java index 66f6cd05ead..985528b19cc 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AbstractEntityBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AbstractEntityBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AccountBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AccountBuilder.java index 0527383cd02..917fda4f405 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AccountBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/AccountBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CompositeSpecDomainBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CompositeSpecDomainBuilder.java index 430d3bdce70..f4722018c21 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CompositeSpecDomainBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CompositeSpecDomainBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CryptoAllowanceBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CryptoAllowanceBuilder.java index 5c537391c8a..134aec792d2 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CryptoAllowanceBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/CryptoAllowanceBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/EntityBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/EntityBuilder.java index 81eabd6fd17..99442820ecd 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/EntityBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/EntityBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/FileDataBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/FileDataBuilder.java index 73e52b3e870..6b23138823e 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/FileDataBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/FileDataBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/NetworkStakeBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/NetworkStakeBuilder.java index a5a79ef4c64..830c1f37e89 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/NetworkStakeBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/NetworkStakeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/RecordFileBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/RecordFileBuilder.java index 48a4ff817c4..84ae5abf586 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/RecordFileBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/RecordFileBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/SpecDomainBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/SpecDomainBuilder.java index 214bc54b564..007b2ce1733 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/SpecDomainBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/SpecDomainBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/StakingRewardTransferBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/StakingRewardTransferBuilder.java index aa27f5b6058..2583a7665b1 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/StakingRewardTransferBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/StakingRewardTransferBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAccountBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAccountBuilder.java index f8709cb3f43..306b57bce3a 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAccountBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAccountBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAllowanceBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAllowanceBuilder.java index ce7f33e5356..2db24d5bc5c 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAllowanceBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TokenAllowanceBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TopicMessageBuilder.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TopicMessageBuilder.java index 48ffdb25ec7..d04b31a1d54 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TopicMessageBuilder.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/builder/TopicMessageBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/config/SpecTestConfig.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/config/SpecTestConfig.java index 46b8e229960..389471ba773 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/config/SpecTestConfig.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/config/SpecTestConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/converter/JsonAsStringDeserializer.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/converter/JsonAsStringDeserializer.java index f5e1a89a5f6..b31946279e1 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/converter/JsonAsStringDeserializer.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/converter/JsonAsStringDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpec.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpec.java index 6b1b6947c35..f403fe589f2 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpec.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpec.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpecNormalized.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpecNormalized.java index b4c900081ba..f87b1fbcc6e 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpecNormalized.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/RestSpecNormalized.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecSetup.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecSetup.java index f4b67acc579..27f5c1e0fce 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecSetup.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTest.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTest.java index f76b4ff959f..a2278adf81c 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTest.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTestNormalized.java b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTestNormalized.java index 5c712ac1a12..ff1c90b2470 100644 --- a/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTestNormalized.java +++ b/hedera-mirror-rest-java/src/test/java/com/hedera/mirror/restjava/spec/model/SpecTestNormalized.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/accountAlias.test.js b/hedera-mirror-rest/__tests__/accountAlias.test.js index b5106d43d8f..71f520f9ee1 100644 --- a/hedera-mirror-rest/__tests__/accountAlias.test.js +++ b/hedera-mirror-rest/__tests__/accountAlias.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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.deduplication.timestamp-lte.test.js b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-lte.test.js index 7f08610ba43..71603663cc8 100644 --- a/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-lte.test.js +++ b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-lte.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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.deduplication.timestamp-notfound.test.js b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-notfound.test.js index 8cda7e7e24c..0d39252c637 100644 --- a/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-notfound.test.js +++ b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp-notfound.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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.deduplication.timestamp.test.js b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp.test.js index ed72c40fb34..676a6313a22 100644 --- a/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp.test.js +++ b/hedera-mirror-rest/__tests__/accounts.deduplication.timestamp.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1c32fbcfcf3..31b38a3e725 100644 --- a/hedera-mirror-rest/__tests__/accounts.test.js +++ b/hedera-mirror-rest/__tests__/accounts.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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.deduplication.test.js b/hedera-mirror-rest/__tests__/balances.deduplication.test.js index 515a6d152f1..027075a1254 100644 --- a/hedera-mirror-rest/__tests__/balances.deduplication.test.js +++ b/hedera-mirror-rest/__tests__/balances.deduplication.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8e484cb0188..d2a6dc690bc 100644 --- a/hedera-mirror-rest/__tests__/balances.test.js +++ b/hedera-mirror-rest/__tests__/balances.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6bc5bd71954..4d6ff05bb68 100644 --- a/hedera-mirror-rest/__tests__/base32.test.js +++ b/hedera-mirror-rest/__tests__/base32.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/cache-disabled.test.js b/hedera-mirror-rest/__tests__/cache-disabled.test.js index 8516ae945a2..c72fa4d6038 100644 --- a/hedera-mirror-rest/__tests__/cache-disabled.test.js +++ b/hedera-mirror-rest/__tests__/cache-disabled.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/cache-misconfigured.test.js b/hedera-mirror-rest/__tests__/cache-misconfigured.test.js index d5fcce4cac7..d4666b8916a 100644 --- a/hedera-mirror-rest/__tests__/cache-misconfigured.test.js +++ b/hedera-mirror-rest/__tests__/cache-misconfigured.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/cache.test.js b/hedera-mirror-rest/__tests__/cache.test.js index 9b1b559ba61..77c468bacf5 100644 --- a/hedera-mirror-rest/__tests__/cache.test.js +++ b/hedera-mirror-rest/__tests__/cache.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/accountController.test.js b/hedera-mirror-rest/__tests__/controllers/accountController.test.js index aff6b801d93..3eee581e69d 100644 --- a/hedera-mirror-rest/__tests__/controllers/accountController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/accountController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/blockController.test.js b/hedera-mirror-rest/__tests__/controllers/blockController.test.js index 9db9c2f5012..bc4fad69d89 100644 --- a/hedera-mirror-rest/__tests__/controllers/blockController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/blockController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2af0da589d4..3abb388a03d 100644 --- a/hedera-mirror-rest/__tests__/controllers/contractController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/contractController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowanceController.test.js b/hedera-mirror-rest/__tests__/controllers/cryptoAllowanceController.test.js index 3ebdda744b0..87b9a9a9cfd 100644 --- a/hedera-mirror-rest/__tests__/controllers/cryptoAllowanceController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/cryptoAllowanceController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkController.test.js b/hedera-mirror-rest/__tests__/controllers/networkController.test.js index c646cb52054..8d1511cb121 100644 --- a/hedera-mirror-rest/__tests__/controllers/networkController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/networkController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowanceController.test.js b/hedera-mirror-rest/__tests__/controllers/tokenAllowanceController.test.js index 4ec13c916af..115471b1bf5 100644 --- a/hedera-mirror-rest/__tests__/controllers/tokenAllowanceController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/tokenAllowanceController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenController.test.js b/hedera-mirror-rest/__tests__/controllers/tokenController.test.js index bac793b9878..141639e8677 100644 --- a/hedera-mirror-rest/__tests__/controllers/tokenController.test.js +++ b/hedera-mirror-rest/__tests__/controllers/tokenController.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5f7b66d45e1..8fb43c7b9ea 100644 --- a/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js +++ b/hedera-mirror-rest/__tests__/data/db/stateproof/addRecordFileWithBytes.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b1e50ffc53c..a9c5d8d941e 100644 --- a/hedera-mirror-rest/__tests__/ed25519.test.js +++ b/hedera-mirror-rest/__tests__/ed25519.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 16322a990b8..aba9fbec3fb 100644 --- a/hedera-mirror-rest/__tests__/entityId.test.js +++ b/hedera-mirror-rest/__tests__/entityId.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/globalTeardown.js b/hedera-mirror-rest/__tests__/globalTeardown.js index fc31399dc0a..4367780a5bf 100644 --- a/hedera-mirror-rest/__tests__/globalTeardown.js +++ b/hedera-mirror-rest/__tests__/globalTeardown.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/bindTimestampRangeMatrix.js b/hedera-mirror-rest/__tests__/integration/bindTimestampRangeMatrix.js index 955bb71d045..e225fa1f1b0 100644 --- a/hedera-mirror-rest/__tests__/integration/bindTimestampRangeMatrix.js +++ b/hedera-mirror-rest/__tests__/integration/bindTimestampRangeMatrix.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/generator.js b/hedera-mirror-rest/__tests__/integration/generator.js index c06a50bd7c8..5f838169a71 100644 --- a/hedera-mirror-rest/__tests__/integration/generator.js +++ b/hedera-mirror-rest/__tests__/integration/generator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/template.js b/hedera-mirror-rest/__tests__/integration/template.js index ef4ff24502f..08bc188cf4d 100644 --- a/hedera-mirror-rest/__tests__/integration/template.js +++ b/hedera-mirror-rest/__tests__/integration/template.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/timestampRange.test.js b/hedera-mirror-rest/__tests__/integration/timestampRange.test.js index 89008cb901c..5390a55e1b7 100644 --- a/hedera-mirror-rest/__tests__/integration/timestampRange.test.js +++ b/hedera-mirror-rest/__tests__/integration/timestampRange.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/topicMessageLookupMatrix.js b/hedera-mirror-rest/__tests__/integration/topicMessageLookupMatrix.js index 1dcb5d6ca7d..9f98e843d8f 100644 --- a/hedera-mirror-rest/__tests__/integration/topicMessageLookupMatrix.js +++ b/hedera-mirror-rest/__tests__/integration/topicMessageLookupMatrix.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/topicmessage.test.js b/hedera-mirror-rest/__tests__/integration/topicmessage.test.js index 525f0a8c2fe..fa0576ff854 100644 --- a/hedera-mirror-rest/__tests__/integration/topicmessage.test.js +++ b/hedera-mirror-rest/__tests__/integration/topicmessage.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionHash.test.js b/hedera-mirror-rest/__tests__/integration/transactionHash.test.js index 4f2238b84d7..9b17fbb5422 100644 --- a/hedera-mirror-rest/__tests__/integration/transactionHash.test.js +++ b/hedera-mirror-rest/__tests__/integration/transactionHash.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionHashV1Matrix.js b/hedera-mirror-rest/__tests__/integration/transactionHashV1Matrix.js index 1d9f47bd1d5..3091b3d3da6 100644 --- a/hedera-mirror-rest/__tests__/integration/transactionHashV1Matrix.js +++ b/hedera-mirror-rest/__tests__/integration/transactionHashV1Matrix.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e729fcc1aba..0e68cd3ed59 100644 --- a/hedera-mirror-rest/__tests__/integrationDbOps.js +++ b/hedera-mirror-rest/__tests__/integrationDbOps.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1ee3745d38d..a4765da10dd 100644 --- a/hedera-mirror-rest/__tests__/integrationDomainOps.js +++ b/hedera-mirror-rest/__tests__/integrationDomainOps.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0f5a3559d56..835b561a2be 100644 --- a/hedera-mirror-rest/__tests__/integrationS3Ops.js +++ b/hedera-mirror-rest/__tests__/integrationS3Ops.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dd5c544d520..c402c275909 100644 --- a/hedera-mirror-rest/__tests__/integrationUtils.js +++ b/hedera-mirror-rest/__tests__/integrationUtils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/jestSetup.js b/hedera-mirror-rest/__tests__/jestSetup.js index 7d8ec43a184..b993f5e4741 100644 --- a/hedera-mirror-rest/__tests__/jestSetup.js +++ b/hedera-mirror-rest/__tests__/jestSetup.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/middleware/httpErrorHandler.test.js b/hedera-mirror-rest/__tests__/middleware/httpErrorHandler.test.js index 0cd24a98a22..c04c56fe637 100644 --- a/hedera-mirror-rest/__tests__/middleware/httpErrorHandler.test.js +++ b/hedera-mirror-rest/__tests__/middleware/httpErrorHandler.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/middleware/requestNormalizer.test.js b/hedera-mirror-rest/__tests__/middleware/requestNormalizer.test.js index 31be95879ab..377a9001729 100644 --- a/hedera-mirror-rest/__tests__/middleware/requestNormalizer.test.js +++ b/hedera-mirror-rest/__tests__/middleware/requestNormalizer.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/middleware/responseCacheHandler.test.js b/hedera-mirror-rest/__tests__/middleware/responseCacheHandler.test.js index 7f311232cc2..52b255e1e66 100644 --- a/hedera-mirror-rest/__tests__/middleware/responseCacheHandler.test.js +++ b/hedera-mirror-rest/__tests__/middleware/responseCacheHandler.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/middleware/responseHandler.test.js b/hedera-mirror-rest/__tests__/middleware/responseHandler.test.js index 75794084869..e856c9d1485 100644 --- a/hedera-mirror-rest/__tests__/middleware/responseHandler.test.js +++ b/hedera-mirror-rest/__tests__/middleware/responseHandler.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/exchangeRate.test.js b/hedera-mirror-rest/__tests__/model/exchangeRate.test.js index e292b038f9c..30a77490e45 100644 --- a/hedera-mirror-rest/__tests__/model/exchangeRate.test.js +++ b/hedera-mirror-rest/__tests__/model/exchangeRate.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/feeSchedule.test.js b/hedera-mirror-rest/__tests__/model/feeSchedule.test.js index ad4a8576ada..159d4d372c4 100644 --- a/hedera-mirror-rest/__tests__/model/feeSchedule.test.js +++ b/hedera-mirror-rest/__tests__/model/feeSchedule.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 bca5b8d9c90..815c5d3ac57 100644 --- a/hedera-mirror-rest/__tests__/model/signatureType.test.js +++ b/hedera-mirror-rest/__tests__/model/signatureType.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7576c30ffd9..da2e5e56b78 100644 --- a/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js +++ b/hedera-mirror-rest/__tests__/model/tokenFreezeStatus.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ea7caf4ddc9..c91b8bc1053 100644 --- a/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js +++ b/hedera-mirror-rest/__tests__/model/tokenKycStatus.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 66e481d6862..9fe213d6021 100644 --- a/hedera-mirror-rest/__tests__/model/transactionResult.test.js +++ b/hedera-mirror-rest/__tests__/model/transactionResult.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b09ce918d6f..e823d2f191e 100644 --- a/hedera-mirror-rest/__tests__/model/transactionType.test.js +++ b/hedera-mirror-rest/__tests__/model/transactionType.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 829e571bfed..e7b6b6a4a8c 100644 --- a/hedera-mirror-rest/__tests__/requestHandler.test.js +++ b/hedera-mirror-rest/__tests__/requestHandler.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 35fbc40b70d..d94093a7c0f 100644 --- a/hedera-mirror-rest/__tests__/s3client.test.js +++ b/hedera-mirror-rest/__tests__/s3client.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7f4bd91b404..ba77d961206 100644 --- a/hedera-mirror-rest/__tests__/schedules.test.js +++ b/hedera-mirror-rest/__tests__/schedules.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/baseService.test.js b/hedera-mirror-rest/__tests__/service/baseService.test.js index 95f4a099880..1b698ef118f 100644 --- a/hedera-mirror-rest/__tests__/service/baseService.test.js +++ b/hedera-mirror-rest/__tests__/service/baseService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 de422ae3399..bb1dee99bdb 100644 --- a/hedera-mirror-rest/__tests__/service/contractService.test.js +++ b/hedera-mirror-rest/__tests__/service/contractService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowanceService.test.js b/hedera-mirror-rest/__tests__/service/cryptoAllowanceService.test.js index f2b3bc59f74..024f5de90ba 100644 --- a/hedera-mirror-rest/__tests__/service/cryptoAllowanceService.test.js +++ b/hedera-mirror-rest/__tests__/service/cryptoAllowanceService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/entityService.test.js b/hedera-mirror-rest/__tests__/service/entityService.test.js index ade025de283..4487f3b5e7a 100644 --- a/hedera-mirror-rest/__tests__/service/entityService.test.js +++ b/hedera-mirror-rest/__tests__/service/entityService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fileDataService.test.js b/hedera-mirror-rest/__tests__/service/fileDataService.test.js index 60b04a69b0e..bbff6d09628 100644 --- a/hedera-mirror-rest/__tests__/service/fileDataService.test.js +++ b/hedera-mirror-rest/__tests__/service/fileDataService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkNodeService.test.js b/hedera-mirror-rest/__tests__/service/networkNodeService.test.js index 861276a1175..c4d776ed96a 100644 --- a/hedera-mirror-rest/__tests__/service/networkNodeService.test.js +++ b/hedera-mirror-rest/__tests__/service/networkNodeService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/nftService.test.js b/hedera-mirror-rest/__tests__/service/nftService.test.js index 6f6ef865dea..2194f0a709c 100644 --- a/hedera-mirror-rest/__tests__/service/nftService.test.js +++ b/hedera-mirror-rest/__tests__/service/nftService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 91e009f8ce7..24a077f73cc 100644 --- a/hedera-mirror-rest/__tests__/service/recordFileService.test.js +++ b/hedera-mirror-rest/__tests__/service/recordFileService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/stakingRewardTransferService.test.js b/hedera-mirror-rest/__tests__/service/stakingRewardTransferService.test.js index 56497bcb881..3364ee11db4 100644 --- a/hedera-mirror-rest/__tests__/service/stakingRewardTransferService.test.js +++ b/hedera-mirror-rest/__tests__/service/stakingRewardTransferService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowanceService.test.js b/hedera-mirror-rest/__tests__/service/tokenAllowanceService.test.js index 0b266341521..883f416d6fc 100644 --- a/hedera-mirror-rest/__tests__/service/tokenAllowanceService.test.js +++ b/hedera-mirror-rest/__tests__/service/tokenAllowanceService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenService.test.js b/hedera-mirror-rest/__tests__/service/tokenService.test.js index 45495825e64..27238847136 100644 --- a/hedera-mirror-rest/__tests__/service/tokenService.test.js +++ b/hedera-mirror-rest/__tests__/service/tokenService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 51ab5cca414..323e7014988 100644 --- a/hedera-mirror-rest/__tests__/service/transactionService.test.js +++ b/hedera-mirror-rest/__tests__/service/transactionService.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 607babd262b..b7c2ee2324a 100644 --- a/hedera-mirror-rest/__tests__/stateproof.test.js +++ b/hedera-mirror-rest/__tests__/stateproof.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d0d45ddf896..fe14e92e259 100644 --- a/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/compositeRecordFile.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7940f0ee1ed..8776343c6d8 100644 --- a/hedera-mirror-rest/__tests__/stream/hashObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/hashObject.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFilePreV5.test.js b/hedera-mirror-rest/__tests__/stream/recordFilePreV5.test.js index ecf8631b130..8a1962644af 100644 --- a/hedera-mirror-rest/__tests__/stream/recordFilePreV5.test.js +++ b/hedera-mirror-rest/__tests__/stream/recordFilePreV5.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFileV5.test.js b/hedera-mirror-rest/__tests__/stream/recordFileV5.test.js index 79389763128..28234a97774 100644 --- a/hedera-mirror-rest/__tests__/stream/recordFileV5.test.js +++ b/hedera-mirror-rest/__tests__/stream/recordFileV5.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFileV6.test.js b/hedera-mirror-rest/__tests__/stream/recordFileV6.test.js index 09608f12af4..d2b772923ea 100644 --- a/hedera-mirror-rest/__tests__/stream/recordFileV6.test.js +++ b/hedera-mirror-rest/__tests__/stream/recordFileV6.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 91b10720e75..ce52647df40 100644 --- a/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/recordStreamObject.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 341ec9d7376..1ea6fc517c6 100644 --- a/hedera-mirror-rest/__tests__/stream/runningHash.test.js +++ b/hedera-mirror-rest/__tests__/stream/runningHash.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 766ac05c840..c05fae90e4f 100644 --- a/hedera-mirror-rest/__tests__/stream/signatureFile.test.js +++ b/hedera-mirror-rest/__tests__/stream/signatureFile.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e9eee287a8e..96c0702d5af 100644 --- a/hedera-mirror-rest/__tests__/stream/signatureObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/signatureObject.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dbb792c683b..cc895d04ff4 100644 --- a/hedera-mirror-rest/__tests__/stream/streamObject.test.js +++ b/hedera-mirror-rest/__tests__/stream/streamObject.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ce7dfe00537..a7efde68881 100644 --- a/hedera-mirror-rest/__tests__/stream/testUtils.js +++ b/hedera-mirror-rest/__tests__/stream/testUtils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f601fc33425..04a9bd95821 100644 --- a/hedera-mirror-rest/__tests__/stream/utils.test.js +++ b/hedera-mirror-rest/__tests__/stream/utils.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ab41e2e3dc6..c8bdd16f809 100644 --- a/hedera-mirror-rest/__tests__/testutils.js +++ b/hedera-mirror-rest/__tests__/testutils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3538d73ff4f..e928ce6fca4 100644 --- a/hedera-mirror-rest/__tests__/tokens.test.js +++ b/hedera-mirror-rest/__tests__/tokens.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8ba0be46e73..2e5a63356dd 100644 --- a/hedera-mirror-rest/__tests__/topicmessage.test.js +++ b/hedera-mirror-rest/__tests__/topicmessage.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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__/transactionHash.test.js b/hedera-mirror-rest/__tests__/transactionHash.test.js index 95991e0f837..d0623558bc1 100644 --- a/hedera-mirror-rest/__tests__/transactionHash.test.js +++ b/hedera-mirror-rest/__tests__/transactionHash.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f75290b8bcf..d89583a425a 100644 --- a/hedera-mirror-rest/__tests__/transactionId.test.js +++ b/hedera-mirror-rest/__tests__/transactionId.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c4f45a68f84..7f4721dce6b 100644 --- a/hedera-mirror-rest/__tests__/utils.test.js +++ b/hedera-mirror-rest/__tests__/utils.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0c7e316c4df..fd12ee9fc5a 100644 --- a/hedera-mirror-rest/__tests__/utilsFilters.test.js +++ b/hedera-mirror-rest/__tests__/utilsFilters.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 19a3047bbed..e30bf828f39 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/assessedCustomFeeViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/blockViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/blockViewModel.test.js index 5c97689bcac..409827f104c 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/blockViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/blockViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractActionViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/contractActionViewModel.test.js index 83cc75c3824..39cbfb62e57 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractActionViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractActionViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2f2c16e83c3..feda8c62107 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractLogViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9cb79c9232f..9467c75ee3a 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractResultViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractStateViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/contractStateViewModel.test.js index 826c6120d44..ff34ab8ee8e 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractStateViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractStateViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9b3cffdc08e..f030e0ecc0c 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/contractViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 daf7dbf681c..82e3bb41ccc 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/customFeeViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/feeScheduleViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/feeScheduleViewModel.test.js index 1a0188aafaa..9423aae0aa3 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/feeScheduleViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/feeScheduleViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkNodeViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/networkNodeViewModel.test.js index f23acb8d045..8ca1fab6b9b 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/networkNodeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/networkNodeViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkStakeViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/networkStakeViewModel.test.js index 09b81663d14..5832dd7ba9b 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/networkStakeViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/networkStakeViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenRelationshipViewModel.test.js b/hedera-mirror-rest/__tests__/viewmodel/tokenRelationshipViewModel.test.js index acfdba99aef..51241b7fad4 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/tokenRelationshipViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/tokenRelationshipViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9e624835fd7..b3ff705f21b 100644 --- a/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js +++ b/hedera-mirror-rest/__tests__/viewmodel/topicMessageViewModel.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 802d631b909..0458a8780ba 100644 --- a/hedera-mirror-rest/accountAlias.js +++ b/hedera-mirror-rest/accountAlias.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a40dffe7bd1..2a66991dc12 100644 --- a/hedera-mirror-rest/accounts.js +++ b/hedera-mirror-rest/accounts.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ed473774b7e..8cf4207fd0c 100644 --- a/hedera-mirror-rest/balances.js +++ b/hedera-mirror-rest/balances.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7cee45cd120..26f648e93a7 100644 --- a/hedera-mirror-rest/base32.js +++ b/hedera-mirror-rest/base32.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-rest/build.gradle.kts index 12808f0b3d6..b03485cd4bd 100644 --- a/hedera-mirror-rest/build.gradle.kts +++ b/hedera-mirror-rest/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cache.js b/hedera-mirror-rest/cache.js index 81e5a5cd46e..4a5cd658118 100644 --- a/hedera-mirror-rest/cache.js +++ b/hedera-mirror-rest/cache.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8738a694f4c..90e46919d40 100644 --- a/hedera-mirror-rest/check-state-proof/addressBook.js +++ b/hedera-mirror-rest/check-state-proof/addressBook.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-rest/check-state-proof/build.gradle.kts index 75096783138..109e72dc918 100644 --- a/hedera-mirror-rest/check-state-proof/build.gradle.kts +++ b/hedera-mirror-rest/check-state-proof/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a5af8376254..e98c89b594a 100755 --- a/hedera-mirror-rest/check-state-proof/index.js +++ b/hedera-mirror-rest/check-state-proof/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/jest.config.js b/hedera-mirror-rest/check-state-proof/jest.config.js index 8a86b26f79c..db290201cea 100644 --- a/hedera-mirror-rest/check-state-proof/jest.config.js +++ b/hedera-mirror-rest/check-state-proof/jest.config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/startUpScreen.js b/hedera-mirror-rest/check-state-proof/startUpScreen.js index 5dd6977f829..c2bdd22b651 100644 --- a/hedera-mirror-rest/check-state-proof/startUpScreen.js +++ b/hedera-mirror-rest/check-state-proof/startUpScreen.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c0166cf8488..8541d7a9721 100644 --- a/hedera-mirror-rest/check-state-proof/stateProofHandler.js +++ b/hedera-mirror-rest/check-state-proof/stateProofHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a9bc532a012..dcd72696c32 100644 --- a/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js +++ b/hedera-mirror-rest/check-state-proof/tests/stateProof.test.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5ac6a28e7c6..d6e2f634a56 100644 --- a/hedera-mirror-rest/check-state-proof/transactionValidator.js +++ b/hedera-mirror-rest/check-state-proof/transactionValidator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 198ee769a94..85526a2f5d9 100644 --- a/hedera-mirror-rest/check-state-proof/utils.js +++ b/hedera-mirror-rest/check-state-proof/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a82275056f8..9ca39d4e693 100644 --- a/hedera-mirror-rest/constants.js +++ b/hedera-mirror-rest/constants.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/accountController.js b/hedera-mirror-rest/controllers/accountController.js index 66ce8ca9a7d..254f6b95ae2 100644 --- a/hedera-mirror-rest/controllers/accountController.js +++ b/hedera-mirror-rest/controllers/accountController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/baseController.js b/hedera-mirror-rest/controllers/baseController.js index a5d9910a9ec..734386ee2eb 100644 --- a/hedera-mirror-rest/controllers/baseController.js +++ b/hedera-mirror-rest/controllers/baseController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/blockController.js b/hedera-mirror-rest/controllers/blockController.js index 6f0a3b805c0..67c439c94ea 100644 --- a/hedera-mirror-rest/controllers/blockController.js +++ b/hedera-mirror-rest/controllers/blockController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/bound.js b/hedera-mirror-rest/controllers/bound.js index 316f84d058a..8f1b9b6e93c 100644 --- a/hedera-mirror-rest/controllers/bound.js +++ b/hedera-mirror-rest/controllers/bound.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e33183c51c6..8eb67f7ca58 100644 --- a/hedera-mirror-rest/controllers/contractController.js +++ b/hedera-mirror-rest/controllers/contractController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowanceController.js b/hedera-mirror-rest/controllers/cryptoAllowanceController.js index 049f865c088..d24fc49578a 100644 --- a/hedera-mirror-rest/controllers/cryptoAllowanceController.js +++ b/hedera-mirror-rest/controllers/cryptoAllowanceController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 49ac72c7666..c33dea76ee1 100644 --- a/hedera-mirror-rest/controllers/index.js +++ b/hedera-mirror-rest/controllers/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkController.js b/hedera-mirror-rest/controllers/networkController.js index 3a839996031..c957604ca95 100644 --- a/hedera-mirror-rest/controllers/networkController.js +++ b/hedera-mirror-rest/controllers/networkController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowanceController.js b/hedera-mirror-rest/controllers/tokenAllowanceController.js index 511a31acd6e..a1347a1e328 100644 --- a/hedera-mirror-rest/controllers/tokenAllowanceController.js +++ b/hedera-mirror-rest/controllers/tokenAllowanceController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenController.js b/hedera-mirror-rest/controllers/tokenController.js index 2756e27a0ef..b5467502b07 100644 --- a/hedera-mirror-rest/controllers/tokenController.js +++ b/hedera-mirror-rest/controllers/tokenController.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8372ae8c94c..4764865a690 100644 --- a/hedera-mirror-rest/ed25519.js +++ b/hedera-mirror-rest/ed25519.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a372b3c6e4a..af529473d77 100644 --- a/hedera-mirror-rest/entityId.js +++ b/hedera-mirror-rest/entityId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 342d64b7395..14629af6ef4 100644 --- a/hedera-mirror-rest/errors/dbError.js +++ b/hedera-mirror-rest/errors/dbError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fileDecodeError.js b/hedera-mirror-rest/errors/fileDecodeError.js index a6bc9862a51..4322704770e 100644 --- a/hedera-mirror-rest/errors/fileDecodeError.js +++ b/hedera-mirror-rest/errors/fileDecodeError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 79aeea56a37..ef7cd40f52d 100644 --- a/hedera-mirror-rest/errors/fileDownloadError.js +++ b/hedera-mirror-rest/errors/fileDownloadError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/index.js b/hedera-mirror-rest/errors/index.js index c0f7f41cc2d..b4f914c1dc9 100644 --- a/hedera-mirror-rest/errors/index.js +++ b/hedera-mirror-rest/errors/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a7a17dbec4d..0358421dca9 100644 --- a/hedera-mirror-rest/errors/invalidArgumentError.js +++ b/hedera-mirror-rest/errors/invalidArgumentError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/invalidClauseError.js b/hedera-mirror-rest/errors/invalidClauseError.js index e518cf34815..017748d0571 100644 --- a/hedera-mirror-rest/errors/invalidClauseError.js +++ b/hedera-mirror-rest/errors/invalidClauseError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5359a9e969c..27f3adf87e0 100644 --- a/hedera-mirror-rest/errors/invalidConfigError.js +++ b/hedera-mirror-rest/errors/invalidConfigError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6ec5fb12b25..09266e4a11e 100644 --- a/hedera-mirror-rest/errors/notFoundError.js +++ b/hedera-mirror-rest/errors/notFoundError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/restError.js b/hedera-mirror-rest/errors/restError.js index ba320dde5ea..a0fbd72166c 100644 --- a/hedera-mirror-rest/errors/restError.js +++ b/hedera-mirror-rest/errors/restError.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ef6ac47c204..18dfc40e588 100644 --- a/hedera-mirror-rest/health.js +++ b/hedera-mirror-rest/health.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/jest.config.js b/hedera-mirror-rest/jest.config.js index 889a7806294..cc49af3b1d7 100644 --- a/hedera-mirror-rest/jest.config.js +++ b/hedera-mirror-rest/jest.config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/logger.js b/hedera-mirror-rest/logger.js index ee395053ffb..fa5ebd538e8 100644 --- a/hedera-mirror-rest/logger.js +++ b/hedera-mirror-rest/logger.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 af993700b59..4f789e6969e 100644 --- a/hedera-mirror-rest/middleware/httpErrorHandler.js +++ b/hedera-mirror-rest/middleware/httpErrorHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/index.js b/hedera-mirror-rest/middleware/index.js index 5ebf57cd7a3..b2f64242e23 100644 --- a/hedera-mirror-rest/middleware/index.js +++ b/hedera-mirror-rest/middleware/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 70a59a5543f..de60cb9ff30 100644 --- a/hedera-mirror-rest/middleware/metricsHandler.js +++ b/hedera-mirror-rest/middleware/metricsHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 698829d4153..5b0e1dd54a2 100644 --- a/hedera-mirror-rest/middleware/openapiHandler.js +++ b/hedera-mirror-rest/middleware/openapiHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8a3e5c27872..01d26f25494 100644 --- a/hedera-mirror-rest/middleware/requestHandler.js +++ b/hedera-mirror-rest/middleware/requestHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/requestNormalizer.js b/hedera-mirror-rest/middleware/requestNormalizer.js index 1809359c1bd..fc45a2503d9 100644 --- a/hedera-mirror-rest/middleware/requestNormalizer.js +++ b/hedera-mirror-rest/middleware/requestNormalizer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/responseCacheHandler.js b/hedera-mirror-rest/middleware/responseCacheHandler.js index 4f8a6e22f34..addb6e4d768 100644 --- a/hedera-mirror-rest/middleware/responseCacheHandler.js +++ b/hedera-mirror-rest/middleware/responseCacheHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 e960c6aa607..701b7be2b30 100644 --- a/hedera-mirror-rest/middleware/responseHandler.js +++ b/hedera-mirror-rest/middleware/responseHandler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/accountBalanceFile.js b/hedera-mirror-rest/model/accountBalanceFile.js index 62048ad591d..7a38f7976af 100644 --- a/hedera-mirror-rest/model/accountBalanceFile.js +++ b/hedera-mirror-rest/model/accountBalanceFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/addressBook.js b/hedera-mirror-rest/model/addressBook.js index b3dc91d0c56..1beee088414 100644 --- a/hedera-mirror-rest/model/addressBook.js +++ b/hedera-mirror-rest/model/addressBook.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/addressBookEntry.js b/hedera-mirror-rest/model/addressBookEntry.js index 924f9b3f47f..f913ea7b584 100644 --- a/hedera-mirror-rest/model/addressBookEntry.js +++ b/hedera-mirror-rest/model/addressBookEntry.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/addressBookServiceEndpoint.js b/hedera-mirror-rest/model/addressBookServiceEndpoint.js index 2efedf4cc4c..55a70e713f5 100644 --- a/hedera-mirror-rest/model/addressBookServiceEndpoint.js +++ b/hedera-mirror-rest/model/addressBookServiceEndpoint.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f86cbab94ab..560a1181bc4 100644 --- a/hedera-mirror-rest/model/assessedCustomFee.js +++ b/hedera-mirror-rest/model/assessedCustomFee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cachedApiResponse.js b/hedera-mirror-rest/model/cachedApiResponse.js index 4f84357034c..207db265b5a 100644 --- a/hedera-mirror-rest/model/cachedApiResponse.js +++ b/hedera-mirror-rest/model/cachedApiResponse.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cachedToken.js b/hedera-mirror-rest/model/cachedToken.js index deba7f8a035..2d80da99793 100644 --- a/hedera-mirror-rest/model/cachedToken.js +++ b/hedera-mirror-rest/model/cachedToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 038df1ef3da..4ffd78d8b65 100644 --- a/hedera-mirror-rest/model/contract.js +++ b/hedera-mirror-rest/model/contract.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractAction.js b/hedera-mirror-rest/model/contractAction.js index 6469634a118..8472edf5da6 100644 --- a/hedera-mirror-rest/model/contractAction.js +++ b/hedera-mirror-rest/model/contractAction.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3aae8f540be..08ca61fa0c3 100644 --- a/hedera-mirror-rest/model/contractLog.js +++ b/hedera-mirror-rest/model/contractLog.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 09d1d94403f..832c1b71422 100644 --- a/hedera-mirror-rest/model/contractResult.js +++ b/hedera-mirror-rest/model/contractResult.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractState.js b/hedera-mirror-rest/model/contractState.js index 441ac825c55..d16376df530 100644 --- a/hedera-mirror-rest/model/contractState.js +++ b/hedera-mirror-rest/model/contractState.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractStateChange.js b/hedera-mirror-rest/model/contractStateChange.js index 9e0c986c315..879680a7916 100644 --- a/hedera-mirror-rest/model/contractStateChange.js +++ b/hedera-mirror-rest/model/contractStateChange.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractTransaction.js b/hedera-mirror-rest/model/contractTransaction.js index 4add39d5be6..a16196afb77 100644 --- a/hedera-mirror-rest/model/contractTransaction.js +++ b/hedera-mirror-rest/model/contractTransaction.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractTransactionHash.js b/hedera-mirror-rest/model/contractTransactionHash.js index 3e3ed12a295..022d0ecbfee 100644 --- a/hedera-mirror-rest/model/contractTransactionHash.js +++ b/hedera-mirror-rest/model/contractTransactionHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowance.js b/hedera-mirror-rest/model/cryptoAllowance.js index d44d32a3c17..8443948050b 100644 --- a/hedera-mirror-rest/model/cryptoAllowance.js +++ b/hedera-mirror-rest/model/cryptoAllowance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b7a15b622f5..0293e5c32a9 100644 --- a/hedera-mirror-rest/model/cryptoTransfer.js +++ b/hedera-mirror-rest/model/cryptoTransfer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6945deae155..600abe8972f 100644 --- a/hedera-mirror-rest/model/customFee.js +++ b/hedera-mirror-rest/model/customFee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1dfdcab33ea..32f32912b0e 100644 --- a/hedera-mirror-rest/model/entity.js +++ b/hedera-mirror-rest/model/entity.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/ethereumTransaction.js b/hedera-mirror-rest/model/ethereumTransaction.js index 290d9c4bca4..5a8dec6f94a 100644 --- a/hedera-mirror-rest/model/ethereumTransaction.js +++ b/hedera-mirror-rest/model/ethereumTransaction.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/exchangeRate.js b/hedera-mirror-rest/model/exchangeRate.js index 272aa8a1e4a..b4e29d4d974 100644 --- a/hedera-mirror-rest/model/exchangeRate.js +++ b/hedera-mirror-rest/model/exchangeRate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fee.js b/hedera-mirror-rest/model/fee.js index e1fd674af62..3e2b7bcf99d 100644 --- a/hedera-mirror-rest/model/fee.js +++ b/hedera-mirror-rest/model/fee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/feeSchedule.js b/hedera-mirror-rest/model/feeSchedule.js index fd0b2fec0fb..c144a591722 100644 --- a/hedera-mirror-rest/model/feeSchedule.js +++ b/hedera-mirror-rest/model/feeSchedule.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 90a41dee715..0bf92b977d7 100644 --- a/hedera-mirror-rest/model/fileData.js +++ b/hedera-mirror-rest/model/fileData.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fixedFee.js b/hedera-mirror-rest/model/fixedFee.js index 55b8cadf980..42da9f5474d 100644 --- a/hedera-mirror-rest/model/fixedFee.js +++ b/hedera-mirror-rest/model/fixedFee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fractionalFee.js b/hedera-mirror-rest/model/fractionalFee.js index 8bbf18551e3..b689c0eec9d 100644 --- a/hedera-mirror-rest/model/fractionalFee.js +++ b/hedera-mirror-rest/model/fractionalFee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 1bed2da7095..97fd11418cf 100644 --- a/hedera-mirror-rest/model/index.js +++ b/hedera-mirror-rest/model/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkNode.js b/hedera-mirror-rest/model/networkNode.js index e2fb34c36e2..406b67ae264 100644 --- a/hedera-mirror-rest/model/networkNode.js +++ b/hedera-mirror-rest/model/networkNode.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkStake.js b/hedera-mirror-rest/model/networkStake.js index eee2a66ab38..1e3310ec59b 100644 --- a/hedera-mirror-rest/model/networkStake.js +++ b/hedera-mirror-rest/model/networkStake.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5ee762354e9..1a81f44907a 100644 --- a/hedera-mirror-rest/model/nft.js +++ b/hedera-mirror-rest/model/nft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/nftHistory.js b/hedera-mirror-rest/model/nftHistory.js index c7fdcb78373..784ad04e0ac 100644 --- a/hedera-mirror-rest/model/nftHistory.js +++ b/hedera-mirror-rest/model/nftHistory.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ec6b2a87132..15f914676bb 100644 --- a/hedera-mirror-rest/model/nftTransfer.js +++ b/hedera-mirror-rest/model/nftTransfer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/node.js b/hedera-mirror-rest/model/node.js index d7e6beae9ef..120dd4edafc 100644 --- a/hedera-mirror-rest/model/node.js +++ b/hedera-mirror-rest/model/node.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/nodeStake.js b/hedera-mirror-rest/model/nodeStake.js index 4a0d6ed645a..ecab9c5047f 100644 --- a/hedera-mirror-rest/model/nodeStake.js +++ b/hedera-mirror-rest/model/nodeStake.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c05728cdc43..9405c5c4841 100644 --- a/hedera-mirror-rest/model/recordFile.js +++ b/hedera-mirror-rest/model/recordFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/royaltyFee.js b/hedera-mirror-rest/model/royaltyFee.js index 76f2f77ba9d..ec1fe5dc2cf 100644 --- a/hedera-mirror-rest/model/royaltyFee.js +++ b/hedera-mirror-rest/model/royaltyFee.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8e1fb08ce15..98e41852e0f 100644 --- a/hedera-mirror-rest/model/signatureType.js +++ b/hedera-mirror-rest/model/signatureType.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/stakingRewardTransfer.js b/hedera-mirror-rest/model/stakingRewardTransfer.js index 3b2a6e78258..7346fccecb9 100644 --- a/hedera-mirror-rest/model/stakingRewardTransfer.js +++ b/hedera-mirror-rest/model/stakingRewardTransfer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 95d3e493bde..d3c26ba4c0a 100644 --- a/hedera-mirror-rest/model/token.js +++ b/hedera-mirror-rest/model/token.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAccount.js b/hedera-mirror-rest/model/tokenAccount.js index 8ee6aa36454..66ae9d8c854 100644 --- a/hedera-mirror-rest/model/tokenAccount.js +++ b/hedera-mirror-rest/model/tokenAccount.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowance.js b/hedera-mirror-rest/model/tokenAllowance.js index c8da4a588e9..da14af7a256 100644 --- a/hedera-mirror-rest/model/tokenAllowance.js +++ b/hedera-mirror-rest/model/tokenAllowance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenBalance.js b/hedera-mirror-rest/model/tokenBalance.js index 6f9a606aac0..69d4fcea190 100644 --- a/hedera-mirror-rest/model/tokenBalance.js +++ b/hedera-mirror-rest/model/tokenBalance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4ab0322d6f1..b1b02664e1d 100644 --- a/hedera-mirror-rest/model/tokenFreezeStatus.js +++ b/hedera-mirror-rest/model/tokenFreezeStatus.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 c77b61028a0..b73f22448a2 100644 --- a/hedera-mirror-rest/model/tokenKycStatus.js +++ b/hedera-mirror-rest/model/tokenKycStatus.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f57ad0960d1..98ac7912654 100644 --- a/hedera-mirror-rest/model/tokenTransfer.js +++ b/hedera-mirror-rest/model/tokenTransfer.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenType.js b/hedera-mirror-rest/model/tokenType.js index dd5a7299bfd..edddd645543 100644 --- a/hedera-mirror-rest/model/tokenType.js +++ b/hedera-mirror-rest/model/tokenType.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 4a18874823e..b071cb4c23d 100644 --- a/hedera-mirror-rest/model/topicMessage.js +++ b/hedera-mirror-rest/model/topicMessage.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/topicMessageLookup.js b/hedera-mirror-rest/model/topicMessageLookup.js index aeb10bfbb24..0321b828f9b 100644 --- a/hedera-mirror-rest/model/topicMessageLookup.js +++ b/hedera-mirror-rest/model/topicMessageLookup.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 2ff8a9902b3..d16473bd520 100644 --- a/hedera-mirror-rest/model/transaction.js +++ b/hedera-mirror-rest/model/transaction.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionHash.js b/hedera-mirror-rest/model/transactionHash.js index 64854f62c7f..5993595358d 100644 --- a/hedera-mirror-rest/model/transactionHash.js +++ b/hedera-mirror-rest/model/transactionHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionId.js b/hedera-mirror-rest/model/transactionId.js index 07193f89441..0d66923f50b 100644 --- a/hedera-mirror-rest/model/transactionId.js +++ b/hedera-mirror-rest/model/transactionId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 03215f59f92..ab0d90aad07 100644 --- a/hedera-mirror-rest/model/transactionResult.js +++ b/hedera-mirror-rest/model/transactionResult.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b463edb89e9..08480896c82 100644 --- a/hedera-mirror-rest/model/transactionType.js +++ b/hedera-mirror-rest/model/transactionType.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/account_tests.js b/hedera-mirror-rest/monitoring/account_tests.js index 2e69a6c71c8..3dc7f51a03a 100644 --- a/hedera-mirror-rest/monitoring/account_tests.js +++ b/hedera-mirror-rest/monitoring/account_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/balance_tests.js b/hedera-mirror-rest/monitoring/balance_tests.js index d0e9bd66175..a9e71502e54 100644 --- a/hedera-mirror-rest/monitoring/balance_tests.js +++ b/hedera-mirror-rest/monitoring/balance_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/block_tests.js b/hedera-mirror-rest/monitoring/block_tests.js index 9a8f89d9528..520c50e8d8d 100644 --- a/hedera-mirror-rest/monitoring/block_tests.js +++ b/hedera-mirror-rest/monitoring/block_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-rest/monitoring/build.gradle.kts index 10b47807342..30b142d23bf 100644 --- a/hedera-mirror-rest/monitoring/build.gradle.kts +++ b/hedera-mirror-rest/monitoring/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/common.js b/hedera-mirror-rest/monitoring/common.js index 1cdaadb3c2b..8a0b8bb57a6 100644 --- a/hedera-mirror-rest/monitoring/common.js +++ b/hedera-mirror-rest/monitoring/common.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/config.js b/hedera-mirror-rest/monitoring/config.js index 5aecca24454..c9c71876a9f 100644 --- a/hedera-mirror-rest/monitoring/config.js +++ b/hedera-mirror-rest/monitoring/config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contracts_tests.js b/hedera-mirror-rest/monitoring/contracts_tests.js index fbc7912bfa6..e888bfde6fc 100644 --- a/hedera-mirror-rest/monitoring/contracts_tests.js +++ b/hedera-mirror-rest/monitoring/contracts_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/logger.js b/hedera-mirror-rest/monitoring/logger.js index 53c6315499b..83e29b2b25f 100644 --- a/hedera-mirror-rest/monitoring/logger.js +++ b/hedera-mirror-rest/monitoring/logger.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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.js b/hedera-mirror-rest/monitoring/monitor.js index a073c7c83d1..433f4c2bf5a 100644 --- a/hedera-mirror-rest/monitoring/monitor.js +++ b/hedera-mirror-rest/monitoring/monitor.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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_tests.js b/hedera-mirror-rest/monitoring/monitor_tests.js index cbea235e714..4831c6ed547 100644 --- a/hedera-mirror-rest/monitoring/monitor_tests.js +++ b/hedera-mirror-rest/monitoring/monitor_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/network_tests.js b/hedera-mirror-rest/monitoring/network_tests.js index 1fad66ce156..8b4da4c981d 100644 --- a/hedera-mirror-rest/monitoring/network_tests.js +++ b/hedera-mirror-rest/monitoring/network_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/schedule_tests.js b/hedera-mirror-rest/monitoring/schedule_tests.js index a8e70bc369b..109508cf683 100644 --- a/hedera-mirror-rest/monitoring/schedule_tests.js +++ b/hedera-mirror-rest/monitoring/schedule_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/server.js b/hedera-mirror-rest/monitoring/server.js index 3b7ab26b673..86ce55078fd 100644 --- a/hedera-mirror-rest/monitoring/server.js +++ b/hedera-mirror-rest/monitoring/server.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/stateproof_tests.js b/hedera-mirror-rest/monitoring/stateproof_tests.js index 854a4540da9..2b2b9135866 100644 --- a/hedera-mirror-rest/monitoring/stateproof_tests.js +++ b/hedera-mirror-rest/monitoring/stateproof_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/token_tests.js b/hedera-mirror-rest/monitoring/token_tests.js index 8fcb758dbfb..5b79ed3dcdc 100644 --- a/hedera-mirror-rest/monitoring/token_tests.js +++ b/hedera-mirror-rest/monitoring/token_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/topic_tests.js b/hedera-mirror-rest/monitoring/topic_tests.js index ab426387b00..e94df500ea0 100644 --- a/hedera-mirror-rest/monitoring/topic_tests.js +++ b/hedera-mirror-rest/monitoring/topic_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transaction_tests.js b/hedera-mirror-rest/monitoring/transaction_tests.js index 19ae0ccf8e0..ae36024c374 100644 --- a/hedera-mirror-rest/monitoring/transaction_tests.js +++ b/hedera-mirror-rest/monitoring/transaction_tests.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/utils.js b/hedera-mirror-rest/monitoring/utils.js index 82c39b691a4..434dfafdb7b 100644 --- a/hedera-mirror-rest/monitoring/utils.js +++ b/hedera-mirror-rest/monitoring/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/accountRoute.js b/hedera-mirror-rest/routes/accountRoute.js index 8ba6fb922da..0dba0541e17 100644 --- a/hedera-mirror-rest/routes/accountRoute.js +++ b/hedera-mirror-rest/routes/accountRoute.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/blockRoute.js b/hedera-mirror-rest/routes/blockRoute.js index 6c0576faa76..21281ff99be 100644 --- a/hedera-mirror-rest/routes/blockRoute.js +++ b/hedera-mirror-rest/routes/blockRoute.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 42cd5669e1d..59dc55bcb4b 100644 --- a/hedera-mirror-rest/routes/contractRoute.js +++ b/hedera-mirror-rest/routes/contractRoute.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 56df9b69dfc..bb03da89568 100644 --- a/hedera-mirror-rest/routes/index.js +++ b/hedera-mirror-rest/routes/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkRoute.js b/hedera-mirror-rest/routes/networkRoute.js index 1d8d8c72392..8f97fe3fb1e 100644 --- a/hedera-mirror-rest/routes/networkRoute.js +++ b/hedera-mirror-rest/routes/networkRoute.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 93cda06bb36..c8dc80b20c0 100644 --- a/hedera-mirror-rest/s3client.js +++ b/hedera-mirror-rest/s3client.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 51e0060297e..fe57fd6b527 100644 --- a/hedera-mirror-rest/schedules.js +++ b/hedera-mirror-rest/schedules.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f43e940216b..91c4a0752bf 100644 --- a/hedera-mirror-rest/server.js +++ b/hedera-mirror-rest/server.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b3786e408e1..4b6215f37a3 100644 --- a/hedera-mirror-rest/service/baseService.js +++ b/hedera-mirror-rest/service/baseService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 77debdb51d9..42fc661297a 100644 --- a/hedera-mirror-rest/service/contractService.js +++ b/hedera-mirror-rest/service/contractService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowanceService.js b/hedera-mirror-rest/service/cryptoAllowanceService.js index 93eb17cdec7..316f16bc52a 100644 --- a/hedera-mirror-rest/service/cryptoAllowanceService.js +++ b/hedera-mirror-rest/service/cryptoAllowanceService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/entityService.js b/hedera-mirror-rest/service/entityService.js index ebbe3621021..0842f061865 100644 --- a/hedera-mirror-rest/service/entityService.js +++ b/hedera-mirror-rest/service/entityService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/fileDataService.js b/hedera-mirror-rest/service/fileDataService.js index e0afa2b1da3..c8664cbc8fa 100644 --- a/hedera-mirror-rest/service/fileDataService.js +++ b/hedera-mirror-rest/service/fileDataService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a6cd22e872b..5b03eb8acd6 100644 --- a/hedera-mirror-rest/service/index.js +++ b/hedera-mirror-rest/service/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkNodeService.js b/hedera-mirror-rest/service/networkNodeService.js index cfbb293bac7..2487a1c76c0 100644 --- a/hedera-mirror-rest/service/networkNodeService.js +++ b/hedera-mirror-rest/service/networkNodeService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b630aa18bc8..93db27d5a8f 100644 --- a/hedera-mirror-rest/service/nftService.js +++ b/hedera-mirror-rest/service/nftService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 68a4987a352..d302134bb74 100644 --- a/hedera-mirror-rest/service/recordFileService.js +++ b/hedera-mirror-rest/service/recordFileService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/stakingRewardTransferService.js b/hedera-mirror-rest/service/stakingRewardTransferService.js index 4c9a1d0b14e..265e393975c 100644 --- a/hedera-mirror-rest/service/stakingRewardTransferService.js +++ b/hedera-mirror-rest/service/stakingRewardTransferService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowanceService.js b/hedera-mirror-rest/service/tokenAllowanceService.js index 2c752145297..cd04ee53c35 100644 --- a/hedera-mirror-rest/service/tokenAllowanceService.js +++ b/hedera-mirror-rest/service/tokenAllowanceService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 09837af38c2..1bbbbf70a5c 100644 --- a/hedera-mirror-rest/service/tokenService.js +++ b/hedera-mirror-rest/service/tokenService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 9e6eaa9fe24..2be515666db 100644 --- a/hedera-mirror-rest/service/transactionService.js +++ b/hedera-mirror-rest/service/transactionService.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/sql/index.js b/hedera-mirror-rest/sql/index.js index 0f868a50e79..2f9905018c7 100644 --- a/hedera-mirror-rest/sql/index.js +++ b/hedera-mirror-rest/sql/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/sql/orderSpec.js b/hedera-mirror-rest/sql/orderSpec.js index 3adf2f49703..1c0965226f9 100644 --- a/hedera-mirror-rest/sql/orderSpec.js +++ b/hedera-mirror-rest/sql/orderSpec.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b12ff90cb21..2b2e68326b0 100644 --- a/hedera-mirror-rest/stateproof.js +++ b/hedera-mirror-rest/stateproof.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 903bb51eae1..632161a28b0 100644 --- a/hedera-mirror-rest/stream/compactRecordFile.js +++ b/hedera-mirror-rest/stream/compactRecordFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 456b464d32a..001e8918a4c 100644 --- a/hedera-mirror-rest/stream/compositeRecordFile.js +++ b/hedera-mirror-rest/stream/compositeRecordFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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 517287c29de..e8702faca10 100644 --- a/hedera-mirror-rest/stream/constants.js +++ b/hedera-mirror-rest/stream/constants.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8d5a7e52dfd..b711837cf6b 100644 --- a/hedera-mirror-rest/stream/hashObject.js +++ b/hedera-mirror-rest/stream/hashObject.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f28a8e0676e..826dae7ab54 100644 --- a/hedera-mirror-rest/stream/index.js +++ b/hedera-mirror-rest/stream/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 bcda883bb6c..682d9b7f22e 100644 --- a/hedera-mirror-rest/stream/recordFile.js +++ b/hedera-mirror-rest/stream/recordFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFilePreV5.js b/hedera-mirror-rest/stream/recordFilePreV5.js index f533c4df0c4..63830083e21 100644 --- a/hedera-mirror-rest/stream/recordFilePreV5.js +++ b/hedera-mirror-rest/stream/recordFilePreV5.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFileV5.js b/hedera-mirror-rest/stream/recordFileV5.js index b0d7cddb66e..10ac13bc93f 100644 --- a/hedera-mirror-rest/stream/recordFileV5.js +++ b/hedera-mirror-rest/stream/recordFileV5.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/recordFileV6.js b/hedera-mirror-rest/stream/recordFileV6.js index 0caa04ba176..f426aa62d43 100644 --- a/hedera-mirror-rest/stream/recordFileV6.js +++ b/hedera-mirror-rest/stream/recordFileV6.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7dfe2126386..1406f94f71d 100644 --- a/hedera-mirror-rest/stream/recordStreamObject.js +++ b/hedera-mirror-rest/stream/recordStreamObject.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0d8c2f3020e..ffc74f1face 100644 --- a/hedera-mirror-rest/stream/runningHash.js +++ b/hedera-mirror-rest/stream/runningHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 6f004dfe4f5..db5b90844ff 100644 --- a/hedera-mirror-rest/stream/signatureFile.js +++ b/hedera-mirror-rest/stream/signatureFile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0762cfacaa7..de49bc9a49f 100644 --- a/hedera-mirror-rest/stream/signatureObject.js +++ b/hedera-mirror-rest/stream/signatureObject.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3770ca4dc60..5889cf58f94 100644 --- a/hedera-mirror-rest/stream/streamObject.js +++ b/hedera-mirror-rest/stream/streamObject.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 cc57b8e91b3..a3d987a1c2b 100644 --- a/hedera-mirror-rest/stream/utils.js +++ b/hedera-mirror-rest/stream/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/timestampRange.js b/hedera-mirror-rest/timestampRange.js index db5748cf9fb..112c9fb39ba 100644 --- a/hedera-mirror-rest/timestampRange.js +++ b/hedera-mirror-rest/timestampRange.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 d4f93a0b644..5c0edc65901 100644 --- a/hedera-mirror-rest/tokens.js +++ b/hedera-mirror-rest/tokens.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 8ddb017fe81..da429c604d1 100644 --- a/hedera-mirror-rest/topicmessage.js +++ b/hedera-mirror-rest/topicmessage.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionHash.js b/hedera-mirror-rest/transactionHash.js index c2831920db2..c00212730b3 100644 --- a/hedera-mirror-rest/transactionHash.js +++ b/hedera-mirror-rest/transactionHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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 412f5fdbec2..b1074508723 100644 --- a/hedera-mirror-rest/transactionId.js +++ b/hedera-mirror-rest/transactionId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the 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 0281239148a..741e7f7d3da 100644 --- a/hedera-mirror-rest/utils.js +++ b/hedera-mirror-rest/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/addressBookServiceEndpointViewModel.js b/hedera-mirror-rest/viewmodel/addressBookServiceEndpointViewModel.js index 291f52eada3..d9bdf92dc8c 100644 --- a/hedera-mirror-rest/viewmodel/addressBookServiceEndpointViewModel.js +++ b/hedera-mirror-rest/viewmodel/addressBookServiceEndpointViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 39417ca92da..be99913e63c 100644 --- a/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js +++ b/hedera-mirror-rest/viewmodel/assessedCustomFeeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/baseAllowanceViewModel.js b/hedera-mirror-rest/viewmodel/baseAllowanceViewModel.js index 330592a69f7..9a9fc68760c 100644 --- a/hedera-mirror-rest/viewmodel/baseAllowanceViewModel.js +++ b/hedera-mirror-rest/viewmodel/baseAllowanceViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/blockViewModel.js b/hedera-mirror-rest/viewmodel/blockViewModel.js index fe39b32df82..1f51d482784 100644 --- a/hedera-mirror-rest/viewmodel/blockViewModel.js +++ b/hedera-mirror-rest/viewmodel/blockViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractActionViewModel.js b/hedera-mirror-rest/viewmodel/contractActionViewModel.js index 26df2fef62b..5567472e245 100644 --- a/hedera-mirror-rest/viewmodel/contractActionViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractActionViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractBytecodeViewModel.js b/hedera-mirror-rest/viewmodel/contractBytecodeViewModel.js index 59e8a52b268..b51cb8d2f69 100644 --- a/hedera-mirror-rest/viewmodel/contractBytecodeViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractBytecodeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 240c223bbdf..2d267e222ef 100644 --- a/hedera-mirror-rest/viewmodel/contractLogViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractLogViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 511d5f98f40..01323ac84e0 100644 --- a/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultDetailsViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 7cb86ef8743..88a69843708 100644 --- a/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultLogViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractResultStateChangeViewModel.js b/hedera-mirror-rest/viewmodel/contractResultStateChangeViewModel.js index df8ea7599bd..c5a0667f223 100644 --- a/hedera-mirror-rest/viewmodel/contractResultStateChangeViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultStateChangeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 5a55b4d6d4f..445253ad413 100644 --- a/hedera-mirror-rest/viewmodel/contractResultViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractResultViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/contractStateViewModel.js b/hedera-mirror-rest/viewmodel/contractStateViewModel.js index d768e6e82c7..06c99868f63 100644 --- a/hedera-mirror-rest/viewmodel/contractStateViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractStateViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 f76c5cbbf30..3fcdc5eed75 100644 --- a/hedera-mirror-rest/viewmodel/contractViewModel.js +++ b/hedera-mirror-rest/viewmodel/contractViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the 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/cryptoAllowanceViewModel.js b/hedera-mirror-rest/viewmodel/cryptoAllowanceViewModel.js index c29a309bdc2..38dd15966af 100644 --- a/hedera-mirror-rest/viewmodel/cryptoAllowanceViewModel.js +++ b/hedera-mirror-rest/viewmodel/cryptoAllowanceViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 3327966ad7f..f517cdbb744 100644 --- a/hedera-mirror-rest/viewmodel/customFeeViewModel.js +++ b/hedera-mirror-rest/viewmodel/customFeeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/exchangeRateSetViewModel.js b/hedera-mirror-rest/viewmodel/exchangeRateSetViewModel.js index 1e15ddac83f..e6331f19b69 100644 --- a/hedera-mirror-rest/viewmodel/exchangeRateSetViewModel.js +++ b/hedera-mirror-rest/viewmodel/exchangeRateSetViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/exchangeRateViewModel.js b/hedera-mirror-rest/viewmodel/exchangeRateViewModel.js index 7a8fe56a227..d467a70dae2 100644 --- a/hedera-mirror-rest/viewmodel/exchangeRateViewModel.js +++ b/hedera-mirror-rest/viewmodel/exchangeRateViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/feeScheduleViewModel.js b/hedera-mirror-rest/viewmodel/feeScheduleViewModel.js index 2fac92b0f72..55af50395e6 100644 --- a/hedera-mirror-rest/viewmodel/feeScheduleViewModel.js +++ b/hedera-mirror-rest/viewmodel/feeScheduleViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 ad7dc248890..e4e40b7e33c 100644 --- a/hedera-mirror-rest/viewmodel/index.js +++ b/hedera-mirror-rest/viewmodel/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkNodeViewModel.js b/hedera-mirror-rest/viewmodel/networkNodeViewModel.js index daa8c3be536..64d46bb66df 100644 --- a/hedera-mirror-rest/viewmodel/networkNodeViewModel.js +++ b/hedera-mirror-rest/viewmodel/networkNodeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkStakeViewModel.js b/hedera-mirror-rest/viewmodel/networkStakeViewModel.js index 340a50311f9..d855a718986 100644 --- a/hedera-mirror-rest/viewmodel/networkStakeViewModel.js +++ b/hedera-mirror-rest/viewmodel/networkStakeViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/networkSupplyViewModel.js b/hedera-mirror-rest/viewmodel/networkSupplyViewModel.js index d5936e753d4..6aba0c02013 100644 --- a/hedera-mirror-rest/viewmodel/networkSupplyViewModel.js +++ b/hedera-mirror-rest/viewmodel/networkSupplyViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 b81c3d5da57..b496c62f06e 100644 --- a/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftTransactionHistoryViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 dc5e5eb7237..387de26b412 100644 --- a/hedera-mirror-rest/viewmodel/nftTransferViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftTransferViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 a20b8e2e4cb..72f10c82343 100644 --- a/hedera-mirror-rest/viewmodel/nftViewModel.js +++ b/hedera-mirror-rest/viewmodel/nftViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/stakingRewardTransferViewModel.js b/hedera-mirror-rest/viewmodel/stakingRewardTransferViewModel.js index 3bf8d94aae0..c1371bd4d6c 100644 --- a/hedera-mirror-rest/viewmodel/stakingRewardTransferViewModel.js +++ b/hedera-mirror-rest/viewmodel/stakingRewardTransferViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenAllowanceViewModel.js b/hedera-mirror-rest/viewmodel/tokenAllowanceViewModel.js index 720030648a2..699cbaf59f8 100644 --- a/hedera-mirror-rest/viewmodel/tokenAllowanceViewModel.js +++ b/hedera-mirror-rest/viewmodel/tokenAllowanceViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tokenRelationshipViewModel.js b/hedera-mirror-rest/viewmodel/tokenRelationshipViewModel.js index b254d1d3330..97e91cfa1c2 100644 --- a/hedera-mirror-rest/viewmodel/tokenRelationshipViewModel.js +++ b/hedera-mirror-rest/viewmodel/tokenRelationshipViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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 529e2bf12ff..96da037a836 100644 --- a/hedera-mirror-rest/viewmodel/topicMessageViewModel.js +++ b/hedera-mirror-rest/viewmodel/topicMessageViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/transactionIdViewModel.js b/hedera-mirror-rest/viewmodel/transactionIdViewModel.js index 19d2f5a3c7f..07ef7d8f758 100644 --- a/hedera-mirror-rest/viewmodel/transactionIdViewModel.js +++ b/hedera-mirror-rest/viewmodel/transactionIdViewModel.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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 888cdf7ac1e..8b345630cf0 100644 --- a/hedera-mirror-rosetta/app/config/config.go +++ b/hedera-mirror-rosetta/app/config/config.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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_test.go b/hedera-mirror-rosetta/app/config/config_test.go index 32dace287d7..95801d95d34 100644 --- a/hedera-mirror-rosetta/app/config/config_test.go +++ b/hedera-mirror-rosetta/app/config/config_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/types.go b/hedera-mirror-rosetta/app/config/types.go index 8c31e05cd08..5800ad2e9a6 100644 --- a/hedera-mirror-rosetta/app/config/types.go +++ b/hedera-mirror-rosetta/app/config/types.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/types_test.go b/hedera-mirror-rosetta/app/config/types_test.go index 428db77cc3c..e10d2b53f7b 100644 --- a/hedera-mirror-rosetta/app/config/types_test.go +++ b/hedera-mirror-rosetta/app/config/types_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/db/client.go b/hedera-mirror-rosetta/app/db/client.go index c2434a3030d..2d08d073231 100644 --- a/hedera-mirror-rosetta/app/db/client.go +++ b/hedera-mirror-rosetta/app/db/client.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/db/db.go b/hedera-mirror-rosetta/app/db/db.go index 0eedbc12ed8..37abdfe87cc 100644 --- a/hedera-mirror-rosetta/app/db/db.go +++ b/hedera-mirror-rosetta/app/db/db.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/db/db_test.go b/hedera-mirror-rosetta/app/db/db_test.go index bacc5e3cefc..927fa5f76eb 100644 --- a/hedera-mirror-rosetta/app/db/db_test.go +++ b/hedera-mirror-rosetta/app/db/db_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/account_id.go b/hedera-mirror-rosetta/app/domain/types/account_id.go index 853fe698626..1fe332bd6b6 100644 --- a/hedera-mirror-rosetta/app/domain/types/account_id.go +++ b/hedera-mirror-rosetta/app/domain/types/account_id.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/account_id_test.go b/hedera-mirror-rosetta/app/domain/types/account_id_test.go index e05c4d69a7c..ac234421936 100644 --- a/hedera-mirror-rosetta/app/domain/types/account_id_test.go +++ b/hedera-mirror-rosetta/app/domain/types/account_id_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/address_book_entry.go b/hedera-mirror-rosetta/app/domain/types/address_book_entry.go index 80b327bd479..20f0d16e8af 100644 --- a/hedera-mirror-rosetta/app/domain/types/address_book_entry.go +++ b/hedera-mirror-rosetta/app/domain/types/address_book_entry.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/address_book_entry_test.go b/hedera-mirror-rosetta/app/domain/types/address_book_entry_test.go index bd509ae2b97..885e264fff2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/amount.go b/hedera-mirror-rosetta/app/domain/types/amount.go index bf61b92bc82..a02255d8184 100644 --- a/hedera-mirror-rosetta/app/domain/types/amount.go +++ b/hedera-mirror-rosetta/app/domain/types/amount.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/amount_test.go b/hedera-mirror-rosetta/app/domain/types/amount_test.go index e19fcb06a2f..db18e677b38 100644 --- a/hedera-mirror-rosetta/app/domain/types/amount_test.go +++ b/hedera-mirror-rosetta/app/domain/types/amount_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/block.go b/hedera-mirror-rosetta/app/domain/types/block.go index c7fffff9237..81e7c1ce84b 100644 --- a/hedera-mirror-rosetta/app/domain/types/block.go +++ b/hedera-mirror-rosetta/app/domain/types/block.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/block_test.go b/hedera-mirror-rosetta/app/domain/types/block_test.go index 1a8b80658d6..5e5da1a9ddb 100644 --- a/hedera-mirror-rosetta/app/domain/types/block_test.go +++ b/hedera-mirror-rosetta/app/domain/types/block_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/constants.go b/hedera-mirror-rosetta/app/domain/types/constants.go index 659a210c99d..70cfae590d5 100644 --- a/hedera-mirror-rosetta/app/domain/types/constants.go +++ b/hedera-mirror-rosetta/app/domain/types/constants.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/constants_test.go b/hedera-mirror-rosetta/app/domain/types/constants_test.go index 7c7291596d9..fe39f20d91b 100644 --- a/hedera-mirror-rosetta/app/domain/types/constants_test.go +++ b/hedera-mirror-rosetta/app/domain/types/constants_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/operation.go b/hedera-mirror-rosetta/app/domain/types/operation.go index 3aa6941ef6e..9e99b3337ab 100644 --- a/hedera-mirror-rosetta/app/domain/types/operation.go +++ b/hedera-mirror-rosetta/app/domain/types/operation.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/operation_test.go b/hedera-mirror-rosetta/app/domain/types/operation_test.go index acc2e02cf1b..4e54168a5d0 100644 --- a/hedera-mirror-rosetta/app/domain/types/operation_test.go +++ b/hedera-mirror-rosetta/app/domain/types/operation_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/public_key.go b/hedera-mirror-rosetta/app/domain/types/public_key.go index b0269b14a07..c9ab8368e34 100644 --- a/hedera-mirror-rosetta/app/domain/types/public_key.go +++ b/hedera-mirror-rosetta/app/domain/types/public_key.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/public_key_test.go b/hedera-mirror-rosetta/app/domain/types/public_key_test.go index ded9a36201c..c5b8464dd94 100644 --- a/hedera-mirror-rosetta/app/domain/types/public_key_test.go +++ b/hedera-mirror-rosetta/app/domain/types/public_key_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/transaction.go b/hedera-mirror-rosetta/app/domain/types/transaction.go index bfb5abcb5dd..c01181c3df8 100644 --- a/hedera-mirror-rosetta/app/domain/types/transaction.go +++ b/hedera-mirror-rosetta/app/domain/types/transaction.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/domain/types/transaction_test.go b/hedera-mirror-rosetta/app/domain/types/transaction_test.go index ce9a61e29e6..338de55b2e0 100644 --- a/hedera-mirror-rosetta/app/domain/types/transaction_test.go +++ b/hedera-mirror-rosetta/app/domain/types/transaction_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/errors/errors.go b/hedera-mirror-rosetta/app/errors/errors.go index c276572b5d6..94689f7e95b 100644 --- a/hedera-mirror-rosetta/app/errors/errors.go +++ b/hedera-mirror-rosetta/app/errors/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/errors/errors_test.go b/hedera-mirror-rosetta/app/errors/errors_test.go index 6a066c53e12..356fea5d2a9 100644 --- a/hedera-mirror-rosetta/app/errors/errors_test.go +++ b/hedera-mirror-rosetta/app/errors/errors_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/account_repository.go b/hedera-mirror-rosetta/app/interfaces/account_repository.go index d1aed30cbee..b650b8bb9e6 100644 --- a/hedera-mirror-rosetta/app/interfaces/account_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/account_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/address_book_entry_repository.go b/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go index 6f30e5b6435..6595d555a2e 100644 --- a/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/address_book_entry_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/block_repository.go b/hedera-mirror-rosetta/app/interfaces/block_repository.go index b4dfee60086..55556bee883 100644 --- a/hedera-mirror-rosetta/app/interfaces/block_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/block_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/db_client.go b/hedera-mirror-rosetta/app/interfaces/db_client.go index 5e79bec6410..bb6b22a5ede 100644 --- a/hedera-mirror-rosetta/app/interfaces/db_client.go +++ b/hedera-mirror-rosetta/app/interfaces/db_client.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/transaction.go b/hedera-mirror-rosetta/app/interfaces/transaction.go index 7c5d16187bd..80143250baa 100644 --- a/hedera-mirror-rosetta/app/interfaces/transaction.go +++ b/hedera-mirror-rosetta/app/interfaces/transaction.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/interfaces/transaction_repository.go b/hedera-mirror-rosetta/app/interfaces/transaction_repository.go index 062b182264e..5a225e046a8 100644 --- a/hedera-mirror-rosetta/app/interfaces/transaction_repository.go +++ b/hedera-mirror-rosetta/app/interfaces/transaction_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/health.go b/hedera-mirror-rosetta/app/middleware/health.go index 2363da1b35b..1c844a5ed46 100644 --- a/hedera-mirror-rosetta/app/middleware/health.go +++ b/hedera-mirror-rosetta/app/middleware/health.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/health_test.go b/hedera-mirror-rosetta/app/middleware/health_test.go index 88b6b39bfcf..d6d553bd39e 100644 --- a/hedera-mirror-rosetta/app/middleware/health_test.go +++ b/hedera-mirror-rosetta/app/middleware/health_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/metrics.go b/hedera-mirror-rosetta/app/middleware/metrics.go index 57a8992552b..101bcb00c5a 100644 --- a/hedera-mirror-rosetta/app/middleware/metrics.go +++ b/hedera-mirror-rosetta/app/middleware/metrics.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/metrics_test.go b/hedera-mirror-rosetta/app/middleware/metrics_test.go index 9f47a3e069d..035b1a9487c 100644 --- a/hedera-mirror-rosetta/app/middleware/metrics_test.go +++ b/hedera-mirror-rosetta/app/middleware/metrics_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/trace.go b/hedera-mirror-rosetta/app/middleware/trace.go index 59b20040e28..f5d7c837c69 100644 --- a/hedera-mirror-rosetta/app/middleware/trace.go +++ b/hedera-mirror-rosetta/app/middleware/trace.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/middleware/trace_test.go b/hedera-mirror-rosetta/app/middleware/trace_test.go index 2fac1547ed3..9b702e4d2d5 100644 --- a/hedera-mirror-rosetta/app/middleware/trace_test.go +++ b/hedera-mirror-rosetta/app/middleware/trace_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/account.go b/hedera-mirror-rosetta/app/persistence/account.go index c63794330ec..02fcae4265f 100644 --- a/hedera-mirror-rosetta/app/persistence/account.go +++ b/hedera-mirror-rosetta/app/persistence/account.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/account_test.go b/hedera-mirror-rosetta/app/persistence/account_test.go index 320bb1819ab..7cf10e7ea5d 100644 --- a/hedera-mirror-rosetta/app/persistence/account_test.go +++ b/hedera-mirror-rosetta/app/persistence/account_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/address_book_entry.go b/hedera-mirror-rosetta/app/persistence/address_book_entry.go index 9e956777674..b12a46b05cb 100644 --- a/hedera-mirror-rosetta/app/persistence/address_book_entry.go +++ b/hedera-mirror-rosetta/app/persistence/address_book_entry.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/address_book_entry_test.go b/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go index b7e09e19f88..1738d884015 100644 --- a/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go +++ b/hedera-mirror-rosetta/app/persistence/address_book_entry_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/block.go b/hedera-mirror-rosetta/app/persistence/block.go index 65e18b17ef7..7da54367eb0 100644 --- a/hedera-mirror-rosetta/app/persistence/block.go +++ b/hedera-mirror-rosetta/app/persistence/block.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/block_test.go b/hedera-mirror-rosetta/app/persistence/block_test.go index e1dffd20c1e..40f7635ac6a 100644 --- a/hedera-mirror-rosetta/app/persistence/block_test.go +++ b/hedera-mirror-rosetta/app/persistence/block_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/common.go b/hedera-mirror-rosetta/app/persistence/common.go index b99798c9507..f046d8305a2 100644 --- a/hedera-mirror-rosetta/app/persistence/common.go +++ b/hedera-mirror-rosetta/app/persistence/common.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/constants.go b/hedera-mirror-rosetta/app/persistence/constants.go index cf8f8bbf326..07137f937fa 100644 --- a/hedera-mirror-rosetta/app/persistence/constants.go +++ b/hedera-mirror-rosetta/app/persistence/constants.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/account_balance.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance.go index fc218d22d3b..0cc36d70f49 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/account_balance_test.go b/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go index b57b7a8eab4..5bb06521e2d 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/account_balance_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book.go b/hedera-mirror-rosetta/app/persistence/domain/address_book.go index 485be5b8f6c..bd2d1201cdd 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book_entry.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go index 354388b6e3f..b938a2bc9ee 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book_entry_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_entry_test.go index 2fda347d36d..61b6c0857f8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book_service_endpoint.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint.go index c4afd38a0ff..3118a167286 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book_service_endpoint_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_service_endpoint_test.go index 4301ac062fd..513bed263a9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/address_book_test.go b/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go index e77a6af5cf0..91c238df361 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/address_book_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/crypto_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go index 72998decd4a..7ba567cd3ac 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/crypto_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go index 607cfbf8a12..be59ac69611 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/crypto_transfer_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/entity.go b/hedera-mirror-rosetta/app/persistence/domain/entity.go index fa46df3e11a..582bf96e6ac 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entity.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entity.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/entity_test.go b/hedera-mirror-rosetta/app/persistence/domain/entity_test.go index 7ef5b800035..eaaf5d17098 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entity_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entity_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/entityid.go b/hedera-mirror-rosetta/app/persistence/domain/entityid.go index e99766d655b..bfa6c70e391 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entityid.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entityid.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/entityid_test.go b/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go index 9a489f01687..e7340a23545 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/entityid_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/record_file.go b/hedera-mirror-rosetta/app/persistence/domain/record_file.go index fc960f0bb6a..3e6570a8d50 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/record_file.go +++ b/hedera-mirror-rosetta/app/persistence/domain/record_file.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/record_file_test.go b/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go index aeb098f769c..01402e00cf1 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/record_file_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/staking_reward_transfer.go b/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer.go index dd43d381a0b..53897fd14ca 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer.go +++ b/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/staking_reward_transfer_test.go b/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer_test.go index d8146333b71..379d87e77a4 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/staking_reward_transfer_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/transaction.go b/hedera-mirror-rosetta/app/persistence/domain/transaction.go index 000e0ec2735..35c12b387e7 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/transaction.go +++ b/hedera-mirror-rosetta/app/persistence/domain/transaction.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/domain/transaction_test.go b/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go index faa9ba4007f..fd4915ebd8a 100644 --- a/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go +++ b/hedera-mirror-rosetta/app/persistence/domain/transaction_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/testmain_test.go b/hedera-mirror-rosetta/app/persistence/testmain_test.go index 25381776d81..d947cb52381 100644 --- a/hedera-mirror-rosetta/app/persistence/testmain_test.go +++ b/hedera-mirror-rosetta/app/persistence/testmain_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/transaction.go b/hedera-mirror-rosetta/app/persistence/transaction.go index dae426b52bc..3c65e853479 100644 --- a/hedera-mirror-rosetta/app/persistence/transaction.go +++ b/hedera-mirror-rosetta/app/persistence/transaction.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/persistence/transaction_test.go b/hedera-mirror-rosetta/app/persistence/transaction_test.go index ca8e4892941..a6b10351f35 100644 --- a/hedera-mirror-rosetta/app/persistence/transaction_test.go +++ b/hedera-mirror-rosetta/app/persistence/transaction_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/account_service.go b/hedera-mirror-rosetta/app/services/account_service.go index 2421079687d..1748a678a03 100644 --- a/hedera-mirror-rosetta/app/services/account_service.go +++ b/hedera-mirror-rosetta/app/services/account_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/account_service_test.go b/hedera-mirror-rosetta/app/services/account_service_test.go index 0b9f952978e..90e3011ec43 100644 --- a/hedera-mirror-rosetta/app/services/account_service_test.go +++ b/hedera-mirror-rosetta/app/services/account_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/base_service.go b/hedera-mirror-rosetta/app/services/base_service.go index 8e1a08bc3bf..5bad408818d 100644 --- a/hedera-mirror-rosetta/app/services/base_service.go +++ b/hedera-mirror-rosetta/app/services/base_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/base_service_test.go b/hedera-mirror-rosetta/app/services/base_service_test.go index 98b3f19bb5c..cf98abc1a79 100644 --- a/hedera-mirror-rosetta/app/services/base_service_test.go +++ b/hedera-mirror-rosetta/app/services/base_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/block_service.go b/hedera-mirror-rosetta/app/services/block_service.go index c6fed885c27..952a93735f6 100644 --- a/hedera-mirror-rosetta/app/services/block_service.go +++ b/hedera-mirror-rosetta/app/services/block_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/block_service_test.go b/hedera-mirror-rosetta/app/services/block_service_test.go index aad77dfb96e..0a314b205ce 100644 --- a/hedera-mirror-rosetta/app/services/block_service_test.go +++ b/hedera-mirror-rosetta/app/services/block_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/common.go b/hedera-mirror-rosetta/app/services/construction/common.go index 35da01af5dc..b0f9b0d5377 100644 --- a/hedera-mirror-rosetta/app/services/construction/common.go +++ b/hedera-mirror-rosetta/app/services/construction/common.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/common_test.go b/hedera-mirror-rosetta/app/services/construction/common_test.go index d086a54fc02..68751c86ce4 100644 --- a/hedera-mirror-rosetta/app/services/construction/common_test.go +++ b/hedera-mirror-rosetta/app/services/construction/common_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/composite_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go index ea6b9c3bbd2..41ac4031ca0 100644 --- a/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go +++ b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/composite_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/composite_transaction_constructor_test.go index 6fff67f9e14..74536f08fdb 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/crypto_create_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor.go index 8b2ac9fc929..5867c02aef5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/crypto_create_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/crypto_create_transaction_constructor_test.go index 2582acebb61..ab7eabcbbf7 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/crypto_transfer_transaction_constructor.go b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor.go index d45639a9595..36b2ae671e5 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/crypto_transfer_transaction_constructor_test.go b/hedera-mirror-rosetta/app/services/construction/crypto_transfer_transaction_constructor_test.go index 1becca46589..c1ad9ad9bb0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction/types.go b/hedera-mirror-rosetta/app/services/construction/types.go index c2f4e3b3813..8d6d31fa176 100644 --- a/hedera-mirror-rosetta/app/services/construction/types.go +++ b/hedera-mirror-rosetta/app/services/construction/types.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction_service.go b/hedera-mirror-rosetta/app/services/construction_service.go index 68f892d6cce..97a8ccdcbae 100644 --- a/hedera-mirror-rosetta/app/services/construction_service.go +++ b/hedera-mirror-rosetta/app/services/construction_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/construction_service_test.go b/hedera-mirror-rosetta/app/services/construction_service_test.go index 7d1b227ca0b..195775c68c9 100644 --- a/hedera-mirror-rosetta/app/services/construction_service_test.go +++ b/hedera-mirror-rosetta/app/services/construction_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/mempool_service.go b/hedera-mirror-rosetta/app/services/mempool_service.go index b930a11c9ba..520374f4e22 100644 --- a/hedera-mirror-rosetta/app/services/mempool_service.go +++ b/hedera-mirror-rosetta/app/services/mempool_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/mempool_service_test.go b/hedera-mirror-rosetta/app/services/mempool_service_test.go index b75b49f3370..9bae06ba843 100644 --- a/hedera-mirror-rosetta/app/services/mempool_service_test.go +++ b/hedera-mirror-rosetta/app/services/mempool_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/network_service.go b/hedera-mirror-rosetta/app/services/network_service.go index 460e598c88f..95093aa4c88 100644 --- a/hedera-mirror-rosetta/app/services/network_service.go +++ b/hedera-mirror-rosetta/app/services/network_service.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/services/network_service_test.go b/hedera-mirror-rosetta/app/services/network_service_test.go index 8e04fb14fa6..ced13ea6ebc 100644 --- a/hedera-mirror-rosetta/app/services/network_service_test.go +++ b/hedera-mirror-rosetta/app/services/network_service_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/hex.go b/hedera-mirror-rosetta/app/tools/hex.go index 88e75afc9da..494b236d960 100644 --- a/hedera-mirror-rosetta/app/tools/hex.go +++ b/hedera-mirror-rosetta/app/tools/hex.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/hex_test.go b/hedera-mirror-rosetta/app/tools/hex_test.go index 6f208d9f035..a1e24bb09fc 100644 --- a/hedera-mirror-rosetta/app/tools/hex_test.go +++ b/hedera-mirror-rosetta/app/tools/hex_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/maphelper.go b/hedera-mirror-rosetta/app/tools/maphelper.go index 9c9c7b2235f..dccb3c6fd5d 100644 --- a/hedera-mirror-rosetta/app/tools/maphelper.go +++ b/hedera-mirror-rosetta/app/tools/maphelper.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/maphelper_test.go b/hedera-mirror-rosetta/app/tools/maphelper_test.go index f938d293b54..c60edc3fb43 100644 --- a/hedera-mirror-rosetta/app/tools/maphelper_test.go +++ b/hedera-mirror-rosetta/app/tools/maphelper_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/parse.go b/hedera-mirror-rosetta/app/tools/parse.go index 4a330cf20c6..0febb839949 100644 --- a/hedera-mirror-rosetta/app/tools/parse.go +++ b/hedera-mirror-rosetta/app/tools/parse.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/parse_test.go b/hedera-mirror-rosetta/app/tools/parse_test.go index f9e0683e8ea..d75aed21018 100644 --- a/hedera-mirror-rosetta/app/tools/parse_test.go +++ b/hedera-mirror-rosetta/app/tools/parse_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/safecast.go b/hedera-mirror-rosetta/app/tools/safecast.go index 5672d40e34e..1365fcb12b8 100644 --- a/hedera-mirror-rosetta/app/tools/safecast.go +++ b/hedera-mirror-rosetta/app/tools/safecast.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/tools/safecast_test.go b/hedera-mirror-rosetta/app/tools/safecast_test.go index 8141bb8cf0a..4a17e63f388 100644 --- a/hedera-mirror-rosetta/app/tools/safecast_test.go +++ b/hedera-mirror-rosetta/app/tools/safecast_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the 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/build.gradle.kts b/hedera-mirror-rosetta/build.gradle.kts index f159d5fb46f..1a8fb37d095 100644 --- a/hedera-mirror-rosetta/build.gradle.kts +++ b/hedera-mirror-rosetta/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the 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/main.go b/hedera-mirror-rosetta/main.go index 6515ee664fd..657baa9ab02 100644 --- a/hedera-mirror-rosetta/main.go +++ b/hedera-mirror-rosetta/main.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/client/client.go b/hedera-mirror-rosetta/test/bdd-client/client/client.go index 6e6925a27f3..5d2fdcabe04 100644 --- a/hedera-mirror-rosetta/test/bdd-client/client/client.go +++ b/hedera-mirror-rosetta/test/bdd-client/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/client/config.go b/hedera-mirror-rosetta/test/bdd-client/client/config.go index 99147d515d0..06d503b3062 100644 --- a/hedera-mirror-rosetta/test/bdd-client/client/config.go +++ b/hedera-mirror-rosetta/test/bdd-client/client/config.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/config.go b/hedera-mirror-rosetta/test/bdd-client/config.go index 076c6bef8ba..4f13089d81f 100644 --- a/hedera-mirror-rosetta/test/bdd-client/config.go +++ b/hedera-mirror-rosetta/test/bdd-client/config.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/main_test.go b/hedera-mirror-rosetta/test/bdd-client/main_test.go index 568d5d49270..f485ae6f48c 100644 --- a/hedera-mirror-rosetta/test/bdd-client/main_test.go +++ b/hedera-mirror-rosetta/test/bdd-client/main_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/scenario/asserter.go b/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go index 4c6ca3b7020..e1744a8c88c 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/asserter.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/scenario/base.go b/hedera-mirror-rosetta/test/bdd-client/scenario/base.go index e83298b03bc..363e9dfb1b2 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/base.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/base.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/scenario/common.go b/hedera-mirror-rosetta/test/bdd-client/scenario/common.go index b876bd098e9..6e9cd841be1 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/common.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/common.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/bdd-client/scenario/crypto.go b/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go index ff074507a11..a4a161009b2 100644 --- a/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go +++ b/hedera-mirror-rosetta/test/bdd-client/scenario/crypto.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/db/db.go b/hedera-mirror-rosetta/test/db/db.go index 6e7f1637ab2..2b4891f877d 100644 --- a/hedera-mirror-rosetta/test/db/db.go +++ b/hedera-mirror-rosetta/test/db/db.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/account_balance_snapshot_builder.go b/hedera-mirror-rosetta/test/domain/account_balance_snapshot_builder.go index 7575094917c..b5d759c767a 100644 --- a/hedera-mirror-rosetta/test/domain/account_balance_snapshot_builder.go +++ b/hedera-mirror-rosetta/test/domain/account_balance_snapshot_builder.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/crypto_transfer_builder.go b/hedera-mirror-rosetta/test/domain/crypto_transfer_builder.go index 0609fd36e5d..b5c4f96a6f1 100644 --- a/hedera-mirror-rosetta/test/domain/crypto_transfer_builder.go +++ b/hedera-mirror-rosetta/test/domain/crypto_transfer_builder.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/entity_builder.go b/hedera-mirror-rosetta/test/domain/entity_builder.go index 8df47f033a5..1a6d7fee15f 100644 --- a/hedera-mirror-rosetta/test/domain/entity_builder.go +++ b/hedera-mirror-rosetta/test/domain/entity_builder.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/staking_reward_transfer_builder.go b/hedera-mirror-rosetta/test/domain/staking_reward_transfer_builder.go index fa4c6841d64..393cb78def1 100644 --- a/hedera-mirror-rosetta/test/domain/staking_reward_transfer_builder.go +++ b/hedera-mirror-rosetta/test/domain/staking_reward_transfer_builder.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/transaction_builder.go b/hedera-mirror-rosetta/test/domain/transaction_builder.go index c63840d7369..36d1f3be678 100644 --- a/hedera-mirror-rosetta/test/domain/transaction_builder.go +++ b/hedera-mirror-rosetta/test/domain/transaction_builder.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/domain/utils.go b/hedera-mirror-rosetta/test/domain/utils.go index 30eecbe0754..208202ad381 100644 --- a/hedera-mirror-rosetta/test/domain/utils.go +++ b/hedera-mirror-rosetta/test/domain/utils.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/account_repository.go b/hedera-mirror-rosetta/test/mocks/account_repository.go index 4bf33165848..1bf12acbf4f 100644 --- a/hedera-mirror-rosetta/test/mocks/account_repository.go +++ b/hedera-mirror-rosetta/test/mocks/account_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/address_book_entry_repository.go b/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go index 4ec655f88b0..04d0631b4c8 100644 --- a/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go +++ b/hedera-mirror-rosetta/test/mocks/address_book_entry_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/block_repository.go b/hedera-mirror-rosetta/test/mocks/block_repository.go index 6a0493a1f69..25f9cc3a736 100644 --- a/hedera-mirror-rosetta/test/mocks/block_repository.go +++ b/hedera-mirror-rosetta/test/mocks/block_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/transaction_constructor.go b/hedera-mirror-rosetta/test/mocks/transaction_constructor.go index 81944926d30..08d27421670 100644 --- a/hedera-mirror-rosetta/test/mocks/transaction_constructor.go +++ b/hedera-mirror-rosetta/test/mocks/transaction_constructor.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/transaction_constructor_with_type.go b/hedera-mirror-rosetta/test/mocks/transaction_constructor_with_type.go index c9e72563abf..28501f13223 100644 --- a/hedera-mirror-rosetta/test/mocks/transaction_constructor_with_type.go +++ b/hedera-mirror-rosetta/test/mocks/transaction_constructor_with_type.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the 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/test/mocks/transaction_repository.go b/hedera-mirror-rosetta/test/mocks/transaction_repository.go index d66d7bf7602..df921fe688a 100644 --- a/hedera-mirror-rosetta/test/mocks/transaction_repository.go +++ b/hedera-mirror-rosetta/test/mocks/transaction_repository.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/build.gradle.kts b/hedera-mirror-test/build.gradle.kts index 7c62cdf1126..7d0d0d87f03 100644 --- a/hedera-mirror-test/build.gradle.kts +++ b/hedera-mirror-test/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/lib/common.js b/hedera-mirror-test/k6/src/lib/common.js index 39b3d5c1923..da08033118e 100644 --- a/hedera-mirror-test/k6/src/lib/common.js +++ b/hedera-mirror-test/k6/src/lib/common.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/lib/parameters.js b/hedera-mirror-test/k6/src/lib/parameters.js index 8353dc507b0..c69959fbf10 100644 --- a/hedera-mirror-test/k6/src/lib/parameters.js +++ b/hedera-mirror-test/k6/src/lib/parameters.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/apis.js b/hedera-mirror-test/k6/src/rest-java/apis.js index b9bdb5e0d1b..b82754bc7db 100644 --- a/hedera-mirror-test/k6/src/rest-java/apis.js +++ b/hedera-mirror-test/k6/src/rest-java/apis.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/libex/common.js b/hedera-mirror-test/k6/src/rest-java/libex/common.js index 0adfd71b50d..90bb7f388ac 100644 --- a/hedera-mirror-test/k6/src/rest-java/libex/common.js +++ b/hedera-mirror-test/k6/src/rest-java/libex/common.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/libex/constants.js b/hedera-mirror-test/k6/src/rest-java/libex/constants.js index d8197b8faea..5e404b0293b 100644 --- a/hedera-mirror-test/k6/src/rest-java/libex/constants.js +++ b/hedera-mirror-test/k6/src/rest-java/libex/constants.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/libex/parameters.js b/hedera-mirror-test/k6/src/rest-java/libex/parameters.js index 18541809f9d..1dfa0bb66b6 100644 --- a/hedera-mirror-test/k6/src/rest-java/libex/parameters.js +++ b/hedera-mirror-test/k6/src/rest-java/libex/parameters.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceOwner.js b/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceOwner.js index c37c3e56c20..22b05dcef04 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceOwner.js +++ b/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceOwner.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceSpender.js b/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceSpender.js index 570ef68024e..1cfae2c97ed 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceSpender.js +++ b/hedera-mirror-test/k6/src/rest-java/test/accountsNftAllowanceSpender.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/accountsOutstandingAirdrop.js b/hedera-mirror-test/k6/src/rest-java/test/accountsOutstandingAirdrop.js index d583197e895..421c95de387 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/accountsOutstandingAirdrop.js +++ b/hedera-mirror-test/k6/src/rest-java/test/accountsOutstandingAirdrop.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/accountsPendingAirdrop.js b/hedera-mirror-test/k6/src/rest-java/test/accountsPendingAirdrop.js index 3535ccef03a..3d76e104944 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/accountsPendingAirdrop.js +++ b/hedera-mirror-test/k6/src/rest-java/test/accountsPendingAirdrop.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/index.js b/hedera-mirror-test/k6/src/rest-java/test/index.js index f3188b64c2a..8477741250a 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/index.js +++ b/hedera-mirror-test/k6/src/rest-java/test/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/rampUp.js b/hedera-mirror-test/k6/src/rest-java/test/rampUp.js index 4fa1912bf5d..f19d5e814c0 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/rampUp.js +++ b/hedera-mirror-test/k6/src/rest-java/test/rampUp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest-java/test/topicsId.js b/hedera-mirror-test/k6/src/rest-java/test/topicsId.js index c91560bc61d..4f39c14f5e8 100644 --- a/hedera-mirror-test/k6/src/rest-java/test/topicsId.js +++ b/hedera-mirror-test/k6/src/rest-java/test/topicsId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/apis.js b/hedera-mirror-test/k6/src/rest/apis.js index f63591852b1..b0af5d2c51e 100644 --- a/hedera-mirror-test/k6/src/rest/apis.js +++ b/hedera-mirror-test/k6/src/rest/apis.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/libex/common.js b/hedera-mirror-test/k6/src/rest/libex/common.js index dcfcadd687c..da2cdaffa33 100644 --- a/hedera-mirror-test/k6/src/rest/libex/common.js +++ b/hedera-mirror-test/k6/src/rest/libex/common.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/libex/constants.js b/hedera-mirror-test/k6/src/rest/libex/constants.js index 0863e7dd39a..8ad1077e848 100644 --- a/hedera-mirror-test/k6/src/rest/libex/constants.js +++ b/hedera-mirror-test/k6/src/rest/libex/constants.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/libex/parameters.js b/hedera-mirror-test/k6/src/rest/libex/parameters.js index 2275495cd93..847a6ce899a 100644 --- a/hedera-mirror-test/k6/src/rest/libex/parameters.js +++ b/hedera-mirror-test/k6/src/rest/libex/parameters.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accounts.js b/hedera-mirror-test/k6/src/rest/test/accounts.js index 9ea5b6e2472..cf58899ef6d 100644 --- a/hedera-mirror-test/k6/src/rest/test/accounts.js +++ b/hedera-mirror-test/k6/src/rest/test/accounts.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalse.js b/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalse.js index 6b408003228..bbd25a198f8 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalse.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalse.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalsePubkey.js b/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalsePubkey.js index 2ed9cf87255..2eb3b2a6ab1 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalsePubkey.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsBalanceFalsePubkey.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsBalanceGt0.js b/hedera-mirror-test/k6/src/rest/test/accountsBalanceGt0.js index d72079fffc9..2e6f6c8b091 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsBalanceGt0.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsBalanceGt0.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsBalanceGte0Pubkey.js b/hedera-mirror-test/k6/src/rest/test/accountsBalanceGte0Pubkey.js index bcfcfccf3cd..78f0f746382 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsBalanceGte0Pubkey.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsBalanceGte0Pubkey.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsBalanceNe.js b/hedera-mirror-test/k6/src/rest/test/accountsBalanceNe.js index 13ce34841a4..b1e6c5fc318 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsBalanceNe.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsBalanceNe.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowance.js b/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowance.js index 1c0948e1dd4..8c4c200de4a 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowance.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowanceSpender.js b/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowanceSpender.js index f73079a75bf..047364d1f6d 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowanceSpender.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsCryptoAllowanceSpender.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsId.js b/hedera-mirror-test/k6/src/rest/test/accountsId.js index 9180b9d892d..77c13c23215 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsId.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsIdNe.js b/hedera-mirror-test/k6/src/rest/test/accountsIdNe.js index c370069e99b..8cf0d3e6f74 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsIdNe.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsIdNe.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsIdTimestampLte.js b/hedera-mirror-test/k6/src/rest/test/accountsIdTimestampLte.js index 110e5351869..8b6ad079d24 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsIdTimestampLte.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsIdTimestampLte.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsNfts.js b/hedera-mirror-test/k6/src/rest/test/accountsNfts.js index bf8f3122853..3c08fa9f4fe 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsNfts.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsNfts.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsTokenAllowance.js b/hedera-mirror-test/k6/src/rest/test/accountsTokenAllowance.js index 4a54322d941..80186b8f35c 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsTokenAllowance.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsTokenAllowance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/accountsTokens.js b/hedera-mirror-test/k6/src/rest/test/accountsTokens.js index 47c7057f2cb..bdfcb47bd17 100644 --- a/hedera-mirror-test/k6/src/rest/test/accountsTokens.js +++ b/hedera-mirror-test/k6/src/rest/test/accountsTokens.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/balances.js b/hedera-mirror-test/k6/src/rest/test/balances.js index 0dadb564498..6f094445d16 100644 --- a/hedera-mirror-test/k6/src/rest/test/balances.js +++ b/hedera-mirror-test/k6/src/rest/test/balances.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/balancesAccount.js b/hedera-mirror-test/k6/src/rest/test/balancesAccount.js index cc3476f6266..1ac34531f08 100644 --- a/hedera-mirror-test/k6/src/rest/test/balancesAccount.js +++ b/hedera-mirror-test/k6/src/rest/test/balancesAccount.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/balancesAccountTimestamp.js b/hedera-mirror-test/k6/src/rest/test/balancesAccountTimestamp.js index fea9398995e..a033038b87c 100644 --- a/hedera-mirror-test/k6/src/rest/test/balancesAccountTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/balancesAccountTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/balancesPublicKeyTimestamp.js b/hedera-mirror-test/k6/src/rest/test/balancesPublicKeyTimestamp.js index eec57c31795..9cab685ee9d 100644 --- a/hedera-mirror-test/k6/src/rest/test/balancesPublicKeyTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/balancesPublicKeyTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/balancesTimestamp.js b/hedera-mirror-test/k6/src/rest/test/balancesTimestamp.js index bb92587d04e..d69f4359016 100644 --- a/hedera-mirror-test/k6/src/rest/test/balancesTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/balancesTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/blocks.js b/hedera-mirror-test/k6/src/rest/test/blocks.js index c79cc9055ff..05f85280f2c 100644 --- a/hedera-mirror-test/k6/src/rest/test/blocks.js +++ b/hedera-mirror-test/k6/src/rest/test/blocks.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/blocksHash.js b/hedera-mirror-test/k6/src/rest/test/blocksHash.js index 46cc94fb5bb..85815a5dfa1 100644 --- a/hedera-mirror-test/k6/src/rest/test/blocksHash.js +++ b/hedera-mirror-test/k6/src/rest/test/blocksHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/blocksNumber.js b/hedera-mirror-test/k6/src/rest/test/blocksNumber.js index a5f659f6def..d6d6e83b92d 100644 --- a/hedera-mirror-test/k6/src/rest/test/blocksNumber.js +++ b/hedera-mirror-test/k6/src/rest/test/blocksNumber.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contracts.js b/hedera-mirror-test/k6/src/rest/test/contracts.js index 93512658ecf..dadea1dfef2 100644 --- a/hedera-mirror-test/k6/src/rest/test/contracts.js +++ b/hedera-mirror-test/k6/src/rest/test/contracts.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsId.js b/hedera-mirror-test/k6/src/rest/test/contractsId.js index fa9d77fa645..42cb9e4faf3 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsId.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsIdResults.js b/hedera-mirror-test/k6/src/rest/test/contractsIdResults.js index e7fbac8e855..d362906dbea 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsIdResults.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsIdResults.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsIdResultsLogs.js b/hedera-mirror-test/k6/src/rest/test/contractsIdResultsLogs.js index 60eafe9e82d..e69a8f894ab 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsIdResultsLogs.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsIdResultsLogs.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsIdResultsTimestamp.js b/hedera-mirror-test/k6/src/rest/test/contractsIdResultsTimestamp.js index 51781584887..6111337260b 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsIdResultsTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsIdResultsTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsIdState.js b/hedera-mirror-test/k6/src/rest/test/contractsIdState.js index 8231a4e6a5e..ef64e855773 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsIdState.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsIdState.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsResult.js b/hedera-mirror-test/k6/src/rest/test/contractsResult.js index 5dc9467196c..563da9aae24 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsResult.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsResult.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsResultsId.js b/hedera-mirror-test/k6/src/rest/test/contractsResultsId.js index 88a96270531..0f632e6f948 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsResultsId.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsResultsId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsResultsIdActions.js b/hedera-mirror-test/k6/src/rest/test/contractsResultsIdActions.js index cc4f05a3a20..b636f8be6e8 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsResultsIdActions.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsResultsIdActions.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/contractsResultsLogs.js b/hedera-mirror-test/k6/src/rest/test/contractsResultsLogs.js index 2724f264de8..43f449cf0f0 100644 --- a/hedera-mirror-test/k6/src/rest/test/contractsResultsLogs.js +++ b/hedera-mirror-test/k6/src/rest/test/contractsResultsLogs.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/index.js b/hedera-mirror-test/k6/src/rest/test/index.js index f9a813118a4..6896ae6f8bb 100644 --- a/hedera-mirror-test/k6/src/rest/test/index.js +++ b/hedera-mirror-test/k6/src/rest/test/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkExchangeRate.js b/hedera-mirror-test/k6/src/rest/test/networkExchangeRate.js index 90c1b38f3d7..707afcce9e9 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkExchangeRate.js +++ b/hedera-mirror-test/k6/src/rest/test/networkExchangeRate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkFees.js b/hedera-mirror-test/k6/src/rest/test/networkFees.js index 68041e4b452..43e45092b66 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkFees.js +++ b/hedera-mirror-test/k6/src/rest/test/networkFees.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkNodes.js b/hedera-mirror-test/k6/src/rest/test/networkNodes.js index beeabd24740..85dc98e2957 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkNodes.js +++ b/hedera-mirror-test/k6/src/rest/test/networkNodes.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkStake.js b/hedera-mirror-test/k6/src/rest/test/networkStake.js index b6614f7dd05..06a227d4b81 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkStake.js +++ b/hedera-mirror-test/k6/src/rest/test/networkStake.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkSupply.js b/hedera-mirror-test/k6/src/rest/test/networkSupply.js index 314f709f1bb..71bf6a1394a 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkSupply.js +++ b/hedera-mirror-test/k6/src/rest/test/networkSupply.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/networkSupplyTimestamp.js b/hedera-mirror-test/k6/src/rest/test/networkSupplyTimestamp.js index 4fc20e9027c..267a21cca77 100644 --- a/hedera-mirror-test/k6/src/rest/test/networkSupplyTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/networkSupplyTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/rampUp.js b/hedera-mirror-test/k6/src/rest/test/rampUp.js index 60e997e2549..9143b73a3c0 100644 --- a/hedera-mirror-test/k6/src/rest/test/rampUp.js +++ b/hedera-mirror-test/k6/src/rest/test/rampUp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/schedules.js b/hedera-mirror-test/k6/src/rest/test/schedules.js index bef2bf91be9..1b35ffa3135 100644 --- a/hedera-mirror-test/k6/src/rest/test/schedules.js +++ b/hedera-mirror-test/k6/src/rest/test/schedules.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/schedulesAccount.js b/hedera-mirror-test/k6/src/rest/test/schedulesAccount.js index d96234829ab..fe5658d9cfe 100644 --- a/hedera-mirror-test/k6/src/rest/test/schedulesAccount.js +++ b/hedera-mirror-test/k6/src/rest/test/schedulesAccount.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/schedulesId.js b/hedera-mirror-test/k6/src/rest/test/schedulesId.js index 727a41e2d19..1415be73081 100644 --- a/hedera-mirror-test/k6/src/rest/test/schedulesId.js +++ b/hedera-mirror-test/k6/src/rest/test/schedulesId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokens.js b/hedera-mirror-test/k6/src/rest/test/tokens.js index 299a992d02b..69e3cea99b1 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokens.js +++ b/hedera-mirror-test/k6/src/rest/test/tokens.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensFungibleCommon.js b/hedera-mirror-test/k6/src/rest/test/tokensFungibleCommon.js index 1d05fca14f5..2d54a7c00e0 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensFungibleCommon.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensFungibleCommon.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensId.js b/hedera-mirror-test/k6/src/rest/test/tokensId.js index 514d0e424ad..4b86ff65584 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensId.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensIdBalances.js b/hedera-mirror-test/k6/src/rest/test/tokensIdBalances.js index 041bf7e7517..e77605d2524 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensIdBalances.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensIdBalances.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensIdBalancesTimestamp.js b/hedera-mirror-test/k6/src/rest/test/tokensIdBalancesTimestamp.js index cd88283b637..45f59b925a5 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensIdBalancesTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensIdBalancesTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensName.js b/hedera-mirror-test/k6/src/rest/test/tokensName.js index 32975dcae53..84f66a2656c 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensName.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensName.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensNfts.js b/hedera-mirror-test/k6/src/rest/test/tokensNfts.js index a2f87cda5e1..8a5f76b3ff5 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensNfts.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensNfts.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensNftsSerial.js b/hedera-mirror-test/k6/src/rest/test/tokensNftsSerial.js index 9e1e457b468..c22e042cc12 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensNftsSerial.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensNftsSerial.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensNftsSerialTransactions.js b/hedera-mirror-test/k6/src/rest/test/tokensNftsSerialTransactions.js index b63e8d24c50..e8745cf40f5 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensNftsSerialTransactions.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensNftsSerialTransactions.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensNonFungibleUnique.js b/hedera-mirror-test/k6/src/rest/test/tokensNonFungibleUnique.js index 0af65050e5c..721b21e2d70 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensNonFungibleUnique.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensNonFungibleUnique.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/tokensTokenIdNe.js b/hedera-mirror-test/k6/src/rest/test/tokensTokenIdNe.js index 9917a69a623..cad2affc565 100644 --- a/hedera-mirror-test/k6/src/rest/test/tokensTokenIdNe.js +++ b/hedera-mirror-test/k6/src/rest/test/tokensTokenIdNe.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/topicsIdMessages.js b/hedera-mirror-test/k6/src/rest/test/topicsIdMessages.js index bb8bcd83601..030612fe863 100644 --- a/hedera-mirror-test/k6/src/rest/test/topicsIdMessages.js +++ b/hedera-mirror-test/k6/src/rest/test/topicsIdMessages.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequence.js b/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequence.js index a26dacaa36d..7be24d1f8c8 100644 --- a/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequence.js +++ b/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequence.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequenceQueryParam.js b/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequenceQueryParam.js index 760d69194b5..a0036ae41cf 100644 --- a/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequenceQueryParam.js +++ b/hedera-mirror-test/k6/src/rest/test/topicsIdMessagesSequenceQueryParam.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/topicsMessagesTimestamp.js b/hedera-mirror-test/k6/src/rest/test/topicsMessagesTimestamp.js index 1228fd4eccb..8fa7b5ec427 100644 --- a/hedera-mirror-test/k6/src/rest/test/topicsMessagesTimestamp.js +++ b/hedera-mirror-test/k6/src/rest/test/topicsMessagesTimestamp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactions.js b/hedera-mirror-test/k6/src/rest/test/transactions.js index 6881671150e..a1e07fe81ae 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactions.js +++ b/hedera-mirror-test/k6/src/rest/test/transactions.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsAccountId.js b/hedera-mirror-test/k6/src/rest/test/transactionsAccountId.js index 61c14b2677f..5e269c25b6c 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsAccountId.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsAccountId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsCryptoCreateAccountDebit.js b/hedera-mirror-test/k6/src/rest/test/transactionsCryptoCreateAccountDebit.js index 5a22421cd75..3fdacd210f5 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsCryptoCreateAccountDebit.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsCryptoCreateAccountDebit.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsHash.js b/hedera-mirror-test/k6/src/rest/test/transactionsHash.js index ea44e55e0de..a48a84802ec 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsHash.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsId.js b/hedera-mirror-test/k6/src/rest/test/transactionsId.js index e4b90bab590..ff2ccf5383d 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsId.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsId.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsIdStateproof.js b/hedera-mirror-test/k6/src/rest/test/transactionsIdStateproof.js index 10c4bd16661..63742758f1b 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsIdStateproof.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsIdStateproof.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rest/test/transactionsTransactionTypeAscending.js b/hedera-mirror-test/k6/src/rest/test/transactionsTransactionTypeAscending.js index 6ebaf6bc156..6e8eb69f5f5 100644 --- a/hedera-mirror-test/k6/src/rest/test/transactionsTransactionTypeAscending.js +++ b/hedera-mirror-test/k6/src/rest/test/transactionsTransactionTypeAscending.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/apis.js b/hedera-mirror-test/k6/src/rosetta/apis.js index 678dd377b82..a0e32c38777 100644 --- a/hedera-mirror-test/k6/src/rosetta/apis.js +++ b/hedera-mirror-test/k6/src/rosetta/apis.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/libex/constants.js b/hedera-mirror-test/k6/src/rosetta/libex/constants.js index 417b70b6336..98362218bfe 100644 --- a/hedera-mirror-test/k6/src/rosetta/libex/constants.js +++ b/hedera-mirror-test/k6/src/rosetta/libex/constants.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/libex/parameters.js b/hedera-mirror-test/k6/src/rosetta/libex/parameters.js index d66e02a7465..da11ac32c21 100644 --- a/hedera-mirror-test/k6/src/rosetta/libex/parameters.js +++ b/hedera-mirror-test/k6/src/rosetta/libex/parameters.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/accountBalance.js b/hedera-mirror-test/k6/src/rosetta/test/accountBalance.js index 56e4fd22c58..e7f415f9b2e 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/accountBalance.js +++ b/hedera-mirror-test/k6/src/rosetta/test/accountBalance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/block.js b/hedera-mirror-test/k6/src/rosetta/test/block.js index b67b4d919e3..dfcd3ee128a 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/block.js +++ b/hedera-mirror-test/k6/src/rosetta/test/block.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/blockTransaction.js b/hedera-mirror-test/k6/src/rosetta/test/blockTransaction.js index 314c8e1bdf5..e657e25b3eb 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/blockTransaction.js +++ b/hedera-mirror-test/k6/src/rosetta/test/blockTransaction.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/constructionCombine.js b/hedera-mirror-test/k6/src/rosetta/test/constructionCombine.js index b9daf55ed07..c0bcc4539bb 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/constructionCombine.js +++ b/hedera-mirror-test/k6/src/rosetta/test/constructionCombine.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/constructionHash.js b/hedera-mirror-test/k6/src/rosetta/test/constructionHash.js index edc55b4840c..508e65e0f51 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/constructionHash.js +++ b/hedera-mirror-test/k6/src/rosetta/test/constructionHash.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/constructionParse.js b/hedera-mirror-test/k6/src/rosetta/test/constructionParse.js index cf5dc9df946..d423c383d23 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/constructionParse.js +++ b/hedera-mirror-test/k6/src/rosetta/test/constructionParse.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/constructionPayloads.js b/hedera-mirror-test/k6/src/rosetta/test/constructionPayloads.js index 6113daf9e69..37a3328e39b 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/constructionPayloads.js +++ b/hedera-mirror-test/k6/src/rosetta/test/constructionPayloads.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/constructionPreprocess.js b/hedera-mirror-test/k6/src/rosetta/test/constructionPreprocess.js index 35f3c3e37f5..01f307a2906 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/constructionPreprocess.js +++ b/hedera-mirror-test/k6/src/rosetta/test/constructionPreprocess.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/index.js b/hedera-mirror-test/k6/src/rosetta/test/index.js index 0a406eaf307..12094ecb439 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/index.js +++ b/hedera-mirror-test/k6/src/rosetta/test/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/networkList.js b/hedera-mirror-test/k6/src/rosetta/test/networkList.js index 52753968e4a..d27c0a87fee 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/networkList.js +++ b/hedera-mirror-test/k6/src/rosetta/test/networkList.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/networkOptions.js b/hedera-mirror-test/k6/src/rosetta/test/networkOptions.js index 7054a783c2e..dcda45e1293 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/networkOptions.js +++ b/hedera-mirror-test/k6/src/rosetta/test/networkOptions.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/rosetta/test/networkStatus.js b/hedera-mirror-test/k6/src/rosetta/test/networkStatus.js index c5eee3a6e6e..b12b4c8c764 100644 --- a/hedera-mirror-test/k6/src/rosetta/test/networkStatus.js +++ b/hedera-mirror-test/k6/src/rosetta/test/networkStatus.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/apis.js b/hedera-mirror-test/k6/src/web3/apis.js index 035ffa87d5e..4c1d1705908 100644 --- a/hedera-mirror-test/k6/src/web3/apis.js +++ b/hedera-mirror-test/k6/src/web3/apis.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/common.js b/hedera-mirror-test/k6/src/web3/test/common.js index 23501ea5283..913133599ac 100644 --- a/hedera-mirror-test/k6/src/web3/test/common.js +++ b/hedera-mirror-test/k6/src/web3/test/common.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/commonContractCallEstimateTemplate.js b/hedera-mirror-test/k6/src/web3/test/commonContractCallEstimateTemplate.js index c4c903d2514..4c2e789513e 100644 --- a/hedera-mirror-test/k6/src/web3/test/commonContractCallEstimateTemplate.js +++ b/hedera-mirror-test/k6/src/web3/test/commonContractCallEstimateTemplate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/commonPrecompileModificationFunctionsTemplate.js b/hedera-mirror-test/k6/src/web3/test/commonPrecompileModificationFunctionsTemplate.js index 68c9894700e..77bf98d4ce5 100644 --- a/hedera-mirror-test/k6/src/web3/test/commonPrecompileModificationFunctionsTemplate.js +++ b/hedera-mirror-test/k6/src/web3/test/commonPrecompileModificationFunctionsTemplate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallAllowance.js b/hedera-mirror-test/k6/src/web3/test/contractCallAllowance.js index 24283dc9682..a791cdeaffb 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallAllowance.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallAllowance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallApproved.js b/hedera-mirror-test/k6/src/web3/test/contractCallApproved.js index d05f3af934c..2442e79383d 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallApproved.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallApproved.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallApprovedForAll.js b/hedera-mirror-test/k6/src/web3/test/contractCallApprovedForAll.js index 13032e9fe65..a5f1db4eca2 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallApprovedForAll.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallApprovedForAll.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallBalance.js b/hedera-mirror-test/k6/src/web3/test/contractCallBalance.js index 44a4e1c6922..94896df3b3a 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallBalance.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallBalance.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallBalanceOf.js b/hedera-mirror-test/k6/src/web3/test/contractCallBalanceOf.js index 7a2ddb9ad04..54fa79f5add 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallBalanceOf.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallBalanceOf.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallDecimals.js b/hedera-mirror-test/k6/src/web3/test/contractCallDecimals.js index eaa9f58df54..1938bf0e6c4 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallDecimals.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallDecimals.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApprove.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApprove.js index 5007ead6f18..a7090a8a8a7 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApprove.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApprove.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApproveNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApproveNft.js index 001da731d0b..3fdeac896aa 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApproveNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateApproveNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateAssociateTokens.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateAssociateTokens.js index ef189885ced..5f841224f9f 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateAssociateTokens.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateAssociateTokens.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateFungibleToken.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateFungibleToken.js index 0895e7b43ba..bf65941278a 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateFungibleToken.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateFungibleToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateNft.js index 03ac73779da..07186fefe61 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateCreateNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateDissociateTokens.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateDissociateTokens.js index 4033f2d16f7..619e146603d 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateDissociateTokens.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateDissociateTokens.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateERCApprove.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateERCApprove.js index 861ee021e13..751a8df2bdc 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateERCApprove.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateERCApprove.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeNft.js index 665b88b5489..75bb7594360 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeToken.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeToken.js index 99e8e7efb87..12903257284 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeToken.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFreezeToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFungibleTokenCustomFees.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFungibleTokenCustomFees.js index ff29a1e1039..fa034a6fdfb 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFungibleTokenCustomFees.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateFungibleTokenCustomFees.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateMintNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateMintNft.js index b17979d540e..78664f48e0a 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateMintNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateMintNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateNftCustomFees.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateNftCustomFees.js index 4f9f35bb470..aa64585a816 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateNftCustomFees.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateNftCustomFees.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateSetApprovalForAll.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateSetApprovalForAll.js index f2b8994b0b6..ec4d56998a8 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateSetApprovalForAll.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateSetApprovalForAll.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTokenDissociate.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTokenDissociate.js index df05076ab93..eca19209335 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTokenDissociate.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTokenDissociate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferNft.js index 778c65e267e..936b749d327 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferToken.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferToken.js index f9382f9d345..6ed11a6d401 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferToken.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateTransferToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeNft.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeNft.js index 8f0d0492368..50b7203d047 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeNft.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeNft.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeToken.js b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeToken.js index 9819f8904d6..d43ea322779 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeToken.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallEstimateUnfreezeToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallFungibleTokenInfo.js b/hedera-mirror-test/k6/src/web3/test/contractCallFungibleTokenInfo.js index d2a15ca88a9..68dc16964b7 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallFungibleTokenInfo.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallFungibleTokenInfo.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallIdentifier.js b/hedera-mirror-test/k6/src/web3/test/contractCallIdentifier.js index f4b6d335d29..104efd5c488 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallIdentifier.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallIdentifier.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallIsFrozen.js b/hedera-mirror-test/k6/src/web3/test/contractCallIsFrozen.js index 47ef6a71e4b..95392656e95 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallIsFrozen.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallIsFrozen.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallIsKyc.js b/hedera-mirror-test/k6/src/web3/test/contractCallIsKyc.js index be9a9c6ec84..85bea75692c 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallIsKyc.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallIsKyc.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallIsToken.js b/hedera-mirror-test/k6/src/web3/test/contractCallIsToken.js index 32c9341a267..88613deaf03 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallIsToken.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallIsToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallMultiply.js b/hedera-mirror-test/k6/src/web3/test/contractCallMultiply.js index 49673ed79d6..9757dd31d56 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallMultiply.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallMultiply.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallName.js b/hedera-mirror-test/k6/src/web3/test/contractCallName.js index 21623371d40..2f3c7666ef1 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallName.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallName.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallNonFungibleTokenInfo.js b/hedera-mirror-test/k6/src/web3/test/contractCallNonFungibleTokenInfo.js index fb06ff52a87..9862bdf61ea 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallNonFungibleTokenInfo.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallNonFungibleTokenInfo.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallOwnerOf.js b/hedera-mirror-test/k6/src/web3/test/contractCallOwnerOf.js index 300263cdeb9..9166b42f428 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallOwnerOf.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallOwnerOf.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallReceive.js b/hedera-mirror-test/k6/src/web3/test/contractCallReceive.js index a1b8ccba448..462841a82f8 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallReceive.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallReceive.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallSender.js b/hedera-mirror-test/k6/src/web3/test/contractCallSender.js index bb744f026b5..3cb79c85f42 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallSender.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallSender.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallSymbol.js b/hedera-mirror-test/k6/src/web3/test/contractCallSymbol.js index 65d02912ac2..7b1e54a766d 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallSymbol.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallSymbol.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenCustomFees.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenCustomFees.js index 3fb59855453..7923ee674e2 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenCustomFees.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenCustomFees.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultFreezeStatus.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultFreezeStatus.js index bce16fca762..5eaa7fa59be 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultFreezeStatus.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultFreezeStatus.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultKycStatus.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultKycStatus.js index 1d4c76f318d..794ef6e9395 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultKycStatus.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenDefaultKycStatus.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenExpiryInfo.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenExpiryInfo.js index f7c7b78ef6a..92a69e963f2 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenExpiryInfo.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenExpiryInfo.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenInfo.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenInfo.js index 0a38bc5ac71..08875c3e831 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenInfo.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenInfo.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenKey.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenKey.js index a938f95eddb..e5ad86af48c 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenKey.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenKey.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenType.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenType.js index 93aca4168e1..6005066ea25 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenType.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenType.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTokenURI.js b/hedera-mirror-test/k6/src/web3/test/contractCallTokenURI.js index 4ee51d9d836..41987662ec3 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTokenURI.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTokenURI.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/contractCallTotalSupply.js b/hedera-mirror-test/k6/src/web3/test/contractCallTotalSupply.js index fd0430fed7e..a10dffc9150 100644 --- a/hedera-mirror-test/k6/src/web3/test/contractCallTotalSupply.js +++ b/hedera-mirror-test/k6/src/web3/test/contractCallTotalSupply.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/index.js b/hedera-mirror-test/k6/src/web3/test/index.js index a40421d0726..175b95e8269 100644 --- a/hedera-mirror-test/k6/src/web3/test/index.js +++ b/hedera-mirror-test/k6/src/web3/test/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileApprove.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileApprove.js index f38e86ba768..91c5af09ff3 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileApprove.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileApprove.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileAssociate.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileAssociate.js index 12fbf11dda8..8a3aa729088 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileAssociate.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileAssociate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferHbars.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferHbars.js index 87fd674d44a..ed3343bf925 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferHbars.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferHbars.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferToken.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferToken.js index dd39f43f4c2..a960325818f 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferToken.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileCryptoTransferToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDeleteToken.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDeleteToken.js index db172460833..589d5b3ca59 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDeleteToken.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDeleteToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDissociate.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDissociate.js index f058fba7f06..2332353b2a0 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDissociate.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileDissociate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileMintToken.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileMintToken.js index 53b5e9607e9..45efb56a0cb 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileMintToken.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileMintToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileNestedAssociate.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileNestedAssociate.js index ddb863fb645..532b483a663 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileNestedAssociate.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileNestedAssociate.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileTransferFungibleToken.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileTransferFungibleToken.js index 3a9f4b37b57..d1fc8cc3356 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileTransferFungibleToken.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallPrecompileTransferFungibleToken.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallRedirectApprove.js b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallRedirectApprove.js index d6deb79dcdd..ef126a3da36 100644 --- a/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallRedirectApprove.js +++ b/hedera-mirror-test/k6/src/web3/test/modificationTests/contractCallRedirectApprove.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/k6/src/web3/test/rampUp.js b/hedera-mirror-test/k6/src/web3/test/rampUp.js index 341c26c5992..93f124d7227 100644 --- a/hedera-mirror-test/k6/src/web3/test/rampUp.js +++ b/hedera-mirror-test/k6/src/web3/test/rampUp.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/LoggingReporter.java b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/LoggingReporter.java index dc1512c3d1e..cd0ae60d5dd 100644 --- a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/LoggingReporter.java +++ b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/LoggingReporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/TestApplication.java b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/TestApplication.java index 20df1c9f70c..7004cfe77ef 100644 --- a/hedera-mirror-test/src/main/java/com/hedera/mirror/test/TestApplication.java +++ b/hedera-mirror-test/src/main/java/com/hedera/mirror/test/TestApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 7bcacf69e97..3b725a61625 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 937f725ae07..2350822a93f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 fbfc7993d9f..74fef893985 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/Cleanable.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/Cleanable.java index 81ebe41351b..75e4bd0b91f 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/Cleanable.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/Cleanable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 fea4cb1703e..045b399ace2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EncoderDecoderFacade.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EncoderDecoderFacade.java index fc0d5747cb7..6576a769acc 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EncoderDecoderFacade.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EncoderDecoderFacade.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EthereumClient.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EthereumClient.java index a22feaeead3..a3c14036491 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EthereumClient.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EthereumClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 f1b42f65fbd..718fdb0161c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 4b3eda58a02..6fa5833f617 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkAdapter.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkAdapter.java index d79ce73dcdd..26b72ae0f1e 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkAdapter.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/NetworkAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0c9ee5c1afd..376c2cc48ee 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 eda4fdcfe96..b4dcb2f9864 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 3ed0ab5fa0e..96e7a1b3b8b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/StartupProbe.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/StartupProbe.java index 60f6c77456d..60bca32fcd9 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/StartupProbe.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/StartupProbe.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c3f2cfcc912..3efe77e478a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 749108abf5d..79abd804049 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8f26d5f1512..854a738af20 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 8f1a765322f..f3777c3ceda 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 cc03330af9b..63c23d54026 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/FeatureProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/FeatureProperties.java index 050ae697cdc..96fbf895306 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/FeatureProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/FeatureProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/MapperConfiguration.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/MapperConfiguration.java index 9a5f64aa8a4..2250f0666ba 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/MapperConfiguration.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/MapperConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestJavaProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestJavaProperties.java index 3c05ffbdb93..863b3324b43 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestJavaProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestJavaProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestProperties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestProperties.java index cf3f0d18390..4973c21771a 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestProperties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/RestProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 657d01a6e68..85f551c0948 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/Web3Properties.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/Web3Properties.java index 0b639c42e6d..19f35582106 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/Web3Properties.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/config/Web3Properties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a649239d198..a2ed3d1d201 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 35ec9025bd7..9a71b96dd38 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 51e5b8b5532..c28f8b937ee 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 c49bc56b6b0..24e4b321133 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 0b09ecf4598..1a299b01e1e 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/Order.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/Order.java index e4bd4b8caca..400be4ef330 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/Order.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/props/Order.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 03bd88ade70..75bdf2b50d0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractEstimateFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractEstimateFeature.java index 92815292631..5e91d4b0f69 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractEstimateFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/AbstractEstimateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 5030b7b8ef1..c854bad8399 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 a83347e60c2..0409430fb4b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/BaseContractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/BaseContractFeature.java index 577434e07d7..bb34ebfd0a7 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/BaseContractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/BaseContractFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/CallFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/CallFeature.java index 8d04d4b3a94..e6aefb95785 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/CallFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/CallFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 d13a5286566..3b05c14c65b 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ERCContractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ERCContractFeature.java index 2123348565e..1e79fcbc80a 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ERCContractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/ERCContractFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EquivalenceFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EquivalenceFeature.java index 0637892776c..2e462450b3d 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EquivalenceFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EquivalenceFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimateFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimateFeature.java index bc02ffe9d16..a19f4d379c2 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimateFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimateFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimatePrecompileFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimatePrecompileFeature.java index f039714709d..3fec88978d3 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimatePrecompileFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EstimatePrecompileFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EthereumFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EthereumFeature.java index 145c2ba0556..f9a7845103f 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EthereumFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/EthereumFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 e670a4f5be2..cfd8d3e20a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/HistoricalFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/HistoricalFeature.java index 14b07f933ef..67f8bffdd12 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/HistoricalFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/HistoricalFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/NetworkFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/NetworkFeature.java index b0a6c950e40..5c75852088d 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/NetworkFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/NetworkFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java index d3f1dfd6184..978053e4871 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/RetryAsserts.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/RetryAsserts.java index cdac3d1de4e..cadfaeee7f0 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/RetryAsserts.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/RetryAsserts.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 b004a50af77..40fa37991a8 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6a9da856bdd..59a68c8e21f 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 085e6125181..ad294796ee0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ContractCallResponseWrapper.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ContractCallResponseWrapper.java index a4973247997..39ce5f735a4 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ContractCallResponseWrapper.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ContractCallResponseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 e424456bcad..6c701356ca2 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ModelBuilder.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ModelBuilder.java index 499b10e988f..93f656a80de 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ModelBuilder.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ModelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/TestUtil.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/TestUtil.java index daab2238afe..2e46756bfad 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/TestUtil.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/TestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 9cbf417d787..d835a6e9c4c 100644 --- a/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js +++ b/hedera-mirror-test/src/test/resources/solidity/hardhat.config.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 53c5ac6f2b4..bb10407c8c7 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,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/traffic-replay/log-downloader/converter.js b/hedera-mirror-test/traffic-replay/log-downloader/converter.js index e718799015c..372fb474501 100644 --- a/hedera-mirror-test/traffic-replay/log-downloader/converter.js +++ b/hedera-mirror-test/traffic-replay/log-downloader/converter.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/traffic-replay/log-downloader/downloader.js b/hedera-mirror-test/traffic-replay/log-downloader/downloader.js index 8490cc750ef..91e2324abc2 100644 --- a/hedera-mirror-test/traffic-replay/log-downloader/downloader.js +++ b/hedera-mirror-test/traffic-replay/log-downloader/downloader.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-test/traffic-replay/log-downloader/index.js b/hedera-mirror-test/traffic-replay/log-downloader/index.js index a62d69326a2..b7cd6469766 100644 --- a/hedera-mirror-test/traffic-replay/log-downloader/index.js +++ b/hedera-mirror-test/traffic-replay/log-downloader/index.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java index a92d1d935ad..e1c16e83f78 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/file/File.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Account.java b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Account.java index 5013c5d3f0b..8cb5c396e75 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Account.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Token.java b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Token.java index 139c58cd574..9099abb3f7a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Token.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/TokenRelation.java b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/TokenRelation.java index fca25d28366..f069731b5fe 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/TokenRelation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/hapi/node/state/token/TokenRelation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 eb481af8a5d..10ea5093249 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Properties.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Properties.java index b4bbb51475e..4df6a3765f6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Properties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/Web3Properties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/ContractCallContext.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/ContractCallContext.java index 12cc998d168..04fde3970ec 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/ContractCallContext.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/ContractCallContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/PrecompileContext.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/PrecompileContext.java index 6513c14ab33..7c0e2890f30 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/PrecompileContext.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/PrecompileContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionHashParameter.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionHashParameter.java index ad3125a51e2..7011c037120 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionHashParameter.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionHashParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameter.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameter.java index 45ba1731487..2c9c5e7b0ea 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameter.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdParameter.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdParameter.java index 2076fa7fa9c..08e51d3364e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdParameter.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/common/TransactionIdParameter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 128dc8ab2dd..4f4a4a2b7e0 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 03a690524a1..46a9d3f14d9 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsFilter.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsFilter.java index 2f03d9176d0..fb45605f255 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsFilter.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/MetricsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/ThrottleConfiguration.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/ThrottleConfiguration.java index 0a45786a040..d230f78efe0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/ThrottleConfiguration.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/config/ThrottleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ContractController.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ContractController.java index 82fd1bacc1d..dc06d908e96 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ContractController.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ContractController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/GenericControllerAdvice.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/GenericControllerAdvice.java index 1e50cc12fdf..b958ac8d46a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/GenericControllerAdvice.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/GenericControllerAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/OpcodesController.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/OpcodesController.java index 436c43b07d8..a5553566242 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/OpcodesController.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/OpcodesController.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeDeserializer.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeDeserializer.java index 45525055cf4..1bacda841aa 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeDeserializer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeSerializer.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeSerializer.java index e0d2a6a167a..eb2a3a0ccbf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeSerializer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BlockTypeSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BytesDecoder.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BytesDecoder.java index 2eff6c49f11..142133859bc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BytesDecoder.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/BytesDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/SemanticVersionConvertor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/SemanticVersionConvertor.java index 0bd5dea3e0f..2187644cc5a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/SemanticVersionConvertor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/convert/SemanticVersionConvertor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/AccountAccessorImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/AccountAccessorImpl.java index 7a928eba54c..1a92515d826 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/AccountAccessorImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/AccountAccessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliases.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliases.java index 149ae39fdfd..e56b0422dc5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliases.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliases.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/EvmConfiguration.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/EvmConfiguration.java index 175b2f144d0..5e45513847a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/EvmConfiguration.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/EvmConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/OperationRegistryCallback.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/OperationRegistryCallback.java index 7056fca4eb2..8b567c6b735 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/OperationRegistryCallback.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/OperationRegistryCallback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompiledContractProvider.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompiledContractProvider.java index 8dde950632b..fb8ec92f018 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompiledContractProvider.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompiledContractProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompilesHolder.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompilesHolder.java index b1f4255af46..51efd9747b4 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompilesHolder.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/PrecompilesHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/ServicesConfiguration.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/ServicesConfiguration.java index 74a50b77696..985c0ebf7e3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/ServicesConfiguration.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/config/ServicesConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/AbstractEvmMessageCallProcessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/AbstractEvmMessageCallProcessor.java index 8c58d68ac02..0e3550fb08d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/AbstractEvmMessageCallProcessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/AbstractEvmMessageCallProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessor.java index b1282c039d1..3a511f941b2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV30.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV30.java index 22e44d6e98f..05882c46439 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV30.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV30.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV50.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV50.java index 84133bddd55..09b1c59d8cf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV50.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorV50.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessor.java index 9c3cd4c2a84..3e15ab00f56 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessorImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessorImpl.java index 2bb13ae8b37..066eea9a14a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessorImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmTxProcessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/OpcodesProcessingResult.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/OpcodesProcessingResult.java index 7c72de6f6c6..68e3b286548 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/OpcodesProcessingResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/OpcodesProcessingResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracer.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracer.java index 09f203b6de4..061c1b9daa2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/Opcode.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/Opcode.java index b9d64b90eab..0e0f709dede 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/Opcode.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/Opcode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracer.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracer.java index 17f1764d307..e60e43c8982 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerOptions.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerOptions.java index ace84dc9d7b..9186549b7d5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerOptions.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/TracerType.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/TracerType.java index bf2202a79e9..7145fb00115 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/TracerType.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/TracerType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperation.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperation.java index f6d682e6508..def3e9167b7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/EvmException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/EvmException.java index edd26c20c79..d0e0d8aca7b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/EvmException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/EvmException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/MissingResultException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/MissingResultException.java index 78d60c2be20..de47458a029 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/MissingResultException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/MissingResultException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ParsingException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ParsingException.java index 453cc3415cc..c2115faa2db 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ParsingException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ParsingException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/PrecompileNotSupportedException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/PrecompileNotSupportedException.java index 8bf7a96bb8f..5c69abae405 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/PrecompileNotSupportedException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/PrecompileNotSupportedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ResponseCodeUtil.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ResponseCodeUtil.java index 814e1c7f288..e614482cf4c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ResponseCodeUtil.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/ResponseCodeUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/WrongTypeException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/WrongTypeException.java index 1a774c2e016..a3fc2860ddb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/WrongTypeException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/exception/WrongTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoader.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoader.java index 92312a010ee..12b0877c76e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoader.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmProperties.java index 25d58f13ecf..e4155199d83 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSource.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSource.java index 02d908354d1..aaab2f2f858 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSource.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/TraceProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/TraceProperties.java index 9bcdf8786e0..84fec5613c8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/TraceProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/properties/TraceProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/CachingStateFrame.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/CachingStateFrame.java index 83e9933dfc6..868135ee59e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/CachingStateFrame.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/CachingStateFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrame.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrame.java index 661c7ada0e8..fe882a6e9f9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrame.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrame.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrame.java index 84b5939653f..e35dd835da6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrame.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrame.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrame.java index 1ee7f8c3601..db57623294a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrame.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StackedStateFrames.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StackedStateFrames.java index 132ae3259cc..11037dc0abe 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StackedStateFrames.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StackedStateFrames.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/Store.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/Store.java index f93fddaaf52..9fd60151002 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/Store.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/Store.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StoreImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StoreImpl.java index 782c1ae08e1..148e50972dd 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StoreImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/StoreImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCache.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCache.java index 368599457d8..c9f216d2658 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCache.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessor.java index 659f791ae83..989afb77ddf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessor.java index d6ee645d14e..ec5c3e67c14 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessor.java index 567ff55a673..899ab340cbe 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessor.java index f15d5891a8f..1e4ba67f02d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessor.java index 0ae1338d3e4..4bcd6292deb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessor.java index 357f3405137..9b45550d0ed 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessor.java index 0574cba669b..397ced54fa0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessor.java index 2867a243c0c..2c60eb5d8b8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessor.java index a28bc2e477b..6f61434c5f7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/model/TokenRelationshipKey.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/model/TokenRelationshipKey.java index 464345d126a..145459578c9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/model/TokenRelationshipKey.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/accessor/model/TokenRelationshipKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractEvmStackedLedgerUpdater.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractEvmStackedLedgerUpdater.java index 7dd479a7ddd..1bd48754fb4 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractEvmStackedLedgerUpdater.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractEvmStackedLedgerUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractLedgerWorldUpdater.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractLedgerWorldUpdater.java index 9267e536958..e3d60fa5213 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractLedgerWorldUpdater.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/AbstractLedgerWorldUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencer.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencer.java index ff9efee7df9..9e73579a6bb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdater.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdater.java index 4ddcb2cc09b..6c03d1c50a1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdater.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldState.java index fc6ebd21837..7d170d58f13 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccess.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccess.java index aa98f3b2919..b4f40175be7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccess.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/impl/UpdatableReferenceCacheLineState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/impl/UpdatableReferenceCacheLineState.java index 2e8d9cba421..d6b2446bc4f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/impl/UpdatableReferenceCacheLineState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/store/impl/UpdatableReferenceCacheLineState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/token/TokenAccessorImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/token/TokenAccessorImpl.java index ba0f5b99a64..2889b760f4b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/token/TokenAccessorImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/token/TokenAccessorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtils.java index 8a87e690138..c0a47f6c674 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberNotFoundException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberNotFoundException.java index e7965537359..2df5a99aa8a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberNotFoundException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberOutOfRangeException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberOutOfRangeException.java index 2d128f1ea7c..4085d0c382e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberOutOfRangeException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/BlockNumberOutOfRangeException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/EntityNotFoundException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/EntityNotFoundException.java index 61f13ec5345..de9b27ea21f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/EntityNotFoundException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/EntityNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidFileException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidFileException.java index 6d91feb97aa..a480ce6e9d9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidFileException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidFileException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidInputException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidInputException.java index a19fa9ac3a8..44b16dab281 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidInputException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/InvalidInputException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ef18cdca060..a23d89f031c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/MirrorEvmTransactionException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/MirrorEvmTransactionException.java index da644705a5b..901d81265e1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/MirrorEvmTransactionException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/MirrorEvmTransactionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/RateLimitException.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/RateLimitException.java index e3620cd77b3..d6ad41b6bfa 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/RateLimitException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/exception/RateLimitException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ce31aad6213..4439e2a16ed 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/AccountBalanceRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/AccountBalanceRepository.java index 07d8eabe0cc..2495fce3501 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/AccountBalanceRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/AccountBalanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractActionRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractActionRepository.java index d32e45a72f1..10c6e63b9ab 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractActionRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractActionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractRepository.java index 11930173526..e593c10687c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractResultRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractResultRepository.java index 33618819936..939ef044f3e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractResultRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractResultRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractStateRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractStateRepository.java index ad5ac4300fc..451d4202734 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractStateRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractStateRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepository.java index 7541a521d5a..96ed3bf62f6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepository.java index 799af00ca52..8d9ad5e0a31 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CustomFeeRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CustomFeeRepository.java index 37f4a16fdbe..86a34081d4c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CustomFeeRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/CustomFeeRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EntityRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EntityRepository.java index 19c9b05c0d0..95fde17262b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EntityRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EntityRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EthereumTransactionRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EthereumTransactionRepository.java index c1d8dac29b7..d8122aaded2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EthereumTransactionRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/EthereumTransactionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/FileDataRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/FileDataRepository.java index 1ff8d467afe..5699ce0a84a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/FileDataRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/FileDataRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftAllowanceRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftAllowanceRepository.java index c568658ef49..484052850ba 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftAllowanceRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftRepository.java index 7b102eea86a..ab679aff3c0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/NftRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ab38b0953b6..9e7decb3273 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAccountRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAccountRepository.java index 68b2a29db2c..4c3235ddd92 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAccountRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAccountRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAirdropRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAirdropRepository.java index 02356f5fcbf..f5593ea9e58 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAirdropRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAirdropRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAllowanceRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAllowanceRepository.java index eeedf52fffc..e43a96dbfc8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAllowanceRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenAllowanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenBalanceRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenBalanceRepository.java index 5d69b8aea70..1fceedbf109 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenBalanceRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenBalanceRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenRepository.java index 07e65f10d90..489ebb00a99 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TokenRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TransactionRepository.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TransactionRepository.java index 2723f8ddca2..06b2700ef9d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TransactionRepository.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/TransactionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/projections/TokenAccountAssociationsCount.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/projections/TokenAccountAssociationsCount.java index b218d5c29fc..5a584d0f1da 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/projections/TokenAccountAssociationsCount.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/projections/TokenAccountAssociationsCount.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/properties/CacheProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/properties/CacheProperties.java index 4bbdbfaf846..1c82a2a95ad 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/properties/CacheProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/repository/properties/CacheProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractCallService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractCallService.java index f06414600cd..b45bb1888e7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractCallService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractCallService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractDebugService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractDebugService.java index e19ead6583f..168fd1243f2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractDebugService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractDebugService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractExecutionService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractExecutionService.java index f4239ede378..85547d3cfc6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractExecutionService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/ContractExecutionService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeService.java index c6ee0842001..94f514fd41c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeServiceImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeServiceImpl.java index 1284ea214c2..9e89c5192ed 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeServiceImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/OpcodeServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileService.java index 70b72517644..918841fe5b1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileServiceImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileServiceImpl.java index 5414c91ce49..ade2c2ccb71 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileServiceImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/RecordFileServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java index f750a49fc41..fd806893c6d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/TransactionExecutionService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/CallServiceParameters.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/CallServiceParameters.java index 4103e31ab56..c04376badfd 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/CallServiceParameters.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/CallServiceParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractDebugParameters.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractDebugParameters.java index bfdc39db3cd..dfe1b18e8c6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractDebugParameters.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractDebugParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractExecutionParameters.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractExecutionParameters.java index 0fc879aecd2..1ea640c357a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractExecutionParameters.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/model/ContractExecutionParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimator.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimator.java index 7ade7575c30..41395d73073 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AbstractReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AbstractReadableKVState.java index fb1a281f9a4..7564727ac27 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AbstractReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AbstractReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AccountReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AccountReadableKVState.java index dce968fd4e5..0a834e818c9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AccountReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AccountReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AirdropsReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AirdropsReadableKVState.java index 3fdb6cc904b..a5b467e232b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AirdropsReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AirdropsReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AliasesReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AliasesReadableKVState.java index ffdfa0ea9ba..f9f42f7b194 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AliasesReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/AliasesReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/CommonEntityAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/CommonEntityAccessor.java index 0d10fc9885d..57ccd526a8f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/CommonEntityAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/CommonEntityAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVState.java index 9aa3fca6de2..8128864a50c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractStorageReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractStorageReadableKVState.java index 6260db24149..f566bba2bb8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractStorageReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/ContractStorageReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java index 64e7d59331c..0db2241d49c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/FileReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/MirrorNodeState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/MirrorNodeState.java index 208b26ebf08..ef8d45acced 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/MirrorNodeState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/MirrorNodeState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/NftReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/NftReadableKVState.java index cba060796dd..0eb65e01df3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/NftReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/NftReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenReadableKVState.java index 3c88a2ee271..35330f5b5ea 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVState.java index 44e1a37e9e3..6e5d7c2dfff 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/Utils.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/Utils.java index d1bdafd27b2..0a5fcb23d96 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/Utils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java index af971e62ef7..6971171a142 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/NetworkInfoImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/SchemaRegistryImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/SchemaRegistryImpl.java index ec525276315..e67241b249f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/SchemaRegistryImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/SchemaRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServiceMigratorImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServiceMigratorImpl.java index 9b7c7338e83..4adaaddf694 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServiceMigratorImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServiceMigratorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServicesRegistryImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServicesRegistryImpl.java index ec60d3d14f6..a4ca5025a35 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServicesRegistryImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/ServicesRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/StartupNetworksImpl.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/StartupNetworksImpl.java index 9078040f42c..a9b8809f735 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/StartupNetworksImpl.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/components/StartupNetworksImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/AbstractMapReadableState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/AbstractMapReadableState.java index 682e235277b..835373edefe 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/AbstractMapReadableState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/AbstractMapReadableState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListReadableQueueState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListReadableQueueState.java index 3c4e5ecfaec..c5123199987 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListReadableQueueState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListReadableQueueState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListWritableQueueState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListWritableQueueState.java index 51adeb09f5a..d6bb6142814 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListWritableQueueState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/ListWritableQueueState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableKVState.java index c4703ce7204..2fe409aea31 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableStates.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableStates.java index 190f763095c..22ed5a873f3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableStates.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapReadableStates.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableKVState.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableKVState.java index 698b8ef84ec..0d163df15ff 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableKVState.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableKVState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableStates.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableStates.java index 47b421db9a2..83ff1a14731 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableStates.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/state/core/MapWritableStates.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/throttle/ThrottleProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/throttle/ThrottleProperties.java index 7fcaf911311..e8238f98fe7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/throttle/ThrottleProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/throttle/ThrottleProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/BytecodeUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/BytecodeUtils.java index 701472f62c4..09756a8f7d4 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/BytecodeUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/BytecodeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/Suppliers.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/Suppliers.java index 00872a31156..87e5e06f0ca 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/Suppliers.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/utils/Suppliers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/Hex.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/Hex.java index 1db2cedd8ea..7360dd589ad 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/Hex.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/Hex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/HexValidator.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/HexValidator.java index e2a2a036e3b..cc2ba34ea89 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/HexValidator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/validation/HexValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/BlockType.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/BlockType.java index 0b95fbbea02..2e9d5ff117f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/BlockType.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/BlockType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallRequest.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallRequest.java index 2dfe035a8b3..99ece1589a1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallRequest.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallResponse.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallResponse.java index dfe5b869a75..f59332624bb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallResponse.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/ContractCallResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/GenericErrorResponse.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/GenericErrorResponse.java index 97bd6bac24a..7aed18fd004 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/GenericErrorResponse.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/GenericErrorResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/TransferCheck.java b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/TransferCheck.java index 17dad82ef91..4d4d4007cde 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/TransferCheck.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/mirror/web3/viewmodel/TransferCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperation.java b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperation.java index 2fe82f1df38..fd518e95f0f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/evm/contracts/execution/HederaEvmTxProcessor.java b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/evm/contracts/execution/HederaEvmTxProcessor.java index 9fe4a9ed84a..2b5bdc1a28a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/evm/contracts/execution/HederaEvmTxProcessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/evm/contracts/execution/HederaEvmTxProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaOperationTracer.java b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaOperationTracer.java index 95b0dbe324e..bdd7da77f53 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaOperationTracer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaOperationTracer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/execution/LivePricesSource.java b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/execution/LivePricesSource.java index e76c0014a4e..9a01e1ef0d5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/execution/LivePricesSource.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/execution/LivePricesSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtil.java b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtil.java index f462a0e5278..d6f12f3537d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtil.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19.java b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19.java index cad343f4320..d7c75a4fd96 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22.java b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22.java index a9cd1cf192f..ca494caed1a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaPrngSeedOperation.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaPrngSeedOperation.java index 2858ce317d3..9556911ec8b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaPrngSeedOperation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaPrngSeedOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperation.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperation.java index da02109107d..7b2f50377b7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationBase.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationBase.java index 1a4e4e6b004..b7a12932605 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationBase.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038.java index 7dea4183609..c66ff18e903 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046.java index a03d87b0022..bdc25aa74cb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050.java b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050.java index 1e933167e64..a517a77d326 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/exceptions/MissingEntityException.java b/hedera-mirror-web3/src/main/java/com/hedera/services/exceptions/MissingEntityException.java index 23e02e4b8c0..34ab678f5d0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/exceptions/MissingEntityException.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/exceptions/MissingEntityException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/BasicHbarCentExchange.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/BasicHbarCentExchange.java index 0c011724f8b..feb7fe051df 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/BasicHbarCentExchange.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/BasicHbarCentExchange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/FeeCalculator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/FeeCalculator.java index b9f41605948..d128cf31925 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/FeeCalculator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/FeeCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/HbarCentExchange.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/HbarCentExchange.java index 52cb3ea2b5a..ff384daec8b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/HbarCentExchange.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/HbarCentExchange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/annotations/GenericPriceMultiplier.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/annotations/GenericPriceMultiplier.java index a99e52986f9..8fe2ee228ce 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/annotations/GenericPriceMultiplier.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/annotations/GenericPriceMultiplier.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calc/OverflowCheckingCalc.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calc/OverflowCheckingCalc.java index d868c041459..b18ea7c3897 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calc/OverflowCheckingCalc.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calc/OverflowCheckingCalc.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/BasicFcfsUsagePrices.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/BasicFcfsUsagePrices.java index b53502d955c..3ac45c0d226 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/BasicFcfsUsagePrices.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/BasicFcfsUsagePrices.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/QueryResourceUsageEstimator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/QueryResourceUsageEstimator.java index 7f078dabb88..ef7091a21dd 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/QueryResourceUsageEstimator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/QueryResourceUsageEstimator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/TxnResourceUsageEstimator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/TxnResourceUsageEstimator.java index 8276f17a38d..91b376df672 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/TxnResourceUsageEstimator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/TxnResourceUsageEstimator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculator.java index 164eb16ff49..ab4ec99d9d0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsagePricesProvider.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsagePricesProvider.java index d6f830930ea..6f6fabddb31 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsagePricesProvider.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/UsagePricesProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsage.java index d2d6fecbc0e..1ac61cec8b0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/AbstractTokenResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/AbstractTokenResourceUsage.java index ec1e6185918..7c0ccadf023 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/AbstractTokenResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/AbstractTokenResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenAssociateResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenAssociateResourceUsage.java index a4447eb59f7..7cb4e3af34f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenAssociateResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenAssociateResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDeleteResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDeleteResourceUsage.java index 6bbe89365d9..87af1117a2b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDeleteResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDeleteResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDissociateResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDissociateResourceUsage.java index 71b5d4bd4ee..327335b558c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDissociateResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenDissociateResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenUpdateResourceUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenUpdateResourceUsage.java index e7f932c5a8e..ca8f556068e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenUpdateResourceUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/token/txns/TokenUpdateResourceUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsages.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsages.java index 1f8532a6932..9d1f021f1a6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsages.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelper.java index 175e058f5c7..847a2d09f77 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculator.java index c857280d517..9d6d653a03d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/AssetsLoader.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/AssetsLoader.java index 0690ecfaf31..ac345f991c1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/AssetsLoader.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/AssetsLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/RequiredPriceTypes.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/RequiredPriceTypes.java index 7ac9cd2844a..3b1773f4c62 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/RequiredPriceTypes.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/RequiredPriceTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/ResourceProvider.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/ResourceProvider.java index d5bd1296477..d6ae122dbb9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/ResourceProvider.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/ResourceProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/UsableResource.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/UsableResource.java index 9b67cb4295d..b13e6e1ab9b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/UsableResource.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/pricing/UsableResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/state/UsageAccumulator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/state/UsageAccumulator.java index f1c178ce8b6..cef11f20e89 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/state/UsageAccumulator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/state/UsageAccumulator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenAssociateUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenAssociateUsage.java index 679e9d86f21..fba1607b2e8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenAssociateUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenAssociateUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDeleteUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDeleteUsage.java index d771c77cdfc..1a00f56de4a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDeleteUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDeleteUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDissociateUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDissociateUsage.java index fde5a5f749b..f18ba077120 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDissociateUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenDissociateUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsage.java index 0fd81b000b7..08d163467ed 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtils.java index ea170202fac..8ab1b5b6299 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenTxnUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenTxnUsage.java index 42410ce0098..98d3a9c2c65 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenTxnUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenTxnUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenUpdateUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenUpdateUsage.java index bb0b7d139af..6a4dce85315 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenUpdateUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/TokenUpdateUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/entities/TokenEntitySizes.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/entities/TokenEntitySizes.java index e590d0053a5..1bbc811583c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/entities/TokenEntitySizes.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/entities/TokenEntitySizes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnMeta.java index 298c49ad019..1bae7fa9877 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnWipeMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnWipeMeta.java index 96eb0ab1e71..283103942f3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnWipeMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenBurnWipeMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenCreateMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenCreateMeta.java index 5be22ab29c7..d0e080070ba 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenCreateMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenCreateMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMeta.java index 3b200ae3eac..623f23e109b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenMintMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenMintMeta.java index a1b487f096b..8ca93660ac1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenMintMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenMintMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenOpMetaBase.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenOpMetaBase.java index 9135ba8286f..eddb998ed70 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenOpMetaBase.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenOpMetaBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenPauseMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenPauseMeta.java index 20a0cbfe2f1..3f21c5b2688 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenPauseMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenPauseMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnfreezeMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnfreezeMeta.java index 94ecf7ff0cb..28d52d5648f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnfreezeMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnfreezeMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMeta.java index 4f755db6201..6b0e71538c2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenWipeMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenWipeMeta.java index 44d152b55fe..6a4d31e3c49 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenWipeMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/fees/usage/token/meta/TokenWipeMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/BaseTransactionMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/BaseTransactionMeta.java index 3c42017e19c..1898d522e0c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/BaseTransactionMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/BaseTransactionMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorFactory.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorFactory.java index a96f00ef6b6..f458ba2945a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorFactory.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorUtils.java index 566a81781cf..fc0dd259a6d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/EstimatorUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SigUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SigUsage.java index a45289e40e4..55887ed660e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SigUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SigUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtils.java index 4bcccf3e5db..abfdaae350d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonUsageProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonUsageProperties.java index c2954e42ac9..924bc4d3a01 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonUsageProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/SingletonUsageProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsage.java index 4b5652376fe..52dc7962557 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimator.java index 716b3881f38..cc89e5da59c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageEstimate.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageEstimate.java index 5123ade84d2..e652964895f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageEstimate.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageEstimate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageProperties.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageProperties.java index 58ffb54830a..3fdee8ca47d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageProperties.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/UsageProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/AllowanceId.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/AllowanceId.java index 207892618b4..d604276ecc1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/AllowanceId.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/AllowanceId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMeta.java index ffb9402948f..1d954019278 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtils.java index 687de573c81..a78bfe8939b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMeta.java index a8cf9576a15..96f94ed383a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMeta.java index 19a1055ce1e..e20c5abd835 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoEntitySizes.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoEntitySizes.java index 36dbda99231..a0866c7646d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoEntitySizes.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoEntitySizes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsage.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsage.java index 8362134ce40..48fb63c37c4 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsage.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMeta.java index 02b5b3f8c36..eec1723ba69 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMeta.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMeta.java index 5cd4aaf7f68..1f2816fa5e3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMeta.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/ExtantCryptoContext.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/ExtantCryptoContext.java index 1c98a9e622c..db02ab15185 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/ExtantCryptoContext.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/fees/usage/crypto/ExtantCryptoContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/ByteStringUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/ByteStringUtils.java index b6791193ca3..ab2c5868b32 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/ByteStringUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/ByteStringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/contracts/ParsingConstants.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/contracts/ParsingConstants.java index 17dc79dbf5d..2e53bd1c160 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/contracts/ParsingConstants.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/contracts/ParsingConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilder.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilder.java index b17db9516fb..6ee9e72bb90 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilder.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeBuilder.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeBuilder.java index 374b50a9717..b436015d234 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeBuilder.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeObject.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeObject.java index c959434af0e..5b4aae4226e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeObject.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/FeeObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/SigValueObj.java b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/SigValueObj.java index e7b2c93d4c9..c66bc68eb8f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/SigValueObj.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/hapi/utils/fees/SigValueObj.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JContractIDKey.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JContractIDKey.java index 485fcd16717..31eeb01d009 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JContractIDKey.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JContractIDKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JDelegatableContractIDKey.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JDelegatableContractIDKey.java index a48666024a5..d63af20ac21 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JDelegatableContractIDKey.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JDelegatableContractIDKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JECDSASecp256k1Key.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JECDSASecp256k1Key.java index ac858ddf017..fe7ee00fe3e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JECDSASecp256k1Key.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JECDSASecp256k1Key.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JEd25519Key.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JEd25519Key.java index 1205f07fc2d..df12d835af3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JEd25519Key.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JEd25519Key.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKey.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKey.java index fecaa0025f7..eaffe5dc4db 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKey.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKey.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKeyList.java b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKeyList.java index 91650b883f0..fae1886d892 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKeyList.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/jproto/JKeyList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/BalanceChange.java b/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/BalanceChange.java index d820cba144d..675b6531daf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/BalanceChange.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/BalanceChange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/TransferLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/TransferLogic.java index 72331550404..aa93816bdd5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/TransferLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/ledger/TransferLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/sigs/utils/ImmutableKeyUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/sigs/utils/ImmutableKeyUtils.java index 0c4d2052739..77bc39ee0aa 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/sigs/utils/ImmutableKeyUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/sigs/utils/ImmutableKeyUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/state/submerkle/RichInstant.java b/hedera-mirror-web3/src/main/java/com/hedera/services/state/submerkle/RichInstant.java index 3fd7045198b..22dd0ad577e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/state/submerkle/RichInstant.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/state/submerkle/RichInstant.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/AbiConstants.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/AbiConstants.java index f7616500bae..7cca5c9c92c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/AbiConstants.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/AbiConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/CryptoTransferWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/CryptoTransferWrapper.java index eec0163e9bf..45134b1fd6b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/CryptoTransferWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/CryptoTransferWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/ExchangeRatePrecompiledContract.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/ExchangeRatePrecompiledContract.java index 8a8d531e008..bb94937b56c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/ExchangeRatePrecompiledContract.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/ExchangeRatePrecompiledContract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransfer.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransfer.java index ab4e94ef10d..2dc7ff540d5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransfer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java index 1471cbe27aa..4ca74952d0e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HbarTransfer.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HbarTransfer.java index e7b3bdd4b9e..ba8588f3b5e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HbarTransfer.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/HbarTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/NftExchange.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/NftExchange.java index 5b6d52ad114..12007d3e168 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/NftExchange.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/NftExchange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/Precompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/Precompile.java index 7bb303928e6..81a94a022a5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/Precompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/Precompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrecompileMapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrecompileMapper.java index 7066821df95..4041322814a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrecompileMapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrecompileMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrngSystemPrecompiledContract.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrngSystemPrecompiledContract.java index 26d65ab4fca..f9250737343 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrngSystemPrecompiledContract.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/PrngSystemPrecompiledContract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactory.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactory.java index 878ca07c6ea..d5f6b605ede 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactory.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenCreateWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenCreateWrapper.java index c2793037f13..72127c4014d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenCreateWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenCreateWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenTransferWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenTransferWrapper.java index ef644c42db6..bed3196df4f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenTransferWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenTransferWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogic.java index 6ec8f109088..708a4d5ffe7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapper.java index 2cfc6c83ff1..9041bc9e720 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TransferWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TransferWrapper.java index cbfb775cc8a..55007326e58 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TransferWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/TransferWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/AllowanceResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/AllowanceResult.java index 8a20f77f4cc..6abd1670efc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/AllowanceResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/AllowanceResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveDecodedNftInfo.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveDecodedNftInfo.java index 167d494d467..6be3e805dee 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveDecodedNftInfo.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveDecodedNftInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveForAllParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveForAllParams.java index b6fd9475c4c..cc211b86f66 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveForAllParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveForAllParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveParams.java index 181140d46b5..4a1b86700d0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveResult.java index 78f67271ef4..95f965f3233 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveWrapper.java index d8c53f3f238..77d94062867 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ApproveWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Association.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Association.java index ddbaabd670f..1fd3995a3fc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Association.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Association.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BodyParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BodyParams.java index 3e5591419f3..409fa6ff6ca 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BodyParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BodyParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnResult.java index 729317be3cd..631e0c54e5c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnWrapper.java index 66c516339c0..911a69e394b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/BurnWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/CreateParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/CreateParams.java index 0849d9313c9..bc538092ccc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/CreateParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/CreateParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacade.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacade.java index 57b7e250b50..d7c4c1c1668 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacade.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacade.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DeleteWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DeleteWrapper.java index e1cff3808c7..d0fc603e1a1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DeleteWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/DeleteWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Dissociation.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Dissociation.java index 17ec3a5a185..c4012ac0c46 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Dissociation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Dissociation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ERCTransferParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ERCTransferParams.java index 3432fbb89da..23b7e0d278e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ERCTransferParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/ERCTransferParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EmptyRunResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EmptyRunResult.java index b7a15286035..09c0413a1e3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EmptyRunResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EmptyRunResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacade.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacade.java index 14f5798b57b..3604e87a9a5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacade.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacade.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/FunctionParam.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/FunctionParam.java index 0febe35c380..b07a67dd6aa 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/FunctionParam.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/FunctionParam.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/GetApprovedResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/GetApprovedResult.java index d4dec645092..052170fbc15 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/GetApprovedResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/GetApprovedResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/HrcParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/HrcParams.java index ef4155a1ecc..74b15b9567d 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/HrcParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/HrcParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/IsApprovedForAllResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/IsApprovedForAllResult.java index 154b5622612..b0ef7055074 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/IsApprovedForAllResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/IsApprovedForAllResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/KeyValueWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/KeyValueWrapper.java index 52432259783..44ad470e08c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/KeyValueWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/KeyValueWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintResult.java index 8412d5c8eb1..686155ad3dc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintWrapper.java index 36f237f1e42..d8e48279263 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/MintWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/PauseWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/PauseWrapper.java index acec5c2920f..99351426fd7 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/PauseWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/PauseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/RunResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/RunResult.java index 12ff5fee548..02472c1273f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/RunResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/RunResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/SetApprovalForAllWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/SetApprovalForAllWrapper.java index 633bc186c3f..616d87b53d9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/SetApprovalForAllWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/SetApprovalForAllWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateResult.java index cc8412d739f..3b5c9a11d55 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapper.java index 8bf2d03dec1..d4443f18886 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapper.java index 0ca1f5596a7..b358bc125ba 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferResult.java index 439c2d50024..d81a50b90af 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateExpiryInfoWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateExpiryInfoWrapper.java index eb3e25cb963..afe9bd4bac0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateExpiryInfoWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateExpiryInfoWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateKeysWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateKeysWrapper.java index 05ff4d2c8f0..78f0d08763e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateKeysWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TokenUpdateKeysWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TransferParams.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TransferParams.java index 639fe920b3b..959e9a93fda 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TransferParams.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/TransferParams.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/UnpauseWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/UnpauseWrapper.java index 6205a026693..0bc70608d54 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/UnpauseWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/UnpauseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeResult.java index 581bedf8ca8..e5d742b6e40 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeWrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeWrapper.java index a667c1366bf..43bd2c614bc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeWrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/WipeWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Wrapper.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Wrapper.java index c93b00b67e8..a70320dfc5f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Wrapper.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/codec/Wrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractAssociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractAssociatePrecompile.java index 70b0da5d307..a0ac738167c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractAssociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractAssociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractDissociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractDissociatePrecompile.java index 4cb0271d286..b6ef88ffce5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractDissociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractDissociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractFreezeUnfreezePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractFreezeUnfreezePrecompile.java index 62c9d4ca32a..d64ddab7c2c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractFreezeUnfreezePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractFreezeUnfreezePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractGrantRevokeKycPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractGrantRevokeKycPrecompile.java index 84a29703426..4920ea4689b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractGrantRevokeKycPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractGrantRevokeKycPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractReadOnlyPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractReadOnlyPrecompile.java index 9af953e69e3..3ec0c541581 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractReadOnlyPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractReadOnlyPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractTokenUpdatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractTokenUpdatePrecompile.java index d2add7b42e4..0dce3595346 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractTokenUpdatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractTokenUpdatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWipePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWipePrecompile.java index f31c8706609..a635f41127a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWipePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWipePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWritePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWritePrecompile.java index 8f045f77b5b..a6f39e4e3a6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWritePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AbstractWritePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AllowancePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AllowancePrecompile.java index ef3a4d2687d..bd3f735e0f4 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AllowancePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AllowancePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ApprovePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ApprovePrecompile.java index 90ad5e3e639..b673a7dedb8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ApprovePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ApprovePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AssociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AssociatePrecompile.java index abb93d45f2b..a405f102d98 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AssociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/AssociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/BurnPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/BurnPrecompile.java index 4a866e1d80a..b79c988ba69 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/BurnPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/BurnPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DeleteTokenPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DeleteTokenPrecompile.java index 05586aab8c4..1c0514c82b0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DeleteTokenPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DeleteTokenPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DissociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DissociatePrecompile.java index 399c5d9651d..2c7c4a2b2ea 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DissociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/DissociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompile.java index 9a88a45078a..cfa20c2bf46 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/FreezeTokenPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/FreezeTokenPrecompile.java index f2010c392c0..0b3196c423b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/FreezeTokenPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/FreezeTokenPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GetApprovedPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GetApprovedPrecompile.java index 3f7c97893a4..cb4bb7da0bf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GetApprovedPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GetApprovedPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GrantKycPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GrantKycPrecompile.java index 8ba3047e08b..4067dfef5c8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GrantKycPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/GrantKycPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ImpliedTransfers.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ImpliedTransfers.java index 1339066db74..6f710bc43bb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ImpliedTransfers.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/ImpliedTransfers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/IsApprovedForAllPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/IsApprovedForAllPrecompile.java index 611d719f02b..a991d237265 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/IsApprovedForAllPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/IsApprovedForAllPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MintPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MintPrecompile.java index 0f207ac086e..ac0a9e37bad 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MintPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MintPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiAssociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiAssociatePrecompile.java index 76fd3018a36..be6ab0df723 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiAssociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiAssociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiDissociatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiDissociatePrecompile.java index 17c8289ca74..5022e006ee8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiDissociatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/MultiDissociatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/PausePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/PausePrecompile.java index 70e6a0855c9..5c0eaff7bdd 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/PausePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/PausePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/RevokeKycPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/RevokeKycPrecompile.java index 70daaa1bb9e..52ee0943d53 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/RevokeKycPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/RevokeKycPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompile.java index 975b1c98f38..89578d985a3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractAbis.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractAbis.java index e4c955fc47f..e656ceaaae5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractAbis.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractAbis.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractTypes.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractTypes.java index d640c6c2838..1d22dfdfa3b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractTypes.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/SystemContractTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenCreatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenCreatePrecompile.java index 6cb98e0ceb4..cab85388885 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenCreatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenCreatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdateKeysPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdateKeysPrecompile.java index 59a826464bc..a2e3f400e3e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdateKeysPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdateKeysPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdatePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdatePrecompile.java index 0594e29474c..a4613df6dd5 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdatePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TokenUpdatePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TransferPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TransferPrecompile.java index c6ce5f2ae2d..1f44cc995f8 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TransferPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/TransferPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnfreezeTokenPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnfreezeTokenPrecompile.java index 73d199e31ac..228252f5ccc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnfreezeTokenPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnfreezeTokenPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnpausePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnpausePrecompile.java index 45dbd6785fa..4b4da878fb9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnpausePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UnpausePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UpdateTokenExpiryInfoPrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UpdateTokenExpiryInfoPrecompile.java index 8abf0cd8640..331e41d9a20 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UpdateTokenExpiryInfoPrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/UpdateTokenExpiryInfoPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeFungiblePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeFungiblePrecompile.java index b4ceaa52a7c..31a93ca59cf 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeFungiblePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeFungiblePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeNonFungiblePrecompile.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeNonFungiblePrecompile.java index 46f333bd719..f62224f9325 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeNonFungiblePrecompile.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/impl/WipeNonFungiblePrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtils.java index 84b9a4b3568..e506d4abdad 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Account.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Account.java index d255c57ea28..b4e78e40203 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Account.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/FcTokenAllowanceId.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/FcTokenAllowanceId.java index c22c51655dc..6f74dfc8df1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/FcTokenAllowanceId.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/FcTokenAllowanceId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Id.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Id.java index 7b74d99bc6e..2b246d4a992 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Id.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Id.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/NftId.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/NftId.java index a7ca4acc21a..fb68e535547 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/NftId.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/NftId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Token.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Token.java index 10e0f22d0ad..2066e13dd64 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Token.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenModificationResult.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenModificationResult.java index 44f134c38de..33c44cb4dc3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenModificationResult.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenModificationResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenRelationship.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenRelationship.java index 18d51018fd0..76f8dde2be2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenRelationship.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenRelationship.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/UniqueToken.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/UniqueToken.java index 346582e1c75..7a8842db030 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/UniqueToken.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/models/UniqueToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/store/tokens/HederaTokenStore.java b/hedera-mirror-web3/src/main/java/com/hedera/services/store/tokens/HederaTokenStore.java index 4949fca42b4..f059845757f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/store/tokens/HederaTokenStore.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/store/tokens/HederaTokenStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/AssociateLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/AssociateLogic.java index e790278189d..7e8f20e4675 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/AssociateLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/AssociateLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/BurnLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/BurnLogic.java index 546c5dc7977..71610df4376 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/BurnLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/BurnLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/CreateLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/CreateLogic.java index f0ca77c8ca5..1c90f32ad6f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/CreateLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/CreateLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DeleteLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DeleteLogic.java index 74784a100c3..2b3b960035a 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DeleteLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DeleteLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DissociateLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DissociateLogic.java index 385898361bb..859633265bd 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DissociateLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/DissociateLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/FreezeLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/FreezeLogic.java index 0563dd98039..a0f79a0327f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/FreezeLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/FreezeLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/GrantKycLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/GrantKycLogic.java index 7f1244e6ee9..7fab9832b20 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/GrantKycLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/GrantKycLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/MintLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/MintLogic.java index c5caab266b5..b727a94650e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/MintLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/MintLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/PauseLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/PauseLogic.java index 515770d4a42..4527d583f54 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/PauseLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/PauseLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/RevokeKycLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/RevokeKycLogic.java index fcbe16e7af1..9fd583300b0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/RevokeKycLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/RevokeKycLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/TokenOpsValidator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/TokenOpsValidator.java index 7d2becea6c8..ef59a4fbba3 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/TokenOpsValidator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/TokenOpsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnfreezeLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnfreezeLogic.java index e83c19820bc..8505c590c7e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnfreezeLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnfreezeLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnpauseLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnpauseLogic.java index 3fa0b410f35..ed4c4ac8532 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnpauseLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/UnpauseLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/WipeLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/WipeLogic.java index ba1ccef7f54..66803562042 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/WipeLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txn/token/WipeLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AbstractAutoCreationLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AbstractAutoCreationLogic.java index e77b5973d1d..69b60cf76cb 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AbstractAutoCreationLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AbstractAutoCreationLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/ApproveAllowanceLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/ApproveAllowanceLogic.java index b18d341bc1f..4af34614a86 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/ApproveAllowanceLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/ApproveAllowanceLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AutoCreationLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AutoCreationLogic.java index 03482717923..b32c1a77a3f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AutoCreationLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/AutoCreationLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/DeleteAllowanceLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/DeleteAllowanceLogic.java index c8851544643..f68f9921d1e 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/DeleteAllowanceLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/DeleteAllowanceLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpers.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpers.java index ee8aa0d6638..9c72a130f06 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpers.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/AllowanceChecks.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/AllowanceChecks.java index 1138baa5ab3..b2efa6f4d9b 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/AllowanceChecks.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/AllowanceChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecks.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecks.java index 48d1149b7ce..2228a30b4c0 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecks.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecks.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecks.java index 085ac0555bd..da9ec35df92 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecks.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessor.java index f25c25aad8d..e3367f08b19 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/token/validators/CreateChecks.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/token/validators/CreateChecks.java index 61389251c9e..a8597a75c28 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/token/validators/CreateChecks.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/token/validators/CreateChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/PrngLogic.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/PrngLogic.java index d6991c84cb9..f0e8b5ea362 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/PrngLogic.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/PrngLogic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/TokenUpdateValidator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/TokenUpdateValidator.java index 7679eaffba9..d9974309920 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/TokenUpdateValidator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/util/TokenUpdateValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/ContextOptionValidator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/ContextOptionValidator.java index e12ee542f9f..8f2d9892610 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/ContextOptionValidator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/ContextOptionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/OptionValidator.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/OptionValidator.java index d4a2f763c08..ed53e2e98d9 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/OptionValidator.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/OptionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/PureValidation.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/PureValidation.java index 8d3f996cc6c..1c141d988b2 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/PureValidation.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/PureValidation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/TokenListChecks.java b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/TokenListChecks.java index fd1b7796e5c..510ac34c143 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/TokenListChecks.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/txns/validation/TokenListChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/BitPackUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/BitPackUtils.java index d66b0565a79..1403d64b98f 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/BitPackUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/BitPackUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/CustomFeeUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/CustomFeeUtils.java index 52f8e03a187..17db2f650b1 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/CustomFeeUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/CustomFeeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java index b66ca2bcda7..767f4dae4d6 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityIdUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityNum.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityNum.java index 75ea263b21f..e8714096903 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityNum.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/EntityNum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/IdUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/IdUtils.java index 16fc27e2717..87f13285b60 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/IdUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/IdUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/MiscUtils.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/MiscUtils.java index e38eae111ae..ee1c91b15bc 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/MiscUtils.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/MiscUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/NewRels.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/NewRels.java index 39b9fc3ee4c..be9cc956538 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/NewRels.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/NewRels.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/AccessorFactory.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/AccessorFactory.java index a499a0fe6aa..8485748234c 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/AccessorFactory.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/AccessorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/SignedTxnAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/SignedTxnAccessor.java index c656950583c..ad769610cac 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/SignedTxnAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/SignedTxnAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/TxnAccessor.java b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/TxnAccessor.java index 410543d4b0c..37f5fcf82aa 100644 --- a/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/TxnAccessor.java +++ b/hedera-mirror-web3/src/main/java/com/hedera/services/utils/accessors/TxnAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java index 7cb1453a858..0ebacab8e1c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/file/FileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AbstractStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AbstractStateTest.java index bd9729f815b..13616743e54 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AbstractStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AbstractStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountApprovalForAllAllowanceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountApprovalForAllAllowanceTest.java index ba597927b39..a0492178ff3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountApprovalForAllAllowanceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountApprovalForAllAllowanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountCryptoAllowanceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountCryptoAllowanceTest.java index 1d29d6ef25d..2f1b1ccffd9 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountCryptoAllowanceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountCryptoAllowanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountFungibleTokenAllowanceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountFungibleTokenAllowanceTest.java index 628c19e8b3b..a8005c90b27 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountFungibleTokenAllowanceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountFungibleTokenAllowanceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountIDTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountIDTest.java index 7c1fc685d2f..4007a236c0f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountIDTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountIDTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountTest.java index c97c5045a03..044d3736059 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/AccountTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/ContractIDTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/ContractIDTest.java index febf894d927..d1a230a5e24 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/ContractIDTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/ContractIDTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/KeyTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/KeyTest.java index da6f8f915a9..811bcd5a2ac 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/KeyTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/KeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/NftIDTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/NftIDTest.java index 89c06214f23..0fd3ef577d3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/NftIDTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/NftIDTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/PendingAirdropIdTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/PendingAirdropIdTest.java index 95fb6ff6d4c..48e909bc5d5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/PendingAirdropIdTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/PendingAirdropIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenIDTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenIDTest.java index dc4029c9187..62d213ae586 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenIDTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenIDTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenRelationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenRelationTest.java index 0a0443453b1..8d66af89efe 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenRelationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenRelationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenTest.java b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenTest.java index 7a7b7ce1fb5..2150f325909 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/hapi/node/state/token/TokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/ContextExtension.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/ContextExtension.java index 9a2d65b177c..c5a4184a7d5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/ContextExtension.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/ContextExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 2d7f2c8bfe0..c9b9323a75a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/ContractCallContextTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/ContractCallContextTest.java index 47cdb221077..f4801db9dd2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/ContractCallContextTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/ContractCallContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionHashParameterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionHashParameterTest.java index 1c9794c0870..7f98a89dbdb 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionHashParameterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionHashParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameterTest.java index 18c99dbd799..bf304549399 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdOrHashParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdParameterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdParameterTest.java index 57069337435..251e52a3828 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdParameterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/common/TransactionIdParameterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 ffca8a78648..8fa92f1931a 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/MetricsFilterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/MetricsFilterTest.java index 59fe7b1df3d..18e9b3d77c1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/MetricsFilterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/config/MetricsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/ContractControllerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/ContractControllerTest.java index d3f87d11a2b..d3e10c01e8c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/ContractControllerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/ContractControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/OpcodesControllerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/OpcodesControllerTest.java index 46f835e7cd5..815413c79f2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/OpcodesControllerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/controller/OpcodesControllerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/convert/BytesDecoderTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/convert/BytesDecoderTest.java index b7f921a5477..0894572d6dd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/convert/BytesDecoderTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/convert/BytesDecoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/AccountAccessorImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/AccountAccessorImplTest.java index 8d31669338c..6df8b9ba668 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/AccountAccessorImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/AccountAccessorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliasesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliasesTest.java index 47a1d7b7acf..45c557b2a5b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliasesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/account/MirrorEvmContractAliasesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorBaseTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorBaseTest.java index 097813f03a5..f5147aa219e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorBaseTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorTest.java index 800b1194a94..b71debff240 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/MirrorEvmMessageCallProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracerTest.java index 6749356d1c2..e2de49ba96f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/MirrorOperationTracerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerTest.java index c22fcd24132..372f691ee22 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/execution/traceability/OpcodeTracerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperationTest.java index 71748e1bae4..206298741bc 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/HederaBlockHashOperationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/SelfDestructOperationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/SelfDestructOperationTest.java index f16a19ee4f3..562443323a6 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/SelfDestructOperationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/contracts/operations/SelfDestructOperationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderIntegrationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderIntegrationTest.java index 1cb6ac1b425..1e0ce6cfb28 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderIntegrationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderTest.java index 4354591447d..ee1242341ca 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/pricing/RatesAndFeesLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesIntegrationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesIntegrationTest.java index 53dbddc1694..3617008219b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesIntegrationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesTest.java index 6d054a43448..ea9c12ec965 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/MirrorNodeEvmPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSourceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSourceTest.java index 87e65b80a22..5cc53562aa6 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSourceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/properties/StaticBlockMetaSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/BottomCachingStateFrame.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/BottomCachingStateFrame.java index 6445e35fa5f..b3d9272b598 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/BottomCachingStateFrame.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/BottomCachingStateFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/CachingStateFrameTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/CachingStateFrameTest.java index 2d3e67d0804..2de59962034 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/CachingStateFrameTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/CachingStateFrameTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrameTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrameTest.java index 299749ab704..92002058ead 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrameTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/DatabaseBackedStateFrameTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrameTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrameTest.java index f1174bc6089..e69d81cca7a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrameTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/ROCachingStateFrameTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrameTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrameTest.java index d435ade5df9..d3036c8bc5b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrameTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/RWCachingStateFrameTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StackedStateFramesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StackedStateFramesTest.java index 3680789a62e..c73f5d5d590 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StackedStateFramesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StackedStateFramesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StoreImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StoreImplTest.java index 8f3333a0c5a..e9d23b9732e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StoreImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/StoreImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCacheSpy.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCacheSpy.java index b162ef86ce0..7082979d8a1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCacheSpy.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/UpdatableReferenceCacheSpy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessorTest.java index 9bd34b56b97..c0f2b51910e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/AccountDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessorTest.java index 44d97dc9bde..07f8f9fbd7e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/CustomFeeDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessorTest.java index 9c4079204ee..d9780d399ad 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/DatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessorTest.java index 090f48156f3..cba7a714ac2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/EntityDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessorTest.java index 67f74e9b41a..afaada7c26f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAccountDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessorTest.java index 6ad93686175..1ee662c95a3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenAllowanceDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessorTest.java index 6f7c4b0c53c..09088c9ea03 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessorTest.java index 92ee29ba9cf..775b226f3ff 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/TokenRelationshipDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessorTest.java index 56e01f5e08f..6bf7fd19be3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/accessor/UniqueTokenDatabaseAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencerTest.java index aef2a625e73..c619b3e5b9f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/EntityAddressSequencerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdaterTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdaterTest.java index f203d276ef8..1bd1587cbe7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdaterTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmStackedWorldStateUpdaterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldStateTest.java index 26b8f26aab6..894023f581c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/HederaEvmWorldStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccessTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccessTest.java index 6b92b1aebea..162cbb4aed5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccessTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MirrorEntityAccessTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MockLedgerWorldUpdater.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MockLedgerWorldUpdater.java index 777f0b90332..d42f1c2a127 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MockLedgerWorldUpdater.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/MockLedgerWorldUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/HTSPrecompiledContractTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/HTSPrecompiledContractTest.java index 0d11a7df7d7..db595b89cd2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/HTSPrecompiledContractTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/HTSPrecompiledContractTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/MockPrecompile.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/MockPrecompile.java index 33aad0ca300..ba50c944128 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/MockPrecompile.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/MockPrecompile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompileMapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompileMapperTest.java index d48a7d94533..49edeed7edb 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompileMapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompileMapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompiledContractBaseTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompiledContractBaseTest.java index 833eff20b6d..b02282aa167 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompiledContractBaseTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrecompiledContractBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrngSystemPrecompiledContractTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrngSystemPrecompiledContractTest.java index b20e6780a6e..e15df50517f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrngSystemPrecompiledContractTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/store/contract/precompile/PrngSystemPrecompiledContractTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/token/TokenAccessorImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/token/TokenAccessorImplTest.java index a7c9e3e574f..9d986b0592f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/token/TokenAccessorImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/token/TokenAccessorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtilsTest.java index 0526957409a..1fa8e19a037 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/evm/utils/EvmTokenUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/AccountBalanceRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/AccountBalanceRepositoryTest.java index 79db6f0bc94..665a68bf688 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/AccountBalanceRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/AccountBalanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractActionRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractActionRepositoryTest.java index d6fdca94e64..3cb5f411b25 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractActionRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractActionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractRepositoryTest.java index 45987de6691..85440a8995b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractResultRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractResultRepositoryTest.java index 98f29a669a6..0ec5ec97248 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractResultRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractResultRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractStateRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractStateRepositoryTest.java index ecca97f4d32..fba96a90430 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractStateRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractStateRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepositoryTest.java index 079308daf80..7020fbb70e9 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/ContractTransactionHashRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepositoryTest.java index 4f9d89737e6..a77ac056e91 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CryptoAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CustomFeeRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CustomFeeRepositoryTest.java index 2276d66442c..02a1b813eb4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CustomFeeRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/CustomFeeRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EntityRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EntityRepositoryTest.java index 3817a5d4642..9d56c9fe335 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EntityRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EntityRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EthereumTransactionRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EthereumTransactionRepositoryTest.java index b04e46b1147..17a08a98f81 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EthereumTransactionRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/EthereumTransactionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/FileDataRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/FileDataRepositoryTest.java index c2641734652..bd4bebe5b2b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/FileDataRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/FileDataRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftAllowanceRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftAllowanceRepositoryTest.java index ca896005dc1..5b4ad1c2595 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftAllowanceRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftRepositoryTest.java index def34f10ec2..59ff1744e81 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/NftRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 5c60323986a..b2a8f3df6c6 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAccountRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAccountRepositoryTest.java index f512d8867a0..928621e07c4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAccountRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAccountRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAirdropRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAirdropRepositoryTest.java index 0b8dd45bcd9..9b67aeb0876 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAirdropRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAirdropRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAllowanceRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAllowanceRepositoryTest.java index ae792792705..95d06ed1e54 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAllowanceRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenAllowanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenBalanceRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenBalanceRepositoryTest.java index 3f65803ba11..29f315818bd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenBalanceRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenBalanceRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenRepositoryTest.java index ed71f7bec3b..ce461434973 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TokenRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TransactionRepositoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TransactionRepositoryTest.java index 684e5b67427..a2dc69ef9ff 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TransactionRepositoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/repository/TransactionRepositoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceHistoricalTest.java index 7e82d2b3ef0..74e947fa790 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceOpcodeTracerTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceOpcodeTracerTest.java index 39e265d02e5..335145071a1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceOpcodeTracerTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceOpcodeTracerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java index 6548a181a7a..9dd1418a1de 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/AbstractContractCallServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallAddressThisTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallAddressThisTest.java index 4196d34ee7a..8c9a1c03969 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallAddressThisTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallAddressThisTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallDynamicCallsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallDynamicCallsTest.java index 8cf73e31c27..23d349dae70 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallDynamicCallsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallDynamicCallsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesHistoricalTest.java index 7eeebe0baf2..f5fcf468501 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesTest.java index 76c713034f3..5fb3a8f245d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallEvmCodesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNativePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNativePrecompileTest.java index d11fc618fb1..95d6b6bbe29 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNativePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNativePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsHistoricalTest.java index 7d7f9380dea..7afa1c6fb95 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsTest.java index e79e152ddeb..19260e394fa 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallNestedCallsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenHistoricalTest.java index 80e523b225b..6c2841de9fd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenModificationFunctionsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenModificationFunctionsTest.java index 8e2534df9a6..a97bb4eb409 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenModificationFunctionsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenModificationFunctionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenReadOnlyFunctionsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenReadOnlyFunctionsTest.java index 6b7f2245573..2378c325bcf 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenReadOnlyFunctionsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceERCTokenReadOnlyFunctionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceHistoricalNegativeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceHistoricalNegativeTest.java index 49cd9285fd7..3585fa57f7f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceHistoricalNegativeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceHistoricalNegativeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileHistoricalTest.java index 55270abd907..36488014a0a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileModificationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileModificationTest.java index 9fac5f25a85..3dcdcd17e6d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileModificationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java index 6773168cbb4..0c1d7c94b01 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServicePrecompileReadonlyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceTest.java index 77541ced31f..ca874f9b1b4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileHistoricalTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileHistoricalTest.java index 6989451c678..71fb1ba0b13 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileHistoricalTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileHistoricalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileTest.java index 6f0217499e9..ecfd39984f3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/ContractCallSystemPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/InternalCallsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/InternalCallsTest.java index 09af24e9bbe..94e2065ce22 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/InternalCallsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/InternalCallsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/OpcodeServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/OpcodeServiceTest.java index dba8b3dd31c..ba36c6ccb51 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/OpcodeServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/OpcodeServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RecordFileServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RecordFileServiceTest.java index 65d990bee93..d88ab864e76 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RecordFileServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RecordFileServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RevertTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RevertTest.java index c82ca984542..68116fca3a0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RevertTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/RevertTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/TransactionExecutionServiceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/TransactionExecutionServiceTest.java index ae03196f74b..02df0bee806 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/TransactionExecutionServiceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/TransactionExecutionServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimatorTest.java index bc4ef22aac0..030e4feb1ca 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/service/utils/BinaryGasEstimatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AccountReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AccountReadableKVStateTest.java index 4f5b823df59..4d421bd3cf1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AccountReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AccountReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AirdropsReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AirdropsReadableKVStateTest.java index a159e485f22..9cf7a156087 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AirdropsReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AirdropsReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AliasesReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AliasesReadableKVStateTest.java index c5017843542..0a70ec82e2b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AliasesReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/AliasesReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/CommonEntityAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/CommonEntityAccessorTest.java index 78d1bfe21cd..3371dfb8128 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/CommonEntityAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/CommonEntityAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVStateTest.java index 68da01473c2..304814abfac 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractBytecodeReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractStorageReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractStorageReadableKVStateTest.java index 2ec851f4549..01a229bc03e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractStorageReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/ContractStorageReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateIntegrationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateIntegrationTest.java index b2e3a8876a0..4c765e0b753 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateIntegrationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java index 4ea6e4b8859..92f2f1a4d63 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/FileReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateIntegrationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateIntegrationTest.java index e43be6fdb3a..ee847660722 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateIntegrationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateTest.java index cce6fbf9186..3c25c443891 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/MirrorNodeStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/NftReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/NftReadableKVStateTest.java index 9fa3ff746eb..dfe5fcf4ca0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/NftReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/NftReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenReadableKVStateTest.java index 0a5ea03c4d2..d5829ba6294 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVStateTest.java index 8b3a8c96cdf..e3b2967eb7b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/UtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/UtilsTest.java index 3367d57756a..d22b097e772 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/UtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/NetworkInfoImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/NetworkInfoImplTest.java index d3fb846287f..31ee17930af 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/NetworkInfoImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/NetworkInfoImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/SchemaRegistryImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/SchemaRegistryImplTest.java index d52d542f775..5ca4bfc4107 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/SchemaRegistryImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/SchemaRegistryImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServiceMigratorImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServiceMigratorImplTest.java index 44e6e3039b5..b1ada376d8b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServiceMigratorImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServiceMigratorImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServicesRegistryImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServicesRegistryImplTest.java index 3a6e31a87af..b4a8a243bfb 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServicesRegistryImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/ServicesRegistryImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/StartupNetworksImplTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/StartupNetworksImplTest.java index 72588a6c4f0..fb8679a2f43 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/StartupNetworksImplTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/components/StartupNetworksImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListReadableQueueStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListReadableQueueStateTest.java index f25bee62ba3..4781fabce22 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListReadableQueueStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListReadableQueueStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListWritableQueueStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListWritableQueueStateTest.java index 2abdb67c69b..0c7172a370e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListWritableQueueStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/ListWritableQueueStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableKVStateTest.java index 146aa88f7dd..8cdee1bf8c8 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableStatesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableStatesTest.java index 9361385d893..cbc46f4335c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableStatesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapReadableStatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableKVStateTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableKVStateTest.java index 6f70c81e89a..07fbf525e6d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableKVStateTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableKVStateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableStatesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableStatesTest.java index c31c7a812a3..f8c19958a8c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableStatesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/state/core/MapWritableStatesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BareDatabaseAccessor.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BareDatabaseAccessor.java index b9ea7a2eae1..67e934e06be 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BareDatabaseAccessor.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BareDatabaseAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BytecodeUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BytecodeUtilsTest.java index 0636522142a..2b78a1d02ea 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BytecodeUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/BytecodeUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractCallTestUtil.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractCallTestUtil.java index 501d1d84a88..2fb75df3230 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractCallTestUtil.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractCallTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractFunctionProviderRecord.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractFunctionProviderRecord.java index 63ee3e9958a..e59bd4ae947 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractFunctionProviderRecord.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/ContractFunctionProviderRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/EthTransactionType.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/EthTransactionType.java index 340c1926ccf..ca14f67d007 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/EthTransactionType.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/EthTransactionType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/OpcodeTracerUtil.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/OpcodeTracerUtil.java index 33252b334a6..bcee26c5496 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/OpcodeTracerUtil.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/OpcodeTracerUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/TransactionProviderEnum.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/TransactionProviderEnum.java index bf3d54059eb..49137bc964b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/TransactionProviderEnum.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/utils/TransactionProviderEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/validation/HexValidatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/validation/HexValidatorTest.java index 6a964e13ab4..e8facbf5df6 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/validation/HexValidatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/validation/HexValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/viewmodel/BlockTypeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/viewmodel/BlockTypeTest.java index d60f71b3b28..d8687d123c0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/viewmodel/BlockTypeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/viewmodel/BlockTypeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/web3j/TestWeb3jService.java b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/web3j/TestWeb3jService.java index 9a105b46224..744d3213a0c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/web3j/TestWeb3jService.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/mirror/web3/web3j/TestWeb3jService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperationTest.java index 99e1a674716..e9ebd583902 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/node/app/service/contract/impl/exec/operations/HederaCustomCallOperationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/execution/LivePricesSourceTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/execution/LivePricesSourceTest.java index 4cb87f7791f..1c288f92912 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/execution/LivePricesSourceTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/execution/LivePricesSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtilTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtilTest.java index 8e2104062de..f4c42d64b21 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtilTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19Test.java b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19Test.java index 9f1c66274a5..67c5965908d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19Test.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV19Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22Test.java b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22Test.java index 027c6c2cbe6..23ba1de63e8 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22Test.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/contracts/gascalculator/GasCalculatorHederaV22Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationTest.java index f9e69545799..3d11d498097 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038Test.java b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038Test.java index 9067bd6b22a..10303db551a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038Test.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV038Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046Test.java b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046Test.java index e8b8f809651..4559888493d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046Test.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV046Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050Test.java b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050Test.java index e5f5a5189ef..0e1818f24e0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050Test.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/evm/contracts/operations/HederaSelfDestructOperationV050Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/BasicHbarCentExchangeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/BasicHbarCentExchangeTest.java index 0f6a1eaeae4..101cc9315c8 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/BasicHbarCentExchangeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/BasicHbarCentExchangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calc/OverflowCheckingCalcTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calc/OverflowCheckingCalcTest.java index 057c36ccd74..b4901a279f8 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calc/OverflowCheckingCalcTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calc/OverflowCheckingCalcTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/BasicFcfsUsagePricesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/BasicFcfsUsagePricesTest.java index 9755aa022e6..b5639d440cb 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/BasicFcfsUsagePricesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/BasicFcfsUsagePricesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculatorTest.java index 3d57d4c7b3b..71287a15792 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/UsageBasedFeeCalculatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsageTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsageTest.java index 45b432856d5..4c91a324724 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsageTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/crypto/queries/GetTxnRecordResourceUsageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/usage/consensus/AdapterUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/usage/consensus/AdapterUtils.java index 4bbf01dfce2..2d61bd0d93d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/usage/consensus/AdapterUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/usage/consensus/AdapterUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsagesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsagesTest.java index e4c1092f50f..895e7f08d96 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsagesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/AccessorBasedUsagesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelperTest.java index 3218367bf3d..f21a73c3c0b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/OpUsageCtxHelperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculatorTest.java index 2680ee4d921..b88bdd0459c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/calculation/utils/PricedUsageCalculatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/AssetsLoaderTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/AssetsLoaderTest.java index 66c989786e8..17515710894 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/AssetsLoaderTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/AssetsLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/RequiredPriceTypesTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/RequiredPriceTypesTest.java index bbfef5908ae..b1fc0c7aa91 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/RequiredPriceTypesTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/pricing/RequiredPriceTypesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/state/UsageAccumulatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/state/UsageAccumulatorTest.java index e9ad46c233a..616dbcda2be 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/state/UsageAccumulatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/state/UsageAccumulatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenDissociateUsageTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenDissociateUsageTest.java index 51d707cb2f4..05acea10d6b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenDissociateUsageTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenDissociateUsageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageTest.java index 7cf60269858..8b459594735 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtilsTest.java index f6169e2ea1e..d201a00caab 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/TokenOpsUsageUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenBurnMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenBurnMetaTest.java index e00d46d2f30..45c198c2b0f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenBurnMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenBurnMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenCreateMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenCreateMetaTest.java index f454702fb55..56a41d88134 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenCreateMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenCreateMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMetaTest.java index 9c9bbf0775d..e641be9c4ca 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenFreezeMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenMintMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenMintMetaTest.java index 62bfd0a858f..5f9e0336aec 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenMintMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenMintMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenPauseMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenPauseMetaTest.java index ed246e9f697..e52a37cb995 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenPauseMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenPauseMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMetaTest.java index 21e1906bbf2..8eecb6a2dd9 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenUnpauseMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenWipeMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenWipeMetaTest.java index 5e5527ac118..b30af7b07ae 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenWipeMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/fees/usage/token/meta/TokenWipeMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUsageTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUsageTest.java index 33639e458b6..18580254019 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUsageTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUsageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUtils.java index a77776c3d16..a5e9ba796f5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SigUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtilsTest.java index fb2fc401517..6ba93738a28 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/SingletonEstimatorUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimatorTest.java index 0885d455783..b152f1ff9d7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUsageEstimatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUtils.java index 900437f8b03..a6c486db8f0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/TxnUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/UsageUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/UsageUtils.java index f145c9390c8..b8d8fdaef31 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/UsageUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/UsageUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMetaTest.java index 80c04da74b2..4345da928fa 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoApproveAllowanceMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtilsTest.java index 64d1e6f9b29..3044ea99bb3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoContextUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMetaTest.java index f21adac0670..05b7d45c313 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoCreateMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMetaTest.java index fd034071706..de3e8af047b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoDeleteAllowanceMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsageTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsageTest.java index 351f45fd151..f43af4781f4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsageTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoOpsUsageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMetaTest.java index 724826a7452..9e660485b84 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoTransferMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMetaTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMetaTest.java index 5c655b2064b..5957b802e5c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMetaTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/fees/usage/crypto/CryptoUpdateMetaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/contracts/ParsingConstantsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/contracts/ParsingConstantsTest.java index a72e1a5c6bd..047de179b81 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/contracts/ParsingConstantsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/contracts/ParsingConstantsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilderTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilderTest.java index cad4e2e4142..bbd5c7ff2db 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilderTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/CryptoFeeBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/FeeBuilderTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/FeeBuilderTest.java index 2eddd09da02..a44480b51e7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/FeeBuilderTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/hapi/utils/fees/FeeBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JEd25519KeyTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JEd25519KeyTest.java index 08d71e3d1a5..b8e0f8d3f36 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JEd25519KeyTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JEd25519KeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JKeyTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JKeyTest.java index 060c5b0abd3..8969e274a05 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JKeyTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/jproto/JKeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/BalanceChangeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/BalanceChangeTest.java index ada641959aa..da79c41bebd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/BalanceChangeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/BalanceChangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/TransferLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/TransferLogicTest.java index d50014242ee..77c72690b38 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/TransferLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/ledger/TransferLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/sigs/utils/ImmutableKeyUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/sigs/utils/ImmutableKeyUtilsTest.java index d01e69b2450..776bfd8070b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/sigs/utils/ImmutableKeyUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/sigs/utils/ImmutableKeyUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/state/submerkle/RichInstantTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/state/submerkle/RichInstantTest.java index 6f6d1b288bc..cad029de026 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/state/submerkle/RichInstantTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/state/submerkle/RichInstantTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/ApprovePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/ApprovePrecompileTest.java index b7fb706c2a4..e196a1e1fea 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/ApprovePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/ApprovePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/AssociatePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/AssociatePrecompileTest.java index 8da166cc7db..cdcd64b349e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/AssociatePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/AssociatePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/BurnPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/BurnPrecompileTest.java index a95ee379631..eb6e8bdfa03 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/BurnPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/BurnPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DeleteTokenPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DeleteTokenPrecompileTest.java index ca04ecca4e5..d1ce7106b56 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DeleteTokenPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DeleteTokenPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DissociatePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DissociatePrecompileTest.java index bf51c18fae7..a35a3acdf41 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DissociatePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/DissociatePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FreezeTokenPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FreezeTokenPrecompileTest.java index 646f851db35..e8ddb6ee4ac 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FreezeTokenPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FreezeTokenPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransferTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransferTest.java index ee70b997f6f..751df49772d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransferTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/FungibleTokenTransferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/GrantKycPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/GrantKycPrecompileTest.java index 0b1dbf6393a..f57b7b95756 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/GrantKycPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/GrantKycPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HTSTestsUtil.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HTSTestsUtil.java index 506bae86a20..ab94deefac0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HTSTestsUtil.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HTSTestsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HbarTransferTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HbarTransferTest.java index b5f170d6f67..bacb7fae77a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HbarTransferTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/HbarTransferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/MintPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/MintPrecompileTest.java index 8a9bdb8d096..020f2f92454 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/MintPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/MintPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/NftExchangeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/NftExchangeTest.java index 28387efcdd9..908efcef830 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/NftExchangeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/NftExchangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Hedera Hashgraph, LLC + * Copyright (C) 2019-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/PausePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/PausePrecompileTest.java index ccf5be453ac..8158ed316e8 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/PausePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/PausePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/RevokeKycPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/RevokeKycPrecompileTest.java index 71bd1b19d8e..345bcee31b6 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/RevokeKycPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/RevokeKycPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactoryTest.java index 0cee82a7047..4d3faa77261 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/SyntheticTxnFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenCreatePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenCreatePrecompileTest.java index 42cec076402..21400eadd22 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenCreatePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenCreatePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateKeysPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateKeysPrecompileTest.java index 6056b8f7a5b..1f10f1d7352 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateKeysPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateKeysPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogicTest.java index 9054d0c79d6..5244021b493 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdatePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdatePrecompileTest.java index 3bde6b78a4e..cc52bd71c7b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdatePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdatePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapperTest.java index 3bcc524532e..43928e41eb4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TokenUpdateWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TransferPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TransferPrecompileTest.java index 7b17f458a16..dc0a511cc53 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TransferPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/TransferPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnfreezeTokenPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnfreezeTokenPrecompileTest.java index 9306f503109..638176eb79f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnfreezeTokenPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnfreezeTokenPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnpausePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnpausePrecompileTest.java index ac7ffffe530..09fb236610f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnpausePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UnpausePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UpdateTokenExpiryInfoPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UpdateTokenExpiryInfoPrecompileTest.java index d96a6f5206c..642c57f0f23 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UpdateTokenExpiryInfoPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/UpdateTokenExpiryInfoPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeFungiblePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeFungiblePrecompileTest.java index e47dd5b2eb8..5d5f2a0425a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeFungiblePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeFungiblePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeNonFungiblePrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeNonFungiblePrecompileTest.java index 8dc66399396..cca7d79ecc9 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeNonFungiblePrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/WipeNonFungiblePrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacadeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacadeTest.java index 5fbfddff36d..ee623f6ee2b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacadeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/DecodingFacadeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacadeTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacadeTest.java index 33d3ae57712..8873e6e0a2f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacadeTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/EncodingFacadeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateWrapperTest.java index d2518e85e9c..dbccc36d71b 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenCreateWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapperTest.java index 265c921a4b8..ee727050849 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenExpiryWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapperTest.java index 2da21d31413..be11ca0c0a4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenKeyWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferWrapperTest.java index e52b4e6c371..502687ac74f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TokenTransferWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TransferWrapperTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TransferWrapperTest.java index b24a069a3ca..56b91420cd3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TransferWrapperTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/codec/TransferWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompileTest.java index 435c6332121..f9f938fd3e1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/ERCTransferPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompileTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompileTest.java index a72048bdf2f..5b5fa969c3a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompileTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/impl/SetApprovalForAllPrecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtilsTest.java index 1cecfa0d5cf..92d0dff4033 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/contracts/precompile/utils/PrecompilePricingUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/AccountTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/AccountTest.java index 738c4846c98..4e5148ca316 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/AccountTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/AccountTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/FcTokenAllowanceIdTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/FcTokenAllowanceIdTest.java index ae77d123909..b3f24fba315 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/FcTokenAllowanceIdTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/FcTokenAllowanceIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/IdTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/IdTest.java index 29f49347e7e..7f366a4d77c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/IdTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/IdTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/NftIdTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/NftIdTest.java index d742bab3c7f..41118e38c25 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/NftIdTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/NftIdTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenRelationshipTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenRelationshipTest.java index bac44303f6c..ebb317e2013 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenRelationshipTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenRelationshipTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenTest.java index 55030006a3b..333c75f52ee 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/TokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/UniqueTokenTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/UniqueTokenTest.java index dc0170bfd59..32e281888e4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/UniqueTokenTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/models/UniqueTokenTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/store/tokens/HederaTokenStoreTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/store/tokens/HederaTokenStoreTest.java index 5716873e6da..dd67b4cf12d 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/store/tokens/HederaTokenStoreTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/store/tokens/HederaTokenStoreTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/AssociateLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/AssociateLogicTest.java index a9aa09e6a3d..5cdb3af505c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/AssociateLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/AssociateLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/BurnLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/BurnLogicTest.java index 5d2d3955d63..77060ad3710 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/BurnLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/BurnLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/CreateLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/CreateLogicTest.java index d1cc25e5a0e..c3599ec04b7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/CreateLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/CreateLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/DissociateLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/DissociateLogicTest.java index 2fd00212d43..0315af16fb2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/DissociateLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/DissociateLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/FreezeLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/FreezeLogicTest.java index c9ddd84c7aa..c58c1b79923 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/FreezeLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/FreezeLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/GrantKycLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/GrantKycLogicTest.java index ddbdb398401..67d5f8dad12 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/GrantKycLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/GrantKycLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/MintLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/MintLogicTest.java index e3040f6bafb..44a0c550ed4 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/MintLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/MintLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/PauseLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/PauseLogicTest.java index 62d9c990d25..eb069b9ad76 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/PauseLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/PauseLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/RevokeKycLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/RevokeKycLogicTest.java index 7502de3b04e..88e1a0e5b56 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/RevokeKycLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/RevokeKycLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/TokenOpsValidatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/TokenOpsValidatorTest.java index 08ca580cdb8..e7bd527b2f5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/TokenOpsValidatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/TokenOpsValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnfreezeLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnfreezeLogicTest.java index 49163ce3f35..eaa6e828ceb 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnfreezeLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnfreezeLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnpauseLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnpauseLogicTest.java index 267d08c123c..0abd00e48b7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnpauseLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/UnpauseLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/WipeLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/WipeLogicTest.java index c2fc7e09314..0d0d8a2ea9e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/WipeLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txn/token/WipeLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/ApproveAllowanceLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/ApproveAllowanceLogicTest.java index 83d4aa1ec54..cac1842cb80 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/ApproveAllowanceLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/ApproveAllowanceLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/AutoCreationLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/AutoCreationLogicTest.java index 5997519bf58..8f20f8b0494 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/AutoCreationLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/AutoCreationLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Hedera Hashgraph, LLC + * Copyright (C) 2021-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/DeleteAllowanceLogicTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/DeleteAllowanceLogicTest.java index 2faf6fa845c..9aaf884beb1 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/DeleteAllowanceLogicTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/DeleteAllowanceLogicTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpersTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpersTest.java index 0d4af5e1ae5..6f1dcd07a2a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpersTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/helpers/AllowanceHelpersTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecksTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecksTest.java index 8766efdf593..3f80b87229f 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecksTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/ApproveAllowanceChecksTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecksTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecksTest.java index 992a22f104e..a837068a6a7 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecksTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecksTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessorTest.java index b0069ec51ce..7ca1e0693e5 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/span/ExpandHandleSpanMapAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/token/validators/CreateChecksTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/token/validators/CreateChecksTest.java index ede47bacb03..d519cd0d4b3 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/token/validators/CreateChecksTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/token/validators/CreateChecksTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/util/TokenUpdateValidatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/util/TokenUpdateValidatorTest.java index 557e76bae30..24916dced92 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/util/TokenUpdateValidatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/util/TokenUpdateValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2024-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/ContextOptionValidatorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/ContextOptionValidatorTest.java index d3d4ee461b5..e8b9cac231e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/ContextOptionValidatorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/ContextOptionValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/TokenListChecksTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/TokenListChecksTest.java index d1f546591ba..131d4fd9d32 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/TokenListChecksTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/txns/validation/TokenListChecksTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/BitPackUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/BitPackUtilsTest.java index 02f797de1e1..b1456f5ccbd 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/BitPackUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/BitPackUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/CustomFeeUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/CustomFeeUtilsTest.java index 35c1070be0b..3a76451e34c 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/CustomFeeUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/CustomFeeUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java index dc9e1ee7214..ff44f2c868e 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityNumTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityNumTest.java index d512ead0c69..0fd21fdbfd0 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityNumTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/EntityNumTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/IdUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/IdUtilsTest.java index f18c8a83100..65223121e74 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/IdUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/IdUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/MiscUtilsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/MiscUtilsTest.java index a4f360172ed..f850b18cc19 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/MiscUtilsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/MiscUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/NewRelsTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/NewRelsTest.java index b6498614929..319ee9a23d2 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/NewRelsTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/NewRelsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023-2024 Hedera Hashgraph, LLC + * Copyright (C) 2023-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/TxnUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/TxnUtils.java index 03b4b305d0a..2e34a4c98ac 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/TxnUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/TxnUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/AccessorFactoryTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/AccessorFactoryTest.java index ba5812c8c36..11e28f33987 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/AccessorFactoryTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/AccessorFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/RequestBuilderUtils.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/RequestBuilderUtils.java index a21239d1f2c..e0379e96832 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/RequestBuilderUtils.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/RequestBuilderUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/SignedTxnAccessorTest.java b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/SignedTxnAccessorTest.java index f5b6fe9fafc..908e2b58d6a 100644 --- a/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/SignedTxnAccessorTest.java +++ b/hedera-mirror-web3/src/test/java/com/hedera/services/utils/accessors/SignedTxnAccessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Hedera Hashgraph, LLC + * Copyright (C) 2020-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/settings.gradle.kts b/settings.gradle.kts index ac73d5f22ff..a6203e2cc5e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2025 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.