From caa0ceea23e99d2124c190d69dccb8ca11ea944f Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:07:08 -0800 Subject: [PATCH] 2025 (#822) * 2025 * update License --- .prettierrc.cjs | 2 +- eslint.config.js | 2 +- packages/react-identicon/src/Identicon.tsx | 2 +- packages/react-identicon/src/bundle.ts | 2 +- packages/react-identicon/src/icons/Beachball.tsx | 2 +- packages/react-identicon/src/icons/Empty.tsx | 2 +- packages/react-identicon/src/icons/Ethereum.tsx | 2 +- packages/react-identicon/src/icons/Jdenticon.tsx | 2 +- packages/react-identicon/src/icons/Polkadot.tsx | 2 +- packages/react-identicon/src/icons/index.ts | 2 +- packages/react-identicon/src/index.ts | 2 +- packages/react-identicon/src/packageDetect.ts | 2 +- packages/react-identicon/src/packageInfo.ts | 2 +- packages/react-identicon/src/styled.ts | 2 +- packages/react-identicon/src/types.ts | 2 +- packages/react-qr/src/Display.tsx | 2 +- packages/react-qr/src/DisplayAddress.tsx | 2 +- packages/react-qr/src/DisplayPayload.tsx | 2 +- packages/react-qr/src/NetworkSpecs.tsx | 2 +- packages/react-qr/src/Scan.tsx | 2 +- packages/react-qr/src/ScanAddress.tsx | 2 +- packages/react-qr/src/ScanSignature.tsx | 2 +- packages/react-qr/src/bundle.ts | 2 +- packages/react-qr/src/constants.ts | 2 +- packages/react-qr/src/index.ts | 2 +- packages/react-qr/src/packageDetect.ts | 2 +- packages/react-qr/src/packageInfo.ts | 2 +- packages/react-qr/src/qrcode.ts | 2 +- packages/react-qr/src/styled.ts | 2 +- packages/react-qr/src/util.spec.ts | 2 +- packages/react-qr/src/util.ts | 2 +- packages/reactnative-identicon/src/Identicon.tsx | 2 +- packages/reactnative-identicon/src/bundle.ts | 2 +- packages/reactnative-identicon/src/icons/Empty.tsx | 2 +- packages/reactnative-identicon/src/icons/Polkadot.tsx | 2 +- packages/reactnative-identicon/src/icons/index.ts | 2 +- packages/reactnative-identicon/src/index.ts | 2 +- packages/reactnative-identicon/src/packageDetect.ts | 2 +- packages/reactnative-identicon/src/packageInfo.ts | 2 +- packages/reactnative-identicon/src/types.ts | 2 +- packages/ui-keyring/src/Base.ts | 2 +- packages/ui-keyring/src/Keyring.ts | 2 +- packages/ui-keyring/src/bundle.ts | 2 +- packages/ui-keyring/src/defaults.ts | 2 +- packages/ui-keyring/src/index.ts | 2 +- packages/ui-keyring/src/json.d.ts | 2 +- packages/ui-keyring/src/observable/accounts.ts | 2 +- packages/ui-keyring/src/observable/addresses.ts | 2 +- packages/ui-keyring/src/observable/contracts.ts | 2 +- packages/ui-keyring/src/observable/env.ts | 2 +- packages/ui-keyring/src/observable/genericSubject.ts | 2 +- packages/ui-keyring/src/observable/index.ts | 2 +- packages/ui-keyring/src/observable/types.ts | 2 +- packages/ui-keyring/src/options/index.ts | 2 +- packages/ui-keyring/src/options/item.ts | 2 +- packages/ui-keyring/src/options/types.ts | 2 +- packages/ui-keyring/src/packageDetect.ts | 2 +- packages/ui-keyring/src/packageInfo.ts | 2 +- packages/ui-keyring/src/stores/Browser.ts | 2 +- packages/ui-keyring/src/stores/File.ts | 2 +- packages/ui-keyring/src/stores/index.ts | 2 +- packages/ui-keyring/src/types.ts | 2 +- packages/ui-settings/src/Settings.ts | 2 +- packages/ui-settings/src/bundle.ts | 2 +- packages/ui-settings/src/defaults/chains.ts | 2 +- packages/ui-settings/src/defaults/crypto.ts | 2 +- packages/ui-settings/src/defaults/endpoints.ts | 2 +- packages/ui-settings/src/defaults/index.ts | 2 +- packages/ui-settings/src/defaults/ledger.ts | 2 +- packages/ui-settings/src/defaults/ss58.ts | 2 +- packages/ui-settings/src/defaults/type.ts | 2 +- packages/ui-settings/src/defaults/ui.ts | 2 +- packages/ui-settings/src/index.ts | 2 +- packages/ui-settings/src/packageDetect.ts | 2 +- packages/ui-settings/src/packageInfo.ts | 2 +- packages/ui-settings/src/types.ts | 2 +- packages/ui-shared/src/bundle.ts | 2 +- packages/ui-shared/src/icons/beachball/LICENSE | 2 +- packages/ui-shared/src/icons/beachball/colors.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/colors.ts | 2 +- packages/ui-shared/src/icons/beachball/container.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/container.ts | 2 +- packages/ui-shared/src/icons/beachball/defaults.ts | 2 +- packages/ui-shared/src/icons/beachball/demo.ts | 2 +- packages/ui-shared/src/icons/beachball/index.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/index.ts | 2 +- packages/ui-shared/src/icons/beachball/seeder.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/seeder.ts | 2 +- packages/ui-shared/src/icons/beachball/shape/circle.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/shape/circle.ts | 2 +- packages/ui-shared/src/icons/beachball/shape/square.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/circle.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/circle.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/element.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/element.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/rect.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/rect.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/svg.spec.ts | 2 +- packages/ui-shared/src/icons/beachball/svg/svg.ts | 2 +- packages/ui-shared/src/icons/beachball/types.ts | 2 +- packages/ui-shared/src/icons/index.ts | 2 +- packages/ui-shared/src/icons/polkadot.spec.ts | 2 +- packages/ui-shared/src/icons/polkadot.ts | 2 +- packages/ui-shared/src/icons/types.ts | 2 +- packages/ui-shared/src/index.ts | 2 +- packages/ui-shared/src/packageDetect.ts | 2 +- packages/ui-shared/src/packageInfo.ts | 2 +- packages/vue-identicon/src/Identicon.ts | 2 +- packages/vue-identicon/src/bundle.ts | 2 +- packages/vue-identicon/src/icons/Beachball.ts | 2 +- packages/vue-identicon/src/icons/Empty.ts | 2 +- packages/vue-identicon/src/icons/Jdenticon.ts | 2 +- packages/vue-identicon/src/icons/Polkadot.ts | 2 +- packages/vue-identicon/src/icons/index.ts | 2 +- packages/vue-identicon/src/index.ts | 2 +- packages/vue-identicon/src/packageDetect.ts | 2 +- packages/vue-identicon/src/packageInfo.ts | 2 +- packages/vue-identicon/src/util.ts | 2 +- rollup.config.js | 2 +- 119 files changed, 119 insertions(+), 119 deletions(-) diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 6a5f7284..fa2d246e 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/prettier.cjs'); diff --git a/eslint.config.js b/eslint.config.js index 726b6817..0ea6566c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import baseConfig from '@polkadot/dev/config/eslint'; diff --git a/packages/react-identicon/src/Identicon.tsx b/packages/react-identicon/src/Identicon.tsx index 9d66f38f..8634a335 100644 --- a/packages/react-identicon/src/Identicon.tsx +++ b/packages/react-identicon/src/Identicon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Prefix } from '@polkadot/util-crypto/address/types'; diff --git a/packages/react-identicon/src/bundle.ts b/packages/react-identicon/src/bundle.ts index b9fc9d54..1179d293 100644 --- a/packages/react-identicon/src/bundle.ts +++ b/packages/react-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons/index.js'; diff --git a/packages/react-identicon/src/icons/Beachball.tsx b/packages/react-identicon/src/icons/Beachball.tsx index adcaca63..4f61dafa 100644 --- a/packages/react-identicon/src/icons/Beachball.tsx +++ b/packages/react-identicon/src/icons/Beachball.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-identicon/src/icons/Empty.tsx b/packages/react-identicon/src/icons/Empty.tsx index bf6b96aa..17b04249 100644 --- a/packages/react-identicon/src/icons/Empty.tsx +++ b/packages/react-identicon/src/icons/Empty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-identicon/src/icons/Ethereum.tsx b/packages/react-identicon/src/icons/Ethereum.tsx index f4d692d5..32eb8538 100644 --- a/packages/react-identicon/src/icons/Ethereum.tsx +++ b/packages/react-identicon/src/icons/Ethereum.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-identicon/src/icons/Jdenticon.tsx b/packages/react-identicon/src/icons/Jdenticon.tsx index 7ec64b6c..c06a7ef9 100644 --- a/packages/react-identicon/src/icons/Jdenticon.tsx +++ b/packages/react-identicon/src/icons/Jdenticon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-identicon/src/icons/Polkadot.tsx b/packages/react-identicon/src/icons/Polkadot.tsx index 35f624d5..7c80f140 100644 --- a/packages/react-identicon/src/icons/Polkadot.tsx +++ b/packages/react-identicon/src/icons/Polkadot.tsx @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/react-identicon authors & contributors +// Copyright 2018-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon diff --git a/packages/react-identicon/src/icons/index.ts b/packages/react-identicon/src/icons/index.ts index 6be5d0a7..e5e038f9 100644 --- a/packages/react-identicon/src/icons/index.ts +++ b/packages/react-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { Beachball } from './Beachball.js'; diff --git a/packages/react-identicon/src/index.ts b/packages/react-identicon/src/index.ts index c774440a..550b5fbf 100644 --- a/packages/react-identicon/src/index.ts +++ b/packages/react-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/react-identicon/src/packageDetect.ts b/packages/react-identicon/src/packageDetect.ts index e5e579fb..e651b07c 100644 --- a/packages/react-identicon/src/packageDetect.ts +++ b/packages/react-identicon/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index daaa732a..d65b7dd2 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/react-identicon/src/styled.ts b/packages/react-identicon/src/styled.ts index 2f226640..12976748 100644 --- a/packages/react-identicon/src/styled.ts +++ b/packages/react-identicon/src/styled.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-identicon authors & contributors +// Copyright 2017-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { styled } from 'styled-components'; diff --git a/packages/react-identicon/src/types.ts b/packages/react-identicon/src/types.ts index 299a96dc..d0217627 100644 --- a/packages/react-identicon/src/types.ts +++ b/packages/react-identicon/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/react-identicon authors & contributors +// Copyright 2018-2025 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-qr/src/Display.tsx b/packages/react-qr/src/Display.tsx index cf49b0d0..cfda7ad8 100644 --- a/packages/react-qr/src/Display.tsx +++ b/packages/react-qr/src/Display.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useMemo, useRef, useState } from 'react'; diff --git a/packages/react-qr/src/DisplayAddress.tsx b/packages/react-qr/src/DisplayAddress.tsx index 3d63a12e..d0a2a8cc 100644 --- a/packages/react-qr/src/DisplayAddress.tsx +++ b/packages/react-qr/src/DisplayAddress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/react-qr/src/DisplayPayload.tsx b/packages/react-qr/src/DisplayPayload.tsx index 5256ffa8..e771f3c1 100644 --- a/packages/react-qr/src/DisplayPayload.tsx +++ b/packages/react-qr/src/DisplayPayload.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/react-qr/src/NetworkSpecs.tsx b/packages/react-qr/src/NetworkSpecs.tsx index 06556c3c..a7dabf53 100644 --- a/packages/react-qr/src/NetworkSpecs.tsx +++ b/packages/react-qr/src/NetworkSpecs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { NetworkSpecsStruct } from '@polkadot/ui-settings/types'; diff --git a/packages/react-qr/src/Scan.tsx b/packages/react-qr/src/Scan.tsx index 89ee6cea..551456b0 100644 --- a/packages/react-qr/src/Scan.tsx +++ b/packages/react-qr/src/Scan.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import { BrowserQRCodeReader, type IScannerControls } from '@zxing/browser'; diff --git a/packages/react-qr/src/ScanAddress.tsx b/packages/react-qr/src/ScanAddress.tsx index 4b0fbab5..086ee2be 100644 --- a/packages/react-qr/src/ScanAddress.tsx +++ b/packages/react-qr/src/ScanAddress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/react-qr/src/ScanSignature.tsx b/packages/react-qr/src/ScanSignature.tsx index 3628bf14..297dcf36 100644 --- a/packages/react-qr/src/ScanSignature.tsx +++ b/packages/react-qr/src/ScanSignature.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/react-qr/src/bundle.ts b/packages/react-qr/src/bundle.ts index 68fc67e0..de6411db 100644 --- a/packages/react-qr/src/bundle.ts +++ b/packages/react-qr/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 export { QrDisplayAddress } from './DisplayAddress.js'; diff --git a/packages/react-qr/src/constants.ts b/packages/react-qr/src/constants.ts index d4433909..dfc3d7d8 100644 --- a/packages/react-qr/src/constants.ts +++ b/packages/react-qr/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 export const ADDRESS_PREFIX = 'substrate'; diff --git a/packages/react-qr/src/index.ts b/packages/react-qr/src/index.ts index ea6946d7..96bbfd9d 100644 --- a/packages/react-qr/src/index.ts +++ b/packages/react-qr/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/react-qr/src/packageDetect.ts b/packages/react-qr/src/packageDetect.ts index 9ea0bc22..b3ef189b 100644 --- a/packages/react-qr/src/packageDetect.ts +++ b/packages/react-qr/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index e439a66f..0a9d0531 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/react-qr/src/qrcode.ts b/packages/react-qr/src/qrcode.ts index 22bf2673..444b4264 100644 --- a/packages/react-qr/src/qrcode.ts +++ b/packages/react-qr/src/qrcode.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import _qrcode from 'qrcode-generator'; diff --git a/packages/react-qr/src/styled.ts b/packages/react-qr/src/styled.ts index 5426cb5f..0eeac783 100644 --- a/packages/react-qr/src/styled.ts +++ b/packages/react-qr/src/styled.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 export { styled } from 'styled-components'; diff --git a/packages/react-qr/src/util.spec.ts b/packages/react-qr/src/util.spec.ts index 948eeb99..bf169eab 100644 --- a/packages/react-qr/src/util.spec.ts +++ b/packages/react-qr/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-qr/src/util.ts b/packages/react-qr/src/util.ts index b8cef6e4..228736d9 100644 --- a/packages/react-qr/src/util.ts +++ b/packages/react-qr/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/react-qr authors & contributors +// Copyright 2017-2025 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import { isString, u8aConcat, u8aToU8a } from '@polkadot/util'; diff --git a/packages/reactnative-identicon/src/Identicon.tsx b/packages/reactnative-identicon/src/Identicon.tsx index b45cf50d..ad1b9ffb 100644 --- a/packages/reactnative-identicon/src/Identicon.tsx +++ b/packages/reactnative-identicon/src/Identicon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Prefix } from '@polkadot/util-crypto/address/types'; diff --git a/packages/reactnative-identicon/src/bundle.ts b/packages/reactnative-identicon/src/bundle.ts index 0e498c66..4c71ba77 100644 --- a/packages/reactnative-identicon/src/bundle.ts +++ b/packages/reactnative-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons/index.js'; diff --git a/packages/reactnative-identicon/src/icons/Empty.tsx b/packages/reactnative-identicon/src/icons/Empty.tsx index cbbcbcc3..c92e6922 100644 --- a/packages/reactnative-identicon/src/icons/Empty.tsx +++ b/packages/reactnative-identicon/src/icons/Empty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/reactnative-identicon/src/icons/Polkadot.tsx b/packages/reactnative-identicon/src/icons/Polkadot.tsx index 4a29f485..f5e02b76 100644 --- a/packages/reactnative-identicon/src/icons/Polkadot.tsx +++ b/packages/reactnative-identicon/src/icons/Polkadot.tsx @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2018-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Circle as CircleType } from '@polkadot/ui-shared/icons/types'; diff --git a/packages/reactnative-identicon/src/icons/index.ts b/packages/reactnative-identicon/src/icons/index.ts index 221e4e96..95a39287 100644 --- a/packages/reactnative-identicon/src/icons/index.ts +++ b/packages/reactnative-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as Empty } from './Empty.js'; diff --git a/packages/reactnative-identicon/src/index.ts b/packages/reactnative-identicon/src/index.ts index 2fa22df2..31cce313 100644 --- a/packages/reactnative-identicon/src/index.ts +++ b/packages/reactnative-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/reactnative-identicon/src/packageDetect.ts b/packages/reactnative-identicon/src/packageDetect.ts index c20dc09f..d30fba04 100644 --- a/packages/reactnative-identicon/src/packageDetect.ts +++ b/packages/reactnative-identicon/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 09ec748a..32b3f61f 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/reactnative-identicon/src/types.ts b/packages/reactnative-identicon/src/types.ts index 7b7d9772..9c54774d 100644 --- a/packages/reactnative-identicon/src/types.ts +++ b/packages/reactnative-identicon/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2018-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface Props { diff --git a/packages/ui-keyring/src/Base.ts b/packages/ui-keyring/src/Base.ts index ade770a7..94123ebe 100644 --- a/packages/ui-keyring/src/Base.ts +++ b/packages/ui-keyring/src/Base.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringInstance, KeyringPair } from '@polkadot/keyring/types'; diff --git a/packages/ui-keyring/src/Keyring.ts b/packages/ui-keyring/src/Keyring.ts index 1c33b7cc..68a0baa3 100644 --- a/packages/ui-keyring/src/Keyring.ts +++ b/packages/ui-keyring/src/Keyring.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringPair, KeyringPair$Json, KeyringPair$Meta } from '@polkadot/keyring/types'; diff --git a/packages/ui-keyring/src/bundle.ts b/packages/ui-keyring/src/bundle.ts index 876a3b8d..30de841a 100644 --- a/packages/ui-keyring/src/bundle.ts +++ b/packages/ui-keyring/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { Keyring } from './Keyring.js'; diff --git a/packages/ui-keyring/src/defaults.ts b/packages/ui-keyring/src/defaults.ts index 089044d4..024842ef 100644 --- a/packages/ui-keyring/src/defaults.ts +++ b/packages/ui-keyring/src/defaults.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { decodeAddress } from '@polkadot/keyring'; diff --git a/packages/ui-keyring/src/index.ts b/packages/ui-keyring/src/index.ts index 52a9bdfe..5dabdb00 100644 --- a/packages/ui-keyring/src/index.ts +++ b/packages/ui-keyring/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/ui-keyring/src/json.d.ts b/packages/ui-keyring/src/json.d.ts index c94d8c22..07cedb99 100644 --- a/packages/ui-keyring/src/json.d.ts +++ b/packages/ui-keyring/src/json.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 // Be able to import json in TS diff --git a/packages/ui-keyring/src/observable/accounts.ts b/packages/ui-keyring/src/observable/accounts.ts index ed15b98b..cf7ae27b 100644 --- a/packages/ui-keyring/src/observable/accounts.ts +++ b/packages/ui-keyring/src/observable/accounts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { accountKey } from '../defaults.js'; diff --git a/packages/ui-keyring/src/observable/addresses.ts b/packages/ui-keyring/src/observable/addresses.ts index c9d69b8f..4ccc78a0 100644 --- a/packages/ui-keyring/src/observable/addresses.ts +++ b/packages/ui-keyring/src/observable/addresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { addressKey } from '../defaults.js'; diff --git a/packages/ui-keyring/src/observable/contracts.ts b/packages/ui-keyring/src/observable/contracts.ts index 0fa3d1b6..2b623ea9 100644 --- a/packages/ui-keyring/src/observable/contracts.ts +++ b/packages/ui-keyring/src/observable/contracts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { contractKey } from '../defaults.js'; diff --git a/packages/ui-keyring/src/observable/env.ts b/packages/ui-keyring/src/observable/env.ts index 536789b0..67361345 100644 --- a/packages/ui-keyring/src/observable/env.ts +++ b/packages/ui-keyring/src/observable/env.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { BehaviorSubject } from 'rxjs'; diff --git a/packages/ui-keyring/src/observable/genericSubject.ts b/packages/ui-keyring/src/observable/genericSubject.ts index 0f066a75..8a17e2a9 100644 --- a/packages/ui-keyring/src/observable/genericSubject.ts +++ b/packages/ui-keyring/src/observable/genericSubject.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeypairType } from '@polkadot/util-crypto/types'; diff --git a/packages/ui-keyring/src/observable/index.ts b/packages/ui-keyring/src/observable/index.ts index 07be98e3..6e05816c 100644 --- a/packages/ui-keyring/src/observable/index.ts +++ b/packages/ui-keyring/src/observable/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubjectInfo } from './types.js'; diff --git a/packages/ui-keyring/src/observable/types.ts b/packages/ui-keyring/src/observable/types.ts index 26364892..1a3191ad 100644 --- a/packages/ui-keyring/src/observable/types.ts +++ b/packages/ui-keyring/src/observable/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BehaviorSubject } from 'rxjs'; diff --git a/packages/ui-keyring/src/options/index.ts b/packages/ui-keyring/src/options/index.ts index 417be23f..6bfe1d6f 100644 --- a/packages/ui-keyring/src/options/index.ts +++ b/packages/ui-keyring/src/options/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Subscription } from 'rxjs'; diff --git a/packages/ui-keyring/src/options/item.ts b/packages/ui-keyring/src/options/item.ts index 20d8e8dd..82a4f051 100644 --- a/packages/ui-keyring/src/options/item.ts +++ b/packages/ui-keyring/src/options/item.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringSectionOption } from './types.js'; diff --git a/packages/ui-keyring/src/options/types.ts b/packages/ui-keyring/src/options/types.ts index 98f7165b..4dfa5f0e 100644 --- a/packages/ui-keyring/src/options/types.ts +++ b/packages/ui-keyring/src/options/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringItemType, KeyringStruct } from '../types.js'; diff --git a/packages/ui-keyring/src/packageDetect.ts b/packages/ui-keyring/src/packageDetect.ts index 7f490815..4ab9d02e 100644 --- a/packages/ui-keyring/src/packageDetect.ts +++ b/packages/ui-keyring/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index da8a5525..c46c00f6 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-keyring/src/stores/Browser.ts b/packages/ui-keyring/src/stores/Browser.ts index 4f71966e..7c0a8b7f 100644 --- a/packages/ui-keyring/src/stores/Browser.ts +++ b/packages/ui-keyring/src/stores/Browser.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson, KeyringStore } from '../types.js'; diff --git a/packages/ui-keyring/src/stores/File.ts b/packages/ui-keyring/src/stores/File.ts index a76aa998..7a630883 100644 --- a/packages/ui-keyring/src/stores/File.ts +++ b/packages/ui-keyring/src/stores/File.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson, KeyringStore } from '../types.js'; diff --git a/packages/ui-keyring/src/stores/index.ts b/packages/ui-keyring/src/stores/index.ts index bd1de13c..3f8c3585 100644 --- a/packages/ui-keyring/src/stores/index.ts +++ b/packages/ui-keyring/src/stores/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 export { BrowserStore } from './Browser.js'; diff --git a/packages/ui-keyring/src/types.ts b/packages/ui-keyring/src/types.ts index ca855b27..f84d9d7b 100644 --- a/packages/ui-keyring/src/types.ts +++ b/packages/ui-keyring/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2025 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringInstance as BaseKeyringInstance, KeyringOptions as KeyringOptionsBase, KeyringPair, KeyringPair$Json, KeyringPair$Meta } from '@polkadot/keyring/types'; diff --git a/packages/ui-settings/src/Settings.ts b/packages/ui-settings/src/Settings.ts index e6ba39a0..a200eeb0 100644 --- a/packages/ui-settings/src/Settings.ts +++ b/packages/ui-settings/src/Settings.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Endpoint, EndpointType, Option, SettingsStruct } from './types.js'; diff --git a/packages/ui-settings/src/bundle.ts b/packages/ui-settings/src/bundle.ts index a6d3849b..8d122693 100644 --- a/packages/ui-settings/src/bundle.ts +++ b/packages/ui-settings/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { Settings, settings } from './Settings.js'; diff --git a/packages/ui-settings/src/defaults/chains.ts b/packages/ui-settings/src/defaults/chains.ts index bced69de..0a15656f 100644 --- a/packages/ui-settings/src/defaults/chains.ts +++ b/packages/ui-settings/src/defaults/chains.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { selectableNetworks } from '@polkadot/networks'; diff --git a/packages/ui-settings/src/defaults/crypto.ts b/packages/ui-settings/src/defaults/crypto.ts index bbd6d9f1..e519e026 100644 --- a/packages/ui-settings/src/defaults/crypto.ts +++ b/packages/ui-settings/src/defaults/crypto.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/defaults/endpoints.ts b/packages/ui-settings/src/defaults/endpoints.ts index 81c37fe5..3287bb2d 100644 --- a/packages/ui-settings/src/defaults/endpoints.ts +++ b/packages/ui-settings/src/defaults/endpoints.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/defaults/index.ts b/packages/ui-settings/src/defaults/index.ts index b0f05c91..5f767b33 100644 --- a/packages/ui-settings/src/defaults/index.ts +++ b/packages/ui-settings/src/defaults/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/defaults/ledger.ts b/packages/ui-settings/src/defaults/ledger.ts index 7d63b343..1d49b302 100644 --- a/packages/ui-settings/src/defaults/ledger.ts +++ b/packages/ui-settings/src/defaults/ledger.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/defaults/ss58.ts b/packages/ui-settings/src/defaults/ss58.ts index d1026a87..6e94b58e 100644 --- a/packages/ui-settings/src/defaults/ss58.ts +++ b/packages/ui-settings/src/defaults/ss58.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/defaults/type.ts b/packages/ui-settings/src/defaults/type.ts index 34cb3428..3166dac5 100644 --- a/packages/ui-settings/src/defaults/type.ts +++ b/packages/ui-settings/src/defaults/type.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 // matches https://polkadot.js.org & https://*.polkadot.io diff --git a/packages/ui-settings/src/defaults/ui.ts b/packages/ui-settings/src/defaults/ui.ts index e17b65ee..b79d41c5 100644 --- a/packages/ui-settings/src/defaults/ui.ts +++ b/packages/ui-settings/src/defaults/ui.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types.js'; diff --git a/packages/ui-settings/src/index.ts b/packages/ui-settings/src/index.ts index cc4f4da7..6240f154 100644 --- a/packages/ui-settings/src/index.ts +++ b/packages/ui-settings/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { settings } from './bundle.js'; diff --git a/packages/ui-settings/src/packageDetect.ts b/packages/ui-settings/src/packageDetect.ts index aeec2903..262fee0e 100644 --- a/packages/ui-settings/src/packageDetect.ts +++ b/packages/ui-settings/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index ca43f81f..4cc01d86 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-settings/src/types.ts b/packages/ui-settings/src/types.ts index d2d5c2d3..5cc93ea7 100644 --- a/packages/ui-settings/src/types.ts +++ b/packages/ui-settings/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-settings authors & contributors +// Copyright 2017-2025 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface Option { diff --git a/packages/ui-shared/src/bundle.ts b/packages/ui-shared/src/bundle.ts index 8cf53959..1a0fa1a2 100644 --- a/packages/ui-shared/src/bundle.ts +++ b/packages/ui-shared/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons/index.js'; diff --git a/packages/ui-shared/src/icons/beachball/LICENSE b/packages/ui-shared/src/icons/beachball/LICENSE index e5f9e17f..005ad799 100644 --- a/packages/ui-shared/src/icons/beachball/LICENSE +++ b/packages/ui-shared/src/icons/beachball/LICENSE @@ -1,7 +1,7 @@ Apache-2.0 License (Apache-2.0) Copyright 2016 Dan Finlay -Copyright 2017-2024 @polkadot/ui-shared authors & contributors +Copyright 2017-2025 @polkadot/ui-shared authors & contributors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/packages/ui-shared/src/icons/beachball/colors.spec.ts b/packages/ui-shared/src/icons/beachball/colors.spec.ts index 4080535f..92b67a79 100644 --- a/packages/ui-shared/src/icons/beachball/colors.spec.ts +++ b/packages/ui-shared/src/icons/beachball/colors.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/colors.ts b/packages/ui-shared/src/icons/beachball/colors.ts index 981591cd..d0ab5f3b 100644 --- a/packages/ui-shared/src/icons/beachball/colors.ts +++ b/packages/ui-shared/src/icons/beachball/colors.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/container.spec.ts b/packages/ui-shared/src/icons/beachball/container.spec.ts index 1791aed9..dfda68e5 100644 --- a/packages/ui-shared/src/icons/beachball/container.spec.ts +++ b/packages/ui-shared/src/icons/beachball/container.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/container.ts b/packages/ui-shared/src/icons/beachball/container.ts index d84c0af8..87b8c3a1 100644 --- a/packages/ui-shared/src/icons/beachball/container.ts +++ b/packages/ui-shared/src/icons/beachball/container.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/defaults.ts b/packages/ui-shared/src/icons/beachball/defaults.ts index bd8a0998..1ac5454e 100644 --- a/packages/ui-shared/src/icons/beachball/defaults.ts +++ b/packages/ui-shared/src/icons/beachball/defaults.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/demo.ts b/packages/ui-shared/src/icons/beachball/demo.ts index c1fb6596..d2bc1f6b 100644 --- a/packages/ui-shared/src/icons/beachball/demo.ts +++ b/packages/ui-shared/src/icons/beachball/demo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/index.spec.ts b/packages/ui-shared/src/icons/beachball/index.spec.ts index ad822f36..71156136 100644 --- a/packages/ui-shared/src/icons/beachball/index.spec.ts +++ b/packages/ui-shared/src/icons/beachball/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/index.ts b/packages/ui-shared/src/icons/beachball/index.ts index 45e85762..5a6f7f8e 100644 --- a/packages/ui-shared/src/icons/beachball/index.ts +++ b/packages/ui-shared/src/icons/beachball/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/seeder.spec.ts b/packages/ui-shared/src/icons/beachball/seeder.spec.ts index 54b054d7..9d97209d 100644 --- a/packages/ui-shared/src/icons/beachball/seeder.spec.ts +++ b/packages/ui-shared/src/icons/beachball/seeder.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/seeder.ts b/packages/ui-shared/src/icons/beachball/seeder.ts index c51fe13d..b2796f70 100644 --- a/packages/ui-shared/src/icons/beachball/seeder.ts +++ b/packages/ui-shared/src/icons/beachball/seeder.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Seeder } from './types.js'; diff --git a/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts b/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts index 3b46ce5e..6c7b9029 100644 --- a/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts +++ b/packages/ui-shared/src/icons/beachball/shape/circle.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/shape/circle.ts b/packages/ui-shared/src/icons/beachball/shape/circle.ts index 6d490c2d..a633057f 100644 --- a/packages/ui-shared/src/icons/beachball/shape/circle.ts +++ b/packages/ui-shared/src/icons/beachball/shape/circle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/shape/square.ts b/packages/ui-shared/src/icons/beachball/shape/square.ts index 3c1dedda..48e2eb72 100644 --- a/packages/ui-shared/src/icons/beachball/shape/square.ts +++ b/packages/ui-shared/src/icons/beachball/shape/square.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts b/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts index c6919879..87f236ef 100644 --- a/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts +++ b/packages/ui-shared/src/icons/beachball/svg/circle.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/svg/circle.ts b/packages/ui-shared/src/icons/beachball/svg/circle.ts index a68d3eb3..0ca401fd 100644 --- a/packages/ui-shared/src/icons/beachball/svg/circle.ts +++ b/packages/ui-shared/src/icons/beachball/svg/circle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { svg } from './svg.js'; diff --git a/packages/ui-shared/src/icons/beachball/svg/element.spec.ts b/packages/ui-shared/src/icons/beachball/svg/element.spec.ts index 9063dcb0..5539f959 100644 --- a/packages/ui-shared/src/icons/beachball/svg/element.spec.ts +++ b/packages/ui-shared/src/icons/beachball/svg/element.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/svg/element.ts b/packages/ui-shared/src/icons/beachball/svg/element.ts index 93088f51..412129f7 100644 --- a/packages/ui-shared/src/icons/beachball/svg/element.ts +++ b/packages/ui-shared/src/icons/beachball/svg/element.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts b/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts index 3fba8d73..d48173b8 100644 --- a/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts +++ b/packages/ui-shared/src/icons/beachball/svg/rect.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/svg/rect.ts b/packages/ui-shared/src/icons/beachball/svg/rect.ts index 66705535..d8507f0d 100644 --- a/packages/ui-shared/src/icons/beachball/svg/rect.ts +++ b/packages/ui-shared/src/icons/beachball/svg/rect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { element } from './element.js'; diff --git a/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts b/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts index ae4717ec..c0982406 100644 --- a/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts +++ b/packages/ui-shared/src/icons/beachball/svg/svg.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/beachball/svg/svg.ts b/packages/ui-shared/src/icons/beachball/svg/svg.ts index 59f612a2..6f5bbaa3 100644 --- a/packages/ui-shared/src/icons/beachball/svg/svg.ts +++ b/packages/ui-shared/src/icons/beachball/svg/svg.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2016 Dan Finlay diff --git a/packages/ui-shared/src/icons/beachball/types.ts b/packages/ui-shared/src/icons/beachball/types.ts index cb5fe91c..418cd1d3 100644 --- a/packages/ui-shared/src/icons/beachball/types.ts +++ b/packages/ui-shared/src/icons/beachball/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export type Seeder = () => number; diff --git a/packages/ui-shared/src/icons/index.ts b/packages/ui-shared/src/icons/index.ts index 822b1c82..582bf92e 100644 --- a/packages/ui-shared/src/icons/index.ts +++ b/packages/ui-shared/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export { beachballIcon } from './beachball/index.js'; diff --git a/packages/ui-shared/src/icons/polkadot.spec.ts b/packages/ui-shared/src/icons/polkadot.spec.ts index 2df62ba9..68a1581b 100644 --- a/packages/ui-shared/src/icons/polkadot.spec.ts +++ b/packages/ui-shared/src/icons/polkadot.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/ui-shared/src/icons/polkadot.ts b/packages/ui-shared/src/icons/polkadot.ts index d968806d..d309d6e3 100644 --- a/packages/ui-shared/src/icons/polkadot.ts +++ b/packages/ui-shared/src/icons/polkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon diff --git a/packages/ui-shared/src/icons/types.ts b/packages/ui-shared/src/icons/types.ts index 2fe1186c..546d3c92 100644 --- a/packages/ui-shared/src/icons/types.ts +++ b/packages/ui-shared/src/icons/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface Circle { diff --git a/packages/ui-shared/src/index.ts b/packages/ui-shared/src/index.ts index 1d625368..3ea94ebe 100644 --- a/packages/ui-shared/src/index.ts +++ b/packages/ui-shared/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2024 @polkadot/ui-shared authors & contributors +// Copyright 2018-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/ui-shared/src/packageDetect.ts b/packages/ui-shared/src/packageDetect.ts index 4274f3ef..9ba32c7d 100644 --- a/packages/ui-shared/src/packageDetect.ts +++ b/packages/ui-shared/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 4fa5603b..8acc7b9b 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/vue-identicon/src/Identicon.ts b/packages/vue-identicon/src/Identicon.ts index b256ca9a..9706b3d6 100644 --- a/packages/vue-identicon/src/Identicon.ts +++ b/packages/vue-identicon/src/Identicon.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/bundle.ts b/packages/vue-identicon/src/bundle.ts index d87b1505..49c23e65 100644 --- a/packages/vue-identicon/src/bundle.ts +++ b/packages/vue-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { Identicon } from './Identicon.js'; diff --git a/packages/vue-identicon/src/icons/Beachball.ts b/packages/vue-identicon/src/icons/Beachball.ts index db0271c4..c28b7c1e 100644 --- a/packages/vue-identicon/src/icons/Beachball.ts +++ b/packages/vue-identicon/src/icons/Beachball.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/icons/Empty.ts b/packages/vue-identicon/src/icons/Empty.ts index a56f2f13..48b7d5b9 100644 --- a/packages/vue-identicon/src/icons/Empty.ts +++ b/packages/vue-identicon/src/icons/Empty.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import { defineComponent } from 'vue'; diff --git a/packages/vue-identicon/src/icons/Jdenticon.ts b/packages/vue-identicon/src/icons/Jdenticon.ts index f81423cf..05aaa0df 100644 --- a/packages/vue-identicon/src/icons/Jdenticon.ts +++ b/packages/vue-identicon/src/icons/Jdenticon.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/icons/Polkadot.ts b/packages/vue-identicon/src/icons/Polkadot.ts index faa66b14..73ae5134 100644 --- a/packages/vue-identicon/src/icons/Polkadot.ts +++ b/packages/vue-identicon/src/icons/Polkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/icons/index.ts b/packages/vue-identicon/src/icons/index.ts index 86ec6242..89c808bf 100644 --- a/packages/vue-identicon/src/icons/index.ts +++ b/packages/vue-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2025 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './Beachball.js'; diff --git a/packages/vue-identicon/src/index.ts b/packages/vue-identicon/src/index.ts index 51571d38..76edac26 100644 --- a/packages/vue-identicon/src/index.ts +++ b/packages/vue-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './packageDetect.js'; diff --git a/packages/vue-identicon/src/packageDetect.ts b/packages/vue-identicon/src/packageDetect.ts index df8cf196..161ceb2e 100644 --- a/packages/vue-identicon/src/packageDetect.ts +++ b/packages/vue-identicon/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index bf74bea4..5baf428d 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/vue-identicon/src/util.ts b/packages/vue-identicon/src/util.ts index 4ad0eef4..ed6bf98e 100644 --- a/packages/vue-identicon/src/util.ts +++ b/packages/vue-identicon/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2025 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import { version } from 'vue'; diff --git a/rollup.config.js b/rollup.config.js index 1f1b0618..d9c341a1 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2024 @polkadot/ui-shared authors & contributors +// Copyright 2017-2025 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import path from 'path';