From 8fc038ac07891dc46b15bf323f7a34da243dde2d Mon Sep 17 00:00:00 2001 From: Henry Hz Date: Mon, 18 Oct 2021 10:38:17 +0300 Subject: [PATCH] Add License Identifier --- src/note.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/note.sol b/src/note.sol index 73ade6f..b429cd8 100644 --- a/src/note.sol +++ b/src/note.sol @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GNU-3 /// note.sol -- the `note' modifier, for logging calls as events // This program is free software: you can redistribute it and/or modify