Expand the header(s) below to see the license information extracted from puppeteer-puppeteer-v23.1.0/tools/third_party/validate-licenses.ts.
MIT
Lines 1 to 1
// The MIT License// Copyright (c) 2010-2022 Google LLC. http://angular.io/license// Permission is hereby granted, free of charge, to any person obtaining a copy ...// this software and associated documentation files (the "Software"), to deal in// the Software without restriction, including without limitation the rights to
MIT
Lines 5 to 20
// The MIT License// Copyright (c) 2010-2022 Google LLC. http://angular.io/license// Permission is hereby granted, free of charge, to any person obtaining a copy ...// this software and associated documentation files (the "Software"), to deal in// the Software without restriction, including without limitation the rights to// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies...// the Software, and to permit persons to whom the Software is furnished to do s...// subject to the following conditions:// The above copyright notice and this permission notice shall be included in al...// copies or substantial portions of the Software.// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITN...// FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS O...// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE...// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.// Taken and adapted from https://github.com/angular/angular-cli/blob/173823d/sc...import * as path from 'path';import checker from 'license-checker';
LicenseRef-scancode-public-domain
Lines 37 to 37
* - CC0 This is not a valid license. It does not grant copyright of the * code/asset, and does not resolve patents or other licensed work. The * different claims also have no standing in court and do not provide * protection to or from Google and/or third parties. We cannot use nor * contribute to CC0 licenses. * - Public Domain Same as CC0, it is not a valid license. */const allowedLicenses = [ // Regular valid open source licenses supported by Google. 'MIT', 'ISC',
LicenseRef-scancode-unknown-license-reference
Lines 40 to 40
* protection to or from Google and/or third parties. We cannot use nor * contribute to CC0 licenses. * - Public Domain Same as CC0, it is not a valid license. */const allowedLicenses = [ // Regular valid open source licenses supported by Google. 'MIT', 'ISC', 'Apache-2.0', 'Python-2.0', 'Artistic-2.0',
Apache-2.0
Lines 43 to 43
*/const allowedLicenses = [ // Regular valid open source licenses supported by Google. 'MIT', 'ISC', 'Apache-2.0', 'Python-2.0', 'Artistic-2.0', 'BlueOak-1.0.0', 'BSD-2-Clause',
BSD-2-Clause
Lines 48 to 48
'Apache-2.0', 'Python-2.0', 'Artistic-2.0', 'BlueOak-1.0.0', 'BSD-2-Clause', 'BSD-3-Clause', 'BSD-4-Clause', // All CC-BY licenses have a full copyright grant and attribution section. 'CC-BY-3.0',
BSD-3-Clause
Lines 49 to 49
'Python-2.0', 'Artistic-2.0', 'BlueOak-1.0.0', 'BSD-2-Clause', 'BSD-3-Clause', 'BSD-4-Clause', // All CC-BY licenses have a full copyright grant and attribution section. 'CC-BY-3.0', 'CC-BY-4.0',
BSD-4-Clause
Lines 50 to 50
'Artistic-2.0', 'BlueOak-1.0.0', 'BSD-2-Clause', 'BSD-3-Clause', 'BSD-4-Clause', // All CC-BY licenses have a full copyright grant and attribution section. 'CC-BY-3.0', 'CC-BY-4.0',
CC0-1.0
Lines 58 to 58
'CC-BY-3.0', 'CC-BY-4.0', // Have a full copyright grant. Validated by opensource team. 'Unlicense', 'CC0-1.0', '0BSD', // Combinations. '(AFL-2.1 OR BSD-2-Clause)',];
BSD-2-Clause
Lines 62 to 62
'Unlicense', 'CC0-1.0', '0BSD', // Combinations. '(AFL-2.1 OR BSD-2-Clause)',];// Name variations of SPDX licenses that some packages have.// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = {
Apache-2.0
Lines 69 to 69
// Name variations of SPDX licenses that some packages have.// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default.
Apache-2.0
Lines 69 to 69
// Name variations of SPDX licenses that some packages have.// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default.
Apache-2.0
Lines 70 to 70
// Name variations of SPDX licenses that some packages have.// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',
Apache-2.0
Lines 71 to 71
// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};
Apache-2.0
Lines 71 to 71
// Licenses not included in SPDX but accepted will be converted to MIT.const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};
Apache-2.0
Lines 72 to 72
const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};
Apache-2.0
Lines 72 to 72
const licenseReplacements: {[key: string]: string} = { // Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};
AFL-2.1
Lines 73 to 73
// Just a longer string that our script catches. SPDX official name is the sho... 'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};// Specific packages to ignore, add a reason in a comment. Format: package-name@...
BSD-2-Clause
Lines 74 to 74
'Apache License, Version 2.0': 'Apache-2.0', Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};// Specific packages to ignore, add a reason in a comment. Format: package-name@...const ignoredPackages = [
BSD-2-Clause
Lines 75 to 75
Apache2: 'Apache-2.0', 'Apache 2.0': 'Apache-2.0', 'Apache v2': 'Apache-2.0', 'AFLv2.1': 'AFL-2.1', // BSD is BSD-2-clause by default. BSD: 'BSD-2-Clause',};// Specific packages to ignore, add a reason in a comment. Format: package-name@...const ignoredPackages = [ // * Development only
Expand the header(s) below to see the license information extracted from puppeteer-puppeteer-v23.1.0/LICENSE.
Apache-2.0
Lines 2 to 202
Apache License Version 2.0, January 2004 https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions
We have analyzed the source code. There are no files that are licensed under proprietary licenses. There are no incompatibilities between licenses found in the source code.