Skip to content

Commit 4961a51

Browse files
committed
4.4.0
1 parent 94a0b8f commit 4961a51

File tree

138 files changed

+139
-139
lines changed

Some content is hidden

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

138 files changed

+139
-139
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

contracts/access/AccessControl.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/AccessControlEnumerable.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/IAccessControl.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/IAccessControlEnumerable.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/Ownable.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/PaymentSplitter.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/VestingWallet.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/SafeERC20.sol";

contracts/governance/Governor.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/IGovernor.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/TimelockController.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/GovernorCompatibilityBravo.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/IGovernorCompatibilityBravo.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/GovernorCountingSimple.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/GovernorProposalThreshold.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/GovernorSettings.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/GovernorTimelockCompound.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/GovernorTimelockControl.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/GovernorVotes.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/GovernorVotesComp.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/GovernorVotesQuorumFraction.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/IGovernorTimelock.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/IERC1155.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/IERC1155MetadataURI.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/IERC1155Receiver.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/IERC1271.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/IERC1363.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/IERC1363Receiver.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/IERC1363Spender.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/IERC165.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/IERC1820Implementer.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/IERC1820Registry.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/IERC20.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/IERC20Metadata.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/IERC2981.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/IERC3156.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/IERC3156FlashBorrower.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/IERC3156FlashLender.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/IERC721.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/IERC721Enumerable.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/IERC721Metadata.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/IERC721Receiver.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/IERC777.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/IERC777Recipient.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/IERC777Sender.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/draft-IERC2612.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/ERC2771Context.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/MinimalForwarder.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",
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/Clones.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/ERC1967Proxy.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/ERC1967Proxy.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/ERC1967/ERC1967Proxy.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/ERC1967/ERC1967Upgrade.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/Proxy.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/Proxy.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/Proxy.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/beacon/BeaconProxy.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/BeaconProxy.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/beacon/BeaconProxy.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/proxy/beacon/IBeacon.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/beacon/UpgradeableBeacon.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/UpgradeableBeacon.sol)
2+
// OpenZeppelin Contracts v4.4.0 (proxy/beacon/UpgradeableBeacon.sol)
33

44
pragma solidity ^0.8.0;
55

0 commit comments

Comments
 (0)