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_*"`