diff --git a/src/web_interface/templates/about.html b/src/web_interface/templates/about.html
index ef81cd755..24960e0b0 100644
--- a/src/web_interface/templates/about.html
+++ b/src/web_interface/templates/about.html
@@ -3,242 +3,250 @@
{% set active_page = "About" %}
{% block body %}
-{% include "imprint.html" %}
+
+
+
+
Software
+ The
Firmware Analysis and Compare Tool (FACT) (formerly known as Fraunhofer's Firmware Analysis Framework (FAF)) is intended to automate Firmware Security Analysis.
+ FACT is developed by
Fraunhofer FKIE.
+ The project is partly financed by
German Federal Office for Information Security (BSI) and others.
+
+
License Information
+
+ Firmware Analysis and Comparison Tool (FACT)
+ Copyright (C) 2015-2018 Fraunhofer FKIE
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
www.gnu.org/licenses/.
+
+
+ Some plug-ins may have different licenses.
+
+
+
+ {% include "imprint.html" %}
+
-
Software
-The
Firmware Analysis and Compare Tool (FACT) (formerly known as Fraunhofer's Firmware Analysis Framework (FAF)) is intended to automate Firmware Security Analysis.
-FACT is developed by
Fraunhofer FKIE.
-The project is partly financed by
German Federal Office for Information Security (BSI) and others.
-
-
License Information
-
- Firmware Analysis and Comparison Tool (FACT)
- Copyright (C) 2015-2018 Fraunhofer FKIE
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
www.gnu.org/licenses/.
-
-
- Some plug-ins may have different licenses.
-
Change Log
-
+
Change Log
+
{% endblock %}