Skip to content

Commit 0938adc

Browse files
authored
chore: update year in copyright comments and LICENSE files to 2026 (#12)
1 parent 7cb9bc3 commit 0938adc

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 1999–2025
3+
Copyright (c) 1999–2026
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

backend/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 1999–2025
3+
Copyright (c) 1999–2026
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

backend/src/template_jobs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The Template Server."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# The version of this package. There's no comprehensive, official list of other

backend/src/template_jobs/actors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Asynchronous `Dramatiq <https://github.com/Bogdanp/dramatiq>`_ workers."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
import dramatiq

backend/tests/actors/test_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Collection of tests for the ``job`` actor."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# flake8: noqa: D103

backend/tests/api/test_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Collection of tests for the ``/rpc/login`` endpoint."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# flake8: noqa: D103

backend/tests/api/test_message_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Collection of tests to exercise the message queue.."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# flake8: noqa: D103

backend/tests/api/test_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Collection of tests for the ``/profile`` endpoint."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# flake8: noqa: D103

backend/tests/api/test_signup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Collection of tests for the ``/rpc/signup`` endpoint."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
# flake8: noqa: D103

backend/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Base configurations for all tests."""
22

3-
# Copyright (c) 2025-2025
3+
# Copyright (c) 2025-2026
44
# This code is licensed under MIT license, see LICENSE.md for details.
55

66
import random

0 commit comments

Comments
 (0)