-
Notifications
You must be signed in to change notification settings - Fork 70
fix: Update copyright to 2022 for newly generated files. #951
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ | |
|
|
||
| public class CommentComposer { | ||
| private static final String APACHE_LICENSE_STRING = | ||
| "Copyright 2021 Google LLC\n\n" | ||
| "Copyright 2022 Google LLC\n\n" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we just put in the current year, so we don't have to update it every year?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought about it, the concern is that our golden tests would start failing all of sudden in the beginning of next year, which is not a good behavior in my opinion. I can update it to use current year if this behavior is OK. |
||
| + "Licensed under the Apache License, Version 2.0 (the \"License\");\n" | ||
| + "you may not use this file except in compliance with the License.\n" | ||
| + "You may obtain a copy of the License at\n\n" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.