diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 2d0e53b5e103..956464e21132 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps 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 5172ffcab158..b666884a4aa3 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps 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 d1c7eb4cdde0..c762fc3762de 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs'); diff --git a/docker/build.sh b/docker/build.sh index 4a38dccf1f7b..ee4f53c25f8a 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2017-2021 @polkadot/apps authors & contributors +# Copyright 2017-2022 @polkadot/apps authors & contributors # This software may be modified and distributed under the terms # of the Apache-2.0 license. See the LICENSE file for details. diff --git a/env.sh b/env.sh index 63fed868beb8..841ee8dc26a3 100755 --- a/env.sh +++ b/env.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017-2021 @polkadot/apps authors & contributors +# Copyright 2017-2022 @polkadot/apps authors & contributors # SPDX-License-Identifier: Apache-2.0 # This script is used when the docker container starts and does the magic to diff --git a/i18next-scanner.config.cjs b/i18next-scanner.config.cjs index 7a296e978514..6b0797910de7 100644 --- a/i18next-scanner.config.cjs +++ b/i18next-scanner.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('fs'); diff --git a/jest-slow.config.cjs b/jest-slow.config.cjs index c04d2b1210ba..1bd6bdbed77e 100644 --- a/jest-slow.config.cjs +++ b/jest-slow.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('./jest.config.cjs'); diff --git a/jest.config.cjs b/jest.config.cjs index 8c872ee7c6a7..bb6a47dd7c4e 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const config = require('@polkadot/dev/config/jest.cjs'); diff --git a/packages/apps/src/detectOther.ts b/packages/apps/src/detectOther.ts index 12c98d5d753c..6bb1ecb76302 100644 --- a/packages/apps/src/detectOther.ts +++ b/packages/apps/src/detectOther.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2021 @polkadot/apps authors & contributors +// Copyright 2017-2022 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Empty template, auto-generated by @polkadot/dev