Skip to content

Fix pointer to a non-existing file. #13324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions License.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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_*"`
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`