From 4ba6f9823173cabd711cb7ad4df539881e0fc29e Mon Sep 17 00:00:00 2001 From: Young Han Date: Fri, 30 May 2025 11:16:44 -0700 Subject: [PATCH] docs: add meta copyright header --- src/strands/models/llamaapi.py | 1 + tests-integ/test_model_llamaapi.py | 1 + tests/strands/models/test_llamaapi.py | 1 + 3 files changed, 3 insertions(+) diff --git a/src/strands/models/llamaapi.py b/src/strands/models/llamaapi.py index b0825ecb6..00f7742d9 100644 --- a/src/strands/models/llamaapi.py +++ b/src/strands/models/llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates """Llama API model provider. - Docs: https://llama.developer.meta.com/ diff --git a/tests-integ/test_model_llamaapi.py b/tests-integ/test_model_llamaapi.py index 5cddc1a06..dad6919e2 100644 --- a/tests-integ/test_model_llamaapi.py +++ b/tests-integ/test_model_llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates import os import pytest diff --git a/tests/strands/models/test_llamaapi.py b/tests/strands/models/test_llamaapi.py index 2e1a920ab..9a69c4c15 100644 --- a/tests/strands/models/test_llamaapi.py +++ b/tests/strands/models/test_llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates import json import unittest.mock