Skip to content

Commit 159b4eb

Browse files
seyeong-hanjer96
authored andcommitted
docs: add meta copyright header (strands-agents#153)
1 parent 47b7267 commit 159b4eb

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)