Skip to content

Commit

Permalink
Add reuse info to python files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 5, 2024
1 parent 94a8640 commit 51053dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fetch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Jonah Brüchert <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

from metadata import *
from pathlib import Path
import requests
Expand Down
4 changes: 4 additions & 0 deletions src/metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Jonah Brüchert <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

from typing import List


Expand Down
4 changes: 4 additions & 0 deletions src/transitland.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Jonah Brüchert <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

from pathlib import Path
from typing import Dict
import json
Expand Down

0 comments on commit 51053dc

Please sign in to comment.