From ce9b50fbb915663047389ffe28e4662d0831981f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Vincent?= <28714795+leovct@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:49:26 +0100 Subject: [PATCH] chore: bump to solidity `0.8.21` and use `GPL-3.0` license (#5) * chore: bump to solidity `0.8.21` * chore: use `GPL-3.0` license --- src/TinyENS.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TinyENS.sol b/src/TinyENS.sol index d227512..059bfaf 100644 --- a/src/TinyENS.sol +++ b/src/TinyENS.sol @@ -1,5 +1,5 @@ -// SPDX-License-Identifier: UNLICENSED -pragma solidity ^0.8.13; +// SPDX-License-Identifier: GPL-3.0 +pragma solidity ^0.8.21; /// @notice Interface for TinyENS. interface ITinyENS {