Skip to content

Commit 15d7a7d

Browse files
committed
update copyright
1 parent c93f021 commit 15d7a7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2025 Denis Pushkarev
1+
Copyright (c) 2014-2025 Denis Pushkarev, 2025 CoreJS Company
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/internals/shared-store.js

Lines changed: 1 addition & 1 deletion
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.45.1',
1111
mode: IS_PURE ? 'pure' : 'global',
12-
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
12+
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)',
1313
license: 'https://github.com/zloirock/core-js/blob/v3.45.1/LICENSE',
1414
source: 'https://github.com/zloirock/core-js'
1515
});

0 commit comments

Comments
 (0)