diff --git a/README.md b/README.md index f6c628d..fda612f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ You can find a short guide in [`CONTRIBUTING`](CONTRIBUTING.md) to help grow thi ## Copying & distribution -Copyright (C) 2023, Quack AI. +Copyright (C) 2023-2024, Quack AI. This program is licensed under the Apache License 2.0. See LICENSE or go to for full license details. diff --git a/scripts/test_e2e.py b/scripts/test_e2e.py index a039f5c..7ff73ac 100644 --- a/scripts/test_e2e.py +++ b/scripts/test_e2e.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/alembic/env.py b/src/alembic/env.py index 5e3de3e..b09e164 100644 --- a/src/alembic/env.py +++ b/src/alembic/env.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/endpoints/compute.py b/src/app/api/api_v1/endpoints/compute.py index e9f2421..ad1aceb 100644 --- a/src/app/api/api_v1/endpoints/compute.py +++ b/src/app/api/api_v1/endpoints/compute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/endpoints/guidelines.py b/src/app/api/api_v1/endpoints/guidelines.py index bd5a211..8a9e49e 100644 --- a/src/app/api/api_v1/endpoints/guidelines.py +++ b/src/app/api/api_v1/endpoints/guidelines.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/endpoints/login.py b/src/app/api/api_v1/endpoints/login.py index acd7342..ff26707 100644 --- a/src/app/api/api_v1/endpoints/login.py +++ b/src/app/api/api_v1/endpoints/login.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/endpoints/repos.py b/src/app/api/api_v1/endpoints/repos.py index 6cc0e81..f0ecb36 100644 --- a/src/app/api/api_v1/endpoints/repos.py +++ b/src/app/api/api_v1/endpoints/repos.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/endpoints/users.py b/src/app/api/api_v1/endpoints/users.py index b7b43e4..ec985c6 100644 --- a/src/app/api/api_v1/endpoints/users.py +++ b/src/app/api/api_v1/endpoints/users.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/api_v1/router.py b/src/app/api/api_v1/router.py index c3d5145..78fb5c9 100644 --- a/src/app/api/api_v1/router.py +++ b/src/app/api/api_v1/router.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/api/dependencies.py b/src/app/api/dependencies.py index 96ee14d..e6d8f89 100644 --- a/src/app/api/dependencies.py +++ b/src/app/api/dependencies.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/core/config.py b/src/app/core/config.py index 1cb56fb..edca884 100644 --- a/src/app/core/config.py +++ b/src/app/core/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/core/security.py b/src/app/core/security.py index ee68a5c..59cf63d 100644 --- a/src/app/core/security.py +++ b/src/app/core/security.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/crud/base.py b/src/app/crud/base.py index a442adf..7431f35 100644 --- a/src/app/crud/base.py +++ b/src/app/crud/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/crud/crud_guideline.py b/src/app/crud/crud_guideline.py index b977347..e3eafdb 100644 --- a/src/app/crud/crud_guideline.py +++ b/src/app/crud/crud_guideline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/crud/crud_repo.py b/src/app/crud/crud_repo.py index 4254348..7d26efa 100644 --- a/src/app/crud/crud_repo.py +++ b/src/app/crud/crud_repo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/crud/crud_user.py b/src/app/crud/crud_user.py index 43f4766..a048763 100644 --- a/src/app/crud/crud_user.py +++ b/src/app/crud/crud_user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/db.py b/src/app/db.py index ab17fc0..d4ba834 100644 --- a/src/app/db.py +++ b/src/app/db.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/main.py b/src/app/main.py index 91fab9c..d6f03e9 100644 --- a/src/app/main.py +++ b/src/app/main.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/models.py b/src/app/models.py index c8f5c4f..48602bb 100644 --- a/src/app/models.py +++ b/src/app/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/base.py b/src/app/schemas/base.py index a2f2ead..c406366 100644 --- a/src/app/schemas/base.py +++ b/src/app/schemas/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/compute.py b/src/app/schemas/compute.py index 4d5a817..1b9d7b0 100644 --- a/src/app/schemas/compute.py +++ b/src/app/schemas/compute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/guidelines.py b/src/app/schemas/guidelines.py index 189106b..ffc6689 100644 --- a/src/app/schemas/guidelines.py +++ b/src/app/schemas/guidelines.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/login.py b/src/app/schemas/login.py index 878c10d..4c26803 100644 --- a/src/app/schemas/login.py +++ b/src/app/schemas/login.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/repos.py b/src/app/schemas/repos.py index 2f87e69..de7cd67 100644 --- a/src/app/schemas/repos.py +++ b/src/app/schemas/repos.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/services.py b/src/app/schemas/services.py index 7674d51..518f038 100644 --- a/src/app/schemas/services.py +++ b/src/app/schemas/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/schemas/users.py b/src/app/schemas/users.py index 3e90fd4..9f72df0 100644 --- a/src/app/schemas/users.py +++ b/src/app/schemas/users.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/github.py b/src/app/services/github.py index 4501f94..5c4a517 100644 --- a/src/app/services/github.py +++ b/src/app/services/github.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/ollama.py b/src/app/services/ollama.py index 85bcf05..5923543 100644 --- a/src/app/services/ollama.py +++ b/src/app/services/ollama.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/openai.py b/src/app/services/openai.py index 9fb8daa..4b46fd5 100644 --- a/src/app/services/openai.py +++ b/src/app/services/openai.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/slack.py b/src/app/services/slack.py index 59640d5..d0f9052 100644 --- a/src/app/services/slack.py +++ b/src/app/services/slack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/telemetry.py b/src/app/services/telemetry.py index c17ab16..852512f 100644 --- a/src/app/services/telemetry.py +++ b/src/app/services/telemetry.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. diff --git a/src/app/services/utils.py b/src/app/services/utils.py index 37eaaf8..f863e17 100644 --- a/src/app/services/utils.py +++ b/src/app/services/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023, Quack AI. +# Copyright (C) 2023-2024, Quack AI. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details.