Skip to content

Commit c5297e8

Browse files
committed
changed license header to 2025 and ran npm run format
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 71e56a9 commit c5297e8

File tree

159 files changed

+165
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+165
-161
lines changed

docs/content/User/StepByStepGuide.md

+6-2

eslint.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@ export default [
5555
{
5656
source: 'string',
5757
variables: {
58-
year: '2024',
58+
year: '2025',
5959
},
6060
content:
6161
'Copyright (C) {year} Hedera Hashgraph, LLC\n\nLicensed under the Apache License, Version 2.0 (the ""License"");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an ""AS IS"" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n',

examples/create-topic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

examples/sdk-network-connection/solo-network-connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

resources/post-build-script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

solo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/**
3-
* Copyright (C) 2024 Hedera Hashgraph, LLC
3+
* Copyright (C) 2025 Hedera Hashgraph, LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the ""License"");
66
* you may not use this file except in compliance with the License.

src/commands/account.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/cluster/configs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/cluster/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/cluster/handlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/cluster/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/cluster/tasks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/deployment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/explorer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/init.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/mirror_node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/network.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/configs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/handlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/node_add_config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/node/tasks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/commands/relay.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/account_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/certificate_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/chart_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/local_config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/local_config_data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/common_flags_data_wrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/base_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/consensus_node_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/envoy_proxy_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/ha_proxy_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/mirror_node_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/mirror_node_explorer_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components/relay_component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/components_data_wrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/enumerations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/listr_config_tasks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/metadata.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/migration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/remote_config_data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/remote_config_data_wrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

src/core/config/remote/remote_config_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2024 Hedera Hashgraph, LLC
2+
* Copyright (C) 2025 Hedera Hashgraph, LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the ""License"");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)