Home
last modified time | relevance | path

Searched refs:contributor (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBlueOak-1.0.021 Each contributor licenses you to do everything with this
22 software that would otherwise infringe that contributor's
42 Each contributor licenses you to do everything with this
48 No contributor can revoke this license.
53 without any warranty or condition, and no contributor
H A DMS-PL9 … the software. A "contributor" is any person that distributes its contribution under this license.…
11 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
12 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
15 …t claim against any contributor over patents that you claim are infringed by the software, your pa…
H A DMS-RL11 A "contributor" is any person that distributes its contribution under this license.
12 "Licensed patents" are a contributor`s patent claims that read directly on its contribution.
14 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
15 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
19 …t claim against any contributor over patents that you claim are infringed by the software, your pa…
H A DParity-7.0.017 …u, with or without changes, also gets the text of this license and the contributor and source code…
41 …essible distribution system widely used for similar source code so the contributor and others can …
59 The contributor licenses you to do everything with this software that would otherwise infringe thei…
63 The contributor licenses you to do everything with this software that would otherwise infringe any …
67 The contributor can't revoke this license.
71 … this software comes as is, without any warranty or condition, and the contributor won't be liable…
H A DParity-6.0.011 software that would otherwise infringe either the contributor's
12 copyright in it, any patent claim the contributor can license,
25 and the contributor and source code lines above.
42 any warranty, and the contributor will not be liable to anyone
H A DBSD-2-Clause-Patent14 and contributor hereby grants to those receiving rights under this license
19 acquired or hereafter acquired, licensable by such copyright holder or contributor
27 such Contribution(s) was added by such copyright holder or contributor, if,
33 holder or contributor is granted under this license, whether expressly, by
H A DSSPL-1.0399 A “contributor” is a copyright holder who authorizes use under this
401 thus licensed is called the contributor's “contributor version”.
403 A contributor's “essential patent claims” are all patent claims owned or
404 controlled by the contributor, whether already acquired or hereafter
406 License, of making, using, or selling its contributor version, but do not
408 modification of the contributor version. For purposes of this definition,
412 Each contributor grants you a non-exclusive, worldwide, royalty-free
413 patent license under the contributor's essential patent claims, to make,
415 the contents of its contributor version.
H A DGPL-3.0-only149contributor” is a copyright holder who authorizes use under this License of the Program or a work …
151contributor's “essential patent claims” are all patent claims owned or controlled by the contribut…
153contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contribut…
H A DAGPL-3.0-or-later423 A "contributor" is a copyright holder who authorizes use under this License
425 is called the contributor's "contributor version".
427 A contributor's "essential patent claims" are all patent claims owned or controlled
428 by the contributor, whether already acquired or hereafter acquired, that would
430 or selling its contributor version, but do not include claims that would be
431 infringed only as a consequence of further modification of the contributor
436 Each contributor grants you a non-exclusive, worldwide, royalty-free patent
437 license under the contributor's essential patent claims, to make, use, sell,
439 of its contributor version.
H A DGPL-3.0-or-later434 A "contributor" is a copyright holder who authorizes use under this License
436 is called the contributor's "contributor version".
438 A contributor's "essential patent claims" are all patent claims owned or controlled
439 by the contributor, whether already acquired or hereafter acquired, that would
441 or selling its contributor version, but do not include claims that would be
442 infringed only as a consequence of further modification of the contributor
447 Each contributor grants you a non-exclusive, worldwide, royalty-free patent
448 license under the contributor's essential patent claims, to make, use, sell,
450 of its contributor version.
H A DAGPL-3.0-only461 A "contributor" is a copyright holder who authorizes use under this
463 work thus licensed is called the contributor's "contributor version".
465 A contributor's "essential patent claims" are all patent claims
466 owned or controlled by the contributor, whether already acquired or
468 by this License, of making, using, or selling its contributor version,
470 consequence of further modification of the contributor version. For
475 Each contributor grants you a non-exclusive, worldwide, royalty-free
476 patent license under the contributor's essential patent claims, to
478 propagate the contents of its contributor version.
H A DMakeIndex19 This program is distributed with no warranty of any sort. No contributor accepts responsibility fo…
/OK3568_Linux_fs/external/chromium/licenses/
H A DMs-PL.txt10 A "contributor" is any person that distributes its contribution under this license.
11 "Licensed patents" are a contributor's patent claims that read directly on its contribution.
14 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
15 …e, including the license conditions and limitations in section 3, each contributor grants you a no…
19 …t claim against any contributor over patents that you claim are infringed by the software, your pa…
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst9 submission life-cycle. A contributor uses this document to level set
18 tells the contributor where to send patches for which files, it does not
34 the contributor aware of obligations a maintainer may have for
74 concluded by this point the expectation is the contributor should wait and
85 One of the largest sources of contributor angst is how soon to ping
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md43 permanently any contributor for other behaviors that they deem inappropriate,
71 available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
73 [homepage]: https://www.contributor-covenant.org
76 https://www.contributor-covenant.org/faq
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h1037 …pixel, int in_last_pixel, float in_center_of_out, stbir__contributors* contributor, float* coeffic… in stbir__calculate_coefficients_upsample() argument
1045 contributor->n0 = in_first_pixel; in stbir__calculate_coefficients_upsample()
1046 contributor->n1 = in_last_pixel; in stbir__calculate_coefficients_upsample()
1048 STBIR_ASSERT(contributor->n1 >= contributor->n0); in stbir__calculate_coefficients_upsample()
1058 contributor->n0 = ++in_first_pixel; in stbir__calculate_coefficients_upsample()
1083 contributor->n1 = contributor->n0 + i - 1; in stbir__calculate_coefficients_upsample()
1087 …ixel, int out_last_pixel, float out_center_of_in, stbir__contributors* contributor, float* coeffic… in stbir__calculate_coefficients_downsample() argument
1093 contributor->n0 = out_first_pixel; in stbir__calculate_coefficients_downsample()
1094 contributor->n1 = out_last_pixel; in stbir__calculate_coefficients_downsample()
1096 STBIR_ASSERT(contributor->n1 >= contributor->n0); in stbir__calculate_coefficients_downsample()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h1037 …pixel, int in_last_pixel, float in_center_of_out, stbir__contributors* contributor, float* coeffic… in stbir__calculate_coefficients_upsample() argument
1045 contributor->n0 = in_first_pixel; in stbir__calculate_coefficients_upsample()
1046 contributor->n1 = in_last_pixel; in stbir__calculate_coefficients_upsample()
1048 STBIR_ASSERT(contributor->n1 >= contributor->n0); in stbir__calculate_coefficients_upsample()
1058 contributor->n0 = ++in_first_pixel; in stbir__calculate_coefficients_upsample()
1083 contributor->n1 = contributor->n0 + i - 1; in stbir__calculate_coefficients_upsample()
1087 …ixel, int out_last_pixel, float out_center_of_in, stbir__contributors* contributor, float* coeffic… in stbir__calculate_coefficients_downsample() argument
1093 contributor->n0 = out_first_pixel; in stbir__calculate_coefficients_downsample()
1094 contributor->n1 = out_last_pixel; in stbir__calculate_coefficients_downsample()
1096 STBIR_ASSERT(contributor->n1 >= contributor->n0); in stbir__calculate_coefficients_downsample()
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dcode-of-conduct.rst67 https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 获取。
/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DNotice.md2 states the contributor agreement rules etc, i.e, optee_test follows what is
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct.rst51 contributor for other behaviors that they deem inappropriate, threatening,
80 available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DSSPL-1399 A “contributor” is a copyright holder who authorizes use under this
401 thus licensed is called the contributor's “contributor version”.
403 A contributor's “essential patent claims” are all patent claims owned or
404 controlled by the contributor, whether already acquired or hereafter
406 License, of making, using, or selling its contributor version, but do not
408 modification of the contributor version. For purposes of this definition,
412 Each contributor grants you a non-exclusive, worldwide, royalty-free
413 patent license under the contributor's essential patent claims, to make,
415 the contents of its contributor version.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/
H A DLICENSE.GPL3473 A "contributor" is a copyright holder who authorizes use under this
475 work thus licensed is called the contributor's "contributor version".
477 A contributor's "essential patent claims" are all patent claims
478 owned or controlled by the contributor, whether already acquired or
480 by this License, of making, using, or selling its contributor version,
482 consequence of further modification of the contributor version. For
487 Each contributor grants you a non-exclusive, worldwide, royalty-free
488 patent license under the contributor's essential patent claims, to
490 propagate the contents of its contributor version.
H A DLICENSE.GPL3-EXCEPT503 A "contributor" is a copyright holder who authorizes use under this
505 work thus licensed is called the contributor's "contributor version".
507 A contributor's "essential patent claims" are all patent claims
508 owned or controlled by the contributor, whether already acquired or
510 by this License, of making, using, or selling its contributor version,
512 consequence of further modification of the contributor version. For
517 Each contributor grants you a non-exclusive, worldwide, royalty-free
518 patent license under the contributor's essential patent claims, to
520 propagate the contents of its contributor version.
H A DLICENSE.GPLv3485 A "contributor" is a copyright holder who authorizes use under this
487 work thus licensed is called the contributor's "contributor version".
489 A contributor's "essential patent claims" are all patent claims
490 owned or controlled by the contributor, whether already acquired or
492 by this License, of making, using, or selling its contributor version,
494 consequence of further modification of the contributor version. For
499 Each contributor grants you a non-exclusive, worldwide, royalty-free
500 patent license under the contributor's essential patent claims, to
502 propagate the contents of its contributor version.
/OK3568_Linux_fs/yocto/meta-qt5/licenses/
H A DThe-Qt-Company-GPL-Exception-1.0503 A "contributor" is a copyright holder who authorizes use under this
505 work thus licensed is called the contributor's "contributor version".
507 A contributor's "essential patent claims" are all patent claims
508 owned or controlled by the contributor, whether already acquired or
510 by this License, of making, using, or selling its contributor version,
512 consequence of further modification of the contributor version. For
517 Each contributor grants you a non-exclusive, worldwide, royalty-free
518 patent license under the contributor's essential patent claims, to
520 propagate the contents of its contributor version.

12345