We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7860a42 commit 9469d3cCopy full SHA for 9469d3c
api/helpers/csv.py
@@ -1,3 +1,7 @@
1
+# SPDX-FileCopyrightText: 2020 Christian Winger <wingechr>
2
+# SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
3
+# SPDX-License-Identifier: MIT
4
+
5
import logging
6
import re
7
api/helpers/http.py
@@ -1,3 +1,9 @@
+# SPDX-FileCopyrightText: 2017 Johann Wagner <johannwagner>
+# SPDX-FileCopyrightText: 2019 Martin Glauer <MGlauer>
+# PDX-FileCopyrightText: 2024 Eike Broda <ebroda>
from django.http import HttpResponse
8
9
0 commit comments