diff --git a/LICENSE.md b/LICENSE.md index 8cbfe66..33b10b8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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: diff --git a/backend/LICENSE.md b/backend/LICENSE.md index 8cbfe66..33b10b8 100644 --- a/backend/LICENSE.md +++ b/backend/LICENSE.md @@ -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: diff --git a/backend/src/template_jobs/__init__.py b/backend/src/template_jobs/__init__.py index 99bb5d8..9b4dc72 100644 --- a/backend/src/template_jobs/__init__.py +++ b/backend/src/template_jobs/__init__.py @@ -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 diff --git a/backend/src/template_jobs/actors.py b/backend/src/template_jobs/actors.py index 31c0618..2e35bbe 100644 --- a/backend/src/template_jobs/actors.py +++ b/backend/src/template_jobs/actors.py @@ -1,6 +1,6 @@ """Asynchronous `Dramatiq `_ workers.""" -# Copyright (c) 2025-2025 +# Copyright (c) 2025-2026 # This code is licensed under MIT license, see LICENSE.md for details. import dramatiq diff --git a/backend/tests/actors/test_job.py b/backend/tests/actors/test_job.py index 46af69a..eea6900 100644 --- a/backend/tests/actors/test_job.py +++ b/backend/tests/actors/test_job.py @@ -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 diff --git a/backend/tests/api/test_login.py b/backend/tests/api/test_login.py index 1821c0b..8a111f6 100644 --- a/backend/tests/api/test_login.py +++ b/backend/tests/api/test_login.py @@ -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 diff --git a/backend/tests/api/test_message_queue.py b/backend/tests/api/test_message_queue.py index 6126e71..6a9fbc7 100644 --- a/backend/tests/api/test_message_queue.py +++ b/backend/tests/api/test_message_queue.py @@ -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 diff --git a/backend/tests/api/test_profile.py b/backend/tests/api/test_profile.py index e34e26e..2ddcf14 100644 --- a/backend/tests/api/test_profile.py +++ b/backend/tests/api/test_profile.py @@ -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 diff --git a/backend/tests/api/test_signup.py b/backend/tests/api/test_signup.py index 00874d3..81921fd 100644 --- a/backend/tests/api/test_signup.py +++ b/backend/tests/api/test_signup.py @@ -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 diff --git a/backend/tests/conftest.py b/backend/tests/conftest.py index 96df86f..50af077 100644 --- a/backend/tests/conftest.py +++ b/backend/tests/conftest.py @@ -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