From b1d5eae8f67df3d80fec76e4839736b720ee9319 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 11 Apr 2023 18:17:14 +0100 Subject: [PATCH] Add copywrite config --- .copywrite.hcl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .copywrite.hcl diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 0000000..235a80d --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,7 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + copyright_year = 2021 + header_ignore = [] +}