Skip to content

Commit

Permalink
update the year
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 31, 2021
1 parent 1ff3a8c commit 2c3a962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-2021 Denis Pushkarev
Copyright (c) 2014-2022 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-2021 Denis Pushkarev
Copyright (c) 2014-2022 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/internals/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ var store = require('../internals/shared-store');
})('versions', []).push({
version: '3.20.1',
mode: IS_PURE ? 'pure' : 'global',
copyright: 2021 Denis Pushkarev (zloirock.ru)'
copyright: 2022 Denis Pushkarev (zloirock.ru)'
});

0 comments on commit 2c3a962

Please sign in to comment.