From 1661bdee8dfee9302b0ca46c791ef29092569065 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 30 Oct 2023 16:54:50 +0100 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