From 1e9e64ea30ca3c9fa742847286e3e4934ce39b9e Mon Sep 17 00:00:00 2001 From: tammy-zhu <79438987+tammy-zhu@users.noreply.github.com> Date: Thu, 22 Jul 2021 17:58:33 -0700 Subject: [PATCH] exclude all directories named "enterprise" from apache license (#23150) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9adb28d6478..ddea14606cb 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -LICENSE.apache (Apache License) applies to all files in this repository, except for those in the enterprise/ and client/web/src/enterprise/ directories, which are covered by LICENSE.enterprise. +LICENSE.apache (Apache License) applies to all files in this repository, except for those in or under any directory named "enterprise," which are covered by LICENSE.enterprise.