Skip to content

Commit 8fff3f2

Browse files
authored
docs(header): update copyright year range (#401)
1 parent 36ca733 commit 8fff3f2

35 files changed

+35
-35
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, Pyronear.
1+
# Copyright (C) 2024-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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.

scripts/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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, Pyronear.
1+
# Copyright (C) 2024-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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, Pyronear.
1+
# Copyright (C) 2024-2025, 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-2024, Pyronear.
1+
# Copyright (C) 2020-2025, 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)