Skip to content

Commit

Permalink
Update scripts to update headers correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 4, 2025
1 parent d56c2cf commit 26e291d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/imgConvert.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { formatNumber, stringCamelCase } from '@polkadot/util';
const MAX_SIZE = 48 * 1024;

// FIXME The sorting here and the sorting from linting seems like a mismatch...
const HEADER = '// Copyright 2017-2024 @polkadot/apps authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n// Do not edit. Auto-generated via node scripts/imgConvert.mjs\n\n';
const HEADER = '// Copyright 2017-2025 @polkadot/apps authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n// Do not edit. Auto-generated via node scripts/imgConvert.mjs\n\n';

/** @type {Record<string, string>} */
const MIME = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/robohash.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const fs = require('node:fs');
const path = require('node:path');

const HEADER = `// Copyright 2017-2024 @polkadot/react-components authors & contributors
const HEADER = `// Copyright 2017-2025 @polkadot/react-components authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Automatically generated, do not edit
Expand Down

0 comments on commit 26e291d

Please sign in to comment.