Skip to content

Commit 0ddab5b

Browse files
meysholdtroboquat
authored andcommitted
Fix pointer to a non-existing file.
1 parent c4d0f69 commit 0ddab5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

License.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ please resort to the header of that file.
33

44
If the file has no header, the following rules apply
55
1. install scripts are licensed under MIT, see License.MIT.txt
6-
2. enterprise features are licensed under Gitpod Self-Hosted Free Licensing Terms, see License.GPF.txt
6+
2. enterprise features are licensed under Gitpod Self-Hosted Free Licensing Terms, see License.enterprise.txt
77
3. source code that is neither (1) nor (2) is licensed under AGPL, see License.AGPL.txt
88

99
On request, licenses under different terms are available.
@@ -13,4 +13,4 @@ Install scripts can be found in the folders install/ and chart/
1313
Source code of enterprise features are files that
1414
* are in folders named "ee" or in subfolders of such folders.
1515
* contain the strings "_ee" or "ee_" in its file name.
16-
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
16+
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`

0 commit comments

Comments
 (0)