diff --git a/LICENSE b/LICENSE index 445fc9d46745..761cc945d028 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2023 Denis Pushkarev +Copyright (c) 2014-2024 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 1b7704c32fe4..0a6e330976c4 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-2023 Denis Pushkarev (zloirock.ru)\n' + + ' * © 2014-2024 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.js b/packages/core-js/internals/shared.js index db768690ebcc..49259bfbafd3 100644 --- a/packages/core-js/internals/shared.js +++ b/packages/core-js/internals/shared.js @@ -7,7 +7,7 @@ var store = require('../internals/shared-store'); })('versions', []).push({ version: '3.35.0', mode: IS_PURE ? 'pure' : 'global', - copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)', + copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)', license: 'https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE', source: 'https://github.com/zloirock/core-js' });