Skip to content

Commit

Permalink
add MIT or Apache-2.0 license (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-carroll authored Aug 5, 2024
1 parent ffae635 commit f24e167
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion script/Zenith.s.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// deploy contracts
Expand Down
2 changes: 1 addition & 1 deletion src/Transact.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {Passage} from "./passage/Passage.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/UsesPermit2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {IOrders} from "./orders/IOrders.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/Zenith.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

contract Zenith {
Expand Down
2 changes: 1 addition & 1 deletion src/orders/IOrders.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

interface IOrders {
Expand Down
2 changes: 1 addition & 1 deletion src/orders/OrderDestination.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {OrdersPermit2} from "./OrdersPermit2.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/orders/OrderOrigin.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {OrdersPermit2} from "./OrdersPermit2.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/orders/Orders.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {OrderDestination} from "./OrderDestination.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/orders/OrdersPermit2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {IOrders} from "./IOrders.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/passage/Passage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {PassagePermit2} from "./PassagePermit2.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/passage/PassagePermit2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {UsesPermit2} from "../UsesPermit2.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/passage/RollupPassage.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

import {PassagePermit2} from "./PassagePermit2.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/Helpers.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// system contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Orders.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Passage.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Permit2Orders.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Permit2Passage.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Safe.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// utils
Expand Down
2 changes: 1 addition & 1 deletion test/Transact.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down
2 changes: 1 addition & 1 deletion test/Zenith.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: UNLICENSED
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.24;

// test contracts
Expand Down

0 comments on commit f24e167

Please sign in to comment.