Skip to content

Commit

Permalink
Add license to settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kernchen, Sophie committed Nov 15, 2023
1 parent e770c21 commit 6b42e10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hermes/settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2023 German Aerospace Center (DLR)
#
# SPDX-License-Identifier: Apache-2.0

# SPDX-FileContributor: Sophie Kernchen

from pydantic import BaseModel

from pydantic_settings import (
Expand Down

0 comments on commit 6b42e10

Please sign in to comment.