From d06385da5389a5fdb8f53514df79f73d2b8cc52d Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 20 Nov 2024 22:45:08 -0800 Subject: [PATCH] fix: licensing should always be Google LLC now --- tpu/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpu/package.json b/tpu/package.json index 9006d2f0209..5ae29c54d82 100644 --- a/tpu/package.json +++ b/tpu/package.json @@ -1,7 +1,7 @@ { "name": "nodejs-docs-samples-tpu", "license": "Apache-2.0", - "author": "Google Inc.", + "author": "Google LLC", "engines": { "node": ">=16.0.0" },