From 75b6de023672098b2ecdd9a60e947d5275308937 Mon Sep 17 00:00:00 2001 From: failfmi Date: Sat, 16 Nov 2024 10:03:51 +0700 Subject: [PATCH] update license --- LICENSE.md | 2 -- .../layer1/automata-attestation/AttestationVerifier.sol | 2 +- .../protocol/contracts/layer1/verifiers/IProverRegistry.sol | 2 +- .../contracts/layer1/verifiers/ProverRegistryVerifier.sol | 2 +- packages/protocol/script/layer1/DeployRisc0Verifier.s.sol | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 975ea8076bc..8ccef57ef1d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,8 +2,6 @@ MIT License Copyright 2023 Taiko Labs -Copyright 2024 Puffer Finance - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/packages/protocol/contracts/layer1/automata-attestation/AttestationVerifier.sol b/packages/protocol/contracts/layer1/automata-attestation/AttestationVerifier.sol index 21a3bbe6f39..60c21fff1ec 100644 --- a/packages/protocol/contracts/layer1/automata-attestation/AttestationVerifier.sol +++ b/packages/protocol/contracts/layer1/automata-attestation/AttestationVerifier.sol @@ -1,4 +1,4 @@ -//SPDX-License-Identifier: UNLICENSED +//SPDX-License-Identifier: MIT pragma solidity ^0.8.24; import "../../shared/common/EssentialContract.sol"; diff --git a/packages/protocol/contracts/layer1/verifiers/IProverRegistry.sol b/packages/protocol/contracts/layer1/verifiers/IProverRegistry.sol index ff389255b4b..3817f2cd091 100644 --- a/packages/protocol/contracts/layer1/verifiers/IProverRegistry.sol +++ b/packages/protocol/contracts/layer1/verifiers/IProverRegistry.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; import "./IVerifier.sol"; diff --git a/packages/protocol/contracts/layer1/verifiers/ProverRegistryVerifier.sol b/packages/protocol/contracts/layer1/verifiers/ProverRegistryVerifier.sol index cd57d7a8f66..ed4f04c647c 100644 --- a/packages/protocol/contracts/layer1/verifiers/ProverRegistryVerifier.sol +++ b/packages/protocol/contracts/layer1/verifiers/ProverRegistryVerifier.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol"; diff --git a/packages/protocol/script/layer1/DeployRisc0Verifier.s.sol b/packages/protocol/script/layer1/DeployRisc0Verifier.s.sol index 76dc325a720..62df8a43004 100644 --- a/packages/protocol/script/layer1/DeployRisc0Verifier.s.sol +++ b/packages/protocol/script/layer1/DeployRisc0Verifier.s.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: MIT pragma solidity ^0.8.24; import "@risc0/contracts/groth16/RiscZeroGroth16Verifier.sol";