Skip to content

Commit 07d309f

Browse files
ottodevssohkai
authored andcommitted
License: replace SPDX-Identifier misspelling in contract headers (#558)
1 parent 0fd1ff6 commit 07d309f

28 files changed

+28
-28
lines changed

contracts/acl/ACLSyntaxSugar.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/acl/IACL.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/acl/IACLOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/apm/APMNamehash.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/apps/AppStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/apps/AragonApp.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/apps/UnsafeAragonApp.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/common/Autopetrified.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/common/EtherTokenConstant.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

contracts/common/IForwarder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-License-Identitifer: MIT
2+
* SPDX-License-Identifier: MIT
33
*/
44

55
pragma solidity ^0.4.24;

0 commit comments

Comments
 (0)