diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 7333e50c..98d8e602 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 const base = require('@polkadot/dev/config/eslint.cjs'); diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 34d40ba0..98c235df 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/prettier.cjs'); diff --git a/babel.config.cjs b/babel.config.cjs index 37294839..dad54ac1 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 const base = require('@polkadot/dev/config/babel-config-cjs.cjs'); diff --git a/jest.config.cjs b/jest.config.cjs index 6f448a55..d2e6cf68 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); diff --git a/jest/setupEnv.js b/jest/setupEnv.js index 2c7b33c0..92603283 100644 --- a/jest/setupEnv.js +++ b/jest/setupEnv.js @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 const nodeCrypto = require('crypto'); diff --git a/packages/example-react/src/detectOther.ts b/packages/example-react/src/detectOther.ts index f33ce7ce..9635be8f 100644 --- a/packages/example-react/src/detectOther.ts +++ b/packages/example-react/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-react authors & contributors +// Copyright 2017-2023 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/example-react/src/detectPackage.ts b/packages/example-react/src/detectPackage.ts index 92cebab2..12da741b 100644 --- a/packages/example-react/src/detectPackage.ts +++ b/packages/example-react/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-react authors & contributors +// Copyright 2017-2023 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/example-react/src/index.tsx b/packages/example-react/src/index.tsx index 181ff372..084727b3 100644 --- a/packages/example-react/src/index.tsx +++ b/packages/example-react/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-react authors & contributors +// Copyright 2017-2023 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect, useState } from 'react'; diff --git a/packages/example-react/src/packageInfo.ts b/packages/example-react/src/packageInfo.ts index 8a3e9e67..1886cfbc 100644 --- a/packages/example-react/src/packageInfo.ts +++ b/packages/example-react/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-react authors & contributors +// Copyright 2017-2023 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/example-react/webpack.config.cjs b/packages/example-react/webpack.config.cjs index fedda8a9..7cbd42d5 100644 --- a/packages/example-react/webpack.config.cjs +++ b/packages/example-react/webpack.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-react authors & contributors +// Copyright 2017-2023 @polkadot/example-react authors & contributors // SPDX-License-Identifier: Apache-2.0 const path = require('path'); diff --git a/packages/example-vue/src/detectOther.ts b/packages/example-vue/src/detectOther.ts index b925d23b..0b82b60c 100644 --- a/packages/example-vue/src/detectOther.ts +++ b/packages/example-vue/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-vue authors & contributors +// Copyright 2017-2023 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/example-vue/src/detectPackage.ts b/packages/example-vue/src/detectPackage.ts index 8e73a6b3..b053fa37 100644 --- a/packages/example-vue/src/detectPackage.ts +++ b/packages/example-vue/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-vue authors & contributors +// Copyright 2017-2023 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/example-vue/src/index.ts b/packages/example-vue/src/index.ts index fc90ed3f..72c7389b 100644 --- a/packages/example-vue/src/index.ts +++ b/packages/example-vue/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-vue authors & contributors +// Copyright 2017-2023 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Prefix } from '@polkadot/util-crypto/address/types'; diff --git a/packages/example-vue/src/packageInfo.ts b/packages/example-vue/src/packageInfo.ts index 35cc4982..d9142d75 100644 --- a/packages/example-vue/src/packageInfo.ts +++ b/packages/example-vue/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-vue authors & contributors +// Copyright 2017-2023 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/example-vue/webpack.config.cjs b/packages/example-vue/webpack.config.cjs index 19f00daf..40688eb1 100644 --- a/packages/example-vue/webpack.config.cjs +++ b/packages/example-vue/webpack.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/example-vue authors & contributors +// Copyright 2017-2023 @polkadot/example-vue authors & contributors // SPDX-License-Identifier: Apache-2.0 const path = require('path'); diff --git a/packages/react-identicon/src/Identicon.tsx b/packages/react-identicon/src/Identicon.tsx index 506c88c4..ca14ff19 100644 --- a/packages/react-identicon/src/Identicon.tsx +++ b/packages/react-identicon/src/Identicon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @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 90e99aa8..abc2265d 100644 --- a/packages/react-identicon/src/bundle.ts +++ b/packages/react-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons'; diff --git a/packages/react-identicon/src/detectOther.ts b/packages/react-identicon/src/detectOther.ts index 17442b82..7f0d05af 100644 --- a/packages/react-identicon/src/detectOther.ts +++ b/packages/react-identicon/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo'; diff --git a/packages/react-identicon/src/detectPackage.ts b/packages/react-identicon/src/detectPackage.ts index 1f3f4f0a..a26a2223 100644 --- a/packages/react-identicon/src/detectPackage.ts +++ b/packages/react-identicon/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @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/icons/Beachball.tsx b/packages/react-identicon/src/icons/Beachball.tsx index 3b56de6d..c0512e0b 100644 --- a/packages/react-identicon/src/icons/Beachball.tsx +++ b/packages/react-identicon/src/icons/Beachball.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types'; diff --git a/packages/react-identicon/src/icons/Empty.tsx b/packages/react-identicon/src/icons/Empty.tsx index 3f1f8cb0..24b4cfdd 100644 --- a/packages/react-identicon/src/icons/Empty.tsx +++ b/packages/react-identicon/src/icons/Empty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types'; diff --git a/packages/react-identicon/src/icons/Ethereum.tsx b/packages/react-identicon/src/icons/Ethereum.tsx index c227f298..5bf8a9ba 100644 --- a/packages/react-identicon/src/icons/Ethereum.tsx +++ b/packages/react-identicon/src/icons/Ethereum.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types'; diff --git a/packages/react-identicon/src/icons/Jdenticon.tsx b/packages/react-identicon/src/icons/Jdenticon.tsx index c0ba2c42..e8b996ae 100644 --- a/packages/react-identicon/src/icons/Jdenticon.tsx +++ b/packages/react-identicon/src/icons/Jdenticon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types'; diff --git a/packages/react-identicon/src/icons/Polkadot.tsx b/packages/react-identicon/src/icons/Polkadot.tsx index c5ba86e9..88bd60f2 100644 --- a/packages/react-identicon/src/icons/Polkadot.tsx +++ b/packages/react-identicon/src/icons/Polkadot.tsx @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/react-identicon authors & contributors +// Copyright 2018-2023 @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 6c861937..bcdcdc26 100644 --- a/packages/react-identicon/src/icons/index.ts +++ b/packages/react-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { Beachball } from './Beachball'; diff --git a/packages/react-identicon/src/index.ts b/packages/react-identicon/src/index.ts index 8b7e1630..c57eedd6 100644 --- a/packages/react-identicon/src/index.ts +++ b/packages/react-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index 617385fb..b494fe21 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-identicon authors & contributors +// Copyright 2017-2023 @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/types.ts b/packages/react-identicon/src/types.ts index 3bdb5883..6138333c 100644 --- a/packages/react-identicon/src/types.ts +++ b/packages/react-identicon/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/react-identicon authors & contributors +// Copyright 2018-2023 @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-qr/src/Display.tsx b/packages/react-qr/src/Display.tsx index 9956e8ab..7e8b280d 100644 --- a/packages/react-qr/src/Display.tsx +++ b/packages/react-qr/src/Display.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 50313d33..c073ed03 100644 --- a/packages/react-qr/src/DisplayAddress.tsx +++ b/packages/react-qr/src/DisplayAddress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 3da26b13..2681d8df 100644 --- a/packages/react-qr/src/DisplayPayload.tsx +++ b/packages/react-qr/src/DisplayPayload.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 9a4c069d..d84412a5 100644 --- a/packages/react-qr/src/NetworkSpecs.tsx +++ b/packages/react-qr/src/NetworkSpecs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 9ea8d395..d330e1cb 100644 --- a/packages/react-qr/src/Scan.tsx +++ b/packages/react-qr/src/Scan.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo } from 'react'; diff --git a/packages/react-qr/src/ScanAddress.tsx b/packages/react-qr/src/ScanAddress.tsx index d0fa0ce4..b32b8f7c 100644 --- a/packages/react-qr/src/ScanAddress.tsx +++ b/packages/react-qr/src/ScanAddress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-qr/src/ScanSignature.tsx b/packages/react-qr/src/ScanSignature.tsx index 11b6f440..5d908573 100644 --- a/packages/react-qr/src/ScanSignature.tsx +++ b/packages/react-qr/src/ScanSignature.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 ef691641..908dd6fb 100644 --- a/packages/react-qr/src/bundle.ts +++ b/packages/react-qr/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 export { QrDisplayAddress } from './DisplayAddress'; diff --git a/packages/react-qr/src/constants.ts b/packages/react-qr/src/constants.ts index c16eafcc..541e728f 100644 --- a/packages/react-qr/src/constants.ts +++ b/packages/react-qr/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 const ADDRESS_PREFIX = 'substrate'; diff --git a/packages/react-qr/src/detectOther.ts b/packages/react-qr/src/detectOther.ts index 505fb94b..22e9ec93 100644 --- a/packages/react-qr/src/detectOther.ts +++ b/packages/react-qr/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/react-qr/src/detectPackage.ts b/packages/react-qr/src/detectPackage.ts index c35c956b..e2a8ed24 100644 --- a/packages/react-qr/src/detectPackage.ts +++ b/packages/react-qr/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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/index.ts b/packages/react-qr/src/index.ts index 0889bcf4..23b30eed 100644 --- a/packages/react-qr/src/index.ts +++ b/packages/react-qr/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index d4564dad..c9d7e747 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 360c3b76..9ae6a0a0 100644 --- a/packages/react-qr/src/qrcode.ts +++ b/packages/react-qr/src/qrcode.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import _qrcode from 'qrcode-generator'; diff --git a/packages/react-qr/src/util.spec.ts b/packages/react-qr/src/util.spec.ts index 8d8029d2..2051e2ca 100644 --- a/packages/react-qr/src/util.spec.ts +++ b/packages/react-qr/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @polkadot/react-qr authors & contributors // SPDX-License-Identifier: Apache-2.0 import { u8aConcat, u8aToHex, u8aToString } from '@polkadot/util'; diff --git a/packages/react-qr/src/util.ts b/packages/react-qr/src/util.ts index bb8deadf..a7273831 100644 --- a/packages/react-qr/src/util.ts +++ b/packages/react-qr/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/react-qr authors & contributors +// Copyright 2017-2023 @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 7910367c..2cef52a4 100644 --- a/packages/reactnative-identicon/src/Identicon.tsx +++ b/packages/reactnative-identicon/src/Identicon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @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 dfead596..afb08374 100644 --- a/packages/reactnative-identicon/src/bundle.ts +++ b/packages/reactnative-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons'; diff --git a/packages/reactnative-identicon/src/detectOther.ts b/packages/reactnative-identicon/src/detectOther.ts index dfab8897..f7d57b65 100644 --- a/packages/reactnative-identicon/src/detectOther.ts +++ b/packages/reactnative-identicon/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo'; diff --git a/packages/reactnative-identicon/src/detectPackage.ts b/packages/reactnative-identicon/src/detectPackage.ts index 066d3162..1aac18a6 100644 --- a/packages/reactnative-identicon/src/detectPackage.ts +++ b/packages/reactnative-identicon/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @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/icons/Empty.tsx b/packages/reactnative-identicon/src/icons/Empty.tsx index 160fab66..f4fc36a2 100644 --- a/packages/reactnative-identicon/src/icons/Empty.tsx +++ b/packages/reactnative-identicon/src/icons/Empty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types'; diff --git a/packages/reactnative-identicon/src/icons/Polkadot.tsx b/packages/reactnative-identicon/src/icons/Polkadot.tsx index 0e0e675f..df024745 100644 --- a/packages/reactnative-identicon/src/icons/Polkadot.tsx +++ b/packages/reactnative-identicon/src/icons/Polkadot.tsx @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2018-2023 @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 ef6171a1..2f979de2 100644 --- a/packages/reactnative-identicon/src/icons/index.ts +++ b/packages/reactnative-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as Empty } from './Empty'; diff --git a/packages/reactnative-identicon/src/index.ts b/packages/reactnative-identicon/src/index.ts index d44b320d..71bb53ba 100644 --- a/packages/reactnative-identicon/src/index.ts +++ b/packages/reactnative-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index 7151979d..ee1ed33d 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @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 86af4745..6801e3ed 100644 --- a/packages/reactnative-identicon/src/types.ts +++ b/packages/reactnative-identicon/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2018-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface Props { diff --git a/packages/ui-assets/src/detectOther.ts b/packages/ui-assets/src/detectOther.ts index cb1a5f90..86be5895 100644 --- a/packages/ui-assets/src/detectOther.ts +++ b/packages/ui-assets/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-assets authors & contributors +// Copyright 2017-2023 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/ui-assets/src/detectPackage.ts b/packages/ui-assets/src/detectPackage.ts index 4e5c5b15..96d76c23 100644 --- a/packages/ui-assets/src/detectPackage.ts +++ b/packages/ui-assets/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-assets authors & contributors +// Copyright 2017-2023 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-assets/src/index.ts b/packages/ui-assets/src/index.ts index f14d677d..71b8b21e 100644 --- a/packages/ui-assets/src/index.ts +++ b/packages/ui-assets/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-assets authors & contributors +// Copyright 2017-2023 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 export {}; diff --git a/packages/ui-assets/src/packageInfo.ts b/packages/ui-assets/src/packageInfo.ts index 63bf71b5..8b5c7cd7 100644 --- a/packages/ui-assets/src/packageInfo.ts +++ b/packages/ui-assets/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-assets authors & contributors +// Copyright 2017-2023 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/ui-assets/src/types.d.ts b/packages/ui-assets/src/types.d.ts index 66e95c60..c92fd14a 100644 --- a/packages/ui-assets/src/types.d.ts +++ b/packages/ui-assets/src/types.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-assets authors & contributors +// Copyright 2017-2023 @polkadot/ui-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module '*.svg' { diff --git a/packages/ui-keyring/src/Base.ts b/packages/ui-keyring/src/Base.ts index b0da0284..52064f01 100644 --- a/packages/ui-keyring/src/Base.ts +++ b/packages/ui-keyring/src/Base.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 c53ce4ff..1ed64e7b 100644 --- a/packages/ui-keyring/src/Keyring.ts +++ b/packages/ui-keyring/src/Keyring.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 c882f1c5..768d8c05 100644 --- a/packages/ui-keyring/src/bundle.ts +++ b/packages/ui-keyring/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { Keyring } from './Keyring'; diff --git a/packages/ui-keyring/src/defaults.ts b/packages/ui-keyring/src/defaults.ts index 7a81ae69..0804bbc3 100644 --- a/packages/ui-keyring/src/defaults.ts +++ b/packages/ui-keyring/src/defaults.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { decodeAddress } from '@polkadot/keyring'; diff --git a/packages/ui-keyring/src/detectOther.ts b/packages/ui-keyring/src/detectOther.ts index a1e23878..fe798022 100644 --- a/packages/ui-keyring/src/detectOther.ts +++ b/packages/ui-keyring/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { packageInfo as settingsInfo } from '@polkadot/ui-settings/packageInfo'; diff --git a/packages/ui-keyring/src/detectPackage.ts b/packages/ui-keyring/src/detectPackage.ts index 4fcbceab..f596bc56 100644 --- a/packages/ui-keyring/src/detectPackage.ts +++ b/packages/ui-keyring/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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/index.ts b/packages/ui-keyring/src/index.ts index 781d5afb..63123184 100644 --- a/packages/ui-keyring/src/index.ts +++ b/packages/ui-keyring/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/ui-keyring/src/json.d.ts b/packages/ui-keyring/src/json.d.ts index ff24087e..46a42c00 100644 --- a/packages/ui-keyring/src/json.d.ts +++ b/packages/ui-keyring/src/json.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/util authors & contributors +// Copyright 2017-2023 @polkadot/util 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 bf0581cd..df8742ca 100644 --- a/packages/ui-keyring/src/observable/accounts.ts +++ b/packages/ui-keyring/src/observable/accounts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { accountKey } from '../defaults'; diff --git a/packages/ui-keyring/src/observable/addresses.ts b/packages/ui-keyring/src/observable/addresses.ts index d97d2238..ea9a2119 100644 --- a/packages/ui-keyring/src/observable/addresses.ts +++ b/packages/ui-keyring/src/observable/addresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { addressKey } from '../defaults'; diff --git a/packages/ui-keyring/src/observable/contracts.ts b/packages/ui-keyring/src/observable/contracts.ts index 7ccb56e5..5ee984b3 100644 --- a/packages/ui-keyring/src/observable/contracts.ts +++ b/packages/ui-keyring/src/observable/contracts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import { contractKey } from '../defaults'; diff --git a/packages/ui-keyring/src/observable/env.ts b/packages/ui-keyring/src/observable/env.ts index fa952c48..528b763e 100644 --- a/packages/ui-keyring/src/observable/env.ts +++ b/packages/ui-keyring/src/observable/env.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 da5dcf79..0a830b1b 100644 --- a/packages/ui-keyring/src/observable/genericSubject.ts +++ b/packages/ui-keyring/src/observable/genericSubject.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 15181ccf..7023b657 100644 --- a/packages/ui-keyring/src/observable/index.ts +++ b/packages/ui-keyring/src/observable/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubjectInfo } from './types'; diff --git a/packages/ui-keyring/src/observable/types.ts b/packages/ui-keyring/src/observable/types.ts index 650aff4d..7a7bf64d 100644 --- a/packages/ui-keyring/src/observable/types.ts +++ b/packages/ui-keyring/src/observable/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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.spec.ts b/packages/ui-keyring/src/options/index.spec.ts index 14dbf763..46bf4e0e 100644 --- a/packages/ui-keyring/src/options/index.spec.ts +++ b/packages/ui-keyring/src/options/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringStruct } from '../types'; diff --git a/packages/ui-keyring/src/options/index.ts b/packages/ui-keyring/src/options/index.ts index 09dc3495..f185ab62 100644 --- a/packages/ui-keyring/src/options/index.ts +++ b/packages/ui-keyring/src/options/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SingleAddress } from '../observable/types'; diff --git a/packages/ui-keyring/src/options/item.ts b/packages/ui-keyring/src/options/item.ts index af1897c7..35f7350c 100644 --- a/packages/ui-keyring/src/options/item.ts +++ b/packages/ui-keyring/src/options/item.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringSectionOption } from './types'; diff --git a/packages/ui-keyring/src/options/types.ts b/packages/ui-keyring/src/options/types.ts index 6cdf188a..805c25a4 100644 --- a/packages/ui-keyring/src/options/types.ts +++ b/packages/ui-keyring/src/options/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringItemType, KeyringStruct } from '../types'; diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index b0cdd908..d32cba2b 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 1ff229c8..a2019d64 100644 --- a/packages/ui-keyring/src/stores/Browser.ts +++ b/packages/ui-keyring/src/stores/Browser.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson, KeyringStore } from '../types'; diff --git a/packages/ui-keyring/src/stores/File.ts b/packages/ui-keyring/src/stores/File.ts index dfefcf9c..66bcc60f 100644 --- a/packages/ui-keyring/src/stores/File.ts +++ b/packages/ui-keyring/src/stores/File.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson, KeyringStore } from '../types'; diff --git a/packages/ui-keyring/src/stores/index.ts b/packages/ui-keyring/src/stores/index.ts index 4aef69c6..198c190a 100644 --- a/packages/ui-keyring/src/stores/index.ts +++ b/packages/ui-keyring/src/stores/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @polkadot/ui-keyring authors & contributors // SPDX-License-Identifier: Apache-2.0 export { BrowserStore } from './Browser'; diff --git a/packages/ui-keyring/src/types.ts b/packages/ui-keyring/src/types.ts index 8558b91b..1d45593a 100644 --- a/packages/ui-keyring/src/types.ts +++ b/packages/ui-keyring/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-keyring authors & contributors +// Copyright 2017-2023 @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 3de8d662..6cb0562e 100644 --- a/packages/ui-settings/src/Settings.ts +++ b/packages/ui-settings/src/Settings.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Endpoint, EndpointType, Option, SettingsStruct } from './types'; diff --git a/packages/ui-settings/src/bundle.ts b/packages/ui-settings/src/bundle.ts index f0f5a760..d42d6493 100644 --- a/packages/ui-settings/src/bundle.ts +++ b/packages/ui-settings/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { Settings, settings } from './Settings'; diff --git a/packages/ui-settings/src/defaults/chains.ts b/packages/ui-settings/src/defaults/chains.ts index fe0e827a..db4dccff 100644 --- a/packages/ui-settings/src/defaults/chains.ts +++ b/packages/ui-settings/src/defaults/chains.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @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 14d0b2d1..dffe9bdf 100644 --- a/packages/ui-settings/src/defaults/crypto.ts +++ b/packages/ui-settings/src/defaults/crypto.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/defaults/endpoints.ts b/packages/ui-settings/src/defaults/endpoints.ts index 51cfb9cc..f2512136 100644 --- a/packages/ui-settings/src/defaults/endpoints.ts +++ b/packages/ui-settings/src/defaults/endpoints.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/defaults/index.ts b/packages/ui-settings/src/defaults/index.ts index ad75fb2d..6b3dc23e 100644 --- a/packages/ui-settings/src/defaults/index.ts +++ b/packages/ui-settings/src/defaults/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/defaults/ledger.ts b/packages/ui-settings/src/defaults/ledger.ts index 81d485e4..65d304c0 100644 --- a/packages/ui-settings/src/defaults/ledger.ts +++ b/packages/ui-settings/src/defaults/ledger.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/defaults/ss58.ts b/packages/ui-settings/src/defaults/ss58.ts index b393a825..a101d27b 100644 --- a/packages/ui-settings/src/defaults/ss58.ts +++ b/packages/ui-settings/src/defaults/ss58.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/defaults/type.ts b/packages/ui-settings/src/defaults/type.ts index c6e67727..1a3c2c3c 100644 --- a/packages/ui-settings/src/defaults/type.ts +++ b/packages/ui-settings/src/defaults/type.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @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 75930648..deeeec8f 100644 --- a/packages/ui-settings/src/defaults/ui.ts +++ b/packages/ui-settings/src/defaults/ui.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '../types'; diff --git a/packages/ui-settings/src/detectOther.ts b/packages/ui-settings/src/detectOther.ts index 52c5e58a..373d0c84 100644 --- a/packages/ui-settings/src/detectOther.ts +++ b/packages/ui-settings/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/ui-settings/src/detectPackage.ts b/packages/ui-settings/src/detectPackage.ts index c82850d8..fdf1ff79 100644 --- a/packages/ui-settings/src/detectPackage.ts +++ b/packages/ui-settings/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @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/index.ts b/packages/ui-settings/src/index.ts index f5925889..ce3e1721 100644 --- a/packages/ui-settings/src/index.ts +++ b/packages/ui-settings/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { settings } from './bundle'; diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 0d2cbf94..75d9940c 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @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 a46a968e..480c0239 100644 --- a/packages/ui-settings/src/types.ts +++ b/packages/ui-settings/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-settings authors & contributors +// Copyright 2017-2023 @polkadot/ui-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 export type Option = { diff --git a/packages/ui-shared/src/bundle.ts b/packages/ui-shared/src/bundle.ts index 1bc9cf96..f450b00b 100644 --- a/packages/ui-shared/src/bundle.ts +++ b/packages/ui-shared/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons'; diff --git a/packages/ui-shared/src/detectOther.ts b/packages/ui-shared/src/detectOther.ts index 40c99b68..cc91c4e0 100644 --- a/packages/ui-shared/src/detectOther.ts +++ b/packages/ui-shared/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/ui-shared/src/detectPackage.ts b/packages/ui-shared/src/detectPackage.ts index e4daa795..4070a5e0 100644 --- a/packages/ui-shared/src/detectPackage.ts +++ b/packages/ui-shared/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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/icons/beachball/LICENSE b/packages/ui-shared/src/icons/beachball/LICENSE index ba67ef58..c108c962 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-2022 @polkadot/ui-shared authors & contributors +Copyright 2017-2023 @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 a9a4b789..b4ee6723 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ColorGen } from './types'; diff --git a/packages/ui-shared/src/icons/beachball/colors.ts b/packages/ui-shared/src/icons/beachball/colors.ts index 7d6608db..b64f1d6e 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 7618ab5f..21fece96 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { container } from './container'; diff --git a/packages/ui-shared/src/icons/beachball/container.ts b/packages/ui-shared/src/icons/beachball/container.ts index 5d7a51d6..34b9f2aa 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 93882249..dccfff14 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 c3fc675b..b0a097f4 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 b50ecd67..a0536453 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import xmlserializer from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/index.ts b/packages/ui-shared/src/icons/beachball/index.ts index 582fa64e..72fd30d8 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 6cc28721..7f284ede 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Seeder } from './types'; diff --git a/packages/ui-shared/src/icons/beachball/seeder.ts b/packages/ui-shared/src/icons/beachball/seeder.ts index 722cba26..ec0a90e1 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Seeder } from './types'; 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 48ff0619..3708a823 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import xmlserializer from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/shape/circle.ts b/packages/ui-shared/src/icons/beachball/shape/circle.ts index 5043611d..f6abb068 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 7c7e38f9..41559917 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 e539c28e..4f59e6a3 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { serializeToString } from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/svg/circle.ts b/packages/ui-shared/src/icons/beachball/svg/circle.ts index de6a9ebb..eff477ca 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { svg } from './svg'; 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 5c0fcd17..95134119 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { serializeToString } from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/svg/element.ts b/packages/ui-shared/src/icons/beachball/svg/element.ts index dd1caab5..1069de63 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 f0d3de66..baaa9ff4 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { serializeToString } from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/svg/rect.ts b/packages/ui-shared/src/icons/beachball/svg/rect.ts index 0f19514c..e356e9de 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { element } from './element'; 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 02081c71..0da0573e 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { serializeToString } from 'xmlserializer'; diff --git a/packages/ui-shared/src/icons/beachball/svg/svg.ts b/packages/ui-shared/src/icons/beachball/svg/svg.ts index 3a71af30..75b78a97 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 d9265b19..e0ee0a56 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 059aa8e3..4025d552 100644 --- a/packages/ui-shared/src/icons/index.ts +++ b/packages/ui-shared/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 export { beachballIcon } from './beachball'; diff --git a/packages/ui-shared/src/icons/polkadot.spec.ts b/packages/ui-shared/src/icons/polkadot.spec.ts index 9313be09..496b57a9 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-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import { polkadotIcon } from './polkadot'; diff --git a/packages/ui-shared/src/icons/polkadot.ts b/packages/ui-shared/src/icons/polkadot.ts index 85075cf1..6f7f385d 100644 --- a/packages/ui-shared/src/icons/polkadot.ts +++ b/packages/ui-shared/src/icons/polkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @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 77c90705..d66bacb6 100644 --- a/packages/ui-shared/src/icons/types.ts +++ b/packages/ui-shared/src/icons/types.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @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 e92fe78e..4c65ab7e 100644 --- a/packages/ui-shared/src/index.ts +++ b/packages/ui-shared/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2022 @polkadot/ui-shared authors & contributors +// Copyright 2018-2023 @polkadot/ui-shared authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 43d4c436..1bf72e61 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui-shared authors & contributors +// Copyright 2017-2023 @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 4018a2df..5fcc1ee2 100644 --- a/packages/vue-identicon/src/Identicon.ts +++ b/packages/vue-identicon/src/Identicon.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Prefix } from '@polkadot/util-crypto/address/types'; diff --git a/packages/vue-identicon/src/bundle.ts b/packages/vue-identicon/src/bundle.ts index 82b52224..3368da07 100644 --- a/packages/vue-identicon/src/bundle.ts +++ b/packages/vue-identicon/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export { Identicon } from './Identicon'; diff --git a/packages/vue-identicon/src/detectOther.ts b/packages/vue-identicon/src/detectOther.ts index 205a9302..e2df5971 100644 --- a/packages/vue-identicon/src/detectOther.ts +++ b/packages/vue-identicon/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import { packageInfo as sharedInfo } from '@polkadot/ui-shared/packageInfo'; diff --git a/packages/vue-identicon/src/detectPackage.ts b/packages/vue-identicon/src/detectPackage.ts index 0565e465..b38f7309 100644 --- a/packages/vue-identicon/src/detectPackage.ts +++ b/packages/vue-identicon/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @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/icons/Beachball.ts b/packages/vue-identicon/src/icons/Beachball.ts index 5aa4e5f7..5d612c29 100644 --- a/packages/vue-identicon/src/icons/Beachball.ts +++ b/packages/vue-identicon/src/icons/Beachball.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import Vue, { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/icons/Empty.ts b/packages/vue-identicon/src/icons/Empty.ts index 413429b8..0f87e107 100644 --- a/packages/vue-identicon/src/icons/Empty.ts +++ b/packages/vue-identicon/src/icons/Empty.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import Vue from 'vue'; diff --git a/packages/vue-identicon/src/icons/Jdenticon.ts b/packages/vue-identicon/src/icons/Jdenticon.ts index 1e109a05..7cdc8fa2 100644 --- a/packages/vue-identicon/src/icons/Jdenticon.ts +++ b/packages/vue-identicon/src/icons/Jdenticon.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import * as jdenticon from 'jdenticon'; diff --git a/packages/vue-identicon/src/icons/Polkadot.ts b/packages/vue-identicon/src/icons/Polkadot.ts index 04ed02e4..129f88ad 100644 --- a/packages/vue-identicon/src/icons/Polkadot.ts +++ b/packages/vue-identicon/src/icons/Polkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import Vue, { VNode } from 'vue'; diff --git a/packages/vue-identicon/src/icons/index.ts b/packages/vue-identicon/src/icons/index.ts index 6e726076..94cb29c2 100644 --- a/packages/vue-identicon/src/icons/index.ts +++ b/packages/vue-identicon/src/icons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/reactnative-identicon authors & contributors +// Copyright 2017-2023 @polkadot/reactnative-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './Beachball'; diff --git a/packages/vue-identicon/src/index.ts b/packages/vue-identicon/src/index.ts index 7c6cbd31..915e2a10 100644 --- a/packages/vue-identicon/src/index.ts +++ b/packages/vue-identicon/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 6cdab7b1..096cd9a4 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/vue-identicon authors & contributors +// Copyright 2017-2023 @polkadot/vue-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/rollup.config.mjs b/rollup.config.mjs index 8bc725f9..852a939b 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/ui authors & contributors +// Copyright 2017-2023 @polkadot/ui authors & contributors // SPDX-License-Identifier: Apache-2.0 import path from 'path';