Skip to content

Commit af961b2

Browse files
authored
docs: add meta copyright header (#153)
1 parent cba7db6 commit af961b2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/strands/models/llamaapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates
12
"""Llama API model provider.
23
34
- Docs: https://llama.developer.meta.com/

tests-integ/test_model_llamaapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates
12
import os
23

34
import pytest

tests/strands/models/test_llamaapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates
12
import json
23
import unittest.mock
34

0 commit comments

Comments
 (0)