From e21bdbfdcdfd6d1b452f3cd23ddbedc57998c624 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Wed, 1 Jan 2025 01:58:40 +0700 Subject: [PATCH] bump the year --- LICENSE | 2 +- deno/corejs/LICENSE | 2 +- packages/core-js-builder/config.js | 2 +- packages/core-js/internals/shared-store.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 761cc945d028..a18fea22a1f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2024 Denis Pushkarev +Copyright (c) 2014-2025 Denis Pushkarev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/deno/corejs/LICENSE b/deno/corejs/LICENSE index 761cc945d028..a18fea22a1f9 100644 --- a/deno/corejs/LICENSE +++ b/deno/corejs/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2024 Denis Pushkarev +Copyright (c) 2014-2025 Denis Pushkarev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/core-js-builder/config.js b/packages/core-js-builder/config.js index 0a6e330976c4..28a290317bb4 100644 --- a/packages/core-js-builder/config.js +++ b/packages/core-js-builder/config.js @@ -5,7 +5,7 @@ module.exports = { /* eslint-disable prefer-template -- for better formatting */ banner: '/**\n' + ' * core-js ' + version + '\n' + - ' * © 2014-2024 Denis Pushkarev (zloirock.ru)\n' + + ' * © 2014-2025 Denis Pushkarev (zloirock.ru)\n' + ' * license: https://github.com/zloirock/core-js/blob/v' + version + '/LICENSE\n' + ' * source: https://github.com/zloirock/core-js\n' + ' */', diff --git a/packages/core-js/internals/shared-store.js b/packages/core-js/internals/shared-store.js index c8c74c1f3f8e..7cb435d65dd0 100644 --- a/packages/core-js/internals/shared-store.js +++ b/packages/core-js/internals/shared-store.js @@ -9,7 +9,7 @@ var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, (store.versions || (store.versions = [])).push({ version: '3.39.0', mode: IS_PURE ? 'pure' : 'global', - copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)', + copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)', license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE', source: 'https://github.com/zloirock/core-js' });