Skip to content

Commit 04fa612

Browse files
authored
Update LICENSE-3rd-party.txt (#1840)
* Add regex license from https://raw.githubusercontent.com/mrabarnett/mrab-regex/refs/heads/hg/LICENSE.txt at b693a1f ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/contributing/index.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. ## Summary by CodeRabbit * **Chores** * Updated third-party license disclosures to include additional open-source library attributions. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #1840
1 parent 1b33baf commit 04fa612

1 file changed

Lines changed: 210 additions & 0 deletions

File tree

LICENSE-3rd-party.txt

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4945,6 +4945,216 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49454945
SOFTWARE.
49464946

49474947

4948+
--- LICENSE FOR regex ---
4949+
This work was derived from the 're' module of CPython 2.6 and CPython 3.1,
4950+
copyright (c) 1998-2001 by Secret Labs AB and licensed under CNRI's Python 1.6
4951+
license.
4952+
4953+
All additions and alterations are licensed under the Apache 2.0 License.
4954+
4955+
4956+
Apache License
4957+
Version 2.0, January 2004
4958+
http://www.apache.org/licenses/
4959+
4960+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4961+
4962+
1. Definitions.
4963+
4964+
"License" shall mean the terms and conditions for use, reproduction,
4965+
and distribution as defined by Sections 1 through 9 of this document.
4966+
4967+
"Licensor" shall mean the copyright owner or entity authorized by
4968+
the copyright owner that is granting the License.
4969+
4970+
"Legal Entity" shall mean the union of the acting entity and all
4971+
other entities that control, are controlled by, or are under common
4972+
control with that entity. For the purposes of this definition,
4973+
"control" means (i) the power, direct or indirect, to cause the
4974+
direction or management of such entity, whether by contract or
4975+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
4976+
outstanding shares, or (iii) beneficial ownership of such entity.
4977+
4978+
"You" (or "Your") shall mean an individual or Legal Entity
4979+
exercising permissions granted by this License.
4980+
4981+
"Source" form shall mean the preferred form for making modifications,
4982+
including but not limited to software source code, documentation
4983+
source, and configuration files.
4984+
4985+
"Object" form shall mean any form resulting from mechanical
4986+
transformation or translation of a Source form, including but
4987+
not limited to compiled object code, generated documentation,
4988+
and conversions to other media types.
4989+
4990+
"Work" shall mean the work of authorship, whether in Source or
4991+
Object form, made available under the License, as indicated by a
4992+
copyright notice that is included in or attached to the work
4993+
(an example is provided in the Appendix below).
4994+
4995+
"Derivative Works" shall mean any work, whether in Source or Object
4996+
form, that is based on (or derived from) the Work and for which the
4997+
editorial revisions, annotations, elaborations, or other modifications
4998+
represent, as a whole, an original work of authorship. For the purposes
4999+
of this License, Derivative Works shall not include works that remain
5000+
separable from, or merely link (or bind by name) to the interfaces of,
5001+
the Work and Derivative Works thereof.
5002+
5003+
"Contribution" shall mean any work of authorship, including
5004+
the original version of the Work and any modifications or additions
5005+
to that Work or Derivative Works thereof, that is intentionally
5006+
submitted to Licensor for inclusion in the Work by the copyright owner
5007+
or by an individual or Legal Entity authorized to submit on behalf of
5008+
the copyright owner. For the purposes of this definition, "submitted"
5009+
means any form of electronic, verbal, or written communication sent
5010+
to the Licensor or its representatives, including but not limited to
5011+
communication on electronic mailing lists, source code control systems,
5012+
and issue tracking systems that are managed by, or on behalf of, the
5013+
Licensor for the purpose of discussing and improving the Work, but
5014+
excluding communication that is conspicuously marked or otherwise
5015+
designated in writing by the copyright owner as "Not a Contribution."
5016+
5017+
"Contributor" shall mean Licensor and any individual or Legal Entity
5018+
on behalf of whom a Contribution has been received by Licensor and
5019+
subsequently incorporated within the Work.
5020+
5021+
2. Grant of Copyright License. Subject to the terms and conditions of
5022+
this License, each Contributor hereby grants to You a perpetual,
5023+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5024+
copyright license to reproduce, prepare Derivative Works of,
5025+
publicly display, publicly perform, sublicense, and distribute the
5026+
Work and such Derivative Works in Source or Object form.
5027+
5028+
3. Grant of Patent License. Subject to the terms and conditions of
5029+
this License, each Contributor hereby grants to You a perpetual,
5030+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5031+
(except as stated in this section) patent license to make, have made,
5032+
use, offer to sell, sell, import, and otherwise transfer the Work,
5033+
where such license applies only to those patent claims licensable
5034+
by such Contributor that are necessarily infringed by their
5035+
Contribution(s) alone or by combination of their Contribution(s)
5036+
with the Work to which such Contribution(s) was submitted. If You
5037+
institute patent litigation against any entity (including a
5038+
cross-claim or counterclaim in a lawsuit) alleging that the Work
5039+
or a Contribution incorporated within the Work constitutes direct
5040+
or contributory patent infringement, then any patent licenses
5041+
granted to You under this License for that Work shall terminate
5042+
as of the date such litigation is filed.
5043+
5044+
4. Redistribution. You may reproduce and distribute copies of the
5045+
Work or Derivative Works thereof in any medium, with or without
5046+
modifications, and in Source or Object form, provided that You
5047+
meet the following conditions:
5048+
5049+
(a) You must give any other recipients of the Work or
5050+
Derivative Works a copy of this License; and
5051+
5052+
(b) You must cause any modified files to carry prominent notices
5053+
stating that You changed the files; and
5054+
5055+
(c) You must retain, in the Source form of any Derivative Works
5056+
that You distribute, all copyright, patent, trademark, and
5057+
attribution notices from the Source form of the Work,
5058+
excluding those notices that do not pertain to any part of
5059+
the Derivative Works; and
5060+
5061+
(d) If the Work includes a "NOTICE" text file as part of its
5062+
distribution, then any Derivative Works that You distribute must
5063+
include a readable copy of the attribution notices contained
5064+
within such NOTICE file, excluding those notices that do not
5065+
pertain to any part of the Derivative Works, in at least one
5066+
of the following places: within a NOTICE text file distributed
5067+
as part of the Derivative Works; within the Source form or
5068+
documentation, if provided along with the Derivative Works; or,
5069+
within a display generated by the Derivative Works, if and
5070+
wherever such third-party notices normally appear. The contents
5071+
of the NOTICE file are for informational purposes only and
5072+
do not modify the License. You may add Your own attribution
5073+
notices within Derivative Works that You distribute, alongside
5074+
or as an addendum to the NOTICE text from the Work, provided
5075+
that such additional attribution notices cannot be construed
5076+
as modifying the License.
5077+
5078+
You may add Your own copyright statement to Your modifications and
5079+
may provide additional or different license terms and conditions
5080+
for use, reproduction, or distribution of Your modifications, or
5081+
for any such Derivative Works as a whole, provided Your use,
5082+
reproduction, and distribution of the Work otherwise complies with
5083+
the conditions stated in this License.
5084+
5085+
5. Submission of Contributions. Unless You explicitly state otherwise,
5086+
any Contribution intentionally submitted for inclusion in the Work
5087+
by You to the Licensor shall be under the terms and conditions of
5088+
this License, without any additional terms or conditions.
5089+
Notwithstanding the above, nothing herein shall supersede or modify
5090+
the terms of any separate license agreement you may have executed
5091+
with Licensor regarding such Contributions.
5092+
5093+
6. Trademarks. This License does not grant permission to use the trade
5094+
names, trademarks, service marks, or product names of the Licensor,
5095+
except as required for reasonable and customary use in describing the
5096+
origin of the Work and reproducing the content of the NOTICE file.
5097+
5098+
7. Disclaimer of Warranty. Unless required by applicable law or
5099+
agreed to in writing, Licensor provides the Work (and each
5100+
Contributor provides its Contributions) on an "AS IS" BASIS,
5101+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5102+
implied, including, without limitation, any warranties or conditions
5103+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5104+
PARTICULAR PURPOSE. You are solely responsible for determining the
5105+
appropriateness of using or redistributing the Work and assume any
5106+
risks associated with Your exercise of permissions under this License.
5107+
5108+
8. Limitation of Liability. In no event and under no legal theory,
5109+
whether in tort (including negligence), contract, or otherwise,
5110+
unless required by applicable law (such as deliberate and grossly
5111+
negligent acts) or agreed to in writing, shall any Contributor be
5112+
liable to You for damages, including any direct, indirect, special,
5113+
incidental, or consequential damages of any character arising as a
5114+
result of this License or out of the use or inability to use the
5115+
Work (including but not limited to damages for loss of goodwill,
5116+
work stoppage, computer failure or malfunction, or any and all
5117+
other commercial damages or losses), even if such Contributor
5118+
has been advised of the possibility of such damages.
5119+
5120+
9. Accepting Warranty or Additional Liability. While redistributing
5121+
the Work or Derivative Works thereof, You may choose to offer,
5122+
and charge a fee for, acceptance of support, warranty, indemnity,
5123+
or other liability obligations and/or rights consistent with this
5124+
License. However, in accepting such obligations, You may act only
5125+
on Your own behalf and on Your sole responsibility, not on behalf
5126+
of any other Contributor, and only if You agree to indemnify,
5127+
defend, and hold each Contributor harmless for any liability
5128+
incurred by, or claims asserted against, such Contributor by reason
5129+
of your accepting any such warranty or additional liability.
5130+
5131+
END OF TERMS AND CONDITIONS
5132+
5133+
APPENDIX: How to apply the Apache License to your work.
5134+
5135+
To apply the Apache License to your work, attach the following
5136+
boilerplate notice, with the fields enclosed by brackets "[]"
5137+
replaced with your own identifying information. (Don't include
5138+
the brackets!) The text should be enclosed in the appropriate
5139+
comment syntax for the file format. We also recommend that a
5140+
file or class name and description of purpose be included on the
5141+
same "printed page" as the copyright notice for easier
5142+
identification within third-party archives.
5143+
5144+
Copyright 2020 Matthew Barnett
5145+
5146+
Licensed under the Apache License, Version 2.0 (the "License");
5147+
you may not use this file except in compliance with the License.
5148+
You may obtain a copy of the License at
5149+
5150+
http://www.apache.org/licenses/LICENSE-2.0
5151+
5152+
Unless required by applicable law or agreed to in writing, software
5153+
distributed under the License is distributed on an "AS IS" BASIS,
5154+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5155+
See the License for the specific language governing permissions and
5156+
limitations under the License.
5157+
49485158

49495159
--- LICENSE FOR rich ---
49505160
Copyright (c) 2020 Will McGugan

0 commit comments

Comments
 (0)