diff --git a/.licrc b/.licrc new file mode 100644 index 00000000..175eae3f --- /dev/null +++ b/.licrc @@ -0,0 +1,17 @@ +[licenses] +accepted = [ + "MIT", + "0BSD", + "BSD-2-Clause", + "BSD-3-Clause", + "Apache-2.0", + "CC-BY-4.0", + "ISC" +] + +[dependencies] +ignored = [] + +[behavior] +run_only_on_dependency_modification = false +do_not_block_pr = true \ No newline at end of file