From fe25827f03847af8382c1ae4adb3c4dda611d6a6 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Dec 2019 12:26:21 -0800 Subject: [PATCH] license --- test/chromium/browser.spec.js | 18 ++---------------- test/firefox/browser.spec.js | 18 ++---------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/test/chromium/browser.spec.js b/test/chromium/browser.spec.js index 789c4af65a..3c07998c08 100644 --- a/test/chromium/browser.spec.js +++ b/test/chromium/browser.spec.js @@ -1,19 +1,5 @@ -/** - * Copyright 2018 Google Inc. All rights reserved. - * Modifications copyright (c) Microsoft Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. module.exports.addTests = function({testRunner, expect, headless, playwright, FFOX, CHROME, WEBKIT}) { const {describe, xdescribe, fdescribe} = testRunner; diff --git a/test/firefox/browser.spec.js b/test/firefox/browser.spec.js index e43691385f..91c8d2f1f9 100644 --- a/test/firefox/browser.spec.js +++ b/test/firefox/browser.spec.js @@ -1,19 +1,5 @@ -/** - * Copyright 2018 Google Inc. All rights reserved. - * Modifications copyright (c) Microsoft Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. module.exports.addTests = function({testRunner, expect, headless, playwright, FFOX, CHROME, WEBKIT}) { const {describe, xdescribe, fdescribe} = testRunner;