From c137733de4eb2cdb8405e8b7b3790b46d2b83b6c Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 1 Jan 2023 10:21:28 +0200 Subject: [PATCH] Update headers for 2023 (#2741) * Update headers for 2023 * Update in scripts --- .eslintrc.cjs | 2 +- .prettierrc.cjs | 2 +- babel.config.cjs | 2 +- jest.config.cjs | 2 +- packages/phishing/src/additions.spec.ts | 2 +- packages/phishing/src/addrcheck.spec.ts | 2 +- packages/phishing/src/bundle.ts | 2 +- packages/phishing/src/crosscheck.spec.ts | 2 +- packages/phishing/src/detectOther.ts | 2 +- packages/phishing/src/detectPackage.ts | 2 +- packages/phishing/src/fetch.ts | 2 +- packages/phishing/src/index.spec.ts | 2 +- packages/phishing/src/index.ts | 2 +- packages/phishing/src/mod.ts | 2 +- packages/phishing/src/packageInfo.ts | 2 +- packages/phishing/src/types.ts | 2 +- rollup.config.mjs | 2 +- scripts/findSubs.mjs | 2 +- scripts/ipfsPrep.sh | 2 +- scripts/ipfsUpload.mjs | 2 +- scripts/sortAll.mjs | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 1bdde7af4..261b3be5b 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing 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 372dec468..ea85eb74e 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2030-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing 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 d327cec8b..bfc932598 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs'); diff --git a/jest.config.cjs b/jest.config.cjs index 6fc522676..b1344a430 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); diff --git a/packages/phishing/src/additions.spec.ts b/packages/phishing/src/additions.spec.ts index c060aba53..8420ba1d3 100644 --- a/packages/phishing/src/additions.spec.ts +++ b/packages/phishing/src/additions.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/addrcheck.spec.ts b/packages/phishing/src/addrcheck.spec.ts index c7d071907..1a203af66 100644 --- a/packages/phishing/src/addrcheck.spec.ts +++ b/packages/phishing/src/addrcheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/bundle.ts b/packages/phishing/src/bundle.ts index bb7b02f2a..5d3f15498 100644 --- a/packages/phishing/src/bundle.ts +++ b/packages/phishing/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressList, HostList } from './types'; diff --git a/packages/phishing/src/crosscheck.spec.ts b/packages/phishing/src/crosscheck.spec.ts index 75a9cf30c..0b3b61ae9 100644 --- a/packages/phishing/src/crosscheck.spec.ts +++ b/packages/phishing/src/crosscheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/detectOther.ts b/packages/phishing/src/detectOther.ts index ebc0b13b8..a7c86d8e3 100644 --- a/packages/phishing/src/detectOther.ts +++ b/packages/phishing/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/phishing authors & contributors +// Copyright 2017-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev diff --git a/packages/phishing/src/detectPackage.ts b/packages/phishing/src/detectPackage.ts index e4805c6e0..c8e93a192 100644 --- a/packages/phishing/src/detectPackage.ts +++ b/packages/phishing/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/phishing authors & contributors +// Copyright 2017-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/phishing/src/fetch.ts b/packages/phishing/src/fetch.ts index de3767d2b..3b534e458 100644 --- a/packages/phishing/src/fetch.ts +++ b/packages/phishing/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fetch } from '@polkadot/x-fetch'; diff --git a/packages/phishing/src/index.spec.ts b/packages/phishing/src/index.spec.ts index aa88a5405..3786c32f5 100644 --- a/packages/phishing/src/index.spec.ts +++ b/packages/phishing/src/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { checkAddress, checkIfDenied } from '.'; diff --git a/packages/phishing/src/index.ts b/packages/phishing/src/index.ts index 3eabcaf45..77b3bc3c6 100644 --- a/packages/phishing/src/index.ts +++ b/packages/phishing/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/phishing/src/mod.ts b/packages/phishing/src/mod.ts index 43d91b6d9..8466b7687 100644 --- a/packages/phishing/src/mod.ts +++ b/packages/phishing/src/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './index'; diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5ee63545c..a22212942 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/phishing authors & contributors +// Copyright 2017-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/phishing/src/types.ts b/packages/phishing/src/types.ts index 873e11bb4..2aef3b363 100644 --- a/packages/phishing/src/types.ts +++ b/packages/phishing/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface HostList { diff --git a/rollup.config.mjs b/rollup.config.mjs index 6a4d8e5cd..2704d4787 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -1,4 +1,4 @@ -// Copyright 2017-2022 @polkadot/api authors & contributors +// Copyright 2017-2023 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createBundle } from '@polkadot/dev/config/rollup'; diff --git a/scripts/findSubs.mjs b/scripts/findSubs.mjs index 930a9a592..5a8121c64 100644 --- a/scripts/findSubs.mjs +++ b/scripts/findSubs.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/scripts/ipfsPrep.sh b/scripts/ipfsPrep.sh index 07d3b9082..d01bcbc52 100755 --- a/scripts/ipfsPrep.sh +++ b/scripts/ipfsPrep.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2020-2022 @polkadot/phishing authors & contributors +# Copyright 2020-2023 @polkadot/phishing authors & contributors # SPDX-License-Identifier: Apache-2.0 mkdir -p build diff --git a/scripts/ipfsUpload.mjs b/scripts/ipfsUpload.mjs index 45823818e..0929a3f6c 100755 --- a/scripts/ipfsUpload.mjs +++ b/scripts/ipfsUpload.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import pinataSDK from '@pinata/sdk'; diff --git a/scripts/sortAll.mjs b/scripts/sortAll.mjs index 03c9d6c61..809b1d832 100644 --- a/scripts/sortAll.mjs +++ b/scripts/sortAll.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 @polkadot/phishing authors & contributors +// Copyright 2020-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs';