Skip to content

Commit 1ef379b

Browse files
committed
chore: natspec fix
1 parent 8d33f78 commit 1ef379b

5 files changed

Lines changed: 15 additions & 50 deletions

File tree

contracts/extensions/ERC721Batch.sol

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/**
2-
* Copyright (C) SettleMint NV - All Rights Reserved
3-
*
4-
* Use of this file is strictly prohibited without an active subscription.
5-
* Distribution of this file, via any medium, is strictly prohibited.
6-
*
7-
* For license inquiries, contact hello@settlemint.com
8-
*
9-
* SPDX-License-Identifier: UNLICENSED
10-
*/
1+
// SPDX-License-Identifier: FSL-1.1-MIT
2+
// SettleMint.com
3+
114
pragma solidity ^0.8.24;
125

136
import { ERC721 } from "@openzeppelin/contracts/token/ERC721/ERC721.sol";

contracts/extensions/ERC721Freezable.sol

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/**
2-
* Copyright (C) SettleMint NV - All Rights Reserved
3-
*
4-
* Use of this file is strictly prohibited without an active subscription.
5-
* Distribution of this file, via any medium, is strictly prohibited.
6-
*
7-
* For license inquiries, contact hello@settlemint.com
8-
*
9-
* SPDX-License-Identifier: UNLICENSED
10-
*/
1+
// SPDX-License-Identifier: FSL-1.1-MIT
2+
// SettleMint.com
3+
114
pragma solidity ^0.8.24;
125

136
import { ERC721Enumerable } from "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";

contracts/extensions/ERC721MintPausable.sol

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/**
2-
* Copyright (C) SettleMint NV - All Rights Reserved
3-
*
4-
* Use of this file is strictly prohibited without an active subscription.
5-
* Distribution of this file, via any medium, is strictly prohibited.
6-
*
7-
* For license inquiries, contact hello@settlemint.com
8-
*
9-
* SPDX-License-Identifier: UNLICENSED
10-
*/
1+
// SPDX-License-Identifier: FSL-1.1-MIT
2+
// SettleMint.com
3+
114
pragma solidity ^0.8.24;
125

136
import { ERC721 } from "@openzeppelin/contracts/token/ERC721/ERC721.sol";

contracts/extensions/ERC721OpenSeaGassLess.sol

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/**
2-
* Copyright (C) SettleMint NV - All Rights Reserved
3-
*
4-
* Use of this file is strictly prohibited without an active subscription.
5-
* Distribution of this file, via any medium, is strictly prohibited.
6-
*
7-
* For license inquiries, contact hello@settlemint.com
8-
*
9-
* SPDX-License-Identifier: UNLICENSED
10-
*/
1+
// SPDX-License-Identifier: FSL-1.1-MIT
2+
// SettleMint.com
3+
114
pragma solidity ^0.8.24;
125

136
import { ERC721 } from "@openzeppelin/contracts/token/ERC721/ERC721.sol";

contracts/extensions/ERC721Whitelist.sol

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
/**
2-
* Copyright (C) SettleMint NV - All Rights Reserved
3-
*
4-
* Use of this file is strictly prohibited without an active subscription.
5-
* Distribution of this file, via any medium, is strictly prohibited.
6-
*
7-
* For license inquiries, contact hello@settlemint.com
8-
*
9-
* SPDX-License-Identifier: UNLICENSED
10-
*/
1+
// SPDX-License-Identifier: FSL-1.1-MIT
2+
// SettleMint.com
3+
114
pragma solidity ^0.8.24;
125

136
import { Context } from "@openzeppelin/contracts/utils/Context.sol";

0 commit comments

Comments
 (0)