From 038b8f56cc4dfc40fa84550da15cd50ea4955aa0 Mon Sep 17 00:00:00 2001 From: jorijnsmit Date: Sun, 4 Dec 2022 05:48:20 +0530 Subject: [PATCH] chore: license and comments --- contracts/KeeperKeeper.vy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/KeeperKeeper.vy b/contracts/KeeperKeeper.vy index ff387a1..ea618e8 100644 --- a/contracts/KeeperKeeper.vy +++ b/contracts/KeeperKeeper.vy @@ -2,10 +2,10 @@ """ @title KeeperKeeper @author gosuto.eth -@license GPL +@license GPL-3.0-only @notice Register Chainlink upkeeps for a swarm of smart contracts and automatically maintain the $LINK balance for each individual member -@dev WIP, not deployed yet! +@dev WIP: contract can deploy and register itself """