From 71f406f64b22abd3bc827a95096407d2fca9be56 Mon Sep 17 00:00:00 2001 From: Velo2Compet Date: Wed, 17 Sep 2025 18:16:57 +0200 Subject: [PATCH] Update AddressBook.sol --- AddressBook.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AddressBook.sol b/AddressBook.sol index 4c9792d..a7f1d1b 100644 --- a/AddressBook.sol +++ b/AddressBook.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT use this instead ( // SPDX-License-Identifier: GPL-3.0 ) +// SPDX-License-Identifier: MIT pragma solidity ^0.8.8; import "@openzeppelin/contracts/access/Ownable.sol";