summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/fixtures/closeme.js
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/fixtures/closeme.js')
-rw-r--r--remote/test/puppeteer/test/fixtures/closeme.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/fixtures/closeme.js b/remote/test/puppeteer/test/fixtures/closeme.js
index dbe798f70d..a534f9acde 100644
--- a/remote/test/puppeteer/test/fixtures/closeme.js
+++ b/remote/test/puppeteer/test/fixtures/closeme.js
@@ -1,3 +1,8 @@
+/**
+ * @license
+ * Copyright 2024 Google Inc.
+ * SPDX-License-Identifier: Apache-2.0
+ */
(async () => {
const [, , puppeteerRoot, options] = process.argv;
const browser = await require(puppeteerRoot).launch(JSON.parse(options));