From a95f08130aab1ff03fdecaa62a3fa909a340f935 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Mon, 17 May 2021 23:19:30 +0300 Subject: [PATCH] chore: set license of eslint-plugin-cdk (#14720) Fixes #14594 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- tools/eslint-plugin-cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint-plugin-cdk/package.json b/tools/eslint-plugin-cdk/package.json index 562f31110ad8d..eb1af069bc75b 100644 --- a/tools/eslint-plugin-cdk/package.json +++ b/tools/eslint-plugin-cdk/package.json @@ -32,5 +32,5 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "Apache-2.0" }