diff --git a/fastapi/error_handlers.py b/fastapi/error_handlers.py index a7b4d9b2..a396f09a 100644 --- a/fastapi/error_handlers.py +++ b/fastapi/error_handlers.py @@ -1,5 +1,5 @@ # Copyright 2022 ACSONE SA/NV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/LGPL). import logging diff --git a/fastapi/schemas.py b/fastapi/schemas.py index e7387587..e67f59af 100644 --- a/fastapi/schemas.py +++ b/fastapi/schemas.py @@ -1,5 +1,5 @@ # Copyright 2022 ACSONE SA/NV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# License LGPL-3.0 or later (http://www.gnu.org/licenses/LGPL). import warnings from enum import Enum from typing import Annotated, Generic, TypeVar