-
Notifications
You must be signed in to change notification settings - Fork 625
Fix the copyright format for Kotlin files #5556
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
Conversation
Release note changesNo release note changes were detected. If you made changes that should be |
Size Report 1Affected Products
Test Logs |
Coverage Report 1Affected Products
Test Logs |
Fix the copyright format for Kotlin files. Kotlin files specifically should use the
/*
comment style not//
see style-guide. The wrong format makes the copyright not display properly in IntelliJ.I wrote and ran this simple script to fix all the files: https://paste.googleplex.com/6512718119436288
The copyright presubmit check should be updated to enforce the correct format for Kotlin files.
NO_RELEASE_CHANGE