diff --git a/.eslintrc.js b/.eslintrc.js index 1062f3621..1bdde7af4 100644 --- a/.eslintrc.js +++ b/.eslintrc.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 const base = require('@polkadot/dev/config/eslint.cjs'); diff --git a/.prettierrc.cjs b/.prettierrc.cjs index bc6236299..372dec468 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2030-2021 @polkadot/phishing authors & contributors +// Copyright 2030-2022 @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 54bd5022e..d327cec8b 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -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 = require('@polkadot/dev/config/babel-config-cjs.cjs'); diff --git a/jest.config.cjs b/jest.config.cjs index 2806fde12..d3bacb9be 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2020-2021 @polkadot/phishing authors & contributors +// Copyright 2020-2022 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); diff --git a/rollup.config.mjs b/rollup.config.mjs index d848472a3..6a4d8e5cd 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/api authors & contributors +// Copyright 2017-2022 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createBundle } from '@polkadot/dev/config/rollup';