Skip to content

Commit b1049ab

Browse files
authored
chore: update owners & links (#557)
1 parent 272e4ce commit b1049ab

File tree

173 files changed

+182
-185
lines changed

Some content is hidden

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

173 files changed

+182
-185
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions

README.md

Lines changed: 3 additions & 3 deletions

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
import { defineConfig } from 'cypress';

cypress/e2e/contracts/erc20.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
import {

cypress/e2e/contracts/flipper.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2021 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import {

cypress/e2e/contracts/mother.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
import {

cypress/e2e/contracts/storage_types.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
import {

cypress/e2e/extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
interface Window {

cypress/e2e/instantiateDryRun.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33
import { beforeAllContracts, assertUpload, assertMoveToStep2 } from '../support/util';
44

cypress/e2e/updateMetadata.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 @paritytech/contracts-ui authors & contributors
1+
// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
22
// SPDX-License-Identifier: GPL-3.0-only
33

44
import { beforeAllContracts, deploy } from '../support/util';

0 commit comments

Comments
 (0)