From 7a33b082d1c0f1c5cb2ea426a6fc5734d8e447ad Mon Sep 17 00:00:00 2001 From: danielpetri1 Date: Wed, 3 Apr 2024 16:06:32 +0200 Subject: [PATCH] Update copyright/license year to 2024 --- .github/workflows/test.yml | 2 +- .reuse/dep5 | 2 +- bbb_presentation_video/__init__.py | 2 +- bbb_presentation_video/bindings/fontconfig.py | 2 +- bbb_presentation_video/events/__init__.py | 2 +- bbb_presentation_video/events/errors.py | 2 +- bbb_presentation_video/events/helpers.py | 26 ++++++++++++------- bbb_presentation_video/events/tldraw.py | 2 +- bbb_presentation_video/renderer/__init__.py | 2 +- bbb_presentation_video/renderer/cursor.py | 2 +- .../renderer/presentation.py | 2 +- .../renderer/tldraw/__init__.py | 2 +- .../renderer/tldraw/easings.py | 2 +- .../renderer/tldraw/fonts/__init__.py | 2 +- .../renderer/tldraw/geo/arrow_geo.py | 2 +- .../renderer/tldraw/geo/checkbox.py | 2 +- .../renderer/tldraw/geo/cloud.py | 2 +- .../renderer/tldraw/geo/diamond.py | 2 +- .../renderer/tldraw/geo/ellipse.py | 2 +- .../renderer/tldraw/geo/hexagon.py | 2 +- .../renderer/tldraw/geo/oval.py | 2 +- .../renderer/tldraw/geo/rectangle.py | 2 +- .../renderer/tldraw/geo/rhombus.py | 2 +- .../renderer/tldraw/geo/star.py | 2 +- .../renderer/tldraw/geo/trapezoid.py | 2 +- .../renderer/tldraw/geo/triangle.py | 2 +- .../renderer/tldraw/geo/xbox.py | 2 +- .../renderer/tldraw/intersect.py | 2 +- .../renderer/tldraw/shape/__init__.py | 2 +- .../renderer/tldraw/shape/arrow.py | 2 +- .../renderer/tldraw/shape/arrow_v2.py | 2 +- .../renderer/tldraw/shape/draw.py | 2 +- .../renderer/tldraw/shape/ellipse.py | 2 +- .../renderer/tldraw/shape/frame.py | 2 +- .../renderer/tldraw/shape/highlighter.py | 2 +- .../renderer/tldraw/shape/line.py | 2 +- .../renderer/tldraw/shape/rectangle.py | 2 +- .../renderer/tldraw/shape/sticky.py | 2 +- .../renderer/tldraw/shape/sticky_v2.py | 2 +- .../renderer/tldraw/shape/text.py | 2 +- .../renderer/tldraw/shape/text_v2.py | 2 +- .../renderer/tldraw/shape/triangle.py | 2 +- .../renderer/tldraw/utils.py | 2 +- bbb_presentation_video/renderer/tldraw/vec.py | 2 +- bbb_presentation_video/renderer/whiteboard.py | 2 +- debian/copyright | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 49 files changed, 65 insertions(+), 57 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 946f33e..a41ed73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Calvin Walton +# SPDX-FileCopyrightText: 2024 Calvin Walton # # SPDX-License-Identifier: CC0-1.0 diff --git a/.reuse/dep5 b/.reuse/dep5 index fb4b5e2..3659938 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,5 +4,5 @@ Upstream-Contact: Calvin Walton Source: https://github.com/blindsidenetworks/bbb-presentation-video Files: debian/* -Copyright: 2022 Calvin Walton +Copyright: 2024 Calvin Walton License: MIT diff --git a/bbb_presentation_video/__init__.py b/bbb_presentation_video/__init__.py index 7ce48a7..aba5c39 100644 --- a/bbb_presentation_video/__init__.py +++ b/bbb_presentation_video/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/bindings/fontconfig.py b/bbb_presentation_video/bindings/fontconfig.py index bee1e43..225be4f 100644 --- a/bbb_presentation_video/bindings/fontconfig.py +++ b/bbb_presentation_video/bindings/fontconfig.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/events/__init__.py b/bbb_presentation_video/events/__init__.py index 86a2b90..3f740a1 100644 --- a/bbb_presentation_video/events/__init__.py +++ b/bbb_presentation_video/events/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/events/errors.py b/bbb_presentation_video/events/errors.py index 88c8290..2602e82 100644 --- a/bbb_presentation_video/events/errors.py +++ b/bbb_presentation_video/events/errors.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/events/helpers.py b/bbb_presentation_video/events/helpers.py index 11b73e3..5872c7d 100644 --- a/bbb_presentation_video/events/helpers.py +++ b/bbb_presentation_video/events/helpers.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later @@ -65,10 +65,12 @@ class Position(Sequence[float]): y: float @overload - def __init__(self, iterable: Iterable[float], /) -> None: ... + def __init__(self, iterable: Iterable[float], /) -> None: + ... @overload - def __init__(self, x: float, y: float) -> None: ... + def __init__(self, x: float, y: float) -> None: + ... def __init__( self, x: Union[Iterable[float], float], y: Optional[float] = None @@ -98,10 +100,12 @@ def __truediv__(self: PositionSelf, other: float) -> PositionSelf: return self.__class__(self.x / other, self.y / other) @overload - def __getitem__(self, index: int) -> float: ... + def __getitem__(self, index: int) -> float: + ... @overload - def __getitem__(self, index: slice) -> Sequence[float]: ... + def __getitem__(self, index: slice) -> Sequence[float]: + ... def __getitem__(self, index: Union[int, slice]) -> Union[float, Sequence[float]]: return (self.x, self.y)[index] @@ -119,10 +123,12 @@ class Size(Sequence[float]): height: float @overload - def __init__(self, iterable: Iterable[float], /) -> None: ... + def __init__(self, iterable: Iterable[float], /) -> None: + ... @overload - def __init__(self, width: float, height: float) -> None: ... + def __init__(self, width: float, height: float) -> None: + ... def __init__( self, width: Union[Iterable[float], float], height: Optional[float] = None @@ -149,10 +155,12 @@ def __truediv__(self: SizeSelf, other: float) -> SizeSelf: return self.__class__(self.width / other, self.height / other) @overload - def __getitem__(self, index: int) -> float: ... + def __getitem__(self, index: int) -> float: + ... @overload - def __getitem__(self, index: slice) -> Sequence[float]: ... + def __getitem__(self, index: slice) -> Sequence[float]: + ... def __getitem__(self, index: Union[int, slice]) -> Union[float, Sequence[float]]: return (self.width, self.height)[index] diff --git a/bbb_presentation_video/events/tldraw.py b/bbb_presentation_video/events/tldraw.py index db1cbe8..d6b8d6f 100644 --- a/bbb_presentation_video/events/tldraw.py +++ b/bbb_presentation_video/events/tldraw.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/__init__.py b/bbb_presentation_video/renderer/__init__.py index 33715e8..5f5e312 100644 --- a/bbb_presentation_video/renderer/__init__.py +++ b/bbb_presentation_video/renderer/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/cursor.py b/bbb_presentation_video/renderer/cursor.py index 2ce9b08..b06c3ed 100644 --- a/bbb_presentation_video/renderer/cursor.py +++ b/bbb_presentation_video/renderer/cursor.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/presentation.py b/bbb_presentation_video/renderer/presentation.py index a86d462..ae9d225 100644 --- a/bbb_presentation_video/renderer/presentation.py +++ b/bbb_presentation_video/renderer/presentation.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import annotations diff --git a/bbb_presentation_video/renderer/tldraw/__init__.py b/bbb_presentation_video/renderer/tldraw/__init__.py index a5d2fc2..455c1fa 100644 --- a/bbb_presentation_video/renderer/tldraw/__init__.py +++ b/bbb_presentation_video/renderer/tldraw/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/easings.py b/bbb_presentation_video/renderer/tldraw/easings.py index acab98c..1568e52 100644 --- a/bbb_presentation_video/renderer/tldraw/easings.py +++ b/bbb_presentation_video/renderer/tldraw/easings.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2021 Stephen Ruiz Ltd -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: MIT diff --git a/bbb_presentation_video/renderer/tldraw/fonts/__init__.py b/bbb_presentation_video/renderer/tldraw/fonts/__init__.py index 739b761..b3ccab2 100644 --- a/bbb_presentation_video/renderer/tldraw/fonts/__init__.py +++ b/bbb_presentation_video/renderer/tldraw/fonts/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/arrow_geo.py b/bbb_presentation_video/renderer/tldraw/geo/arrow_geo.py index 08f820c..0b27332 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/arrow_geo.py +++ b/bbb_presentation_video/renderer/tldraw/geo/arrow_geo.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/checkbox.py b/bbb_presentation_video/renderer/tldraw/geo/checkbox.py index 82c7018..4dd0dbe 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/checkbox.py +++ b/bbb_presentation_video/renderer/tldraw/geo/checkbox.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/cloud.py b/bbb_presentation_video/renderer/tldraw/geo/cloud.py index 7aeb123..93e8249 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/cloud.py +++ b/bbb_presentation_video/renderer/tldraw/geo/cloud.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/diamond.py b/bbb_presentation_video/renderer/tldraw/geo/diamond.py index cd3fb45..aa4746f 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/diamond.py +++ b/bbb_presentation_video/renderer/tldraw/geo/diamond.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/ellipse.py b/bbb_presentation_video/renderer/tldraw/geo/ellipse.py index 95942f9..15db177 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/ellipse.py +++ b/bbb_presentation_video/renderer/tldraw/geo/ellipse.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/hexagon.py b/bbb_presentation_video/renderer/tldraw/geo/hexagon.py index a5d3b7e..5c49e51 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/hexagon.py +++ b/bbb_presentation_video/renderer/tldraw/geo/hexagon.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/oval.py b/bbb_presentation_video/renderer/tldraw/geo/oval.py index e1c06bc..3aaa781 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/oval.py +++ b/bbb_presentation_video/renderer/tldraw/geo/oval.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/rectangle.py b/bbb_presentation_video/renderer/tldraw/geo/rectangle.py index 1420d80..495a7ab 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/rectangle.py +++ b/bbb_presentation_video/renderer/tldraw/geo/rectangle.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/rhombus.py b/bbb_presentation_video/renderer/tldraw/geo/rhombus.py index 6ed6b9e..9b2894c 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/rhombus.py +++ b/bbb_presentation_video/renderer/tldraw/geo/rhombus.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/star.py b/bbb_presentation_video/renderer/tldraw/geo/star.py index 0001b21..3e82ed9 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/star.py +++ b/bbb_presentation_video/renderer/tldraw/geo/star.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/trapezoid.py b/bbb_presentation_video/renderer/tldraw/geo/trapezoid.py index 9dbe2c3..e16defe 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/trapezoid.py +++ b/bbb_presentation_video/renderer/tldraw/geo/trapezoid.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/triangle.py b/bbb_presentation_video/renderer/tldraw/geo/triangle.py index cac93c1..5941ffb 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/triangle.py +++ b/bbb_presentation_video/renderer/tldraw/geo/triangle.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/geo/xbox.py b/bbb_presentation_video/renderer/tldraw/geo/xbox.py index bca6c20..9de879d 100644 --- a/bbb_presentation_video/renderer/tldraw/geo/xbox.py +++ b/bbb_presentation_video/renderer/tldraw/geo/xbox.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/intersect.py b/bbb_presentation_video/renderer/tldraw/intersect.py index 2202366..20cc388 100644 --- a/bbb_presentation_video/renderer/tldraw/intersect.py +++ b/bbb_presentation_video/renderer/tldraw/intersect.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2021 Stephen Ruiz Ltd -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: MIT diff --git a/bbb_presentation_video/renderer/tldraw/shape/__init__.py b/bbb_presentation_video/renderer/tldraw/shape/__init__.py index 9d5f961..05ad47a 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/__init__.py +++ b/bbb_presentation_video/renderer/tldraw/shape/__init__.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/arrow.py b/bbb_presentation_video/renderer/tldraw/shape/arrow.py index 4dcbc9a..7d51c7a 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/arrow.py +++ b/bbb_presentation_video/renderer/tldraw/shape/arrow.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/arrow_v2.py b/bbb_presentation_video/renderer/tldraw/shape/arrow_v2.py index 12dc5c9..3dd4600 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/arrow_v2.py +++ b/bbb_presentation_video/renderer/tldraw/shape/arrow_v2.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/draw.py b/bbb_presentation_video/renderer/tldraw/shape/draw.py index 3eb6db6..b12cd54 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/draw.py +++ b/bbb_presentation_video/renderer/tldraw/shape/draw.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/ellipse.py b/bbb_presentation_video/renderer/tldraw/shape/ellipse.py index 09db663..e15db06 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/ellipse.py +++ b/bbb_presentation_video/renderer/tldraw/shape/ellipse.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/frame.py b/bbb_presentation_video/renderer/tldraw/shape/frame.py index cfa36ee..a23ed82 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/frame.py +++ b/bbb_presentation_video/renderer/tldraw/shape/frame.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/highlighter.py b/bbb_presentation_video/renderer/tldraw/shape/highlighter.py index 8e670d3..6428b77 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/highlighter.py +++ b/bbb_presentation_video/renderer/tldraw/shape/highlighter.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/line.py b/bbb_presentation_video/renderer/tldraw/shape/line.py index 641cbe7..d55ff77 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/line.py +++ b/bbb_presentation_video/renderer/tldraw/shape/line.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/rectangle.py b/bbb_presentation_video/renderer/tldraw/shape/rectangle.py index 5dd7cad..0e9868f 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/rectangle.py +++ b/bbb_presentation_video/renderer/tldraw/shape/rectangle.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 4 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/sticky.py b/bbb_presentation_video/renderer/tldraw/shape/sticky.py index 297d18a..e07893b 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/sticky.py +++ b/bbb_presentation_video/renderer/tldraw/shape/sticky.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/sticky_v2.py b/bbb_presentation_video/renderer/tldraw/shape/sticky_v2.py index c2ac438..697ca2e 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/sticky_v2.py +++ b/bbb_presentation_video/renderer/tldraw/shape/sticky_v2.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/shape/text.py b/bbb_presentation_video/renderer/tldraw/shape/text.py index ca6e6c9..32237bb 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/text.py +++ b/bbb_presentation_video/renderer/tldraw/shape/text.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import annotations diff --git a/bbb_presentation_video/renderer/tldraw/shape/text_v2.py b/bbb_presentation_video/renderer/tldraw/shape/text_v2.py index 1e2d629..a56b264 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/text_v2.py +++ b/bbb_presentation_video/renderer/tldraw/shape/text_v2.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import annotations diff --git a/bbb_presentation_video/renderer/tldraw/shape/triangle.py b/bbb_presentation_video/renderer/tldraw/shape/triangle.py index d365d23..2d0c2a6 100644 --- a/bbb_presentation_video/renderer/tldraw/shape/triangle.py +++ b/bbb_presentation_video/renderer/tldraw/shape/triangle.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/utils.py b/bbb_presentation_video/renderer/tldraw/utils.py index f739a02..cc67fd1 100644 --- a/bbb_presentation_video/renderer/tldraw/utils.py +++ b/bbb_presentation_video/renderer/tldraw/utils.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/bbb_presentation_video/renderer/tldraw/vec.py b/bbb_presentation_video/renderer/tldraw/vec.py index 4512e42..0781609 100644 --- a/bbb_presentation_video/renderer/tldraw/vec.py +++ b/bbb_presentation_video/renderer/tldraw/vec.py @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2021 Stephen Ruiz Ltd -# SPDX-FileCopyrightText: 2022 Calvin Walton +# SPDX-FileCopyrightText: 2024 Calvin Walton # # SPDX-License-Identifier: MIT diff --git a/bbb_presentation_video/renderer/whiteboard.py b/bbb_presentation_video/renderer/whiteboard.py index 0cf2af4..f3d0222 100644 --- a/bbb_presentation_video/renderer/whiteboard.py +++ b/bbb_presentation_video/renderer/whiteboard.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: GPL-3.0-or-later from __future__ import annotations diff --git a/debian/copyright b/debian/copyright index fca202d..538b4ae 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: bbb-presentation-video Files: * -Copyright: 2022 BigBlueButton Inc. and by respective authors +Copyright: 2024 BigBlueButton Inc. and by respective authors License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/pyproject.toml b/pyproject.toml index 6eb7dbb..4c815a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: LGPL-3.0-or-later diff --git a/setup.cfg b/setup.cfg index 7198bef..9ee2835 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: LGPL-3.0-or-later diff --git a/setup.py b/setup.py index b0736e4..548c5d0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 BigBlueButton Inc. and by respective authors +# SPDX-FileCopyrightText: 2024 BigBlueButton Inc. and by respective authors # # SPDX-License-Identifier: LGPL-3.0-or-later