From 1b09be25f138d5629465cfcf5b323f47d638b287 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 19 Dec 2019 11:22:35 -0800 Subject: [PATCH] chore(license): add NOTICE --- NOTICE | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..814ec1696f --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Playwright +Copyright (c) Microsoft Corporation + +This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer), +available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).