From d0c470652ea37533f1154d10833d898f15cf6ef7 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Mon, 13 Jun 2022 23:51:31 +0200 Subject: [PATCH] - Updated license config --- .licrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.licrc b/.licrc index 175eae3f..bf54b3ab 100644 --- a/.licrc +++ b/.licrc @@ -1,11 +1,14 @@ [licenses] accepted = [ "MIT", + "BSD", "0BSD", "BSD-2-Clause", "BSD-3-Clause", "Apache-2.0", + "CC-BY-3.0", "CC-BY-4.0", + "CC0-1.0", "ISC" ]