Skip to content

Commit ad62d14

Browse files
author
vismayajochem
committedMar 19, 2025
Add licenses #1944
1 parent 39d5790 commit ad62d14

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
 

‎base/templates/base/500.html

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2017 Martin Glauer <MGlauer>
3+
SPDX-FileCopyrightText: 2019 Klara Reder <kla-r>
4+
SPDX-FileCopyrightText: 2019 Johann Wagner <johannwagner>
5+
SPDX-FileCopyrightText: 2022 Bryan Lancien <bmlancien>
6+
SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
7+
SPDX-FileCopyrightText: 2022 Ludwig Hülk <Ludee> © Reiner Lemoine Institut
8+
SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
9+
SPDX-License-Identifier: MIT
10+
-->
11+
112
{% extends "base/base.html" %}
213
{% load django_bootstrap5 %}
314
{% block main-content-body %}

‎base/templates/base/about.html

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2017 Martin Glauer <MGlauer>
3+
SPDX-FileCopyrightText: 2017 <EdithaK> © Reiner Lemoine Institut
4+
SPDX-FileCopyrightText: 2019 Johann Wagner <johannwagner>
5+
SPDX-FileCopyrightText: 2020 Ludwig Hülk <Ludee> © Reiner Lemoine Institut
6+
SPDX-FileCopyrightText: 2022 Jonas Huber <jh-RLI> © Reiner Lemoine Institut
7+
SPDX-FileCopyrightText: 2022 Bryan Lancien <bmlancien>
8+
SPDX-FileCopyrightText: 2022 Christian Winger <wingechr>
9+
SPDX-FileCopyrightText: 2023 Christian Hofmann <christian-rli> © Reiner Lemoine Institut
10+
SPDX-FileCopyrightText: 2024 Santosh Mutyala <SMutyala18>
11+
SPDX-FileCopyrightText: 2024 Jonas Huber <jh-RLI> © Reiner Lemoine Institut
12+
SPDX-FileCopyrightText: oeplatform <https://github.com/OpenEnergyPlatform/oeplatform/>
13+
SPDX-License-Identifier: MIT
14+
-->
15+
116
{% extends "base/base-full.html" %}
217
{% load django_bootstrap5 %}
318
{% load static %} {# Important for using the *static* tag #}

0 commit comments

Comments
 (0)
Please sign in to comment.