From ecdcc2ed730a4e2d7e55e8e070aad297c419ef45 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 17 Jan 2020 10:21:14 -0800 Subject: [PATCH] update remaining license headers --- src/platform.ts | 17 +++++++++++++++-- src/webkit/wkPageProxy.ts | 17 +++++++++++++++-- utils/testrunner/SourceMapSupport.js | 17 +++++++++++++++-- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/src/platform.ts b/src/platform.ts index c3d67a76e7..c464f04777 100644 --- a/src/platform.ts +++ b/src/platform.ts @@ -1,5 +1,18 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT license. +/** + * 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. + */ // Note: this is the only file outside of src/server which can import external dependencies. // All dependencies must be listed in web.webpack.config.js to avoid bundling them. diff --git a/src/webkit/wkPageProxy.ts b/src/webkit/wkPageProxy.ts index a314b1c25f..f01e1971b2 100644 --- a/src/webkit/wkPageProxy.ts +++ b/src/webkit/wkPageProxy.ts @@ -1,5 +1,18 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT license. +/** + * 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. + */ import { BrowserContext } from '../browserContext'; diff --git a/utils/testrunner/SourceMapSupport.js b/utils/testrunner/SourceMapSupport.js index 458ae312d7..ae8933c55e 100644 --- a/utils/testrunner/SourceMapSupport.js +++ b/utils/testrunner/SourceMapSupport.js @@ -1,5 +1,18 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT license. +/** + * 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. + */ const fs = require('fs'); const path = require('path');