Skip to content

Commit f241efa

Browse files
MGpromaxclaude
andcommitted
Fix ignorable_urls for llama-3-license-2024
The CI license_validate_ignorables job caught that the declared ignorable_urls did not match the detected ones: the Meta brand guidelines URL keeps its trailing slash. Regenerated the ignorables with SCANCODE_REGEN_TEST_FIXTURES=yes running tests/licensedcode/test_detection_validate.py, which also normalized the file ending to the canonical dump format. Both validation tests for this license now pass locally. Signed-off-by: Manoj Gowda <manojgowdabs18@gmail.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f1cc5da commit f241efa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/licensedcode/data/licenses/llama-3-license-2024.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ignorable_copyrights:
1515
ignorable_holders:
1616
- Meta Platforms, Inc.
1717
ignorable_urls:
18-
- https://about.meta.com/brand/resources/meta/company-brand
18+
- https://about.meta.com/brand/resources/meta/company-brand/
1919
- https://llama.meta.com/get-started
2020
- https://llama.meta.com/llama-downloads
2121
- https://llama.meta.com/llama3/use-policy
@@ -61,4 +61,4 @@ By clicking “I Accept” below or by using or distributing any portion or elem
6161

6262
6. Term and Termination. The term of this Agreement will commence upon your acceptance of this Agreement or access to the Llama Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this Agreement.
6363

64-
7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of the State of California without regard to choice of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement. The courts of California shall have exclusive jurisdiction of any dispute arising out of this Agreement.
64+
7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of the State of California without regard to choice of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement. The courts of California shall have exclusive jurisdiction of any dispute arising out of this Agreement.

0 commit comments

Comments
 (0)