Skip to content

Commit 5759701

Browse files
updating copyrights from pre merge check in github action
1 parent 13be4ee commit 5759701

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# __init__.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Top level package for the streaming feature."""
25

36
from .stream_feature import StreamFeature

demos/python/sdk_wireless_camera_control/open_gopro/features/streaming/base_stream.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# base_stream.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Base class for all stream controllers."""
25

36
from __future__ import annotations

demos/python/sdk_wireless_camera_control/open_gopro/features/streaming/livestream.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# livestream.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Livestream stream controller implementation."""
25

36
from __future__ import annotations

demos/python/sdk_wireless_camera_control/open_gopro/features/streaming/preview_stream.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# preview_stream.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Preview stream controller implementation."""
25

36
from __future__ import annotations

demos/python/sdk_wireless_camera_control/open_gopro/features/streaming/stream_feature.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# stream_feature.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Combined stream functionality for all type of video streams."""
25

36
from __future__ import annotations

demos/python/sdk_wireless_camera_control/open_gopro/features/streaming/webcam_stream.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# webcam_stream.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:27 UTC 2025
3+
14
"""Webcam stream controller implementation."""
25

36
from __future__ import annotations

demos/python/sdk_wireless_camera_control/open_gopro/models/streaming.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# streaming.py/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro).
2+
# This copyright was auto-generated on Thu May 15 16:57:28 UTC 2025
3+
14
"""Streaming models and entities."""
25

36
import enum

0 commit comments

Comments
 (0)