Skip to content

Commit

Permalink
chore: added missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Nov 18, 2024
1 parent 52c3f0f commit 17c90f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/karapace/forward_client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Copyright (c) 2024 Aiven Ltd
See LICENSE for details
"""

from fastapi import Request, Response
from fastapi.responses import JSONResponse, PlainTextResponse
from karapace.version import __version__
Expand Down
5 changes: 5 additions & 0 deletions src/karapace/routers/errors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Copyright (c) 2024 Aiven Ltd
See LICENSE for details
"""

from enum import Enum, unique
from fastapi import HTTPException, status
from fastapi.exceptions import RequestValidationError
Expand Down

0 comments on commit 17c90f7

Please sign in to comment.