Skip to content

Commit 6e8820d

Browse files
Transpile d689484
1 parent 835a58a commit 6e8820d

File tree

132 files changed

+133
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+133
-133
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

contracts/access/AccessControlEnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/AccessControlEnumerable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/AccessControlEnumerable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/AccessControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/AccessControl.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/AccessControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/IAccessControlEnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/IAccessControlEnumerable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/IAccessControlEnumerable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/IAccessControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/IAccessControl.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/IAccessControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/access/OwnableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (access/Ownable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (access/Ownable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/finance/PaymentSplitterUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (finance/PaymentSplitter.sol)
2+
// OpenZeppelin Contracts v4.4.0 (finance/PaymentSplitter.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/finance/VestingWalletUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (finance/VestingWallet.sol)
2+
// OpenZeppelin Contracts v4.4.0 (finance/VestingWallet.sol)
33
pragma solidity ^0.8.0;
44

55
import "../token/ERC20/utils/SafeERC20Upgradeable.sol";

contracts/governance/GovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/Governor.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/Governor.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/IGovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/IGovernor.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/IGovernor.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/TimelockControllerUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/TimelockController.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/TimelockController.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/compatibility/GovernorCompatibilityBravoUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/compatibility/GovernorCompatibilityBravo.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/compatibility/GovernorCompatibilityBravo.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/compatibility/IGovernorCompatibilityBravoUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/compatibility/IGovernorCompatibilityBravo.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/compatibility/IGovernorCompatibilityBravo.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorCountingSimpleUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorCountingSimple.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorCountingSimple.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorProposalThresholdUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorProposalThreshold.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorProposalThreshold.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorSettingsUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorSettings.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorSettings.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorTimelockCompoundUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorTimelockCompound.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorTimelockCompound.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorTimelockControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorTimelockControl.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorTimelockControl.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorVotesCompUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorVotesComp.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorVotesComp.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorVotesQuorumFraction.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorVotesQuorumFraction.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/GovernorVotesUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/GovernorVotes.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/GovernorVotes.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/governance/extensions/IGovernorTimelockUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (governance/extensions/IGovernorTimelock.sol)
2+
// OpenZeppelin Contracts v4.4.0 (governance/extensions/IGovernorTimelock.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1155MetadataURIUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1155MetadataURI.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1155MetadataURI.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1155ReceiverUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1155Receiver.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1155Receiver.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1155Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1155.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1155.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1271Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1271.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1271.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1363ReceiverUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1363Receiver.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1363Receiver.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1363SpenderUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1363Spender.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1363Spender.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1363Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1363.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1363.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC165Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC165.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC165.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1820ImplementerUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1820Implementer.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1820Implementer.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC1820RegistryUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC1820Registry.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC1820Registry.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC20MetadataUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC20Metadata.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC20Metadata.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC20Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC20.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC20.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC2981Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC2981.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC2981.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC3156FlashBorrowerUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC3156FlashBorrower.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC3156FlashBorrower.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC3156FlashLenderUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC3156FlashLender.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC3156FlashLender.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC3156Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC3156.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC3156.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC721EnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC721Enumerable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC721Enumerable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC721MetadataUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC721Metadata.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC721Metadata.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC721ReceiverUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC721Receiver.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC721Receiver.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC721Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC721.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC721.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC777RecipientUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC777Recipient.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC777Recipient.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC777SenderUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC777Sender.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC777Sender.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/IERC777Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/IERC777.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/IERC777.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/interfaces/draft-IERC2612Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (interfaces/draft-IERC2612.sol)
2+
// OpenZeppelin Contracts v4.4.0 (interfaces/draft-IERC2612.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/metatx/ERC2771ContextUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (metatx/ERC2771Context.sol)
2+
// OpenZeppelin Contracts v4.4.0 (metatx/ERC2771Context.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/metatx/MinimalForwarderUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (metatx/MinimalForwarder.sol)
2+
// OpenZeppelin Contracts v4.4.0 (metatx/MinimalForwarder.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.4.0-rc.1",
4+
"version": "4.4.0",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/proxy/ClonesUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (proxy/Clones.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/Clones.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (proxy/ERC1967/ERC1967Upgrade.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/ERC1967/ERC1967Upgrade.sol)
33

44
pragma solidity ^0.8.2;
55

contracts/proxy/beacon/IBeaconUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (proxy/beacon/IBeacon.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/beacon/IBeacon.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/utils/Initializable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (proxy/utils/Initializable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/utils/Initializable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/utils/UUPSUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (proxy/utils/UUPSUpgradeable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/utils/UUPSUpgradeable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/security/PausableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (security/Pausable.sol)
2+
// OpenZeppelin Contracts v4.4.0 (security/Pausable.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/security/PullPaymentUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts v4.4.0-rc.1 (security/PullPayment.sol)
2+
// OpenZeppelin Contracts v4.4.0 (security/PullPayment.sol)
33

44
pragma solidity ^0.8.0;
55

0 commit comments

Comments
 (0)