From 14da8f531df4e86837447d0b432d3a90aa08ee5f Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 19 Dec 2019 12:19:54 -0800 Subject: [PATCH] chore(license): add NOTICE (#309) --- 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).