Home
last modified time | relevance | path

Searched refs:license (Results 1 – 25 of 6207) sorted by relevance

12345678910>>...249

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c196 License *license = user_data; in parse_start() local
222 g_assert (license->ref == NULL); in parse_start()
223 license->ref = g_strdup (ref); in parse_start()
229 g_assert (license->jurisdiction == JURISDICTION_GENERIC); in parse_start()
230 license->jurisdiction = ref_to_jurisdiction (ref); in parse_start()
231 license->jurisdiction_suffix = in parse_start()
238 g_assert (license->legalcode == NULL); in parse_start()
239 license->legalcode = g_strdup (ref); in parse_start()
243 license->flags |= GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE; in parse_start()
245 license->flags |= GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE; in parse_start()
[all …]
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
DREADME.md1license expression](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60) strings des…
12 {license: 'BSD-2-Clause'}
16 // An invalid SPDX license expression.
27 left: {license: 'LGPL-2.1'},
30 left: {license: 'BSD-3-Clause'},
32 right: {license: 'MIT'}
38 …g) for shareable data about software package license terms. SPDX aims to make sharing and auditin…
42license list](https://spdx.org/licenses), a mapping from specific string identifiers, like `Apache…
44 Any license identifier from the license list is a valid license expression:
48 .concat(require('spdx-license-ids'))
[all …]
/third_party/e2fsprogs/
DAndroid.bp8 // 'apply every license found to every target'. While this makes sure we respect
9 // every license restriction, it may not be entirely correct.
13 // Please consider splitting the single license below into multiple licenses,
15 // default license using the 'licenses: [...]' property on targets as needed.
18 // to attach the license to, and including a comment whether the files may be
20 // See: http://go/android-license-faq
21 license {
25 "SPDX-license-identifier-0BSD",
26 "SPDX-license-identifier-Apache-2.0",
27 "SPDX-license-identifier-BSD",
[all …]
/third_party/grpc/templates/
Dpackage.xml.template25 <license>Apache 2.0</license>
75 <license>BSD</license>
90 <license>BSD</license>
105 <license>BSD</license>
125 <license>BSD</license>
140 <license>BSD</license>
158 <license>BSD</license>
174 <license>BSD</license>
189 <license>BSD</license>
205 <license>BSD</license>
[all …]
/third_party/node/deps/npm/node_modules/spdx-license-ids/
DREADME.md1 # spdx-license-ids
3 …pm version](https://img.shields.io/npm/v/spdx-license-ids.svg)](https://www.npmjs.com/package/spdx…
4 …ges.now.sh/shinnn/spdx-license-ids)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/produc…
6 A list of [SPDX license](https://spdx.org/licenses/) identifiers
10 [Download JSON directly](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/index.jso…
13 npm install spdx-license-ids
18 ### require('spdx-license-ids')
22 All license IDs except for the currently deprecated ones.
25 const ids = require('spdx-license-ids');
34 ### require('spdx-license-ids/deprecated')
[all …]
/third_party/python/Tools/msi/bundle/bootstrap/
DLICENSE.txt1license applies to the bootstrapper application that is embedded within the installer. It has no i…
7 This license governs use of the accompanying software. If you use the software, you accept this lic…
12 A "contributor" is any person that distributes its contribution under this license.
16license, including the license conditions and limitations in section 3, each contributor grants yo…
17 …s license, including the license conditions and limitations in section 3, each contributor grants …
20 …e code to that file along with a copy of this license, which license will govern that file. You ma…
21 …(B) No Trademark License- This license does not grant you rights to use any contributors' name, lo…
22 …r over patents that you claim are infringed by the software, your patent license from such contrib…
24license by including a complete copy of this license with your distribution. If you distribute any…
25 …You may have additional consumer rights under your local laws which this license cannot change. To…
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
DREADME.md1 validate-npm-package-license
4 Give me a string and I'll tell you if it's a valid npm package license string.
7 var valid = require('validate-npm-package-license');
10 SPDX license identifiers are valid license strings:
26 The function will return a warning and suggestion for nearly-correct license identifiers:
35 'license should be ' +
36 'a valid SPDX license expression (without "LicenseRef"), ' +
39 'license is similar to the valid expression "Apache-2.0"'
48 // Simple SPDX license expression for dual licensing
63 'license should be ' +
[all …]
/third_party/e2fsprogs/lib/
DAndroid.bp7 // See: http://go/android-license-faq
10 // to get the below license kinds:
11 // SPDX-license-identifier-0BSD
12 // SPDX-license-identifier-BSD
13 // SPDX-license-identifier-GPL
14 // SPDX-license-identifier-GPL-2.0
15 // SPDX-license-identifier-LGPL
16 // SPDX-license-identifier-LGPL-2.1
17 // SPDX-license-identifier-LGPL-3.0
18 // SPDX-license-identifier-MIT
/third_party/skia/third_party/externals/swiftshader/
DAndroid.bp22 // 'apply every license found to every target'. While this makes sure we respect
23 // every license restriction, it may not be entirely correct.
27 // Please consider splitting the single license below into multiple licenses,
29 // default license using the 'licenses: [...]' property on targets as needed.
32 // to attach the license to, and including a comment whether the files may be
35 // large-scale-change filtered out the below license kinds as false-positives:
36 // SPDX-license-identifier-GPL
37 // SPDX-license-identifier-GPL-3.0
38 // http://go/android-license-faq
39 license {
[all …]
/third_party/vk-gl-cts/scripts/src_util/
Dcheck_license.py50 for searchStr, license in LICENSE_KEYS:
55 detected = license
60 license = getFileLicense(file)
62 if license == LICENSE_MIT:
64 elif license == LICENSE_MULTIPLE:
66 elif license == LICENSE_UNKNOWN:
69 return license == LICENSE_APACHE2
/third_party/wpa_supplicant/
DCOPYING8 See the README file for the current license terms.
10 This software was previously distributed under BSD/GPL v2 dual license
11 terms that allowed either of those license alternatives to be
13 the BSD license option for future distribution. As such, the GPL v2
14 license option is no longer used. It should be noted that the BSD
15 license option (the one with advertisement clause removed) is compatible
19 Some of the files may still include pointers to GPL version 2 license
20 terms. However, such copyright and license notifications are maintained
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
12 license (see below). Acknowledgment of the terms is tracked through
60 History of license and contributions terms
64 open source license indicated in the file" means that the contribution
65 is licensed both under GPL v2 and modified BSD license (see below) and
71 license option for future distribution. As such, the GPL v2 license
74 open source license indicated in the file" means that the contribution
75 is licensed under the modified BSD license (see below).
81 (e) The contribution can be licensed under the modified BSD license
86 license terms. Acceptance of this extended DCO version was indicated
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/
DCOPYING8 See the README file for the current license terms.
10 This software was previously distributed under BSD/GPL v2 dual license
11 terms that allowed either of those license alternatives to be
13 the BSD license option for future distribution. As such, the GPL v2
14 license option is no longer used. It should be noted that the BSD
15 license option (the one with advertisement clause removed) is compatible
19 Some of the files may still include pointers to GPL version 2 license
20 terms. However, such copyright and license notifications are maintained
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
12 license (see below). Acknowledgment of the terms is tracked through
60 History of license and contributions terms
64 open source license indicated in the file" means that the contribution
65 is licensed both under GPL v2 and modified BSD license (see below) and
71 license option for future distribution. As such, the GPL v2 license
74 open source license indicated in the file" means that the contribution
75 is licensed under the modified BSD license (see below).
81 (e) The contribution can be licensed under the modified BSD license
86 license terms. Acceptance of this extended DCO version was indicated
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCOPYING8 See the README file for the current license terms.
10 This software was previously distributed under BSD/GPL v2 dual license
11 terms that allowed either of those license alternatives to be
13 the BSD license option for future distribution. As such, the GPL v2
14 license option is no longer used. It should be noted that the BSD
15 license option (the one with advertisement clause removed) is compatible
19 Some of the files may still include pointers to GPL version 2 license
20 terms. However, such copyright and license notifications are maintained
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
12 license (see below). Acknowledgment of the terms is tracked through
63 History of license and contributions terms
67 open source license indicated in the file" means that the contribution
68 is licensed both under GPL v2 and modified BSD license (see below) and
74 license option for future distribution. As such, the GPL v2 license
77 open source license indicated in the file" means that the contribution
78 is licensed under the modified BSD license (see below).
84 (e) The contribution can be licensed under the modified BSD license
89 license terms. Acceptance of this extended DCO version was indicated
[all …]
/third_party/e2fsprogs/lib/et/
DAndroid.bp4 // See: http://go/android-license-faq
7 // to get the below license kinds:
8 // SPDX-license-identifier-0BSD
9 // SPDX-license-identifier-BSD
10 // SPDX-license-identifier-GPL-2.0
11 // SPDX-license-identifier-MIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DAndroid.bp24 // 'apply every license found to every target'. While this makes sure we respect
25 // every license restriction, it may not be entirely correct.
29 // Please consider splitting the single license below into multiple licenses,
31 // default license using the 'licenses: [...]' property on targets as needed.
34 // to attach the license to, and including a comment whether the files may be
36 // http://go/android-license-faq
37 license {
41 "SPDX-license-identifier-Apache-2.0",
42 "SPDX-license-identifier-BSD",
43 "SPDX-license-identifier-MIT",
[all …]
/third_party/e2fsprogs/lib/blkid/
DAndroid.bp4 // See: http://go/android-license-faq
7 // to get the below license kinds:
8 // SPDX-license-identifier-GPL
9 // SPDX-license-identifier-LGPL
10 // SPDX-license-identifier-LGPL-2.1
11 // SPDX-license-identifier-LGPL-3.0
/third_party/weston/
DDCO-1.1.txt10 license document, but changing it is not allowed.
18 have the right to submit it under the open source license
23 license and I have the right under that license to submit that
25 by me, under the same open source license (unless I am
26 permitted to submit under a different license), as indicated
37 this project or the open source license(s) involved.
/third_party/mbedtls/
Ddco.txt10 license document, but changing it is not allowed.
18 have the right to submit it under the open source license
23 license and I have the right under that license to submit that
25 by me, under the same open source license (unless I am
26 permitted to submit under a different license), as indicated
37 this project or the open source license(s) involved.
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dlicenses.dart2 // Use of this source code is governed by a BSD-style license that can be
21 case 'apache-license-2.0':
58 case 'license.html':
66 case 'license.txt':
71 case 'extreme.indiana.edu.license.TXT':
72 case 'extreme.indiana.edu.license.txt':
73 case 'javolution.license.TXT':
74 case 'javolution.license.txt':
75 case 'libyaml-license.txt':
76 case 'license.patch':
[all …]
Dmain.dart2 // Use of this source code is governed by a BSD-style license that can be
103 throw 'file has no detectable license and no in-scope default license file';
106 for (License license in licenses)
107 license.markUsed(io.fullName, libraryName);
123 throw 'no license file found in scope for ${io.fullName}';
124 for (License license in licenses)
125 license.markUsed(io.fullName, libraryName);
145 _RepositorySingleLicenseFile(_RepositoryDirectory parent, fs.TextFile io, this.license)
148 final License license;
152 if (license != null)
[all …]
/third_party/FatFs/
DLICENSE.txt3 …wrote at current release. Following code block shows a copy of the FatFs license document that hea…
24license is one of the BSD-style licenses but there is a significant feature. FatFs is mainly inten…
/third_party/skia/third_party/
DREADME8 Products in third_party are subject to their own respective license terms. The
9 license for each project should be included in the source itself via a license
10 header or file. If the source itself does not include a license header or file,
11 create a README that refers to reliable documentation of the project's license

12345678910>>...249