Skip to content

Commit

Permalink
bump the year
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 31, 2024
1 parent f7f0319 commit e21bdbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno/corejs/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-builder/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
' */',
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js/internals/shared-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
});

0 comments on commit e21bdbf

Please sign in to comment.