diff --git a/packages/phishing/src/addrcheck.spec.ts b/packages/phishing/src/addrcheck.spec.ts index e4b6344e2..875186098 100644 --- a/packages/phishing/src/addrcheck.spec.ts +++ b/packages/phishing/src/addrcheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @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 0fade9f7f..18d2cca0b 100644 --- a/packages/phishing/src/bundle.ts +++ b/packages/phishing/src/bundle.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressList, HostList } from './types'; diff --git a/packages/phishing/src/cjs/dirname.d.ts b/packages/phishing/src/cjs/dirname.d.ts index 90c734a48..47ad8976f 100644 --- a/packages/phishing/src/cjs/dirname.d.ts +++ b/packages/phishing/src/cjs/dirname.d.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 declare const __dirname: string | undefined; diff --git a/packages/phishing/src/cjs/dirname.js b/packages/phishing/src/cjs/dirname.js index 9596109ac..dfb3231c7 100644 --- a/packages/phishing/src/cjs/dirname.js +++ b/packages/phishing/src/cjs/dirname.js @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = typeof __dirname === 'string' diff --git a/packages/phishing/src/crosscheck.spec.ts b/packages/phishing/src/crosscheck.spec.ts index fcdd7550b..55dc41474 100644 --- a/packages/phishing/src/crosscheck.spec.ts +++ b/packages/phishing/src/crosscheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/detectPackage.ts b/packages/phishing/src/detectPackage.ts index 94b7df83e..6c8b5ddbd 100644 --- a/packages/phishing/src/detectPackage.ts +++ b/packages/phishing/src/detectPackage.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { detectPackage } from '@polkadot/util'; diff --git a/packages/phishing/src/fetch.ts b/packages/phishing/src/fetch.ts index 0e22e043d..f3cb025ad 100644 --- a/packages/phishing/src/fetch.ts +++ b/packages/phishing/src/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @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 1576bc2c0..b08a67d97 100644 --- a/packages/phishing/src/index.spec.ts +++ b/packages/phishing/src/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs'; diff --git a/packages/phishing/src/index.ts b/packages/phishing/src/index.ts index fdd7cbaec..3eabcaf45 100644 --- a/packages/phishing/src/index.ts +++ b/packages/phishing/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 34a7448bd..e213a6b6a 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/phishing authors & contributors +// Copyright 2017-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 // Auto-generated by @polkadot/dev, do not edit diff --git a/packages/phishing/src/types.ts b/packages/phishing/src/types.ts index e9002ec5e..873e11bb4 100644 --- a/packages/phishing/src/types.ts +++ b/packages/phishing/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface HostList { diff --git a/scripts/ipfsPrep.sh b/scripts/ipfsPrep.sh index 93a02da2f..07d3b9082 100755 --- a/scripts/ipfsPrep.sh +++ b/scripts/ipfsPrep.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2020-2021 @polkadot/phishing authors & contributors +# Copyright 2020-2022 @polkadot/phishing authors & contributors # SPDX-License-Identifier: Apache-2.0 mkdir -p build diff --git a/scripts/ipfsUpload.mjs b/scripts/ipfsUpload.mjs index 08507f29b..45823818e 100755 --- a/scripts/ipfsUpload.mjs +++ b/scripts/ipfsUpload.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @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 fcc8488fc..2783fa9d0 100644 --- a/scripts/sortAll.mjs +++ b/scripts/sortAll.mjs @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'fs';