From 7568e6d81c8db35409d2bb1177734c9f0a3f68b4 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Fri, 2 Jun 2023 08:33:12 -0400 Subject: [PATCH] testing: does this syntax work --- .licenserc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.licenserc.json b/.licenserc.json index bdb5bf3e3b298d..3d86c435372686 100644 --- a/.licenserc.json +++ b/.licenserc.json @@ -1,3 +1,5 @@ { - "**/*.{sol}": "// SPDX-License-Identifier: CC0-1.0" + "**/*.{sol}": [ + "// SPDX-License-Identifier: CC0-1.0" + ] }