From 7d11c7f9d60426d51c79491906a3c1e63a498458 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 6 Dec 2019 19:27:58 +0000 Subject: [PATCH] copyright --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 4b860763f2..8b3a05e394 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. import * as chromium from './chromium'; import * as firefox from './firefox'; import * as webkit from './webkit';