update examples and tests copyright and use a proper dash in 2024-2026

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-07 19:32:22 -08:00
parent d507c88d3e
commit 2626154a64
585 changed files with 605 additions and 588 deletions

View File

@@ -1,3 +1,9 @@
#
# Copyright (c) 2024-2026, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
import asyncio
import unittest
from typing import Optional, TypedDict, Union
@@ -5,11 +11,6 @@ from typing import Optional, TypedDict, Union
from pipecat.adapters.schemas.direct_function import DirectFunctionWrapper
from pipecat.services.llm_service import FunctionCallParams
# Copyright (c) 2025, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
class TestDirectFunction(unittest.TestCase):
def test_name_is_set_from_function(self):