Skip to content

Commit

Permalink
[FIX] fastapi: Consolidating licenses inside the fastapi modue to LGPL-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalatec committed Aug 21, 2024
1 parent 0511348 commit 52a754c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi/error_handlers.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion fastapi/schemas.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52a754c

Please sign in to comment.