From 27253f576a82ea40af8b91a99cd58a5ee9486c15 Mon Sep 17 00:00:00 2001 From: belloibrahv Date: Wed, 25 Dec 2024 08:55:42 +0100 Subject: [PATCH] Reverting License Header Changes --- packages/config-service/src/commands/printEnvs.ts | 2 +- packages/config-service/src/services/globalConfig.ts | 2 +- packages/config-service/src/services/index.ts | 2 +- packages/config-service/src/services/loggerService.ts | 2 +- packages/config-service/src/services/validationService.ts | 2 +- packages/config-service/tests/configServiceTestHelper.ts | 2 +- .../config-service/tests/src/services/configService.spec.ts | 2 +- .../config-service/tests/src/services/loggerService.spec.ts | 2 +- .../config-service/tests/src/services/validationService.spec.ts | 2 +- packages/relay/src/lib/types/ITracerConfig.ts | 2 +- packages/relay/src/lib/types/ITracerConfigWrapper.ts | 2 +- packages/relay/src/lib/types/ITransactionReceipt.ts | 2 +- packages/relay/src/lib/types/RequestDetails.ts | 2 +- packages/relay/src/lib/types/index.ts | 2 +- packages/relay/src/logsBloomUtils.ts | 2 +- packages/relay/src/receiptsRootUtils.ts | 2 +- packages/relay/src/utils.ts | 2 +- .../tests/lib/config/hbarSpendingPlanConfigService.spec.ts | 2 +- packages/relay/tests/lib/logsBloomUtils.spec.ts | 2 +- packages/relay/tests/lib/receiptsRootUtils.spec.ts | 2 +- .../lib/services/hbarLimitService/hbarLimitService.spec.ts | 2 +- packages/relay/tests/lib/utils.spec.ts | 2 +- packages/server/src/koaJsonRpc/lib/IJsonRpcRequest.ts | 2 +- packages/server/src/koaJsonRpc/lib/IJsonRpcResponse.ts | 2 +- packages/server/tests/acceptance/conformityTests.spec.ts | 2 +- packages/server/tests/acceptance/hbarLimiter.spec.ts | 2 +- packages/server/tests/clients/githubClient.ts | 2 +- packages/server/tests/types/GitHubContext.ts | 2 +- packages/server/tests/types/HeapDifferenceStatistics.ts | 2 +- tools/brownie-example/LICENSE | 2 +- tools/waffle-example/test/samplecontract.test.mjs | 2 +- tools/wagmi-example/src/App.tsx | 2 +- tools/wagmi-example/src/components/Contract.tsx | 2 +- tools/wagmi-example/src/components/Profile.tsx | 2 +- tools/wagmi-example/src/hooks/use-balance.ts | 2 +- tools/wagmi-example/src/hooks/use-deploy.ts | 2 +- tools/wagmi-example/src/main.tsx | 2 +- tools/wagmi-example/src/wagmi.ts | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/packages/config-service/src/commands/printEnvs.ts b/packages/config-service/src/commands/printEnvs.ts index cfde9dd5f0..2764b21f70 100644 --- a/packages/config-service/src/commands/printEnvs.ts +++ b/packages/config-service/src/commands/printEnvs.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/src/services/globalConfig.ts b/packages/config-service/src/services/globalConfig.ts index 4a37960006..97f22779e3 100644 --- a/packages/config-service/src/services/globalConfig.ts +++ b/packages/config-service/src/services/globalConfig.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/src/services/index.ts b/packages/config-service/src/services/index.ts index eb8bae306b..3fa97b316a 100644 --- a/packages/config-service/src/services/index.ts +++ b/packages/config-service/src/services/index.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/src/services/loggerService.ts b/packages/config-service/src/services/loggerService.ts index 5f5a5e346d..027fe7f447 100644 --- a/packages/config-service/src/services/loggerService.ts +++ b/packages/config-service/src/services/loggerService.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/src/services/validationService.ts b/packages/config-service/src/services/validationService.ts index 738fc36391..0419763830 100644 --- a/packages/config-service/src/services/validationService.ts +++ b/packages/config-service/src/services/validationService.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/tests/configServiceTestHelper.ts b/packages/config-service/tests/configServiceTestHelper.ts index 1344cb30f0..288734f101 100644 --- a/packages/config-service/tests/configServiceTestHelper.ts +++ b/packages/config-service/tests/configServiceTestHelper.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/tests/src/services/configService.spec.ts b/packages/config-service/tests/src/services/configService.spec.ts index 01c34250e2..422c25b466 100644 --- a/packages/config-service/tests/src/services/configService.spec.ts +++ b/packages/config-service/tests/src/services/configService.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/tests/src/services/loggerService.spec.ts b/packages/config-service/tests/src/services/loggerService.spec.ts index 2f862a84a9..94ba27bf0d 100644 --- a/packages/config-service/tests/src/services/loggerService.spec.ts +++ b/packages/config-service/tests/src/services/loggerService.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/config-service/tests/src/services/validationService.spec.ts b/packages/config-service/tests/src/services/validationService.spec.ts index 9fd5671ae0..b5c8ca4763 100644 --- a/packages/config-service/tests/src/services/validationService.spec.ts +++ b/packages/config-service/tests/src/services/validationService.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/lib/types/ITracerConfig.ts b/packages/relay/src/lib/types/ITracerConfig.ts index 6f92ccbbb2..7cec49efd9 100644 --- a/packages/relay/src/lib/types/ITracerConfig.ts +++ b/packages/relay/src/lib/types/ITracerConfig.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/lib/types/ITracerConfigWrapper.ts b/packages/relay/src/lib/types/ITracerConfigWrapper.ts index 3499c2f913..dc444fd38d 100644 --- a/packages/relay/src/lib/types/ITracerConfigWrapper.ts +++ b/packages/relay/src/lib/types/ITracerConfigWrapper.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/lib/types/ITransactionReceipt.ts b/packages/relay/src/lib/types/ITransactionReceipt.ts index c42b7cf56d..a208da06f4 100644 --- a/packages/relay/src/lib/types/ITransactionReceipt.ts +++ b/packages/relay/src/lib/types/ITransactionReceipt.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/lib/types/RequestDetails.ts b/packages/relay/src/lib/types/RequestDetails.ts index 5d557d2151..206d325b98 100644 --- a/packages/relay/src/lib/types/RequestDetails.ts +++ b/packages/relay/src/lib/types/RequestDetails.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/lib/types/index.ts b/packages/relay/src/lib/types/index.ts index 2ca506dbf4..dc048c8dca 100644 --- a/packages/relay/src/lib/types/index.ts +++ b/packages/relay/src/lib/types/index.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/logsBloomUtils.ts b/packages/relay/src/logsBloomUtils.ts index f0e6cd29f2..e7e94cab3b 100644 --- a/packages/relay/src/logsBloomUtils.ts +++ b/packages/relay/src/logsBloomUtils.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/receiptsRootUtils.ts b/packages/relay/src/receiptsRootUtils.ts index c9603de699..841b8798ed 100644 --- a/packages/relay/src/receiptsRootUtils.ts +++ b/packages/relay/src/receiptsRootUtils.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/src/utils.ts b/packages/relay/src/utils.ts index 8851442652..9da3d0ec4d 100644 --- a/packages/relay/src/utils.ts +++ b/packages/relay/src/utils.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/tests/lib/config/hbarSpendingPlanConfigService.spec.ts b/packages/relay/tests/lib/config/hbarSpendingPlanConfigService.spec.ts index 32807f802b..20fe81abc7 100644 --- a/packages/relay/tests/lib/config/hbarSpendingPlanConfigService.spec.ts +++ b/packages/relay/tests/lib/config/hbarSpendingPlanConfigService.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/tests/lib/logsBloomUtils.spec.ts b/packages/relay/tests/lib/logsBloomUtils.spec.ts index 4046d07097..4ec141c1e1 100644 --- a/packages/relay/tests/lib/logsBloomUtils.spec.ts +++ b/packages/relay/tests/lib/logsBloomUtils.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/tests/lib/receiptsRootUtils.spec.ts b/packages/relay/tests/lib/receiptsRootUtils.spec.ts index 36e6f26acd..4bd417b291 100644 --- a/packages/relay/tests/lib/receiptsRootUtils.spec.ts +++ b/packages/relay/tests/lib/receiptsRootUtils.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/tests/lib/services/hbarLimitService/hbarLimitService.spec.ts b/packages/relay/tests/lib/services/hbarLimitService/hbarLimitService.spec.ts index 09d94837d2..752c4db2b1 100644 --- a/packages/relay/tests/lib/services/hbarLimitService/hbarLimitService.spec.ts +++ b/packages/relay/tests/lib/services/hbarLimitService/hbarLimitService.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/relay/tests/lib/utils.spec.ts b/packages/relay/tests/lib/utils.spec.ts index b7f5587302..8e4b3a3341 100644 --- a/packages/relay/tests/lib/utils.spec.ts +++ b/packages/relay/tests/lib/utils.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/src/koaJsonRpc/lib/IJsonRpcRequest.ts b/packages/server/src/koaJsonRpc/lib/IJsonRpcRequest.ts index 7f78ec1b91..91e7a85649 100644 --- a/packages/server/src/koaJsonRpc/lib/IJsonRpcRequest.ts +++ b/packages/server/src/koaJsonRpc/lib/IJsonRpcRequest.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/src/koaJsonRpc/lib/IJsonRpcResponse.ts b/packages/server/src/koaJsonRpc/lib/IJsonRpcResponse.ts index ba14478890..debce1547a 100644 --- a/packages/server/src/koaJsonRpc/lib/IJsonRpcResponse.ts +++ b/packages/server/src/koaJsonRpc/lib/IJsonRpcResponse.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/tests/acceptance/conformityTests.spec.ts b/packages/server/tests/acceptance/conformityTests.spec.ts index d6cedd0b7e..6f271388d6 100644 --- a/packages/server/tests/acceptance/conformityTests.spec.ts +++ b/packages/server/tests/acceptance/conformityTests.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/tests/acceptance/hbarLimiter.spec.ts b/packages/server/tests/acceptance/hbarLimiter.spec.ts index 666d7a91fb..150f2ebe74 100644 --- a/packages/server/tests/acceptance/hbarLimiter.spec.ts +++ b/packages/server/tests/acceptance/hbarLimiter.spec.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + *Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/tests/clients/githubClient.ts b/packages/server/tests/clients/githubClient.ts index b08d287713..932ef7ca17 100644 --- a/packages/server/tests/clients/githubClient.ts +++ b/packages/server/tests/clients/githubClient.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/tests/types/GitHubContext.ts b/packages/server/tests/types/GitHubContext.ts index 355bbcefe4..22c949939d 100644 --- a/packages/server/tests/types/GitHubContext.ts +++ b/packages/server/tests/types/GitHubContext.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/server/tests/types/HeapDifferenceStatistics.ts b/packages/server/tests/types/HeapDifferenceStatistics.ts index db67e82b62..ce96510525 100644 --- a/packages/server/tests/types/HeapDifferenceStatistics.ts +++ b/packages/server/tests/types/HeapDifferenceStatistics.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/brownie-example/LICENSE b/tools/brownie-example/LICENSE index b902617e1b..26837975df 100644 --- a/tools/brownie-example/LICENSE +++ b/tools/brownie-example/LICENSE @@ -1,6 +1,6 @@ Hedera Brownie Example -Copyright (C) 2024 Hedera Hashgraph, LLC +Copyright (C) 2022-2024 Hedera Hashgraph, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/tools/waffle-example/test/samplecontract.test.mjs b/tools/waffle-example/test/samplecontract.test.mjs index 7609cfa1b1..76401a2b1b 100644 --- a/tools/waffle-example/test/samplecontract.test.mjs +++ b/tools/waffle-example/test/samplecontract.test.mjs @@ -2,7 +2,7 @@ * * Hedera Waffle Project * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/App.tsx b/tools/wagmi-example/src/App.tsx index 63a0f15360..27d7efb8a8 100644 --- a/tools/wagmi-example/src/App.tsx +++ b/tools/wagmi-example/src/App.tsx @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/components/Contract.tsx b/tools/wagmi-example/src/components/Contract.tsx index 4f9cea022c..e6b8c015bf 100644 --- a/tools/wagmi-example/src/components/Contract.tsx +++ b/tools/wagmi-example/src/components/Contract.tsx @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/components/Profile.tsx b/tools/wagmi-example/src/components/Profile.tsx index 41389a77a5..be417b05b9 100644 --- a/tools/wagmi-example/src/components/Profile.tsx +++ b/tools/wagmi-example/src/components/Profile.tsx @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/hooks/use-balance.ts b/tools/wagmi-example/src/hooks/use-balance.ts index 78b7c546ff..f37e00e00d 100644 --- a/tools/wagmi-example/src/hooks/use-balance.ts +++ b/tools/wagmi-example/src/hooks/use-balance.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/hooks/use-deploy.ts b/tools/wagmi-example/src/hooks/use-deploy.ts index 27c249e859..15f47e3a69 100644 --- a/tools/wagmi-example/src/hooks/use-deploy.ts +++ b/tools/wagmi-example/src/hooks/use-deploy.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/main.tsx b/tools/wagmi-example/src/main.tsx index cda3a08d7e..6b10f73ae7 100644 --- a/tools/wagmi-example/src/main.tsx +++ b/tools/wagmi-example/src/main.tsx @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/wagmi-example/src/wagmi.ts b/tools/wagmi-example/src/wagmi.ts index 21a4f2d3df..687a33605f 100644 --- a/tools/wagmi-example/src/wagmi.ts +++ b/tools/wagmi-example/src/wagmi.ts @@ -2,7 +2,7 @@ * * Hedera JSON RPC Relay - Wagmi Example * - * Copyright (C) 2024 Hedera Hashgraph, LLC + * Copyright (C) 2022-2024 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.