@@ -1,4 +1,4 @@
-// Copyright (C) 2024 Lavra Holdings Limited - All Rights Reserved
+// SPDX-License-Identifier: Apache 2
pragma solidity ^0.8.13;
import "./EasyLendStructs.sol";
// Signature: 0xe922edfd
struct Vault {
@@ -3,7 +3,7 @@ name = "express-relay"
version = "0.6.0"
description = "Utilities for searchers and protocols to interact with the Express Relay protocol."
authors = ["dourolabs"]
-license = "Proprietary"
+license = "Apache-2.0"
readme = "README.md"
[tool.poetry.dependencies]
@@ -1,5 +1,4 @@
-// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
interface IExpressRelay {
interface IExpressRelayFeeReceiver {
import "../pyth/PythGovernanceInstructions.sol";
library ExecutorErrors {