Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 1999–2025
Copyright (c) 1999–2026

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:

Expand Down
2 changes: 1 addition & 1 deletion backend/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 1999–2025
Copyright (c) 1999–2026

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:

Expand Down
2 changes: 1 addition & 1 deletion backend/src/template_jobs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The Template Server."""

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

# The version of this package. There's no comprehensive, official list of other
Expand Down
2 changes: 1 addition & 1 deletion backend/src/template_jobs/actors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Asynchronous `Dramatiq <https://github.com/Bogdanp/dramatiq>`_ workers."""

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

import dramatiq
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/actors/test_job.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Collection of tests for the ``job`` actor."""

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

# flake8: noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/api/test_login.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Collection of tests for the ``/rpc/login`` endpoint."""

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

# flake8: noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/api/test_message_queue.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Collection of tests to exercise the message queue.."""

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

# flake8: noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/api/test_profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Collection of tests for the ``/profile`` endpoint."""

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

# flake8: noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/api/test_signup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Collection of tests for the ``/rpc/signup`` endpoint."""

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

# flake8: noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Base configurations for all tests."""

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

import random
Expand Down