-
Notifications
You must be signed in to change notification settings - Fork 744
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Some files have a copyright notice like this:
Copyright (c) 2013 Google Inc.
This is incorrect under the law. (c) is meaningless. The word Copyright is sufficient. New files should have
Copyright 2018 Google LLC.
though we don't have to change Inc. to LLC where it's otherwise fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.