From ed67feda67b24fdeff8ad1032360f0ee6047ba0a Mon Sep 17 00:00:00 2001 From: Maurelian Date: Thu, 29 Sep 2022 03:38:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Make=20Owned.sol=20MIT=20license?= =?UTF-8?q?d=20too=20(#328)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/auth/Owned.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/Owned.sol b/src/auth/Owned.sol index 415d845b..ef8b1bad 100644 --- a/src/auth/Owned.sol +++ b/src/auth/Owned.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; /// @notice Simple single owner authorization mixin.