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.
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.