From d58360f72e2b316fe542a97df71d21aa6583e1b4 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 25 Jun 2020 18:01:36 -0300 Subject: [PATCH] DEV: Add a basic licensed config (#10128) This means a dev can run https://github.com/github/licensed in order to obtain license information easily --- .licensed.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .licensed.yml diff --git a/.licensed.yml b/.licensed.yml new file mode 100644 index 00000000000..9bc70408810 --- /dev/null +++ b/.licensed.yml @@ -0,0 +1,12 @@ +sources: + yarn: true + bundler: true +allowed: + - mit + - apache-2.0 + - bsd-2-clause + - bsd-3-clause + - cc0-1.0 + - isc + - other + - none \ No newline at end of file