Skip to content

Commit 2c3a962

Browse files
committed
update the year
1 parent 1ff3a8c commit 2c3a962

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-2021 Denis Pushkarev
1+
Copyright (c) 2014-2022 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ var store = require('../internals/shared-store');
66
})('versions', []).push({
77
version: '3.20.1',
88
mode: IS_PURE ? 'pure' : 'global',
9-
copyright: 2021 Denis Pushkarev (zloirock.ru)'
9+
copyright: 2022 Denis Pushkarev (zloirock.ru)'
1010
});

0 commit comments

Comments
 (0)