-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix file names in license headers #13955
Conversation
would it result in fewer changes to rename the license files instead? |
Certainly :) With that being said, the reasons for this change are:
|
Moving to draft as this PR requires a rebase and isn't actionable in the current state. Feel free to move back into review if you believe it should remain in review. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
The license files in our repository are named
License.MIT.txt
andLicense.AGPL.txt
.This PR fixes files headers that were using the names
License-MIT.txt
orLicense-AGPL.txt
.This PR does not change how Gitpod is licensed.
Related Issue(s)
Fixes # https://gitpod.slack.com/archives/C01KGM9DVRC/p1664535939695139
How to test
This PR does not change code.
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide