Skip to content

Commit 7140d24

Browse files
committed
chore(solidity): update SPDX license identifier to UNLICENSED
1 parent 2bd9543 commit 7140d24

33 files changed

Lines changed: 33 additions & 33 deletions

scripts/deploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import {console} from 'lib/forge-std/src/console.sol';

scripts/mint.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import {console} from 'lib/forge-std/src/console.sol';

scripts/util/BytesUtils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
library BytesUtils {

scripts/util/CSVUtils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import {BytesUtils} from './BytesUtils.sol';

scripts/util/Colors.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
library Colors {

scripts/util/ContractConfigs.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
library ContractConfigs {

scripts/util/Contracts.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
struct Contracts {

scripts/util/Deployer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import 'forge-std/console.sol';

scripts/util/ListNFTsCsvLoader.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import {BytesUtils} from '../util/BytesUtils.sol';

scripts/util/ListOpUtils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.23;
33

44
import {Colors} from './Colors.sol';

0 commit comments

Comments
 (0)