Skip to content

Commit

Permalink
fix licence
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Oct 30, 2024
1 parent 534a364 commit 9806c2c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/indexer/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The Licensed Work is (c) 2023 Sygma
* SPDX-License-Identifier: LGPL-3.0-only
*/
/*
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { EthereumConfig, SubstrateConfig } from "@buildwithsygma/core"

export type LocalDomainConfig = {
Expand Down
8 changes: 4 additions & 4 deletions src/sygmaTypes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The Licensed Work is (c) 2023 Sygma
* SPDX-License-Identifier: LGPL-3.0-only
*/
/*
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
import { ERC20Handler, ERC721Handler } from "@buildwithsygma/sygma-contracts"

export type HandlersMap = {
Expand Down
8 changes: 4 additions & 4 deletions src/types/SharedConfigTypes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The Licensed Work is (c) 2023 Sygma
* SPDX-License-Identifier: LGPL-3.0-only
*/
/*
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/

import { BaseConfig } from "@buildwithsygma/core"

Expand Down
8 changes: 4 additions & 4 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* The Licensed Work is (c) 2023 Sygma
* SPDX-License-Identifier: LGPL-3.0-only
*/
/*
The Licensed Work is (c) 2023 Sygma
SPDX-License-Identifier: LGPL-3.0-only
*/
export * from "./SharedConfigTypes"

0 comments on commit 9806c2c

Please sign in to comment.