From f988694ed3201cc0aa6de5124e48c06e17412d14 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 26 Oct 2023 22:50:20 +0200 Subject: [PATCH] Changing the license in a placeholder contract --- core/contracts/Litmus.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/contracts/Litmus.sol b/core/contracts/Litmus.sol index 8eb0b9ade..42fb2bab7 100644 --- a/core/contracts/Litmus.sol +++ b/core/contracts/Litmus.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: GPL-3.0-only pragma solidity ^0.8.9; // Uncomment this line to use console.log