From 3359df3e3f0a7d4b0e1e57d140a7bc82bbf0e9fd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 13 Jan 2015 22:56:46 +0100 Subject: Updated footer of HTML export. --- pyaggr3g470r/export.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py index 0c61505f..ccad3005 100644 --- a/pyaggr3g470r/export.py +++ b/pyaggr3g470r/export.py @@ -57,10 +57,10 @@ def HTML_HEADER(title="pyAggr3g470r", css="./style.css"): HTML_FOOTER = """

This archive has been generated with -pyAggr3g470r. -A software under GPLv3 license. +pyAggr3g470r. +A software under AGPLv3 license. You are welcome to copy, modify or redistribute the source code according to the -GPLv3 license.

+AGPLv3 license.

""" -- cgit