From 6c72f2d9532a7cf9acdb1804a0e61974feab24c6 Mon Sep 17 00:00:00 2001 From: Moritz Eysholdt Date: Mon, 26 Sep 2022 15:27:07 +0000 Subject: [PATCH] Fix pointer to a non-existing file. --- License.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/License.txt b/License.txt index 8d7178cae22a40..7763afdf503923 100644 --- a/License.txt +++ b/License.txt @@ -3,7 +3,7 @@ please resort to the header of that file. If the file has no header, the following rules apply 1. install scripts are licensed under MIT, see License.MIT.txt -2. enterprise features are licensed under Gitpod Self-Hosted Free Licensing Terms, see License.GPF.txt +2. enterprise features are licensed under Gitpod Self-Hosted Free Licensing Terms, see License.enterprise.txt 3. source code that is neither (1) nor (2) is licensed under AGPL, see License.AGPL.txt On request, licenses under different terms are available. @@ -13,4 +13,4 @@ Install scripts can be found in the folders install/ and chart/ Source code of enterprise features are files that * are in folders named "ee" or in subfolders of such folders. * contain the strings "_ee" or "ee_" in its file name. -The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"` \ No newline at end of file +The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`