Skip to content

Commit 7d139a5

Browse files
headers 2026
1 parent ac3e175 commit 7d139a5

39 files changed

+39
-39
lines changed

client/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025, Pyronear.
1+
# Copyright (C) 2024-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.

client/pyroclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.

client/pyroclient/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.

src/app/api/api_v1/endpoints/cameras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://www.apache.org/licenses/LICENSE-2.0> for full license details.

src/app/api/api_v1/endpoints/detections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025, Pyronear.
1+
# Copyright (C) 2024-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://www.apache.org/licenses/LICENSE-2.0> for full license details.

src/app/api/api_v1/endpoints/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.

src/app/api/api_v1/endpoints/organizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024-2025, Pyronear.
1+
# Copyright (C) 2024-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://www.apache.org/licenses/LICENSE-2.0> for full license details.

src/app/api/api_v1/endpoints/poses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://www.apache.org/licenses/LICENSE-2.0> for full license details.

src/app/api/api_v1/endpoints/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2025, Pyronear.
1+
# Copyright (C) 2020-2026, Pyronear.
22

33
# This program is licensed under the Apache License 2.0.
44
# See LICENSE or go to <https://www.apache.org/licenses/LICENSE-2.0> for full license details.

0 commit comments

Comments
 (0)