Skip to content

Commit e21bdbf

Browse files
committed
bump the year
1 parent f7f0319 commit e21bdbf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2024 Denis Pushkarev
1+
Copyright (c) 2014-2025 Denis Pushkarev
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

deno/corejs/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2024 Denis Pushkarev
1+
Copyright (c) 2014-2025 Denis Pushkarev
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/core-js-builder/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
/* eslint-disable prefer-template -- for better formatting */
66
banner: '/**\n' +
77
' * core-js ' + version + '\n' +
8-
' * © 2014-2024 Denis Pushkarev (zloirock.ru)\n' +
8+
' * © 2014-2025 Denis Pushkarev (zloirock.ru)\n' +
99
' * license: https://github.com/zloirock/core-js/blob/v' + version + '/LICENSE\n' +
1010
' * source: https://github.com/zloirock/core-js\n' +
1111
' */',

packages/core-js/internals/shared-store.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED,
99
(store.versions || (store.versions = [])).push({
1010
version: '3.39.0',
1111
mode: IS_PURE ? 'pure' : 'global',
12-
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
12+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
1313
license: 'https://github.com/zloirock/core-js/blob/v3.39.0/LICENSE',
1414
source: 'https://github.com/zloirock/core-js'
1515
});

0 commit comments

Comments
 (0)