Skip to content

Commit 0d36338

Browse files
committed
Update copyright to 2025
1 parent 386ba61 commit 0d36338

File tree

223 files changed

+248
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+248
-265
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2024, Daily
3+
Copyright (c) 2025, Daily
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

examples/canonical-metrics/bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/canonical-metrics/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/canonical-metrics/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/chatbot-audio-recording/bot.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#
@@ -127,9 +127,9 @@ async def main():
127127

128128
task = PipelineTask(pipeline, PipelineParams(allow_interruptions=True))
129129

130-
@audiobuffer.event_handler("on_audio_data")
131-
async def on_audio_data(buffer, audio, sample_rate, num_channels):
132-
await save_audio(audio, sample_rate, num_channels)
130+
@audiobuffer.event_handler("on_audio_data")
131+
async def on_audio_data(buffer, audio, sample_rate, num_channels):
132+
await save_audio(audio, sample_rate, num_channels)
133133

134134
@transport.event_handler("on_first_participant_joined")
135135
async def on_first_participant_joined(transport, participant):

examples/chatbot-audio-recording/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/chatbot-audio-recording/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/deployment/flyio-example/bot_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/01-say-one-thing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/01a-local-audio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/01c-fastpitch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/02-llm-say-one-thing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/03-still-frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/03a-local-still-frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/04-utterance-and-speech.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/05-sync-speech-and-image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/05a-local-sync-speech-and-image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/06-listen-and-respond.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/06a-image-sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07-interruptible-vad.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07-interruptible.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07a-interruptible-anthropic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07b-interruptible-langchain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07c-interruptible-deepgram-vad.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07c-interruptible-deepgram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07d-interruptible-elevenlabs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07e-interruptible-playht.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07f-interruptible-azure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07g-interruptible-openai-tts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07h-interruptible-openpipe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07i-interruptible-xtts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07j-interruptible-gladia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07k-interruptible-lmnt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07l-interruptible-together.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07m-interruptible-polly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07n-interruptible-google.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07o-interruptible-assemblyai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07p-interruptible-krisp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07q-interruptible-rime.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07r-interruptible-riva-nim.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07s-interruptible-google-audio-in.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/07t-interruptible-fish.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/09-mirror.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/09a-local-mirror.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/10-wake-phrase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/11-sound-effects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/12-describe-video.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/12a-describe-video-gemini-flash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/12b-describe-video-gpt-4o.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/12c-describe-video-anthropic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/13-whisper-transcription.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/13a-whisper-local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/13b-deepgram-transcription.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/13c-gladia-transcription.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

examples/foundational/13d-assemblyai-transcription.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Daily
2+
# Copyright (c) 2025, Daily
33
#
44
# SPDX-License-Identifier: BSD 2-Clause License
55
#

0 commit comments

Comments
 (0)