From 26e291dbde42f32c225edf44b6119f8982f06d72 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Sat, 4 Jan 2025 18:04:03 -0500 Subject: [PATCH] Update scripts to update headers correctly --- scripts/imgConvert.mjs | 2 +- scripts/robohash.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/imgConvert.mjs b/scripts/imgConvert.mjs index a00f9acea629..c3ebc78e7735 100644 --- a/scripts/imgConvert.mjs +++ b/scripts/imgConvert.mjs @@ -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} */ const MIME = { diff --git a/scripts/robohash.cjs b/scripts/robohash.cjs index cef0cd8f6d5b..7eebe72476e5 100644 --- a/scripts/robohash.cjs +++ b/scripts/robohash.cjs @@ -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