Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update headers for 2025 #587

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

module.exports = require('@polkadot/dev/config/prettier.cjs');
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import baseConfig from '@polkadot/dev/config/eslint';
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ArgV } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/api-cli/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/api-cli authors & contributors
// Copyright 2017-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/api-cli/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import '@polkadot/api-augment/substrate';
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

export interface ArgV {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/json-serve/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/json-serve authors & contributors
// Copyright 2017-2025 @polkadot/json-serve authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/json-serve/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/json-serve authors & contributors
// Copyright 2018-2025 @polkadot/json-serve authors & contributors
// SPDX-License-Identifier: Apache-2.0

import '@polkadot/api-augment';
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/metadata-cmp authors & contributors
// Copyright 2017-2025 @polkadot/metadata-cmp authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/metadata-cmp/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/metadata-cmp authors & contributors
// Copyright 2018-2025 @polkadot/metadata-cmp authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Metadata } from '@polkadot/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/monitor-rpc authors & contributors
// Copyright 2017-2025 @polkadot/monitor-rpc authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/monitor-rpc/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/monitor-rpc authors & contributors
// Copyright 2018-2025 @polkadot/monitor-rpc authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { BlockNumber, Header } from '@polkadot/types/interfaces';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/RawSigner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { Signer, SignerResult } from '@polkadot/api/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/cmdSendOffline.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { SignerOptions } from '@polkadot/api/submittable/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/cmdSign.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeyringPair } from '@polkadot/keyring/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/cmdSubmit.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { SignerOptions } from '@polkadot/api/submittable/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/signer-cli/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/signer-cli authors & contributors
// Copyright 2017-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/signer-cli/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import yargs from 'yargs';
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-cli/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/signer-cli authors & contributors
// Copyright 2018-2025 @polkadot/signer-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ApiPromise } from '@polkadot/api';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/calculate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { GeneratorCalculation, GeneratorOptions } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/generate.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { GeneratorMatch, GeneratorOptions } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/generator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { GeneratorMatches, GeneratorOptions, GeneratorResult } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 @polkadot/api-cli authors & contributors
// Copyright 2018-2025 @polkadot/api-cli authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './cjs/index.js';
2 changes: 1 addition & 1 deletion packages/vanitygen/src/packageDetect.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

// Do not edit, auto-generated by @polkadot/dev
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/regex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

// eslint-disable-next-line prefer-regex-literals
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/runcli.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import './runcli.js';
2 changes: 1 addition & 1 deletion packages/vanitygen/src/runcli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeypairType } from '@polkadot/util-crypto/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/sort.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { GeneratorMatch } from './types.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/vanitygen/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2024 @polkadot/vanitygen authors & contributors
// Copyright 2017-2025 @polkadot/vanitygen authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { KeypairType } from '@polkadot/util-crypto/types';
Expand Down
Loading