From e172c24764c4652c541e93d2fea33e3becbac10e Mon Sep 17 00:00:00 2001 From: zwl <1633720889@qq.com> Date: Wed, 27 Sep 2023 09:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.licenserc.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .licenserc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .licenserc.json diff --git a/.licenserc.json b/.licenserc.json new file mode 100644 index 0000000..9c34837 --- /dev/null +++ b/.licenserc.json @@ -0,0 +1,4 @@ +{ + "**/*.go": "// Copyright 2021 ecodeclub", + "**/*.{yml,toml}": "# Copyright 2021 ecodeclub" +} \ No newline at end of file