From 1dc7c791808de2e90feceea5a7df67ff8cdf251a Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Wed, 10 Apr 2024 12:06:39 +1200 Subject: [PATCH] Update header to 2024 (#56) --- packages/common-stellar/src/index.ts | 2 +- packages/common-stellar/src/project/index.ts | 2 +- packages/common-stellar/src/project/load.ts | 2 +- packages/common-stellar/src/project/models.ts | 2 +- packages/common-stellar/src/project/project.spec.ts | 2 +- packages/common-stellar/src/project/types.ts | 2 +- packages/common-stellar/src/project/utils.ts | 2 +- .../src/project/versioned/ProjectManifestVersioned.ts | 2 +- packages/common-stellar/src/project/versioned/index.ts | 2 +- packages/common-stellar/src/project/versioned/v1_0_0/index.ts | 2 +- packages/common-stellar/src/project/versioned/v1_0_0/model.ts | 2 +- packages/node/src/app.module.ts | 2 +- packages/node/src/configure/SubqueryProject.ts | 2 +- packages/node/src/configure/configure.module.ts | 2 +- .../src/indexer/blockDispatcher/block-dispatcher.service.ts | 2 +- packages/node/src/indexer/blockDispatcher/index.ts | 2 +- .../src/indexer/blockDispatcher/stellar-block-dispatcher.ts | 2 +- .../indexer/blockDispatcher/worker-block-dispatcher.service.ts | 2 +- packages/node/src/indexer/dictionary.service.ts | 2 +- packages/node/src/indexer/ds-processor.service.ts | 2 +- packages/node/src/indexer/dynamic-ds.service.ts | 2 +- packages/node/src/indexer/fetch.module.ts | 2 +- packages/node/src/indexer/fetch.service.spec.ts | 2 +- packages/node/src/indexer/fetch.service.ts | 2 +- packages/node/src/indexer/indexer.manager.ts | 2 +- packages/node/src/indexer/project.service.ts | 2 +- packages/node/src/indexer/sandbox.service.ts | 2 +- packages/node/src/indexer/types.ts | 2 +- packages/node/src/indexer/unfinalizedBlocks.service.ts | 2 +- packages/node/src/indexer/worker/worker-fetch.module.ts | 2 +- packages/node/src/indexer/worker/worker.module.ts | 2 +- packages/node/src/indexer/worker/worker.service.ts | 2 +- packages/node/src/indexer/worker/worker.ts | 2 +- .../node/src/indexer/worker/worker.unfinalizedBlocks.service.ts | 2 +- packages/node/src/init.ts | 2 +- packages/node/src/main.ts | 2 +- packages/node/src/meta/meta.controller.ts | 2 +- packages/node/src/meta/meta.module.ts | 2 +- packages/node/src/meta/meta.service.ts | 2 +- packages/node/src/stellar/api.connection.spec.ts | 2 +- packages/node/src/stellar/api.connection.ts | 2 +- packages/node/src/stellar/api.service.stellar.spec.ts | 2 +- packages/node/src/stellar/api.service.stellar.ts | 2 +- packages/node/src/stellar/api.stellar.spec.ts | 2 +- packages/node/src/stellar/api.stellar.ts | 2 +- packages/node/src/stellar/block.stellar.spec.ts | 2 +- packages/node/src/stellar/block.stellar.ts | 2 +- packages/node/src/stellar/index.ts | 2 +- packages/node/src/stellar/safe-api.ts | 2 +- packages/node/src/stellar/soroban.server.spec.ts | 2 +- packages/node/src/stellar/soroban.server.ts | 2 +- packages/node/src/stellar/stellar.server.ts | 2 +- packages/node/src/stellar/utils.stellar.ts | 2 +- packages/node/src/subcommands/forceClean.init.ts | 2 +- packages/node/src/subcommands/forceClean.module.ts | 2 +- packages/node/src/subcommands/reindex.init.ts | 2 +- packages/node/src/subcommands/reindex.module.ts | 2 +- packages/node/src/subcommands/testing.init.ts | 2 +- packages/node/src/subcommands/testing.module.ts | 2 +- packages/node/src/subcommands/testing.service.ts | 2 +- packages/node/src/utils/project.ts | 2 +- packages/node/src/utils/string.ts | 2 +- packages/node/src/yargs.ts | 2 +- packages/types/src/global.ts | 2 +- packages/types/src/index.ts | 2 +- packages/types/src/interfaces.ts | 2 +- packages/types/src/project.ts | 2 +- packages/types/src/stellar/index.ts | 2 +- packages/types/src/stellar/interfaces.ts | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/packages/common-stellar/src/index.ts b/packages/common-stellar/src/index.ts index 97f0d4d0..aa8374ef 100644 --- a/packages/common-stellar/src/index.ts +++ b/packages/common-stellar/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './project'; diff --git a/packages/common-stellar/src/project/index.ts b/packages/common-stellar/src/project/index.ts index 09bb892f..2eaa386f 100644 --- a/packages/common-stellar/src/project/index.ts +++ b/packages/common-stellar/src/project/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './load'; diff --git a/packages/common-stellar/src/project/load.ts b/packages/common-stellar/src/project/load.ts index 2c6e7437..d176adfb 100644 --- a/packages/common-stellar/src/project/load.ts +++ b/packages/common-stellar/src/project/load.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {StellarProjectManifestVersioned, VersionedProjectManifest} from './versioned'; diff --git a/packages/common-stellar/src/project/models.ts b/packages/common-stellar/src/project/models.ts index cf9641ba..2007e23a 100644 --- a/packages/common-stellar/src/project/models.ts +++ b/packages/common-stellar/src/project/models.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {BaseDataSource, forbidNonWhitelisted, ProcessorImpl} from '@subql/common'; diff --git a/packages/common-stellar/src/project/project.spec.ts b/packages/common-stellar/src/project/project.spec.ts index 8f2e8472..fbbd247c 100644 --- a/packages/common-stellar/src/project/project.spec.ts +++ b/packages/common-stellar/src/project/project.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import fs from 'fs'; diff --git a/packages/common-stellar/src/project/types.ts b/packages/common-stellar/src/project/types.ts index a2a68393..55a6d508 100644 --- a/packages/common-stellar/src/project/types.ts +++ b/packages/common-stellar/src/project/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {IProjectManifest, ProjectNetworkConfig} from '@subql/types-core'; diff --git a/packages/common-stellar/src/project/utils.ts b/packages/common-stellar/src/project/utils.ts index dda90726..3415ca9d 100644 --- a/packages/common-stellar/src/project/utils.ts +++ b/packages/common-stellar/src/project/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/common-stellar/src/project/versioned/ProjectManifestVersioned.ts b/packages/common-stellar/src/project/versioned/ProjectManifestVersioned.ts index 0c0408cc..a113c040 100644 --- a/packages/common-stellar/src/project/versioned/ProjectManifestVersioned.ts +++ b/packages/common-stellar/src/project/versioned/ProjectManifestVersioned.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {plainToClass} from 'class-transformer'; diff --git a/packages/common-stellar/src/project/versioned/index.ts b/packages/common-stellar/src/project/versioned/index.ts index 621343db..e73a2d4a 100644 --- a/packages/common-stellar/src/project/versioned/index.ts +++ b/packages/common-stellar/src/project/versioned/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './ProjectManifestVersioned'; diff --git a/packages/common-stellar/src/project/versioned/v1_0_0/index.ts b/packages/common-stellar/src/project/versioned/v1_0_0/index.ts index 26eab2f7..37369651 100644 --- a/packages/common-stellar/src/project/versioned/v1_0_0/index.ts +++ b/packages/common-stellar/src/project/versioned/v1_0_0/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './model'; diff --git a/packages/common-stellar/src/project/versioned/v1_0_0/model.ts b/packages/common-stellar/src/project/versioned/v1_0_0/model.ts index 71276417..5c65d1f4 100644 --- a/packages/common-stellar/src/project/versioned/v1_0_0/model.ts +++ b/packages/common-stellar/src/project/versioned/v1_0_0/model.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/app.module.ts b/packages/node/src/app.module.ts index bf09efe3..db086c35 100644 --- a/packages/node/src/app.module.ts +++ b/packages/node/src/app.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/configure/SubqueryProject.ts b/packages/node/src/configure/SubqueryProject.ts index 7b771ddf..588fbc6c 100644 --- a/packages/node/src/configure/SubqueryProject.ts +++ b/packages/node/src/configure/SubqueryProject.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import assert from 'assert'; diff --git a/packages/node/src/configure/configure.module.ts b/packages/node/src/configure/configure.module.ts index 02e394b3..a48ac0e8 100644 --- a/packages/node/src/configure/configure.module.ts +++ b/packages/node/src/configure/configure.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { DynamicModule, Global, Module } from '@nestjs/common'; diff --git a/packages/node/src/indexer/blockDispatcher/block-dispatcher.service.ts b/packages/node/src/indexer/blockDispatcher/block-dispatcher.service.ts index fa4370b9..1f76b129 100644 --- a/packages/node/src/indexer/blockDispatcher/block-dispatcher.service.ts +++ b/packages/node/src/indexer/blockDispatcher/block-dispatcher.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable, OnApplicationShutdown } from '@nestjs/common'; diff --git a/packages/node/src/indexer/blockDispatcher/index.ts b/packages/node/src/indexer/blockDispatcher/index.ts index 77363a6e..8172e0a3 100644 --- a/packages/node/src/indexer/blockDispatcher/index.ts +++ b/packages/node/src/indexer/blockDispatcher/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { BlockDispatcherService } from './block-dispatcher.service'; diff --git a/packages/node/src/indexer/blockDispatcher/stellar-block-dispatcher.ts b/packages/node/src/indexer/blockDispatcher/stellar-block-dispatcher.ts index 0639024a..fd3068fd 100644 --- a/packages/node/src/indexer/blockDispatcher/stellar-block-dispatcher.ts +++ b/packages/node/src/indexer/blockDispatcher/stellar-block-dispatcher.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { IBlockDispatcher } from '@subql/node-core'; diff --git a/packages/node/src/indexer/blockDispatcher/worker-block-dispatcher.service.ts b/packages/node/src/indexer/blockDispatcher/worker-block-dispatcher.service.ts index 2954805d..ae39ee4b 100644 --- a/packages/node/src/indexer/blockDispatcher/worker-block-dispatcher.service.ts +++ b/packages/node/src/indexer/blockDispatcher/worker-block-dispatcher.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import path from 'path'; diff --git a/packages/node/src/indexer/dictionary.service.ts b/packages/node/src/indexer/dictionary.service.ts index dee42478..98df594c 100644 --- a/packages/node/src/indexer/dictionary.service.ts +++ b/packages/node/src/indexer/dictionary.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/ds-processor.service.ts b/packages/node/src/indexer/ds-processor.service.ts index e40ff1af..840b2323 100644 --- a/packages/node/src/indexer/ds-processor.service.ts +++ b/packages/node/src/indexer/ds-processor.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/dynamic-ds.service.ts b/packages/node/src/indexer/dynamic-ds.service.ts index 954c11dd..ae2d07e1 100644 --- a/packages/node/src/indexer/dynamic-ds.service.ts +++ b/packages/node/src/indexer/dynamic-ds.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/fetch.module.ts b/packages/node/src/indexer/fetch.module.ts index f26a4962..f8b41491 100644 --- a/packages/node/src/indexer/fetch.module.ts +++ b/packages/node/src/indexer/fetch.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/indexer/fetch.service.spec.ts b/packages/node/src/indexer/fetch.service.spec.ts index 62803069..e2d07c7c 100644 --- a/packages/node/src/indexer/fetch.service.spec.ts +++ b/packages/node/src/indexer/fetch.service.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/indexer/fetch.service.ts b/packages/node/src/indexer/fetch.service.ts index db968a93..30b85c96 100644 --- a/packages/node/src/indexer/fetch.service.ts +++ b/packages/node/src/indexer/fetch.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/indexer.manager.ts b/packages/node/src/indexer/indexer.manager.ts index 77f01b4a..2c05bf43 100644 --- a/packages/node/src/indexer/indexer.manager.ts +++ b/packages/node/src/indexer/indexer.manager.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/project.service.ts b/packages/node/src/indexer/project.service.ts index 4150c1a7..420ad39d 100644 --- a/packages/node/src/indexer/project.service.ts +++ b/packages/node/src/indexer/project.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { isMainThread } from 'worker_threads'; diff --git a/packages/node/src/indexer/sandbox.service.ts b/packages/node/src/indexer/sandbox.service.ts index 45757a10..3cc93b09 100644 --- a/packages/node/src/indexer/sandbox.service.ts +++ b/packages/node/src/indexer/sandbox.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { isMainThread } from 'worker_threads'; diff --git a/packages/node/src/indexer/types.ts b/packages/node/src/indexer/types.ts index 189cab6c..ca77934f 100644 --- a/packages/node/src/indexer/types.ts +++ b/packages/node/src/indexer/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export type BestBlocks = Record; diff --git a/packages/node/src/indexer/unfinalizedBlocks.service.ts b/packages/node/src/indexer/unfinalizedBlocks.service.ts index e06e41b8..4f36ed82 100644 --- a/packages/node/src/indexer/unfinalizedBlocks.service.ts +++ b/packages/node/src/indexer/unfinalizedBlocks.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Injectable } from '@nestjs/common'; diff --git a/packages/node/src/indexer/worker/worker-fetch.module.ts b/packages/node/src/indexer/worker/worker-fetch.module.ts index fa843833..b4e07ed1 100644 --- a/packages/node/src/indexer/worker/worker-fetch.module.ts +++ b/packages/node/src/indexer/worker/worker-fetch.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { isMainThread } from 'worker_threads'; diff --git a/packages/node/src/indexer/worker/worker.module.ts b/packages/node/src/indexer/worker/worker.module.ts index 1c12324a..fe6dfd91 100644 --- a/packages/node/src/indexer/worker/worker.module.ts +++ b/packages/node/src/indexer/worker/worker.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/indexer/worker/worker.service.ts b/packages/node/src/indexer/worker/worker.service.ts index 1d95ba05..3de7d0ec 100644 --- a/packages/node/src/indexer/worker/worker.service.ts +++ b/packages/node/src/indexer/worker/worker.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { threadId } from 'node:worker_threads'; diff --git a/packages/node/src/indexer/worker/worker.ts b/packages/node/src/indexer/worker/worker.ts index c1521548..d7927cda 100644 --- a/packages/node/src/indexer/worker/worker.ts +++ b/packages/node/src/indexer/worker/worker.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 // initlogger and yargs must be imported before all other imports diff --git a/packages/node/src/indexer/worker/worker.unfinalizedBlocks.service.ts b/packages/node/src/indexer/worker/worker.unfinalizedBlocks.service.ts index cb40840f..4602d449 100644 --- a/packages/node/src/indexer/worker/worker.unfinalizedBlocks.service.ts +++ b/packages/node/src/indexer/worker/worker.unfinalizedBlocks.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Injectable } from '@nestjs/common'; diff --git a/packages/node/src/init.ts b/packages/node/src/init.ts index d056a349..7bf61bec 100644 --- a/packages/node/src/init.ts +++ b/packages/node/src/init.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { NestFactory } from '@nestjs/core'; diff --git a/packages/node/src/main.ts b/packages/node/src/main.ts index bdde733d..a0dcda85 100644 --- a/packages/node/src/main.ts +++ b/packages/node/src/main.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { initLogger } from '@subql/node-core/logger'; diff --git a/packages/node/src/meta/meta.controller.ts b/packages/node/src/meta/meta.controller.ts index 07a9035a..fa7b0618 100644 --- a/packages/node/src/meta/meta.controller.ts +++ b/packages/node/src/meta/meta.controller.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Controller, Get } from '@nestjs/common'; diff --git a/packages/node/src/meta/meta.module.ts b/packages/node/src/meta/meta.module.ts index 1a002197..67d3f96e 100644 --- a/packages/node/src/meta/meta.module.ts +++ b/packages/node/src/meta/meta.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/meta/meta.service.ts b/packages/node/src/meta/meta.service.ts index 48a81f40..c7aeb3cb 100644 --- a/packages/node/src/meta/meta.service.ts +++ b/packages/node/src/meta/meta.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Injectable } from '@nestjs/common'; diff --git a/packages/node/src/stellar/api.connection.spec.ts b/packages/node/src/stellar/api.connection.spec.ts index cc62ad93..aae52776 100644 --- a/packages/node/src/stellar/api.connection.spec.ts +++ b/packages/node/src/stellar/api.connection.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/stellar/api.connection.ts b/packages/node/src/stellar/api.connection.ts index 0b19d08b..01a99060 100644 --- a/packages/node/src/stellar/api.connection.ts +++ b/packages/node/src/stellar/api.connection.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { EventEmitter2 } from '@nestjs/event-emitter'; diff --git a/packages/node/src/stellar/api.service.stellar.spec.ts b/packages/node/src/stellar/api.service.stellar.spec.ts index cbd2577c..ef18e45d 100644 --- a/packages/node/src/stellar/api.service.stellar.spec.ts +++ b/packages/node/src/stellar/api.service.stellar.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { INestApplication } from '@nestjs/common'; diff --git a/packages/node/src/stellar/api.service.stellar.ts b/packages/node/src/stellar/api.service.stellar.ts index fb671560..f206d1ac 100644 --- a/packages/node/src/stellar/api.service.stellar.ts +++ b/packages/node/src/stellar/api.service.stellar.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/stellar/api.stellar.spec.ts b/packages/node/src/stellar/api.stellar.spec.ts index d85311f9..ff782fb6 100644 --- a/packages/node/src/stellar/api.stellar.spec.ts +++ b/packages/node/src/stellar/api.stellar.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { EventEmitter2 } from 'eventemitter2'; diff --git a/packages/node/src/stellar/api.stellar.ts b/packages/node/src/stellar/api.stellar.ts index 86c84ee1..b8968816 100644 --- a/packages/node/src/stellar/api.stellar.ts +++ b/packages/node/src/stellar/api.stellar.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { EventEmitter2 } from '@nestjs/event-emitter'; diff --git a/packages/node/src/stellar/block.stellar.spec.ts b/packages/node/src/stellar/block.stellar.spec.ts index d4adf3d6..ad044c85 100644 --- a/packages/node/src/stellar/block.stellar.spec.ts +++ b/packages/node/src/stellar/block.stellar.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/stellar/block.stellar.ts b/packages/node/src/stellar/block.stellar.ts index 75d19a89..f986c7b4 100644 --- a/packages/node/src/stellar/block.stellar.ts +++ b/packages/node/src/stellar/block.stellar.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/stellar/index.ts b/packages/node/src/stellar/index.ts index 66e856ad..5d4131a5 100644 --- a/packages/node/src/stellar/index.ts +++ b/packages/node/src/stellar/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './api.stellar'; diff --git a/packages/node/src/stellar/safe-api.ts b/packages/node/src/stellar/safe-api.ts index 62b4726f..7a33cd31 100644 --- a/packages/node/src/stellar/safe-api.ts +++ b/packages/node/src/stellar/safe-api.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Memo, MemoType, Operation } from '@stellar/stellar-base'; diff --git a/packages/node/src/stellar/soroban.server.spec.ts b/packages/node/src/stellar/soroban.server.spec.ts index 08d32c5d..94fce970 100644 --- a/packages/node/src/stellar/soroban.server.spec.ts +++ b/packages/node/src/stellar/soroban.server.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { SorobanRpc } from 'stellar-sdk'; diff --git a/packages/node/src/stellar/soroban.server.ts b/packages/node/src/stellar/soroban.server.ts index 7efa3938..ac983a76 100644 --- a/packages/node/src/stellar/soroban.server.ts +++ b/packages/node/src/stellar/soroban.server.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { SorobanRpcEventResponse } from '@subql/types-stellar'; diff --git a/packages/node/src/stellar/stellar.server.ts b/packages/node/src/stellar/stellar.server.ts index 931b773b..ac8e0f4c 100644 --- a/packages/node/src/stellar/stellar.server.ts +++ b/packages/node/src/stellar/stellar.server.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { getLogger } from '@subql/node-core'; diff --git a/packages/node/src/stellar/utils.stellar.ts b/packages/node/src/stellar/utils.stellar.ts index b6dbb1df..e78ed482 100644 --- a/packages/node/src/stellar/utils.stellar.ts +++ b/packages/node/src/stellar/utils.stellar.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { ApiWrapper } from '@subql/types-stellar'; diff --git a/packages/node/src/subcommands/forceClean.init.ts b/packages/node/src/subcommands/forceClean.init.ts index 59d3d165..d4b2d7d3 100644 --- a/packages/node/src/subcommands/forceClean.init.ts +++ b/packages/node/src/subcommands/forceClean.init.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { NestFactory } from '@nestjs/core'; diff --git a/packages/node/src/subcommands/forceClean.module.ts b/packages/node/src/subcommands/forceClean.module.ts index 20fe7517..faa9cbe2 100644 --- a/packages/node/src/subcommands/forceClean.module.ts +++ b/packages/node/src/subcommands/forceClean.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/subcommands/reindex.init.ts b/packages/node/src/subcommands/reindex.init.ts index 5d1e9e15..99fbb1ad 100644 --- a/packages/node/src/subcommands/reindex.init.ts +++ b/packages/node/src/subcommands/reindex.init.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { NestFactory } from '@nestjs/core'; diff --git a/packages/node/src/subcommands/reindex.module.ts b/packages/node/src/subcommands/reindex.module.ts index e9eeb7ff..8dc754d3 100644 --- a/packages/node/src/subcommands/reindex.module.ts +++ b/packages/node/src/subcommands/reindex.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/subcommands/testing.init.ts b/packages/node/src/subcommands/testing.init.ts index 5085d810..f735605d 100644 --- a/packages/node/src/subcommands/testing.init.ts +++ b/packages/node/src/subcommands/testing.init.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { NestFactory } from '@nestjs/core'; diff --git a/packages/node/src/subcommands/testing.module.ts b/packages/node/src/subcommands/testing.module.ts index 889997aa..a4eb7928 100644 --- a/packages/node/src/subcommands/testing.module.ts +++ b/packages/node/src/subcommands/testing.module.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Module } from '@nestjs/common'; diff --git a/packages/node/src/subcommands/testing.service.ts b/packages/node/src/subcommands/testing.service.ts index 91ba3b35..2bcaf344 100644 --- a/packages/node/src/subcommands/testing.service.ts +++ b/packages/node/src/subcommands/testing.service.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { Inject, Injectable } from '@nestjs/common'; diff --git a/packages/node/src/utils/project.ts b/packages/node/src/utils/project.ts index 31c69155..3a768a76 100644 --- a/packages/node/src/utils/project.ts +++ b/packages/node/src/utils/project.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/node/src/utils/string.ts b/packages/node/src/utils/string.ts index f24d75bc..72e1d095 100644 --- a/packages/node/src/utils/string.ts +++ b/packages/node/src/utils/string.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export function stringNormalizedEq(a: string, b: string): boolean { diff --git a/packages/node/src/yargs.ts b/packages/node/src/yargs.ts index 25681615..b9eaf440 100644 --- a/packages/node/src/yargs.ts +++ b/packages/node/src/yargs.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { yargsBuilder } from '@subql/node-core/yargs'; diff --git a/packages/types/src/global.ts b/packages/types/src/global.ts index 66ac246d..5f75734a 100644 --- a/packages/types/src/global.ts +++ b/packages/types/src/global.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {SorobanRpc} from 'stellar-sdk'; diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 390fd3a9..01831850 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './interfaces'; diff --git a/packages/types/src/interfaces.ts b/packages/types/src/interfaces.ts index 00d8187a..da9f4f29 100644 --- a/packages/types/src/interfaces.ts +++ b/packages/types/src/interfaces.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/types/src/project.ts b/packages/types/src/project.ts index 53728ac0..f389ff23 100644 --- a/packages/types/src/project.ts +++ b/packages/types/src/project.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import { diff --git a/packages/types/src/stellar/index.ts b/packages/types/src/stellar/index.ts index c26f5837..203b0d75 100644 --- a/packages/types/src/stellar/index.ts +++ b/packages/types/src/stellar/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 export * from './interfaces'; diff --git a/packages/types/src/stellar/interfaces.ts b/packages/types/src/stellar/interfaces.ts index 5a2fe584..3cd36b69 100644 --- a/packages/types/src/stellar/interfaces.ts +++ b/packages/types/src/stellar/interfaces.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2023 SubQuery Pte Ltd authors & contributors +// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors // SPDX-License-Identifier: GPL-3.0 import {SorobanRpc, Contract, xdr} from 'stellar-sdk';